Considering the following code: ```swift if #available( iOS 16.0, * ) {} ``` When using the rule `trailingCommas`with `--swift-version 6.2` on 0.58.7, we get ```swift if #available( iOS 16.0, *, // <- Error "Expected platform name" ) {} ``` Thanks for the hard work ❤️