Closed
Description
Description
While it's suggested to use things like #if canImport(SwiftSyntax509)
to target specific versions of SwiftSyntax, there's no way to support versions before 509 and after 509 at the moment. A SwiftSyntax510
module should allow libraries to be compatible with the main
branch concurrently with 509, though.
Steps to Reproduce
No response