Skip to content

Instantly share code, notes, and snippets.

@hartbit
Last active February 7, 2020 10:19
Show Gist options
  • Save hartbit/08ee9fe241a0f727c63563e441686ee2 to your computer and use it in GitHub Desktop.
Save hartbit/08ee9fe241a0f727c63563e441686ee2 to your computer and use it in GitHub Desktop.
tmp=`mktemp -d -t swiftpm`
git clone --quiet https://github.com/apple/swift-package-manager $tmp > /dev/null
swift package --package-path $tmp resolve > /dev/null
time swift test --package-path $tmp --parallel
system_profiler SPHardwareDataType
swift --version
@hartbit
Copy link
Author

hartbit commented Feb 7, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment