Closed
Description
Swift Package Manager expects SemVer versioning.
Currently there are a number of breaking changes in previously released versions which is making it very difficult to find compatible versions of this library between different libraries using this one as a dependency. This is due to .exact()
being used instead of from:
for this library to avoid the breaking changes.
If you look at 0.10.0, there is a breaking change at 0.12.1, thereafter there is another breaking change leading up to 0.15.0.