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
{{ message }}
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.
After cloning this repository and running swift build or make test, I get this error:
>make test --- Invoking swift build --clean swift build --clean --- Building package swift build -Xcc -fblocks warning: refname '0.0.4' is ambiguous. warning: refname '0.0.4' is ambiguous. HEAD is now at 14306c7 updated to remove bundled binaries, added includes for darwin Resolved version: 0.0.4 Empty manifest file is not supported anymore. Useswift package initto autogenerate. error: The package at '/home/ta/swift-mysql/Packages/swift-libmysql' has no Package.swift for the specific version: 0.0.4 Makefile:14: recipe for target 'build' failed make: *** [build] Error 1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After cloning this repository and running
swift build
ormake test
, I get this error:>make test --- Invoking swift build --clean swift build --clean --- Building package swift build -Xcc -fblocks warning: refname '0.0.4' is ambiguous. warning: refname '0.0.4' is ambiguous. HEAD is now at 14306c7 updated to remove bundled binaries, added includes for darwin Resolved version: 0.0.4 Empty manifest file is not supported anymore. Use
swift package initto autogenerate. error: The package at '/home/ta/swift-mysql/Packages/swift-libmysql' has no Package.swift for the specific version: 0.0.4 Makefile:14: recipe for target 'build' failed make: *** [build] Error 1
The text was updated successfully, but these errors were encountered: