Swift 6 Compatibility Issue in Xcode 16.1
Closed this issue · 3 comments
rnine commented
The project no longer builds in Xcode 16.1 when using Swift 6. This appears to be a compatibility issue, as removing Swift 6 from the swiftLanguageVersions
setting allows the project to build successfully.
Temporary Solution: Removing Swift 6 from the swiftLanguageVersions setting resolves the build issue. For reference, you can see the changes in my forked repository here.
ryanlintott commented
This build issue is because of a change in SwiftUI that now shows concurrency errors if you use a variable inside alignmentGuide, which I do in TagView and TagViewForScrollView. Both of those views should be deprecated anyways so I'll have an update soon with a fix.
MortenGregersen commented
Good to hear, you are on it @ryanlintott ❤️
ryanlintott commented
Fixed in 0.9.6