You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest release of SwiftLint (0.56.1) incorporates SwiftSyntax 600.0.0-prerelease-2024-07-24 as a dependency. Supported are versions back to macOS 12. While everything builds fine for Homebrew on macOS 14 and 13 with Swift 5.10, the build fails on macOS 12 on the changes introduced by #2742.
Swift 5.10 is installed via Homebrew on macOS 13 and 12 since there is no Xcode version available on these platforms that ships with Swift 5.10 included.
I don't know how this is all related. Would be glad if you could shine some light on the issue and guide me to a fix.
Steps to Reproduce
My assumption is that any library depending on this SwiftSyntax version and built on macOS 12 would fail to build. I actually try to do that in SwiftLint on plain (non-Homebrew) machines with the same result (macOS 13 succeeds; macOS 12 fails).