vapor / fluent-mysql-driver

🖋🐬 Swift ORM (queries, models, relations, etc) built on MySQL.
MIT License
77 stars 52 forks source link

Error related to SwiftPackage #176

Closed lucas-adeva closed 4 years ago

lucas-adeva commented 4 years ago

Each time that I try to run the command swift build -c release in the server terminal, I get this error:

/home/vapor/recipe-vapor/.build/checkouts/fluent-mysql: error: https://github.com/vapor/fluent-mysql.git has no Package.swift manifest for version 3.0.0

I am using this package configuration

.package(url: "https://github.com/vapor/fluent-mysql.git", from: "3.0.0"),

this is the swift version that I have on the server

Swift version 5.2 (swift-5.2-RELEASE)
Target: x86_64-unknown-linux-gnu

could someone give me a hand with this?

lucas-adeva commented 4 years ago

it was an error related to the server configuration. Sorry.