Closed
Description
I've been updating a couple of libraries that support a wide range of SwiftSyntax versions using the #if canImport(SwiftSyntaxMarkerModule)
method to work around breaking API changes. These packages cannot build against 601.0.0 because of a combination of breaking API changes and the missing marker module that was fixed here.
It doesn't seem helpful to have a release published that will break builds in this way, and given that it's the only notable change between 601.0.0 and 601.0.1, I'm wondering if that can be rectified.
Any chance we can either:
- Re-tag 601.0.0 with this fix, or
- Unpublish the 601.0.0 tag/release?
Metadata
Metadata
Assignees
Labels
No labels