A collection of utility functions, types and macros for the Swift Standard Library.
Currently these utilities are split into 3 sections:
SwiftSyntax Version Support
The current preferred major version of SwiftSyntax is 603.
Due to SwiftPM dependency resolution rules, this package also supports versions since 600, with the following considerations:
Versions older than 603
- Module selectors are ignored when checking types
Versions older than 602
nonisolated(nonsending)is no longer added byReasync()
Versions older than 601
- None
It is recommended to use the newest SwiftSyntax version possible.