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 version of this repository (vapor/jwt version 5.1.1) appears to be incompatible with the Apple App Store Server Swift Library (app-store-server-library-swift version 2.3.0). This incompatibility is due to conflicting dependencies on different major versions of jwt-kit. The App Store Server Library relies on jwt-kit version 4.x, while vapor/jwt requires jwt-kit version 5.x, leading to a dependency resolution conflict in Swift Package Manager.
Vapor version
5.x.x
Operating system and version
15.1.1 (24B91)
Swift version
Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
The dependency resolution behaves inconsistently depending on the order in which dependencies are added to Package.swift.
In this case:
• Adding the app-store-server-library-swift dependency first resolves correctly but causes the vapor/jwt dependency to fail resolution.
• Conversely, adding vapor/jwt first results in app-store-server-library-swift failing to resolve.
Additional notes
The issue may tbe caused by both libraries depending on different major versions of jwt-kit:
• app-store-server-library-swift requires jwt-kit version 4.x.
• vapor/jwt requires jwt-kit version 5.x.
The Version 4.2.2 works as expected.
The text was updated successfully, but these errors were encountered:
Describe the issue
The latest version of this repository (vapor/jwt version 5.1.1) appears to be incompatible with the Apple App Store Server Swift Library (app-store-server-library-swift version 2.3.0). This incompatibility is due to conflicting dependencies on different major versions of jwt-kit. The App Store Server Library relies on jwt-kit version 4.x, while vapor/jwt requires jwt-kit version 5.x, leading to a dependency resolution conflict in Swift Package Manager.
Vapor version
5.x.x
Operating system and version
15.1.1 (24B91)
Swift version
Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
Steps to reproduce
Outcome
The dependency resolution behaves inconsistently depending on the order in which dependencies are added to Package.swift.
In this case:
• Adding the app-store-server-library-swift dependency first resolves correctly but causes the vapor/jwt dependency to fail resolution.
• Conversely, adding vapor/jwt first results in app-store-server-library-swift failing to resolve.
Additional notes
The issue may tbe caused by both libraries depending on different major versions of jwt-kit:
• app-store-server-library-swift requires jwt-kit version 4.x.
• vapor/jwt requires jwt-kit version 5.x.
The Version 4.2.2 works as expected.
The text was updated successfully, but these errors were encountered: