Skip to content

Instantly share code, notes, and snippets.

@aciidgh
Created December 6, 2015 16:24
Show Gist options
  • Save aciidgh/7c8e06fe56d4cfdfd910 to your computer and use it in GitHub Desktop.
Save aciidgh/7c8e06fe56d4cfdfd910 to your computer and use it in GitHub Desktop.
Swift build -v output
/Library/Developer/Toolchains/swift-2.2-SNAPSHOT-2015-12-01-a.xctoolchain/usr/bin/swiftc -module-name SimpleGetClient -incremental -emit-dependencies -emit-module -emit-module-path /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug/SimpleGetClient.swiftmodule -output-file-map /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug/SimpleGetClient.o/SimpleGetClient/output-file-map.json -parse-as-library -c /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/Packages/SimpleGetClient-1.0.0/Sources/GetClient.swift -I /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug -j8 -Onone -g -target x86_64-apple-macosx10.10 -enable-testing -sdk /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /usr/local/include
/bin/sh -c "rm -f '/Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug/SimpleGetClient.a'; ar cr '/Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug/SimpleGetClient.a' '/Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug/SimpleGetClient.o/Sources/GetClient.swift.o'"
/Library/Developer/Toolchains/swift-2.2-SNAPSHOT-2015-12-01-a.xctoolchain/usr/bin/swiftc -module-name GetClientUser -incremental -emit-dependencies -emit-module -emit-module-path /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug/GetClientUser.swiftmodule -output-file-map /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug/GetClientUser.o/GetClientUser/output-file-map.json -c /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/Sources/main.swift -I /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug -j8 -Onone -g -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /usr/local/include
/Library/Developer/Toolchains/swift-2.2-SNAPSHOT-2015-12-01-a.xctoolchain/usr/bin/swiftc -o /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug/GetClientUser /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug/GetClientUser.o/Sources/main.swift.o -Xlinker -all_load -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Xlinker /Users/aciid/mycode/swift/GetClient/SwiftGetClientDemo/.build/debug/SimpleGetClient.a -L/usr/local/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment