- Fixed bug where
typeSugar
rule triggered a Swift bug inside case statements - Fixed double-indenting of trailing closure body on a wrapped line
- Fixed compilation failure when installing SwiftFormat using Swift Package Manager
- Fixed wrapping of namespaced property wrapper attributes
- Fixed bug where
redundantReturn
rule removed required return insidecatch
statement - Fixed issue where
redundantType
rule introduced compilation warnings by removing explicit Void type - Fixed bug where trailing comma could be inserted inside a subscript nested inside a collection
- Fixed spurious space inserted in generic result builder attributes
- Successive reads of the same configuration file while formatting are now cached to improve performance