Navigation Menu

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-113] Swift Package Manager does not accept semver versions such as 1.0.0rc1 #5330

Closed
groue opened this issue Dec 7, 2015 · 3 comments
Closed
Labels

Comments

@groue
Copy link

groue commented Dec 7, 2015

Previous ID SR-113
Radar None
Original Reporter @groue
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Package Manager
Labels Bug
Assignee jakeheis (JIRA)
Priority Medium

md5: 5db4a5b3e1589298872bbccda71e0ab9

Issue Description:

Hello,

https://swift.org/package-manager/ makes explicit mention of http://semver.org, yet fails to link to a package with tags such as 1.0.0rc1.

When one declares a dependency such as Package(url: "<repo URL>", majorVersion: 1, minor: 0), one expects the tag 1.0.0rc1 to be checked out.

It is not. Instead, `swift build` outputs the following error:

swift-build: The dependency graph could not be satisfied.

@mxcl
Copy link
Contributor

mxcl commented Dec 7, 2015

Yes, you are correct. PR welcome, otherwise we will fix this in due course though we have higher priorities in the immediate future.

@mxcl
Copy link
Contributor

mxcl commented Dec 15, 2015

#64

@mxcl
Copy link
Contributor

mxcl commented Dec 16, 2015

Merged.

@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

2 participants