Skip to content

Instantly share code, notes, and snippets.

@aciidgh
Created March 30, 2016 18:19
Show Gist options
  • Save aciidgh/cf4e7c1e9b3d3303a42300ad1b6076c8 to your computer and use it in GitHub Desktop.
Save aciidgh/cf4e7c1e9b3d3303a42300ad1b6076c8 to your computer and use it in GitHub Desktop.
client:
name: swift-build
tools: {}
targets:
test: []
default: [<SeaExec.module>, <SeaLib.Foo>, <SeaLib.Bar>, <SeaExec.exe>, <SeaLib.module>]
commands:
/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaExec.build:
tool: mkdir
outputs: [/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaExec.build]
<SeaExec.module>:
tool: swift-compiler
executable: /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a.xctoolchain/usr/bin/swiftc
module-name: SeaExec
module-output-path: /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaExec.swiftmodule
inputs: [<SeaLib.module>]
outputs: [<SeaExec.module>, /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaExec.build/main.swift.o]
import-paths: /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug
temps-path: /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaExec.build
objects: [/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaExec.build/main.swift.o]
other-args: ["-j8", "-Onone", "-g", "-D", SWIFT_PACKAGE, "-enable-testing", "-F", /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks, "-target", "x86_64-apple-macosx10.10", "-sdk", /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk, "-Xcc", "-fmodule-map-file=/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/Sources/SeaLib/include/module.modulemap"]
sources: [/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/Sources/SeaExec/main.swift]
is-library: false
<SeaLib.Foo>:
tool: clang
description: Compiling SeaLib Foo.c
inputs: [/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/Sources/SeaLib/Foo.c, /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build]
outputs: [/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Foo.o, /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Foo.d, <SeaLib.Foo.module>]
args: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -fmodules -fmodule-name=SeaLib -g -O0 -MMD -MT dependencies -MF /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Foo.d -c /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/Sources/SeaLib/Foo.c -o /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Foo.o"
deps: /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Foo.d
<SeaLib.Bar>:
tool: clang
description: Compiling SeaLib Bar.c
inputs: [/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/Sources/SeaLib/Bar.c, /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build]
outputs: [/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Bar.o, /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Foo.d, <SeaLib.Bar>]
args: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -fmodules -fmodule-name=SeaLib -g -O0 -MMD -MT dependencies -MF /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Bar.d -c /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/Sources/SeaLib/Bar.c -o /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Bar.o"
deps: /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Bar.d
<SeaLib.module>:
tool: clang
description: linking SeaLib
inputs: [<SeaLib.Foo>, <SeaLib.Bar>, /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Foo.o, /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Bar.o, /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build]
outputs: [/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/libSeaLib.a, <SeaLib.module>]
args: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -fmodules -fmodule-name=SeaLib -g -O0 /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Foo.o /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build/Bar.o -shared -o /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/libSeaLib.a"
/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build:
tool: mkdir
outputs: [/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaLib.build]
<SeaExec.exe>:
tool: shell
description: Linking .build/debug/SeaExec
inputs: [<SeaLib.module>, <SeaExec.module>, /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaExec.build/main.swift.o]
outputs: [<SeaExec.exe>, /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaExec]
args: ["/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a.xctoolchain/usr/bin/swiftc", "-target", "x86_64-apple-macosx10.10", "-sdk", /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk, "-g", "-L/Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug", "-o", /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaExec, "-emit-executable", /Users/aciid/mycode/swiftpmProjects/SwiftCMixed/.build/debug/SeaExec.build/main.swift.o]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment