Fetching Dependencies [Failed]
Check your dependencies' Package.swift files to see where the conflict is.
Error: warning: refname '1.0.1' is ambiguous.
warning: refname '1.0.1' is ambiguous.
warning: refname '1.0.2' is ambiguous.
warning: refname '1.0.2' is ambiguous.
warning: refname '1.0.0' is ambiguous.
warning: refname '1.0.0' is ambiguous.
swift-package: error: The dependency graph could not be satisfied. The package (https://github.com/vapor/fluent.git) with version tag in range (1.0.0..<1.0.9223372036854775807) is not found. Found tags ([1.2.0])
A fresh
vapor new projectName
will fail will the following Package.swift contentAm I missing something? :/