The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Carthage with Swift 5.7 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/carthage/carthage.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/carthage/carthage
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6ea0853 Fix: 1 typo in MachHeader.swift
Cloned https://github.com/carthage/carthage.git
Revision (git rev-parse @):
6ea08534cf3ca68ba5873ebcc080b4fc5968e098
SUCCESS checkout https://github.com/carthage/carthage.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  $workDir
https://github.com/carthage/carthage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/13] Compiling PrettyColors ECMA 48.swift
[2/13] Emitting module PrettyColors
[3/13] Compiling PrettyColors Color.swift
[4/13] Compiling PrettyColors ColorWrap.swift
[5/13] Compiling PrettyColors Color · EightBit.swift
[6/13] Compiling PrettyColors Color · Named.swift
[7/14] Compiling PrettyColors StyleParameter.swift
[8/14] Compiling Result NoError.swift
[9/14] Compiling Result AnyError.swift
[10/14] Emitting module Result
[11/14] Compiling Result Result.swift
[12/15] Compiling Result ResultProtocol.swift
[13/40] Compiling ReactiveSwift Event.swift
[14/40] Compiling ReactiveSwift EventLogger.swift
[15/42] Compiling ReactiveSwift Action.swift
[16/42] Compiling ReactiveSwift Atomic.swift
[17/42] Compiling ReactiveSwift Bag.swift
[18/42] Emitting module Commandant
[19/42] Compiling ReactiveSwift Deprecations+Removals.swift
[20/42] Compiling ReactiveSwift Disposable.swift
[21/42] Compiling Commandant OrderedSet.swift
[22/42] Compiling Commandant Switch.swift
[23/42] Emitting module ReactiveSwift
[27/47] Compiling ReactiveSwift Lifetime.swift
[28/47] Compiling ReactiveSwift Observer.swift
[29/47] Compiling ReactiveSwift Optional.swift
[30/47] Compiling ReactiveSwift Property.swift
[31/47] Compiling ReactiveSwift Reactive.swift
[32/47] Compiling ReactiveSwift ResultExtensions.swift
[33/47] Compiling ReactiveSwift Scheduler.swift
[40/47] Compiling ReactiveSwift Signal.swift
[41/47] Compiling ReactiveSwift SignalProducer.swift
[42/47] Compiling ReactiveSwift UnidirectionalBinding.swift
[43/47] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[44/47] Compiling ReactiveSwift ValidatingProperty.swift
[45/74] Compiling ReactiveTask Availability.swift
[46/74] Emitting module Tentacle
[47/81] Emitting module ReactiveTask
[48/81] Compiling ReactiveTask Errors.swift
[49/81] Compiling ReactiveTask Task.swift
[50/88] Compiling Tentacle File.swift
[51/88] Compiling Tentacle FileResponse.swift
[52/88] Compiling Tentacle FoundationExtensions.swift
[53/88] Compiling Tentacle GitHubError.swift
[54/88] Compiling Tentacle Identifiable.swift
[55/88] Compiling Tentacle Issue.swift
[56/88] Compiling Tentacle JSONExtensions.swift
[57/88] Compiling Tentacle Label.swift
[58/88] Compiling Tentacle Milestone.swift
[59/88] Compiling Tentacle Organization.swift
[60/88] Compiling Tentacle PullRequest.swift
[61/88] Compiling Tentacle Release.swift
[62/88] Compiling Tentacle Repository.swift
[63/88] Compiling Tentacle RepositoryInfo.swift
[64/88] Compiling XCDBLD MachOType.swift
[65/88] Compiling XCDBLD Platform.swift
[66/88] Emitting module XCDBLD
[67/88] Compiling XCDBLD ProjectLocator.swift
[68/88] Compiling XCDBLD SDK.swift
[69/90] Compiling XCDBLD Scheme.swift
[70/90] Compiling XCDBLD XcodeVersion.swift
[71/90] Compiling Tentacle Request.swift
[72/90] Compiling Tentacle ResourceType.swift
[73/90] Compiling Tentacle Response.swift
[74/90] Compiling Tentacle Server.swift
[75/90] Compiling Tentacle Sha.swift
[76/90] Compiling Tentacle Tree.swift
[77/90] Compiling Tentacle User.swift
[78/90] Compiling XCDBLD BuildArguments.swift
[79/90] Compiling XCDBLD FrameworkBundle.swift
[88/90] Emitting module Curry
[89/90] Compiling Curry Curry.swift
[90/120] Emitting module CarthageKit
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Version.swift:55:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SemanticVersion' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
[91/129] Compiling CarthageKit CompatibilityInfo.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:79:18: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                case .success(let server, let repository):
                                             ^
                                             (                           )
<unknown>:0: note: 'success' declared here
[92/129] Compiling CarthageKit Constants.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:79:18: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                case .success(let server, let repository):
                                             ^
                                             (                           )
<unknown>:0: note: 'success' declared here
[93/129] Compiling CarthageKit Dependency.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:79:18: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                case .success(let server, let repository):
                                             ^
                                             (                           )
<unknown>:0: note: 'success' declared here
[94/129] Compiling CarthageKit DuplicateDependency.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:79:18: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                case .success(let server, let repository):
                                             ^
                                             (                           )
<unknown>:0: note: 'success' declared here
[95/129] Compiling CarthageKit Errors.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:79:18: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                case .success(let server, let repository):
                                             ^
                                             (                           )
<unknown>:0: note: 'success' declared here
[96/129] Compiling CarthageKit FrameworkExtensions.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:79:18: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                case .success(let server, let repository):
                                             ^
                                             (                           )
<unknown>:0: note: 'success' declared here
[97/129] Compiling CarthageKit Git.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:79:18: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                case .success(let server, let repository):
                                             ^
                                             (                           )
<unknown>:0: note: 'success' declared here
[98/129] Compiling CarthageKit GitHub.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:79:18: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                case .success(let server, let repository):
                                             ^
                                             (                           )
<unknown>:0: note: 'success' declared here
[99/129] Compiling CarthageKit GitURL.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:79:18: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                case .success(let server, let repository):
                                             ^
                                             (                           )
<unknown>:0: note: 'success' declared here
[100/129] Compiling CarthageKit MachHeader.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:79:18: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                case .success(let server, let repository):
                                             ^
                                             (                           )
<unknown>:0: note: 'success' declared here
[101/129] Compiling CarthageKit Algorithms.swift
[102/129] Compiling CarthageKit Archive.swift
[103/129] Compiling CarthageKit Availability.swift
[104/129] Compiling CarthageKit BinaryJSONError.swift
[105/129] Compiling CarthageKit BinaryProject.swift
[106/129] Compiling CarthageKit BuildOptions.swift
[107/129] Compiling CarthageKit BuildSettings.swift
[108/129] Compiling CarthageKit BundleExtensions.swift
[109/129] Compiling CarthageKit Cartfile.swift
[110/129] Compiling CarthageKit CarthageKitVersion.swift
[111/129] Compiling CarthageKit Netrc.swift
[112/129] Compiling CarthageKit NewResolver.swift
[113/129] Compiling CarthageKit ProducerQueue.swift
[114/129] Compiling CarthageKit ProductType.swift
[115/129] Compiling CarthageKit Project.swift
[116/129] Compiling CarthageKit Proxy.swift
[117/129] Compiling CarthageKit RemoteVersion.swift
[118/129] Compiling CarthageKit Resolver.swift
[119/129] Compiling CarthageKit Scannable.swift
[120/129] Compiling CarthageKit ScannableError.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Version.swift:55:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SemanticVersion' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Xcode.swift:1105:22: warning: enum case 'gitHub' has 2 associated values; matching them as a tuple is deprecated
                        case let (.gitHub(repo), .noSharedSchemes(project, _)):
                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:26:7: note: 'gitHub' declared here
        case gitHub(Server, Repository)
             ^
[121/129] Compiling CarthageKit Simulator.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Version.swift:55:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SemanticVersion' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Xcode.swift:1105:22: warning: enum case 'gitHub' has 2 associated values; matching them as a tuple is deprecated
                        case let (.gitHub(repo), .noSharedSchemes(project, _)):
                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:26:7: note: 'gitHub' declared here
        case gitHub(Server, Repository)
             ^
[122/129] Compiling CarthageKit Submodule.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Version.swift:55:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SemanticVersion' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Xcode.swift:1105:22: warning: enum case 'gitHub' has 2 associated values; matching them as a tuple is deprecated
                        case let (.gitHub(repo), .noSharedSchemes(project, _)):
                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:26:7: note: 'gitHub' declared here
        case gitHub(Server, Repository)
             ^
[123/129] Compiling CarthageKit SwiftShims.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Version.swift:55:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SemanticVersion' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Xcode.swift:1105:22: warning: enum case 'gitHub' has 2 associated values; matching them as a tuple is deprecated
                        case let (.gitHub(repo), .noSharedSchemes(project, _)):
                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:26:7: note: 'gitHub' declared here
        case gitHub(Server, Repository)
             ^
[124/129] Compiling CarthageKit SwiftVersionError.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Version.swift:55:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SemanticVersion' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Xcode.swift:1105:22: warning: enum case 'gitHub' has 2 associated values; matching them as a tuple is deprecated
                        case let (.gitHub(repo), .noSharedSchemes(project, _)):
                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:26:7: note: 'gitHub' declared here
        case gitHub(Server, Repository)
             ^
[125/129] Compiling CarthageKit Version.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Version.swift:55:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SemanticVersion' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Xcode.swift:1105:22: warning: enum case 'gitHub' has 2 associated values; matching them as a tuple is deprecated
                        case let (.gitHub(repo), .noSharedSchemes(project, _)):
                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:26:7: note: 'gitHub' declared here
        case gitHub(Server, Repository)
             ^
[126/129] Compiling CarthageKit VersionFile.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Version.swift:55:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SemanticVersion' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Xcode.swift:1105:22: warning: enum case 'gitHub' has 2 associated values; matching them as a tuple is deprecated
                        case let (.gitHub(repo), .noSharedSchemes(project, _)):
                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:26:7: note: 'gitHub' declared here
        case gitHub(Server, Repository)
             ^
