We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Receiving the error: https://github.com/joncardasis/ChromaColorPicker.git has no Package.swift manifest for version 2.0.2 when attempting SPM inclusion via:
.Package(url: "https://github.com/joncardasis/ChromaColorPicker.git", .upToNextMajor(from: "2.0.2"))
https://c.hlp.sc/NQu1GbG1
Seems all that is needed is a minor version release to tag the Package.swift file.
The text was updated successfully, but these errors were encountered:
It seem that the 2.0.2 tag did not include the latest commit. Because the Package.swift is already on main, but not included in 2.0.2
Package.swift
2.0.2
as @codenameDuchess suggested only adding a tag from main should fix the problem. Could just be a patch update though 2.0.3
2.0.3
Sorry, something went wrong.
No branches or pull requests
Receiving the error: https://github.com/joncardasis/ChromaColorPicker.git has no Package.swift manifest for version 2.0.2 when attempting SPM inclusion via:
.Package(url: "https://github.com/joncardasis/ChromaColorPicker.git", .upToNextMajor(from: "2.0.2"))
https://c.hlp.sc/NQu1GbG1
Seems all that is needed is a minor version release to tag the Package.swift file.
The text was updated successfully, but these errors were encountered: