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.
Building and running tests using make test is currently breaking on the clean step due to the missing .build directory:
$ make test
--- Invoking swift build --clean
swift build --clean
error: rmdir error: No such file or directory (2): /Users/rui/projects/Swift/swift-mysql/.build
make: *** [clean] Error 1
The text was updated successfully, but these errors were encountered:
Building and running tests using
make test
is currently breaking on the clean step due to the missing .build directory:The text was updated successfully, but these errors were encountered: