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
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