marmelroy/Zip

Invalid semantic version string '2.1'

vitaliypoltavets opened this issue · 0 comments

This:
.package(url: "https://github.com/marmelroy/Zip.git", .upToNextMinor(from: "2.1"))

Should be change to this:
.package(url: "https://github.com/marmelroy/Zip.git", .upToNextMinor(from: "2.1.0"))

SPM requires a PATCH version.