Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SwiftFormat.for.Xcode.app.zip | 2025-06-15 | 8.0 MB | |
SwiftFormat.amd64.msi | 2025-06-15 | 20.6 MB | |
swiftformat_linux_aarch64.zip | 2025-06-15 | 22.9 MB | |
swiftformat_linux.zip | 2025-06-15 | 23.8 MB | |
swiftformat.zip | 2025-06-15 | 2.0 MB | |
swiftformat.artifactbundle.zip | 2025-06-15 | 45.5 MB | |
0.56.4 source code.tar.gz | 2025-06-15 | 3.6 MB | |
0.56.4 source code.zip | 2025-06-15 | 3.9 MB | |
README.md | 2025-06-15 | 539 Bytes | |
Totals: 9 Items | 130.1 MB | 2 |
- Fixed issue where
trailingCommas
rule would not insert trailing commas in function declarations with return type - Fixed issue where
trailingCommas
rule would not insert trailing commas in array literals following!
operator - Fixed issue where
unusedArguments
rule would ignore function declarations with trailing commas - Fixed issue where
void
rule would not handle()
types in typealiases - Fixed issue where
redundantLet
rule did not detect code inside result builders when nested in conditional compilation blocks