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 Aug 29, 2022. It is now read-only.
The most streamlined approach is to develop in the host like you normally would and execute the tests in a transient VM:
cd Developer/Deferred
docker run --rm -v ${PWD}:/swift -w /swift "swift:4.2" swift test
docker run --rm -v ${PWD}:/swift -w /swift "swift:latest" swift test