Incorrect tag for Swift Package manager
ericyanush opened this issue · 3 comments
ericyanush commented
Swift package manger always tries to resolve versions using semantic versioning, so when using the tag 2.5, it automatically tries to resolve the tag as 2.5.0, which doesn't exist, so resolving the package fails.
Tested with Xcode 11.3
ekazaev commented
@ericyanush Hi. Just added a tag. Can you please confirm that it works as expected?
ekazaev commented
@ericyanush It works for me as expected
ericyanush commented
The new tag works as expected. Thanks for fixing that so quickly!