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
Updates SwiftSyntax to 600.0.0 with explicit import access (#52)
* Updates `swift-syntax` package to v600
* Adopts import access level from SE-0409
* Resolves deprecations and use more generalized return type
* Removes `String.isSwiftKeyword` extension
...and thus `@_spi` dependencies on `SwiftSyntax` and `SwiftParser`
* Resolves regressions found
* Specifies minimal import access level with Swift 6.0+
* Removes styling workarounds
* Resolves Swift 5.x regressions
0 commit comments