SwiftSyntax, performance and code size reduction
- This release uses SwiftSyntax to parse source code.
- The code generator's runtime performance has improved by about 35% with optimization changes enabled by SwiftSyntax.
- Reduces the generated file's lines of code.