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:
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: