| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SwiftFormat.for.Xcode.app.zip | 2026-04-15 | 9.4 MB | |
| SwiftFormat.amd64.msi | 2026-04-11 | 17.5 MB | |
| SwiftFormat.arm64.msi | 2026-04-11 | 17.2 MB | |
| swiftformat_linux_aarch64.zip | 2026-04-11 | 23.2 MB | |
| swiftformat_linux.zip | 2026-04-11 | 24.1 MB | |
| swiftformat.zip | 2026-04-11 | 2.3 MB | |
| swiftformat.artifactbundle.zip | 2026-04-11 | 46.5 MB | |
| 0.61.0 source code.tar.gz | 2026-04-11 | 4.2 MB | |
| 0.61.0 source code.zip | 2026-04-11 | 4.6 MB | |
| README.md | 2026-04-11 | 1.4 kB | |
| Totals: 10 Items | 149.1 MB | 3 | |
- Added
wrapCaseBodiesrule - Added
redundantEmptyViewrule - Added
preferSwiftStringAPIrule - Added
--test-case-access-controloption fortestSuiteAccessControlrule - Updated
sortImportsto support--import-grouping length,alpha - Updated
--self-requiredto support assignment type names likeOSLogMessage - Updated
--suite-name-formatdefault value topreserve - Fixed conditional import parsing with access modifiers
- Fixed infinite loop in
organizeDeclarationswhen opening brace has a trailing comment - Fixed closing brace indentation with
--trimwhitespace nonblank-lines - Fixed indentation of multiline raw string literals with
--indent-strings - Fixed
redundantParensincorrectly removing()from@MainActorclosure signatures - Fixed wrapping inside parens of function declarations with no parameters
- Fixed
extensionAccessControlincorrectly hoistingpubliconto extensions of nested internal types - Fixed
spaceAroundParensincorrectly removing space afternonisolated(nonsending)modifier - Fixed
noGuardInTestsincorrectly transformingguard #availableconditions - Fixed trailing comma for
@conventionclosures - Fixed number handling in Swift Testing test case name conversion
- Fixed
redundantSelfinsertingself.inside#if/#elseifcompiler directive conditions