Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
swiftformat_linux_aarch64.zip | 2025-09-24 | 23.1 MB | |
swiftformat_linux.zip | 2025-09-24 | 24.1 MB | |
swiftformat.zip | 2025-09-24 | 2.2 MB | |
swiftformat.artifactbundle.zip | 2025-09-24 | 46.2 MB | |
SwiftFormat.for.Xcode.app.zip | 2025-09-24 | 9.0 MB | |
0.58.1 source code.tar.gz | 2025-09-24 | 4.0 MB | |
0.58.1 source code.zip | 2025-09-24 | 4.3 MB | |
README.md | 2025-09-24 | 703 Bytes | |
Totals: 8 Items | 113.0 MB | 3 |
- Fixed issue where
async
effect could be confused forasync
modifier, breakingdocCommentsBeforeModifiers
rule in protocol body with async functions - Fixed issue where
wrapAttributes
rule would unexpectedly wrapasync
effect - Fixed issue where
.swift-version
file was ignored if not also using config file - Fixed issue where multiple trailing closure syntax could be applied to ineligible function calls
- Fixed issue where
redundantAsync
ignoredawait
keyword in string interpolation - Fixed bug where
acronyms
rule would incorrectly always capitalize potentially matching acronyms one letter before end of identifier - Updated
redundantLet
rule to handle#Preview
macro