-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi,
When trying to build the 1.0 release for watchOS with carthage, with the following command:
carthage update WebLinking.swift --platform watchOS
i get the following error:
The following build commands failed: CompileSwift normal armv7k /Users/medina/Documents/Opera/Carthage/Checkouts/WebLinking.swift/WebLinkingTests/WebLinkingTests.swift CompileSwiftSources normal armv7k com.apple.xcode.tools.swift.compiler (2 failures) /Users/medina/Documents/Opera/Carthage/Checkouts/WebLinking.swift/WebLinking/WebLinking.swift:167:16: warning: curried function declaration syntax will be removed in a future version of Swift; use a single parameter list /Users/medina/Documents/Opera/Carthage/Checkouts/WebLinking.swift/WebLinking/WebLinking.swift:174:11: warning: curried function declaration syntax will be removed in a future version of Swift; use a single parameter list /Users/medina/Documents/Opera/Carthage/Checkouts/WebLinking.swift/WebLinking/WebLinking.swift:197:10: warning: curried function declaration syntax will be removed in a future version of Swift; use a single parameter list /Users/medina/Documents/Opera/Carthage/Checkouts/WebLinking.swift/WebLinkingTests/WebLinkingTests.swift:10:8: error: no such module 'XCTest' A shell task failed with exit code 65: ** BUILD FAILED **
I have the following in my Cartfile:
github "kylef/WebLinking.swift" ~> 1.0
It builds for the rest of the platforms though.
Thanks!