You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.