/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-02-08-a.xctoolchain/usr/bin/swiftc --driver-mode=swift -I /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-02-08-a.xctoolchain/usr/lib/swift/pm -L /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-02-08-a.xctoolchain/usr/lib/swift/pm -lPackageDescription -target x86_64-apple-macosx10.10 /Users/USER/Developer/swiftweb/Clones/Dollar/Package.swift /usr/bin/xcrun --sdk macosx --show-sdk-path /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-02-08-a.xctoolchain/usr/bin/swift-build-tool -v -f /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/llbuild.yaml /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-02-08-a.xctoolchain/usr/bin/swiftc -module-name Dollar -incremental -emit-dependencies -emit-module -emit-module-path /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.swiftmodule -output-file-map /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Dollar/output-file-map.json -parse-as-library -c /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/AutoCurry.swift /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift -I /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug -j8 -Onone -g -v -target x86_64-apple-macosx10.10 -enable-testing -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /usr/local/include -D SWIFT_PACKAGE Apple Swift version 3.0-dev (LLVM a7663bb722, Clang 4ca3c7fa28, Swift 1c2f40e246) Target: x86_64-apple-macosx10.10 /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-02-08-a.xctoolchain/usr/bin/swift -frontend -c -primary-file /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/AutoCurry.swift /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug -I /usr/local/include -enable-testing -g -D SWIFT_PACKAGE -emit-module-doc-path /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Dollar/AutoCurry~partial.swiftdoc -Onone -parse-as-library -module-name Dollar -emit-module-path /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Dollar/AutoCurry~partial.swiftmodule -emit-dependencies-path /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Dollar/AutoCurry.d -emit-reference-dependencies-path /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Dollar/AutoCurry.swiftdeps -o /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Sources/AutoCurry.swift.o /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-02-08-a.xctoolchain/usr/bin/swift -frontend -c /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/AutoCurry.swift -primary-file /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift -target x86_64-apple-macosx10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug -I /usr/local/include -enable-testing -g -D SWIFT_PACKAGE -emit-module-doc-path /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Dollar/Dollar~partial.swiftdoc -Onone -parse-as-library -module-name Dollar -emit-module-path /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Dollar/Dollar~partial.swiftmodule -emit-dependencies-path /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Dollar/Dollar.d -emit-reference-dependencies-path /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Dollar/Dollar.swiftdeps -o /Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/Sources/Dollar.swift.o /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:548:27: error: parameters may not have the 'var' specifier public class func gcd(var first: Int, var _ second: Int) -> Int { ^~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:548:43: error: parameters may not have the 'var' specifier public class func gcd(var first: Int, var _ second: Int) -> Int { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:861:48: error: parameters may not have the 'var' specifier public class func partition(array: [T], var n: Int, var step: Int? = .None) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:861:60: error: parameters may not have the 'var' specifier public class func partition(array: [T], var n: Int, var step: Int? = .None) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:883:36: error: parameters may not have the 'var' specifier public class func partition(var array: [T], var n: Int, var step: Int? = .None, pad: [T]?) -> [[T]] { ^~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:883:52: error: parameters may not have the 'var' specifier public class func partition(var array: [T], var n: Int, var step: Int? = .None, pad: [T]?) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:883:64: error: parameters may not have the 'var' specifier public class func partition(var array: [T], var n: Int, var step: Int? = .None, pad: [T]?) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:910:51: error: parameters may not have the 'var' specifier public class func partitionAll(array: [T], var n: Int, var step: Int? = .None) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:910:63: error: parameters may not have the 'var' specifier public class func partitionAll(array: [T], var n: Int, var step: Int? = .None) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:548:27: error: parameters may not have the 'var' specifier public class func gcd(var first: Int, var _ second: Int) -> Int { ^~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:548:43: error: parameters may not have the 'var' specifier public class func gcd(var first: Int, var _ second: Int) -> Int { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:861:48: error: parameters may not have the 'var' specifier public class func partition(array: [T], var n: Int, var step: Int? = .None) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:861:60: error: parameters may not have the 'var' specifier public class func partition(array: [T], var n: Int, var step: Int? = .None) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:883:36: error: parameters may not have the 'var' specifier public class func partition(var array: [T], var n: Int, var step: Int? = .None, pad: [T]?) -> [[T]] { ^~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:883:52: error: parameters may not have the 'var' specifier public class func partition(var array: [T], var n: Int, var step: Int? = .None, pad: [T]?) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:883:64: error: parameters may not have the 'var' specifier public class func partition(var array: [T], var n: Int, var step: Int? = .None, pad: [T]?) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:910:51: error: parameters may not have the 'var' specifier public class func partitionAll(array: [T], var n: Int, var step: Int? = .None) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:910:63: error: parameters may not have the 'var' specifier public class func partitionAll(array: [T], var n: Int, var step: Int? = .None) -> [[T]] { ^~~~ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:41:16: warning: '--' is deprecated: it will be removed in Swift 3 if --counter <= 0 { ^ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:41:16: warning: '--' is deprecated: it will be removed in Swift 3 if --counter <= 0 { ^ /Users/USER/Developer/swiftweb/Clones/Dollar/Sources/Dollar.swift:203:16: warning: '++' is deprecated: it will be removed in Swift 3 while i++ < times { ^ :0: error: build had 1 command failures swift-build: error: exit(1): ["/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-02-08-a.xctoolchain/usr/bin/swift-build-tool", "-v", "-f", "/Users/USER/Developer/swiftweb/Clones/Dollar/.build/debug/Dollar.o/llbuild.yaml"]