[127/129] Compiling CarthageKit XCDBLDExtensions.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Version.swift:55:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SemanticVersion' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Xcode.swift:1105:22: warning: enum case 'gitHub' has 2 associated values; matching them as a tuple is deprecated
                        case let (.gitHub(repo), .noSharedSchemes(project, _)):
                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:26:7: note: 'gitHub' declared here
        case gitHub(Server, Repository)
             ^
[128/129] Compiling CarthageKit Xcode.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Version.swift:55:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SemanticVersion' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Xcode.swift:1105:22: warning: enum case 'gitHub' has 2 associated values; matching them as a tuple is deprecated
                        case let (.gitHub(repo), .noSharedSchemes(project, _)):
                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CarthageKit/Dependency.swift:26:7: note: 'gitHub' declared here
        case gitHub(Server, Repository)
             ^
[129/142] Emitting module carthage
[130/146] Compiling carthage Cleanup.swift
[131/146] Compiling carthage CopyFrameworks.swift
[132/146] Compiling carthage Environment.swift
[133/146] Compiling carthage Extensions.swift
[134/146] Compiling carthage Fetch.swift
[135/146] Compiling carthage Formatting.swift
[136/146] Compiling carthage Outdated.swift
[137/146] Compiling carthage RemoteVersion.swift
[138/146] Compiling carthage Update.swift
[139/146] Compiling carthage Validate.swift
[140/146] Compiling carthage Version.swift
[141/146] Compiling carthage main.swift
[142/146] Compiling carthage Archive.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/carthage/Build.swift:121:25: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                                        case let .success(project, scheme):
                                                                         ^
                                                                         (                )
<unknown>:0: note: 'success' declared here
[143/146] Compiling carthage Bootstrap.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/carthage/Build.swift:121:25: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                                        case let .success(project, scheme):
                                                                         ^
                                                                         (                )
<unknown>:0: note: 'success' declared here
[144/146] Compiling carthage Build.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/carthage/Build.swift:121:25: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                                        case let .success(project, scheme):
                                                                         ^
                                                                         (                )
<unknown>:0: note: 'success' declared here
[145/146] Compiling carthage Checkout.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/carthage/Build.swift:121:25: warning: enum case 'success' has one associated value that is a tuple of 2 elements
                                                        case let .success(project, scheme):
                                                                         ^
                                                                         (                )
<unknown>:0: note: 'success' declared here
[145/146] Linking carthage
Build complete! (140.14s)
Fetching https://github.com/Carthage/Commandant.git from cache
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git from cache
Fetching https://github.com/antitypical/Result.git from cache
Fetched https://github.com/Carthage/Commandant.git (0.22s)
Fetching https://github.com/mdiep/Tentacle.git from cache
Fetched https://github.com/antitypical/Result.git (0.22s)
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git (0.24s)
Fetching https://github.com/Carthage/ReactiveTask.git from cache
Fetched https://github.com/mdiep/Tentacle.git (0.18s)
Fetching https://github.com/thoughtbot/Curry.git from cache
Fetched https://github.com/Carthage/ReactiveTask.git (0.18s)
Fetching https://github.com/jdhealy/PrettyColors.git from cache
Fetched https://github.com/thoughtbot/Curry.git (0.20s)
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/Quick/Nimble.git (0.41s)
Fetched https://github.com/jdhealy/PrettyColors.git (0.21s)
Fetched https://github.com/Quick/Quick.git (0.30s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.49s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.45s)
Computing version for https://github.com/thoughtbot/Curry.git
Computed https://github.com/thoughtbot/Curry.git at 4.0.2 (0.39s)
Computing version for https://github.com/mdiep/Tentacle.git
Computed https://github.com/mdiep/Tentacle.git at 0.13.1 (0.38s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 5.0.1 (0.39s)
Computing version for https://github.com/jdhealy/PrettyColors.git
Computed https://github.com/jdhealy/PrettyColors.git at 5.0.2 (0.43s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.16.0 (0.40s)
Computing version for https://github.com/Carthage/ReactiveTask.git
Computed https://github.com/Carthage/ReactiveTask.git at 0.16.0 (0.48s)
Computing version for https://github.com/antitypical/Result.git
Computed https://github.com/antitypical/Result.git at 4.1.0 (0.44s)
Creating working copy for https://github.com/jdhealy/PrettyColors.git
Working copy of https://github.com/jdhealy/PrettyColors.git resolved at 5.0.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/antitypical/Result.git
Working copy of https://github.com/antitypical/Result.git resolved at 4.1.0
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.16.0
Creating working copy for https://github.com/Carthage/ReactiveTask.git
Working copy of https://github.com/Carthage/ReactiveTask.git resolved at 0.16.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/mdiep/Tentacle.git
Working copy of https://github.com/mdiep/Tentacle.git resolved at 0.13.1
Creating working copy for https://github.com/thoughtbot/Curry.git
Working copy of https://github.com/thoughtbot/Curry.git resolved at 4.0.2
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift.git
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift.git resolved at 5.0.1
Build complete.
Done.