You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetching https://github.com/groue/GRDB.swift.git
error: dependency graph is unresolvable; found these conflicting requirements:
Dependencies:
https://github.com/klaas/GRDB.swift.git @ 2.10.0..<3.0.0
Environment
Xcode version: Latest = Version 9.4 (9F1027a) Swift version: Latest = Apple Swift version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2) macOS version running Xcode: Latest 10.13.4 (17E202)
Thanks for reporting this issue. Yes there was a tagging problem. I was wondering why the #313 SPM tests were failing... You showed me the light!
It should be fixed now. You may have to run the following commands on your local copies:
# Delete extra tags locally
git tag -d 3.0.0-beta2
git tag -d v3.0.0-beta2
# Delete extra tags on the `origin` remote
git push origin :refs/tags/3.0.0-beta2
git push origin :refs/tags/v3.0.0-beta2
What did you do?
Tried to use the latest version of GRDB with Swift Package Manager and this simple
Package.swiftfile:What did you expect to happen?
No error message on
swift build.What happened instead?
Command line output of
swift build:Environment
Xcode version: Latest = Version 9.4 (9F1027a)
Swift version: Latest = Apple Swift version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2)
macOS version running Xcode: Latest 10.13.4 (17E202)
Demo Project
I created a fork and added a branch "taggingtest" with a tag "2.11.0" here: https://github.com/klaas/GRDB.swift
When I use this a a dependency everything works.
I found #72 where it is discussed whether it's possible to use the "v" as a prefix in the tags. Maybe this is the reason for my error?
I'm using GRDB for a long time now and the issues appeared just today.
The text was updated successfully, but these errors were encountered: