YouTag
YouTag copied to clipboard
Swift 6 Compatibility
This removes warnings and adds Swift 6 compatibility CI checks.
Does this PR still make sense?
Yeah, it still makes sense. Just waiting on the Swift 6.0 PR in the upstream setup-swift GitHub action package to go through: https://github.com/swift-actions/setup-swift/pull/684
Looks like Swift 6.0 is finally available with swift-actions/setup-swift?
@xtremekforever Good reminder - thanks! I've rebased this branch, and I think it's ready to go now!
Unfortunately I couldn't get rid of all the Swift 6 warnings since we're still targeting a few Swift 5 versions that don't have the replacement APIs. But we should be able to remove those as we push our version support forward over time.
Any update on merging this PR in?