Skip to content

Instantly share code, notes, and snippets.

@mitsuse
Last active April 16, 2016 13:19
Show Gist options
  • Save mitsuse/44ff4e6cd0aeb2c7af13f398b63d3825 to your computer and use it in GitHub Desktop.
Save mitsuse/44ff4e6cd0aeb2c7af13f398b63d3825 to your computer and use it in GitHub Desktop.
Formula for SourceKittenDaemon 0.1.5.
==> Cloning https://github.com/terhechte/SourceKittenDaemon.git
Updating /Library/Caches/Homebrew/sourcekitten-daemon--git
git config remote.origin.url https://github.com/terhechte/SourceKittenDaemon.git
git config remote.origin.fetch +refs/tags/0.1.5:refs/tags/0.1.5
==> Checking out tag 0.1.5
git checkout -f 0.1.5 --
HEAD is now at 2a8eef4... Bump to 0.1.5
git reset --hard 0.1.5
HEAD is now at 2a8eef4 Bump to 0.1.5
git submodule foreach --recursive git submodule sync
Entering 'Carthage/Checkouts/Commandant'
Synchronizing submodule url for 'Carthage/Checkouts/Nimble'
Synchronizing submodule url for 'Carthage/Checkouts/Quick'
Synchronizing submodule url for 'Carthage/Checkouts/Result'
Synchronizing submodule url for 'Carthage/Checkouts/xcconfigs'
Entering 'Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble'
Entering 'Carthage/Checkouts/Commandant/Carthage/Checkouts/Quick'
Synchronizing submodule url for 'Externals/Nimble'
Entering 'Carthage/Checkouts/Commandant/Carthage/Checkouts/Quick/Externals/Nimble'
Entering 'Carthage/Checkouts/Commandant/Carthage/Checkouts/Result'
Entering 'Carthage/Checkouts/Commandant/Carthage/Checkouts/xcconfigs'
Entering 'Carthage/Checkouts/Result'
Entering 'Carthage/Checkouts/SWXMLHash'
Entering 'Carthage/Checkouts/SourceKitten'
Synchronizing submodule url for 'Carthage/Checkouts/Commandant'
Synchronizing submodule url for 'Carthage/Checkouts/Result'
Synchronizing submodule url for 'Carthage/Checkouts/SWXMLHash'
Synchronizing submodule url for 'Carthage/Checkouts/xcconfigs'
Entering 'Carthage/Checkouts/SourceKitten/Carthage/Checkouts/Commandant'
Synchronizing submodule url for 'Carthage/Checkouts/Nimble'
Synchronizing submodule url for 'Carthage/Checkouts/Quick'
Synchronizing submodule url for 'Carthage/Checkouts/Result'
Synchronizing submodule url for 'Carthage/Checkouts/xcconfigs'
Entering 'Carthage/Checkouts/SourceKitten/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble'
Entering 'Carthage/Checkouts/SourceKitten/Carthage/Checkouts/Commandant/Carthage/Checkouts/Quick'
Synchronizing submodule url for 'Externals/Nimble'
Entering 'Carthage/Checkouts/SourceKitten/Carthage/Checkouts/Commandant/Carthage/Checkouts/Quick/Externals/Nimble'
Entering 'Carthage/Checkouts/SourceKitten/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result'
Entering 'Carthage/Checkouts/SourceKitten/Carthage/Checkouts/Commandant/Carthage/Checkouts/xcconfigs'
Entering 'Carthage/Checkouts/SourceKitten/Carthage/Checkouts/Result'
Entering 'Carthage/Checkouts/SourceKitten/Carthage/Checkouts/SWXMLHash'
Entering 'Carthage/Checkouts/SourceKitten/Carthage/Checkouts/xcconfigs'
Entering 'Carthage/Checkouts/SwiftSockets'
Entering 'Carthage/Checkouts/taylor'
Synchronizing submodule url for 'Carthage/Checkouts/SwiftSockets'
Entering 'Carthage/Checkouts/taylor/Carthage/Checkouts/SwiftSockets'
Entering 'vendor/Xcode.swift'
git submodule update --init --recursive
==> make install PREFIX=/usr/local/Cellar/sourcekitten-daemon/0.1.5
mkdir -p .build
git submodule update --init --recursive
carthage build --platform Mac
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:5:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:6:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:69:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:70: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:99: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:121: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:41: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:70: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:92: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:38: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:67: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:89: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:5:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:6:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:69:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:70: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:99: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:121: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:41: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:70: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:92: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:38: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:67: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:89: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift:5:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift:6:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:70: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:99: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:121: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:41: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:70: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:92: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:38: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:67: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:89: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift:5:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift:6:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:70: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:99: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:121: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:41: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:70: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:92: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:38: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:67: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:89: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Option.swift:38:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Command.swift:14:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Command.swift:121:29: warning: 'var' parameters are deprecated and will be removed in Swift 3
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:123:69: warning: '++' is deprecated: it will be removed in Swift 3
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:127:8: warning: '++' is deprecated: it will be removed in Swift 3
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:123:3: warning: C-style for statement is deprecated and will be removed in a future version of Swift
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:150:55: warning: '++' is deprecated: it will be removed in Swift 3
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:150:3: warning: C-style for statement is deprecated and will be removed in a future version of Swift
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift:9:64: error: cannot convert value of type 'String' to expected argument type 'StaticString'
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift:25:48: error: cannot convert value of type 'String' to expected argument type 'StaticString'
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
n^[^[^[^[/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
^R
n^[^[^[/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift:30:33: warning: 'init(start:end:)' is deprecated: it will be removed in Swift 3. Use the '..<' operator.
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift:30:33: warning: 'init(start:end:)' is deprecated: it will be removed in Swift 3. Use the '..<' operator.
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift:30:33: warning: 'init(start:end:)' is deprecated: it will be removed in Swift 3. Use the '..<' operator.
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, ple** BUILD FAILED **
The following build commands failed:
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(2 failures)
ase use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
A shell task (/usr/bin/xcrun xcodebuild -workspace /private/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant.xcworkspace -scheme Nimble-OSX -configuration Release ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:
** BUILD FAILED **
The following build commands failed:
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(2 failures)
*** xcodebuild output can be found in /var/folders/mh/6ppyc97n5jv1cnc3jzlszl4c0000gn/T/carthage-xcodebuild.mDhxQR.log
*** Building scheme "Result-Mac" in Result.xcodeproj
*** Building scheme "Commandant" in Commandant.xcworkspace
*** Building scheme "Nimble-OSX" in Commandant.xcworkspace
make: *** [.build] Error 1
==> Formula
Path: /usr/local/Library/Taps/homebrew/homebrew-core/Formula/sourcekitten-daemon.rb
==> Configuration
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: b70e4341fe1a217d51f2bf75b5e2fdb1f4e602d9
Last commit: 2 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: a67e210099413fb791817c5b2c724642a6410f69
Core tap last commit: 24 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit broadwell
OS X: 10.11.3-x86_64
Xcode: 7.3
CLT: 7.3.0.0.1.1457485338
Clang: 7.3 build 703
X11: N/A
System Ruby: 2.0.0-p645
Perl: /usr/bin/perl
Python: /Users/mitsuse/projects/src/github.com/mitsuse/dotfiles/tools/anyenv/envs/pyenv/shims/python => /Users/mitsuse/projects/src/github.com/mitsuse/dotfiles/tools/anyenv/envs/pyenv/versions/3.5.1/bin/python3.5
Ruby: /Users/mitsuse/projects/src/github.com/mitsuse/dotfiles/tools/anyenv/envs/rbenv/shims/ruby => /Users/mitsuse/projects/src/github.com/mitsuse/dotfiles/tools/anyenv/envs/rbenv/versions/2.3.0/bin/ruby
Java: 1.8.0_74, 1.8.0_72
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /usr/local/opt/carthage/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/carthage/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: sourcekitten-daemon 0.1.5 did not build
Logs:
/Users/mitsuse/Library/Logs/Homebrew/sourcekitten-daemon/01.make
/usr/bin/xcrun xcodebuild -project /private/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result.xcodeproj -scheme Result-Mac -configuration Release ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean buildBuild settings from command line:
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
=== CLEAN TARGET Result-Mac OF PROJECT Result WITH CONFIGURATION Release ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Modules
/bin/ln -sfh Versions/Current/Modules /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Modules
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Headers
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Resources
/bin/ln -sfh A /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/Current
/bin/ln -sfh Versions/Current/Resources /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Resources
/bin/ln -sfh Versions/Current/Headers /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Headers
/bin/ln -sfh Versions/Current/Result /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Result
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework.dSYM
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework.dSYM
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework
** CLEAN SUCCEEDED **
=== BUILD TARGET Result-Mac OF PROJECT Result WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/module.modulemap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/all-product-headers.yaml
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module-overlay.yaml
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.LinkFileList
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module.modulemap
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/Result_vers.c
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Mac-OutputFileMap.json
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/swift-overrides.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap
Create product structure
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Modules
/bin/ln -sfh Versions/Current/Modules /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Modules
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Headers
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Resources
/bin/ln -sfh A /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/Current
/bin/ln -sfh Versions/Current/Resources /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Resources
/bin/ln -sfh Versions/Current/Headers /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Headers
/bin/ln -sfh Versions/Current/Result /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Result
ProcessInfoPlistFile /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Resources/Info.plist Result/Info.plist
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
builtin-infoPlistUtility /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Info.plist -expandbuildsettings -platform macosx -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Resources/Info.plist
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name Result -O -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -target x86_64-apple-macosx10.9 -g -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -Xfrontend -serialize-debugging-options -application-extension -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -c -j4 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift -output-file-map /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Mac-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -application-extension -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType~partial.swiftdoc -O -module-name Result -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:5:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias Value
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:6:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias Error: ErrorType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:69:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ConvertibleType = Self
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:70: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:99: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:121: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:41: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:70: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:92: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:38: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:67: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:89: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -application-extension -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result~partial.swiftdoc -O -module-name Result -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:5:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias Value
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:6:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias Error: ErrorType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/ResultType.swift:69:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ConvertibleType = Self
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:70: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:99: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:93:121: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:41: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:70: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:172:92: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:38: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:67: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.swift:182:89: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~
#line
MergeSwiftModule normal x86_64 /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -emit-module /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType~partial.swiftmodule /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result~partial.swiftmodule -parse-as-library -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -application-extension -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftdoc -module-name Result -emit-objc-header-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Swift.h -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Headers/Result-Swift.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Swift.h
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
/usr/bin/ditto -rsrc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Swift.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Headers/Result-Swift.h
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Modules/Result.swiftmodule/x86_64.swiftmodule /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
/usr/bin/ditto -rsrc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Modules/Result.swiftmodule/x86_64.swiftmodule
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Modules/Result.swiftmodule/x86_64.swiftdoc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftdoc
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
/usr/bin/ditto -rsrc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftdoc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Modules/Result.swiftmodule/x86_64.swiftdoc
CompileC /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result_vers.o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/Result_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-cache-path=/Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Xclang -fmodule-implementation-of -Xclang Result -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap -ivfsoverlay /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/all-product-headers.yaml -iquote /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/include -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/x86_64 -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources -F/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -MMD -MT dependencies -MF /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result_vers.d --serialize-diagnostics /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result_vers.dia -c /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/Result_vers.c -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result_vers.o
Ld /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Result normal x86_64
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -L/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -F/Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release -filelist /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.LinkFileList -install_name @rpath/Result.framework/Versions/A/Result -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mmacosx-version-min=10.9 -fapplication-extension -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -force_load -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a -Xlinker -add_ast_path -Xlinker /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result_dependency_info.dat -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Result
GenerateDSYMFile /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework.dSYM /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Result
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Result -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework.dSYM
CpHeader Result/Result.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Headers/Result.h
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result/Result/Result.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Headers
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/module.modulemap /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Modules/module.modulemap
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Intermediates/Result.build/Release/Result-Mac.build/module.modulemap /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework/Versions/A/Modules
Touch /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Result
/usr/bin/touch -c /Users/mitsuse/Library/Developer/Xcode/DerivedData/Result-cwcnyqteoyyewmfkmrxmlxzefyht/Build/Products/Release/Result.framework
** BUILD SUCCEEDED **
/usr/bin/xcrun xcodebuild -workspace /private/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant.xcworkspace -scheme Commandant -configuration Release ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean buildBuild settings from command line:
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
=== CLEAN TARGET Result-Mac OF PROJECT Result WITH CONFIGURATION Release ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Modules
/bin/ln -sfh Versions/Current/Modules /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Modules
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Headers
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Resources
/bin/ln -sfh A /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/Current
/bin/ln -sfh Versions/Current/Resources /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Resources
/bin/ln -sfh Versions/Current/Headers /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Headers
/bin/ln -sfh Versions/Current/Result /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Result
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework.dSYM
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework.dSYM
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework
=== CLEAN TARGET Commandant OF PROJECT Commandant WITH CONFIGURATION Release ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Modules
/bin/ln -sfh Versions/Current/Modules /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Modules
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Headers
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Resources
/bin/ln -sfh A /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/Current
/bin/ln -sfh Versions/Current/Resources /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Resources
/bin/ln -sfh Versions/Current/Headers /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Headers
/bin/ln -sfh Versions/Current/Commandant /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Commandant
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework.dSYM
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework.dSYM
** CLEAN SUCCEEDED **
=== BUILD TARGET Result-Mac OF PROJECT Result WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Mac-OutputFileMap.json
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/swift-overrides.hmap
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/Result_vers.c
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/all-product-headers.yaml
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module.modulemap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.LinkFileList
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/module.modulemap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module-overlay.yaml
Create product structure
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Modules
/bin/ln -sfh Versions/Current/Modules /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Modules
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Headers
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Resources
/bin/ln -sfh A /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/Current
/bin/ln -sfh Versions/Current/Resources /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Resources
/bin/ln -sfh Versions/Current/Headers /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Headers
/bin/ln -sfh Versions/Current/Result /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Result
ProcessInfoPlistFile /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Resources/Info.plist Result/Info.plist
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
builtin-infoPlistUtility /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Info.plist -expandbuildsettings -platform macosx -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Resources/Info.plist
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name Result -O -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -target x86_64-apple-macosx10.9 -g -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -Xfrontend -serialize-debugging-options -application-extension -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -c -j4 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift -output-file-map /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Mac-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -application-extension -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType~partial.swiftdoc -O -module-name Result -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift:5:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias Value
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift:6:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias Error: ErrorType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:70: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:99: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:121: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:41: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:70: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:92: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:38: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:67: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:89: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -application-extension -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result~partial.swiftdoc -O -module-name Result -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift:5:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias Value
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/ResultType.swift:6:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias Error: ErrorType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:70: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:99: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:89:121: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public static func error(message: String? = nil, function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__) -> NSError {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:41: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:70: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:168:92: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func `try`<T>(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> T?) -> Result<T, NSError> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:38: warning: __FUNCTION__ is deprecated and will be removed in Swift 3, please use #function
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~~~~~
#function
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:67: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.swift:178:89: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func `try`(function: String = __FUNCTION__, file: String = __FILE__, line: Int = __LINE__, `try`: NSErrorPointer -> Bool) -> Result<(), NSError> {
^~~~~~~~
#line
MergeSwiftModule normal x86_64 /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -emit-module /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/ResultType~partial.swiftmodule /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result~partial.swiftmodule -parse-as-library -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -application-extension -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftdoc -module-name Result -emit-objc-header-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Swift.h -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Headers/Result-Swift.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Swift.h
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
/usr/bin/ditto -rsrc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result-Swift.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Headers/Result-Swift.h
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Modules/Result.swiftmodule/x86_64.swiftmodule /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
/usr/bin/ditto -rsrc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Modules/Result.swiftmodule/x86_64.swiftmodule
CompileC /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result_vers.o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/Result_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-cache-path=/Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Xclang -fmodule-implementation-of -Xclang Result -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-generated-files.hmap -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-own-target-headers.hmap -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-all-non-framework-target-headers.hmap -ivfsoverlay /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/all-product-headers.yaml -iquote /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Result-project-headers.hmap -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/x86_64 -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources -F/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -MMD -MT dependencies -MF /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result_vers.d --serialize-diagnostics /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result_vers.dia -c /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/DerivedSources/Result_vers.c -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result_vers.o
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Modules/Result.swiftmodule/x86_64.swiftdoc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftdoc
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
/usr/bin/ditto -rsrc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftdoc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Modules/Result.swiftmodule/x86_64.swiftdoc
Ld /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Result normal x86_64
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -L/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -filelist /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.LinkFileList -install_name @rpath/Result.framework/Versions/A/Result -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mmacosx-version-min=10.9 -fapplication-extension -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -force_load -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a -Xlinker -add_ast_path -Xlinker /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result.swiftmodule -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/Objects-normal/x86_64/Result_dependency_info.dat -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Result
GenerateDSYMFile /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework.dSYM /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Result
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Result -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework.dSYM
CpHeader Result/Result.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Headers/Result.h
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result/Result/Result.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Headers
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/module.modulemap /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Modules/module.modulemap
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Result.build/Release/Result-Mac.build/module.modulemap /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework/Versions/A/Modules
Touch /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Result
/usr/bin/touch -c /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Result.framework
=== BUILD TARGET Commandant OF PROJECT Commandant WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/unextended-module-overlay.yaml
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/DerivedSources
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/DerivedSources/Commandant_vers.c
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-own-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/module.modulemap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-all-non-framework-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-generated-files.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-all-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/all-product-headers.yaml
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/unextended-module.modulemap
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant-OutputFileMap.json
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/swift-overrides.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant.LinkFileList
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-project-headers.hmap
Create product structure
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Modules
/bin/ln -sfh Versions/Current/Modules /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Modules
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Headers
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Resources
/bin/ln -sfh A /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/Current
/bin/ln -sfh Versions/Current/Resources /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Resources
/bin/ln -sfh Versions/Current/Headers /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Headers
/bin/ln -sfh Versions/Current/Commandant /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Commandant
ProcessInfoPlistFile /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Resources/Info.plist Commandant/Info.plist
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
builtin-infoPlistUtility /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Info.plist -expandbuildsettings -platform macosx -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Resources/Info.plist
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name Commandant -O -whole-module-optimization -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -target x86_64-apple-macosx10.9 -g -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -Xfrontend -serialize-debugging-options -application-extension -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -c -num-threads 4 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/HelpCommand.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Option.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Errors.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Switch.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Command.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift -output-file-map /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant.swiftmodule -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/DerivedSources -Xcc -DNDEBUG=1 -emit-objc-header -emit-objc-header-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
CompileSwift normal x86_64
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/HelpCommand.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Option.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Errors.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Switch.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Command.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -application-extension -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/DerivedSources -Xcc -DNDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant.swiftdoc -O -module-name Commandant -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant.swiftmodule -emit-objc-header-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant-Swift.h -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/HelpCommand.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/HelpCommand.d -num-threads 4 -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/HelpCommand.o -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Option.o -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Errors.o -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Switch.o -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Command.o -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/ArgumentParser.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Option.swift:38:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ClientError
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Command.swift:14:2: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ClientError
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Command.swift:121:29: warning: 'var' parameters are deprecated and will be removed in Swift 3
@noreturn public func main(var arguments arguments: [String], defaultVerb: String, errorHandler: ClientError -> ()) {
^~~
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:123:69: warning: '++' is deprecated: it will be removed in Swift 3
argumentLoop: for var index = 0; index < oldArguments.count; index++ {
^~
+= 1
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:127:8: warning: '++' is deprecated: it will be removed in Swift 3
if ++index < oldArguments.count {
^
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:123:3: warning: C-style for statement is deprecated and will be removed in a future version of Swift
argumentLoop: for var index = 0; index < oldArguments.count; index++ {
^
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:123:3: note: C-style for statement can't be automatically fixed to for-in, because the loop variable is modified inside the loop
argumentLoop: for var index = 0; index < oldArguments.count; index++ {
^
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:150:55: warning: '++' is deprecated: it will be removed in Swift 3
for var index = 0; index < rawArguments.count; index++ {
^~
+= 1
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/ArgumentParser.swift:150:3: warning: C-style for statement is deprecated and will be removed in a future version of Swift
for var index = 0; index < rawArguments.count; index++ {
^ ~~~~ ~~~ ~~~~~~~~~~ ~~~~~~~~~
in ..<
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Headers/Commandant-Swift.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant-Swift.h
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
/usr/bin/ditto -rsrc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant-Swift.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Headers/Commandant-Swift.h
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftdoc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant.swiftdoc
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
/usr/bin/ditto -rsrc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant.swiftdoc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftdoc
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftmodule /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant.swiftmodule
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
/usr/bin/ditto -rsrc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant.swiftmodule /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftmodule
CompileC /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant_vers.o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/DerivedSources/Commandant_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-cache-path=/Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Xclang -fmodule-implementation-of -Xclang Commandant -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -fno-common -Werror -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wfour-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DNDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-generated-files.hmap -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-own-target-headers.hmap -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-all-non-framework-target-headers.hmap -ivfsoverlay /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/all-product-headers.yaml -iquote /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Commandant-project-headers.hmap -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/DerivedSources/x86_64 -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/DerivedSources -Wno-error=unknown-warning-option -Wno-gcc-compat -Wno-unused-const-variable -Wno-nullability-completeness -F/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -MMD -MT dependencies -MF /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant_vers.d --serialize-diagnostics /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant_vers.dia -c /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/DerivedSources/Commandant_vers.c -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant_vers.o
Ld /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Commandant normal x86_64
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -L/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -filelist /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant.LinkFileList -install_name @rpath/Commandant.framework/Commandant -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mmacosx-version-min=10.9 -fapplication-extension -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -force_load -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a -Xlinker -add_ast_path -Xlinker /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant.swiftmodule -framework Result -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/Objects-normal/x86_64/Commandant_dependency_info.dat -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Commandant
GenerateDSYMFile /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework.dSYM /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Commandant
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Commandant -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework.dSYM
CpHeader Commandant/Commandant.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Headers/Commandant.h
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant/Commandant.h /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Headers
Ditto /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/module.modulemap /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Modules/module.modulemap
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Commandant.build/Release/Commandant.build/module.modulemap /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework/Versions/A/Modules
Touch /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant
/usr/bin/touch -c /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Commandant.framework
** BUILD SUCCEEDED **
/usr/bin/xcrun xcodebuild -workspace /private/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Commandant.xcworkspace -scheme Nimble-OSX -configuration Release ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean buildBuild settings from command line:
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
=== CLEAN TARGET Nimble-OSX OF PROJECT Nimble WITH CONFIGURATION Release ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Versions/A/Modules
/bin/ln -sfh Versions/Current/Modules /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Modules
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Versions/A/Headers
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Versions/A/Resources
/bin/ln -sfh A /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Versions/Current
/bin/ln -sfh Versions/Current/Resources /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Resources
/bin/ln -sfh Versions/Current/Headers /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Headers
/bin/ln -sfh Versions/Current/Nimble /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Nimble
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework.dSYM
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework.dSYM
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build
Clean.Remove clean /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework
builtin-rm -rf /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework
** CLEAN SUCCEEDED **
=== BUILD TARGET Nimble-OSX OF PROJECT Nimble WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Nimble-OSX-OutputFileMap.json
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/Nimble_vers.c
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/module.modulemap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Nimble.LinkFileList
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module.modulemap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble.hmap
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml
write-file /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap
Create product structure
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Versions/A/Modules
/bin/ln -sfh Versions/Current/Modules /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Modules
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Versions/A/Headers
/bin/mkdir -p /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Versions/A/Resources
/bin/ln -sfh A /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Versions/Current
/bin/ln -sfh Versions/Current/Resources /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Resources
/bin/ln -sfh Versions/Current/Headers /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Headers
/bin/ln -sfh Versions/Current/Nimble /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Nimble
ProcessInfoPlistFile /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Versions/A/Resources/Info.plist Nimble/Info.plist
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
builtin-infoPlistUtility /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Info.plist -expandbuildsettings -platform macosx -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/Nimble.framework/Versions/A/Resources/Info.plist
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name Nimble -O -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -target x86_64-apple-macosx10.9 -g -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -Xfrontend -serialize-debugging-options -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -c -j4 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -output-file-map /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Nimble-OSX-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Nimble.swiftmodule -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Nimble-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeCloseTo~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeCloseTo~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeCloseTo.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeCloseTo.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeCloseTo.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeCloseTo.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherFunc~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherFunc~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherFunc.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherFunc.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherFunc.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherFunc.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expectation~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expectation~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expectation.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expectation.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expectation.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expectation.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/NimbleXCTestHandler~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/NimbleXCTestHandler~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/NimbleXCTestHandler.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/NimbleXCTestHandler.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/NimbleXCTestHandler.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/NimbleXCTestHandler.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift:9:64: error: cannot convert value of type 'String' to expected argument type 'StaticString'
XCTFail("\(message.stringValue)\n", file: location.file, line: location.line)
~~~~~~~~~^~~~
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift:25:48: error: cannot convert value of type 'String' to expected argument type 'StaticString'
XCTFail("\(msg)\n", file: location.file, line: location.line)
~~~~~~~~~^~~~
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Stringers~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Stringers~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Stringers.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Stringers.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Stringers.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Stringers.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/SourceLocation~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/SourceLocation~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/SourceLocation.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/SourceLocation.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/SourceLocation.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/SourceLocation.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThanOrEqual~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThanOrEqual~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThanOrEqual.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThanOrEqual.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThanOrEqual.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThanOrEqual.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionDispatcher~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionDispatcher~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionDispatcher.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionDispatcher.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionDispatcher.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionDispatcher.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Functional~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Functional~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Functional.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Functional.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Functional.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Functional.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAnInstanceOf~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAnInstanceOf~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAnInstanceOf.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAnInstanceOf.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAnInstanceOf.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAnInstanceOf.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLogical~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLogical~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLogical.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLogical.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLogical.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLogical.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCExpectation~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCExpectation~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCExpectation.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCExpectation.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCExpectation.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCExpectation.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL+Wait~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL+Wait~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL+Wait.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL+Wait.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL+Wait.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL+Wait.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AllPass~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AllPass~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AllPass.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AllPass.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AllPass.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AllPass.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAKindOf~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAKindOf~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAKindOf.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAKindOf.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAKindOf.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeAKindOf.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionRecorder~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionRecorder~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionRecorder.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionRecorder.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionRecorder.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AssertionRecorder.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Match~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Match~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Match.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Match.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Match.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Match.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ThrowError~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ThrowError~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ThrowError.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ThrowError.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ThrowError.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ThrowError.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Equal~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Equal~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Equal.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Equal.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Equal.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Equal.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThan~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThan~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThan.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThan.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThan.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeLessThan.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThan~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThan~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThan.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThan.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThan.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThan.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AdapterProtocols~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AdapterProtocols~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AdapterProtocols.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AdapterProtocols.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AdapterProtocols.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AdapterProtocols.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/RaisesException~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/RaisesException~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/RaisesException.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/RaisesException.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/RaisesException.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/RaisesException.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Contain~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Contain~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Contain.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Contain.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Contain.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Contain.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift:30:33: warning: 'init(start:end:)' is deprecated: it will be removed in Swift 3. Use the '..<' operator.
let scanRange = Range(start: actual.startIndex, end: actual.endIndex)
^
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift:30:33: warning: 'init(start:end:)' is deprecated: it will be removed in Swift 3. Use the '..<' operator.
let scanRange = Range(start: actual.startIndex, end: actual.endIndex)
^
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift:30:33: warning: 'init(start:end:)' is deprecated: it will be removed in Swift 3. Use the '..<' operator.
let scanRange = Range(start: actual.startIndex, end: actual.endIndex)
^
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThanOrEqualTo~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThanOrEqualTo~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThanOrEqualTo.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThanOrEqualTo.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThanOrEqualTo.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeGreaterThanOrEqualTo.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AsyncMatcherWrapper~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AsyncMatcherWrapper~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AsyncMatcherWrapper.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AsyncMatcherWrapper.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AsyncMatcherWrapper.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/AsyncMatcherWrapper.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeginWith~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeginWith~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeginWith.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeginWith.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeginWith.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeginWith.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeIdenticalTo~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeIdenticalTo~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeIdenticalTo.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeIdenticalTo.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeIdenticalTo.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeIdenticalTo.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeEmpty~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeEmpty~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeEmpty.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeEmpty.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeEmpty.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeEmpty.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeNil~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeNil~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeNil.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeNil.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeNil.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/BeNil.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Poll~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Poll~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Poll.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Poll.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Poll.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Poll.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/EndWith~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/EndWith~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/EndWith.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/EndWith.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/EndWith.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/EndWith.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherProtocols~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherProtocols~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherProtocols.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherProtocols.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherProtocols.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/MatcherProtocols.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCMatcher~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCMatcher~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCMatcher.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCMatcher.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCMatcher.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/ObjCMatcher.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL-FFBF886535D4A84~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL-FFBF886535D4A84~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL-FFBF886535D4A84.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL-FFBF886535D4A84.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL-FFBF886535D4A84.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/DSL-FFBF886535D4A84.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expression~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expression~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expression.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expression.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expression.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/Expression.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/FailureMessage~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/FailureMessage~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/FailureMessage.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/FailureMessage.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/FailureMessage.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/FailureMessage.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
CompileSwift normal x86_64 /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift
cd /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeCloseTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/MatcherFunc.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Stringers.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/SourceLocation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThanOrEqual.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionDispatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Functional.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAnInstanceOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLogical.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/ObjCExpectation.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/AllPass.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeAKindOf.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AssertionRecorder.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Match.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/ThrowError.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Equal.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeLessThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThan.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Adapters/AdapterProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/RaisesException.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/Contain.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/AsyncMatcherWrapper.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeginWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeIdenticalTo.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeEmpty.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/BeNil.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Utils/Poll.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/EndWith.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Wrappers/ObjCMatcher.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Expression.swift /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/FailureMessage.swift -primary-file /tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/HaveCount.swift -target x86_64-apple-macosx10.9 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Library/Frameworks -g -import-underlying-module -module-cache-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-generated-files.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-own-target-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Nimble-project-headers.hmap -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Products/Release/include -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources/x86_64 -Xcc -I/Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/unextended-module-overlay.yaml -Xcc -working-directory/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble -emit-module-doc-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/HaveCount~partial.swiftdoc -O -module-name Nimble -emit-module-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/HaveCount~partial.swiftmodule -serialize-diagnostics-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/HaveCount.dia -emit-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/HaveCount.d -emit-reference-dependencies-path /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/HaveCount.swiftdeps -o /Users/mitsuse/Library/Developer/Xcode/DerivedData/Commandant-fqwhxdadrwstvsgytmagwagjzytm/Build/Intermediates/Nimble.build/Release/Nimble-OSX.build/Objects-normal/x86_64/HaveCount.o
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:79: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:7:102: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(timeout timeout: NSTimeInterval, file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:46: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:33:69: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
internal class func until(file: String = __FILE__, line: UInt = __LINE__, action: (() -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:75: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL+Wait.swift:41:98: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func waitUntil(timeout timeout: NSTimeInterval = 1, file: String = __FILE__, line: UInt = __LINE__, action: ((Any?...) -> Void) -> Void) -> Void {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/Matchers/MatcherProtocols.swift:5:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
typealias ValueType
^~~~~~~~~
associatedtype
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:90: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:2:113: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(@autoclosure(escaping) expression: () throws -> T?, file: String = __FILE__, line: UInt = __LINE__) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:38: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:11:61: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func expect<T>(file: String = __FILE__, line: UInt = __LINE__, expression: () throws -> T?) -> Expectation<T> {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:50: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:25:73: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(message: String, file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:33: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#file
/tmp/sourcekitten-daemon20160416-80212-nxmw8s/Carthage/Checkouts/Commandant/Carthage/Checkouts/Nimble/Nimble/DSL.swift:30:56: warning: __LINE__ is deprecated and will be removed in Swift 3, please use #line
public func fail(file: String = __FILE__, line: UInt = __LINE__) {
^~~~~~~~
#line
class SourcekittenDaemon < Formula
desc "Swift Auto Completions for any Text Editor"
homepage "https://github.com/terhechte/SourceKittenDaemon"
url "https://github.com/terhechte/SourceKittenDaemon.git",
:tag => "0.1.5",
:revision => "2a8eef4e376daadf17c3e5c6eb346579be6c132a",
:shallow => false
head "https://github.com/terhechte/SourceKittenDaemon.git"
depends_on :xcode => ["7.1", :build]
depends_on "carthage" => :build
def install
system "make", "install", "PREFIX=#{prefix}"
end
test do
command = "#{bin}/sourcekittendaemon start 2>&1"
expectation = "Please provide a project"
assert_match expectation, shell_output(command, 1)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment