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

[SR-9775] swift build fails with Xcode 10.2 toolchain, but is ok with 10.1 toolchain #4731

Closed
mxcl opened this issue Jan 27, 2019 · 1 comment
Labels

Comments

@mxcl
Copy link
Contributor

mxcl commented Jan 27, 2019

Previous ID SR-9775
Radar None
Original Reporter @mxcl
Type Bug
Status Resolved
Resolution Duplicate
Environment

Mojave, Xcode 10.2-beta1

Additional Detail from JIRA
Votes 0
Component/s Package Manager
Labels Bug
Assignee None
Priority Medium

md5: 0b248991551f16d13ed6f541fb4170d0

duplicates:

  • SR-4124 Dependency resolution error for unsatisfiable dependencies due to tools version should say why

Issue Description:

$ swift build
Fetching https://github.com/apple/swift-llbuild.git
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
Fetching https://github.com/Carthage/Commandant.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/thoughtbot/Curry.git
Fetching https://github.com/Carthage/ReactiveTask.git
Fetching https://github.com/antitypical/Result.git
Fetching https://github.com/apple/swift-package-manager.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/jdhealy/PrettyColors.git
Fetching https://github.com/mdiep/Tentacle.git
error: dependency graph is unresolvable; found these conflicting requirements:

Dependencies: 
    https://github.com/jdhealy/PrettyColors.git @ 5.0.0..<6.0.0
    https://github.com/thoughtbot/Curry.git @ 4.0.0..<5.0.0
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'Quick' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'Nimble' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'Tentacle' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'Curry' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'SwiftPM-auto' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'Result' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'ReactiveSwift' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'ReactiveTask' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'Commandant' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'Curry' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'PrettyColors' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'Quick' not found
'Carthage' /Users/mxcl/src/Carthage: error: product dependency 'Nimble' not found
@mxcl
Copy link
Contributor Author

mxcl commented Jan 28, 2019

K it appears the two failures are still using old swift-tool-version 3 manifests.

So this bug report should instead be that the error message is not specific enough.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 4, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant