- 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