ChromaColorPicker icon indicating copy to clipboard operation
ChromaColorPicker copied to clipboard

Swift Package Manager Error

Open codenameDuchess opened this issue 5 years ago • 1 comments

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.

codenameDuchess avatar Nov 08 '20 00:11 codenameDuchess

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

as @codenameDuchess suggested only adding a tag from main should fix the problem. Could just be a patch update though 2.0.3

vrijmaCoffeeIT avatar Jan 30 '25 10:01 vrijmaCoffeeIT