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

[BUG] Version comparison fails when it should actually succeed #240

Open
marlonrichert opened this issue Jun 3, 2022 · 0 comments
Open

Comments

@marlonrichert
Copy link

% mint version
Version: 0.17.1

% mint install swiftyfinch/rugby@main
🌱 Cloning rugby main
🌱 Resolving package
error: Dependencies could not be resolved because no versions of 'xcbeautify' match the requirement 0.13.0..<1.0.0 and root depends on 'xcbeautify' 0.13.0..<1.0.0.
🌱 Encountered error during "swift package resolve". Use --verbose to see full output
🌱  Failed to resolve rugby main with SPM

% mint install tuist/xcbeautify
🌱 Finding latest version of xcbeautify
🌱 Cloning xcbeautify 0.13.0
🌱 Resolving package
error: Dependencies could not be resolved because no versions of 'xmlcoder' match the requirement 0.13.1..<1.0.0 and root depends on 'xmlcoder' 0.13.1..<1.0.0.
🌱 Encountered error during "swift package resolve". Use --verbose to see full output
🌱  Failed to resolve xcbeautify 0.13.0 with SPM

The version of xcbeautify shown here is 0.13.0, which should satisfy rugby's dependency requirement of 'xcbeautify' 0.13.0..<1.0.0, but it unexpectedly does not.

macOS Monterey version 12.4 (21F79)

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

1 participant