Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SwiftFormat.amd64.msi | 2025-05-14 | 20.6 MB | |
SwiftFormat.for.Xcode.app.zip | 2025-05-14 | 8.0 MB | |
swiftformat_linux_aarch64.zip | 2025-05-14 | 22.9 MB | |
swiftformat_linux.zip | 2025-05-14 | 23.8 MB | |
swiftformat.zip | 2025-05-14 | 1.9 MB | |
swiftformat.artifactbundle.zip | 2025-05-14 | 45.4 MB | |
0.56.1 source code.tar.gz | 2025-05-14 | 3.5 MB | |
0.56.1 source code.zip | 2025-05-14 | 3.9 MB | |
README.md | 2025-05-14 | 664 Bytes | |
Totals: 9 Items | 130.0 MB | 0 |
- Fixed several issues where
trailingCommas
rule would insert commas in places not actually supported by Swift 6.1 - Fixed issue where
--wrapeffects
option would incorrectly unwrapasync let
properties following function call - Fixed issue where
redundantEquatable
rule would incorrectly remove==
implementation in favor of synthesized implementation even if type contained non-Equatable properties like tuples - Fixed issue where
extensionAccessControl
rule would incorrectly hoistpublic
ACL in@preconcurrency
conformances - Fixed issue where
organizeDeclarations
rule would sometimes break property declarations with if expression values