Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SwiftFormat.amd64.msi | 2025-10-04 | 20.8 MB | |
swiftformat_linux_aarch64.zip | 2025-10-04 | 23.1 MB | |
swiftformat_linux.zip | 2025-10-04 | 24.1 MB | |
swiftformat.zip | 2025-10-04 | 2.2 MB | |
swiftformat.artifactbundle.zip | 2025-10-04 | 46.2 MB | |
SwiftFormat.for.Xcode.app.zip | 2025-10-04 | 9.1 MB | |
0.58.3 source code.tar.gz | 2025-10-04 | 3.9 MB | |
0.58.3 source code.zip | 2025-10-04 | 4.3 MB | |
README.md | 2025-10-04 | 659 Bytes | |
Totals: 9 Items | 133.8 MB | 2 |
- Fixed parsing of
[n of X]
syntax forInlineArray
in Swift 6.2 - Fixed parsing error when an opening multiline string delimiter is followed by a space
- Fixed issue where
redundantInit
rule could leave orphaned parentheses - Fixed bug where
redundantInit
was incorrectly applied to(Foo.self as Bar.Type)
expressions - Fixed bug with parsing empty property accessors that broke
redundantSelf
rule - Fixed aliasing issue with
acronyms
rule where one acronym overlaps another - Fixed unexpected wrapping of closing parenthesis in
wrapArguments
rule - Added
--unknown-rules
option to support environments with older SwiftFormat versions