Skip to content
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

Incompatible dependencies #3

Open
xavierpantet opened this issue Mar 28, 2019 · 1 comment
Open

Incompatible dependencies #3

xavierpantet opened this issue Mar 28, 2019 · 1 comment

Comments

@xavierpantet
Copy link

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:

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!

@timotheeduran
Copy link

Same issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants