ekazaev/route-composer

Incorrect tag for Swift Package manager

ericyanush opened this issue · 3 comments

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

@ericyanush Hi. Just added a tag. Can you please confirm that it works as expected?

@ericyanush It works for me as expected
Screenshot 2020-01-13 at 16 54 34

The new tag works as expected. Thanks for fixing that so quickly!