We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I just upgraded to Swift 5 (by updating Xcode) and I am unfortunately not able to compile my project anymore. Here is the error I get:
error: the package perfect-cmongo[https://github.com/PerfectSideRepos/Perfect-CMongo.git] @ 0.0.0 contains incompatible dependencies: perfect-cbson[https://github.com/PerfectSideRepos/Perfect-CBSON.git] @ master
Here are my dependencies in my Package.swift file:
Package.swift
dependencies: [ .package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", from: "3.0.0"), .package(url: "https://github.com/PerfectlySoft/Perfect-MongoDB.git", from: "3.1.1"), .package(url: "https://github.com/PerfectlySoft/Perfect-Logger.git", from: "3.0.0"), .package(url: "https://github.com/IBM-Swift/Configuration.git", from: "3.0.2"), .package(url: "https://github.com/AliSoftware/Dip", from: "7.0.1") ]
I spent quite a lot of time trying to debug this and Googling stuff but I did not manage to fix anything. Do you have any suggestion? Thank you!
The text was updated successfully, but these errors were encountered:
Same issue here.
Sorry, something went wrong.
No branches or pull requests
Hello,
I just upgraded to Swift 5 (by updating Xcode) and I am unfortunately not able to compile my project anymore. Here is the error I get:
Here are my dependencies in my
Package.swift
file:I spent quite a lot of time trying to debug this and Googling stuff but I did not manage to fix anything.
Do you have any suggestion?
Thank you!
The text was updated successfully, but these errors were encountered: