-
Notifications
You must be signed in to change notification settings - Fork 123
Swift 6 upgrade to the repo #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Wasn't this already done as part of #275? See: Package.swift: https://github.com/auth0/JWTDecode.swift/blob/master/Package.swift#L1 ![]() JWTDecode.podspec: https://github.com/auth0/JWTDecode.swift/blob/master/JWTDecode.podspec#L22 ![]() |
@@ -410,7 +410,7 @@ class JWTDecodeSpec: XCTestCase { | |||
} | |||
} | |||
|
|||
extension JWTDecodeError: @retroactive Equatable {} | |||
extension JWTDecodeError: Equatable {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a warning here.
C1896F0F2C1C731000CA1000 /* Quick.xcframework in Frameworks */, | ||
C1896F0C2C1C730F00CA1000 /* Nimble.xcframework in Frameworks */, | ||
C1896F0F2C1C731000CA1000 /* (null) in Frameworks */, | ||
C1896F0C2C1C730F00CA1000 /* (null) in Frameworks */, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're removing Quick and Nimble, there should be no entries here.
@@ -146,6 +146,7 @@ | |||
isa = PBXFrameworksBuildPhase; | |||
buildActionMask = 2147483647; | |||
files = ( | |||
D41DECE32DC89DE100F5B1A4 /* CwlPreconditionTesting in Frameworks */, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the CwlPreconditionTesting dependency as well (IIRC, it was added as an SPM dependency).
📋 Changes
PR has swift 6 changes in the repo and repo targets. this is a followup PR on Xcode 16 support in CI. #275
📎 References
🎯 Testing