Closed jaerod95 closed 4 years ago
Thank you for reporting this issue. I'm not sure if we can fix it so easily, the only ways I can come up with are really weird workarounds. We'd probably need to fix this in SwiftPM directly. Or do you have any idea how we could fix this in Accio easily?
As a workaround, you might want to opt for specifying a branch or a specific commit hash instead.
Closing this, as Accio is now deprecated.
If a project that supports Swift Package Manager doesn't tag their releases using valid semantic versioning (major.minor.patch) then Accio can't find the tags and throws the following error:
An example was the library ThirdPartyMailer which uses only major and minor versions.
Can we add support for parsing versions that might be missing a patch or minor version?