Skip to content

Instantly share code, notes, and snippets.

View NickBarnes's full-sized avatar

Nick Barnes NickBarnes

  • Cambridge, UK
  • 06:27 (UTC +01:00)
View GitHub Profile
@NickBarnes
NickBarnes / initial-swift-build
Created December 7, 2015 18:03
Shell transcript from an initial clone, build, and test of swift, on 2015-12-07.
bash-3.2$ git clone git@github.com:apple/swift.git swift
git clone git@github.com:apple/swift.git swift
Cloning into 'swift'...
remote: Counting objects: 293122, done.
remote: Total 293122 (delta 0), reused 0 (delta 0), pack-reused 293122
Receiving objects: 100% (293122/293122), 57.04 MiB | 2.85 MiB/s, done.
Resolving deltas: 100% (239513/239513), done.
Checking connectivity... done.
bash-3.2$ git clone git@github.com:apple/swift-llvm.git llvm
Cloning into 'llvm'...