0.50500.0
This release is compatible with Swift 5.5.
Significant changes since the last release:
- New concurrency syntax added in Swift 5.5 is supported. (427d314)
- Closures with attributes in their function signature are supported. (35e8687)
- Significant stability and performance improvements have been made to
--parallel
format mode. (6d500ea) generate-pipeline
no longer uses a hardcoded list of suppressed rules, instead marking those rules as opt-in. This makes two "new" rules available (they have always had implementations but have been suppressed):UseEarlyExits
andUseWhereClausesInForLoops
. These rules are not currently stable or well-tested so they are disabled by default. (6bd3a55)