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鈥檒l 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