The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Deferred 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.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bignerdranch/Deferred.git
Reference: 4.1.0
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bignerdranch/Deferred
 * tag               4.1.0      -> FETCH_HEAD
HEAD is now at 96ad3f6 Merge pull request #293 from bignerdranch/zwaldowski/bump-version
Cloned https://github.com/bignerdranch/Deferred.git into spi-builder-workspace
96ad3f6dd1ddaffe1830dbb3b1cb783a87d6e952
SUCCESS checkout https://github.com/bignerdranch/Deferred.git at 4.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.2.0.app" xcrun swift build --arch arm64
warning: 'spi-builder-workspace': Invalid Exclude '/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/DeferredTests/Tests/AllTestsCommon.swift': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/TaskTests/Tests/AllTestsCommon.swift': File not found.
Building for debugging...
[0/1] Compiling Atomics Empty.c
[2/19] Compiling Deferred FutureCollections.swift
[3/19] Compiling Deferred FutureComposition.swift
[4/19] Compiling Deferred Future.swift
[5/19] Compiling Deferred FutureAndThen.swift
[6/19] Compiling Deferred FutureAsync.swift
[7/19] Compiling Deferred FutureMap.swift
[8/19] Compiling Deferred FuturePeek.swift
[9/19] Compiling Deferred FutureEveryMap.swift
[10/19] Compiling Deferred FutureIgnore.swift
[11/19] Compiling Deferred FutureUpon.swift
[12/19] Compiling Deferred Locking.swift
[13/21] Compiling Deferred DeferredVariant.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deferred/Executor.swift:46:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Executor: class {
                          ^~~~~
                          AnyObject
[14/21] Compiling Deferred Executor.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deferred/Executor.swift:46:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Executor: class {
                          ^~~~~
                          AnyObject
[15/21] Compiling Deferred ExistentialFuture.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deferred/Executor.swift:46:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Executor: class {
                          ^~~~~
                          AnyObject
[16/21] Compiling Deferred Atomics.swift
[17/21] Compiling Deferred Deferred.swift
[18/21] Compiling Deferred DeferredQueue.swift
[19/21] Emitting module Deferred
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deferred/Executor.swift:46:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Executor: class {
                          ^~~~~
                          AnyObject
[20/21] Compiling Deferred Promise.swift
[21/21] Compiling Deferred Protected.swift
[22/36] Emitting module Task
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:109:31: warning: 'cancellable' has been renamed to 'isCancellable'
            #keyPath(Progress.cancellable),
                              ^~~~~~~~~~~
                              isCancellable
Foundation.Progress:37:14: note: 'cancellable' was obsoleted in Swift 3
    open var cancellable: Bool { get set }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:110:31: warning: 'pausable' has been renamed to 'isPausable'
            #keyPath(Progress.pausable),
                              ^~~~~~~~
                              isPausable
Foundation.Progress:40:14: note: 'pausable' was obsoleted in Swift 3
    open var pausable: Bool { get set }
             ^
[23/36] Compiling Task Task.swift
[24/36] Compiling Task TaskAndThen.swift
[25/38] Compiling Task Either.swift
[26/38] Compiling Task ExistentialTask.swift
[27/38] Compiling Task TaskAsync.swift
[28/38] Compiling Task TaskChain.swift
[29/38] Compiling Task TaskResult.swift
[30/38] Compiling Task TaskUpon.swift
[31/38] Compiling Task TaskPromise.swift
[32/38] Compiling Task TaskRecovery.swift
[33/38] Compiling Task TaskIgnore.swift
[34/38] Compiling Task TaskMap.swift
[35/38] Compiling Task TaskCollections.swift
[36/38] Compiling Task TaskFallback.swift
[37/38] Compiling Task Progress+ExplicitComposition.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:109:31: warning: 'cancellable' has been renamed to 'isCancellable'
            #keyPath(Progress.cancellable),
                              ^~~~~~~~~~~
                              isCancellable
Foundation.Progress:37:14: note: 'cancellable' was obsoleted in Swift 3
    open var cancellable: Bool { get set }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:110:31: warning: 'pausable' has been renamed to 'isPausable'
            #keyPath(Progress.pausable),
                              ^~~~~~~~
                              isPausable
Foundation.Progress:40:14: note: 'pausable' was obsoleted in Swift 3
    open var pausable: Bool { get set }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:139:70: warning: 'cancelled' has been renamed to 'isCancelled'
            observee.addObserver(self, forKeyPath: #keyPath(Progress.cancelled), options: .initial, context: &Observation.cancelledContext)
                                                                     ^~~~~~~~~
                                                                     isCancelled
Foundation.Progress:43:14: note: 'cancelled' was obsoleted in Swift 3
    open var cancelled: Bool { get }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:140:70: warning: 'paused' has been renamed to 'isPaused'
            observee.addObserver(self, forKeyPath: #keyPath(Progress.paused), options: .initial, context: &Observation.pausedContext)
                                                                     ^~~~~~
                                                                     isPaused
Foundation.Progress:46:14: note: 'paused' was obsoleted in Swift 3
    open var paused: Bool { get }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:157:73: warning: 'cancelled' has been renamed to 'isCancelled'
            observee.removeObserver(self, forKeyPath: #keyPath(Progress.cancelled), context: &Observation.cancelledContext)
                                                                        ^~~~~~~~~
                                                                        isCancelled
Foundation.Progress:43:14: note: 'cancelled' was obsoleted in Swift 3
    open var cancelled: Bool { get }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:158:73: warning: 'paused' has been renamed to 'isPaused'
            observee.removeObserver(self, forKeyPath: #keyPath(Progress.paused), context: &Observation.pausedContext)
                                                                        ^~~~~~
                                                                        isPaused
Foundation.Progress:46:14: note: 'paused' was obsoleted in Swift 3
    open var paused: Bool { get }
             ^
[38/38] Compiling Task Progress+Future.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:109:31: warning: 'cancellable' has been renamed to 'isCancellable'
            #keyPath(Progress.cancellable),
                              ^~~~~~~~~~~
                              isCancellable
Foundation.Progress:37:14: note: 'cancellable' was obsoleted in Swift 3
    open var cancellable: Bool { get set }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:110:31: warning: 'pausable' has been renamed to 'isPausable'
            #keyPath(Progress.pausable),
                              ^~~~~~~~
                              isPausable
Foundation.Progress:40:14: note: 'pausable' was obsoleted in Swift 3
    open var pausable: Bool { get set }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:139:70: warning: 'cancelled' has been renamed to 'isCancelled'
            observee.addObserver(self, forKeyPath: #keyPath(Progress.cancelled), options: .initial, context: &Observation.cancelledContext)
                                                                     ^~~~~~~~~
                                                                     isCancelled
Foundation.Progress:43:14: note: 'cancelled' was obsoleted in Swift 3
    open var cancelled: Bool { get }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:140:70: warning: 'paused' has been renamed to 'isPaused'
            observee.addObserver(self, forKeyPath: #keyPath(Progress.paused), options: .initial, context: &Observation.pausedContext)
                                                                     ^~~~~~
                                                                     isPaused
Foundation.Progress:46:14: note: 'paused' was obsoleted in Swift 3
    open var paused: Bool { get }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:157:73: warning: 'cancelled' has been renamed to 'isCancelled'
            observee.removeObserver(self, forKeyPath: #keyPath(Progress.cancelled), context: &Observation.cancelledContext)
                                                                        ^~~~~~~~~
                                                                        isCancelled
Foundation.Progress:43:14: note: 'cancelled' was obsoleted in Swift 3
    open var cancelled: Bool { get }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Task/Progress+ExplicitComposition.swift:158:73: warning: 'paused' has been renamed to 'isPaused'
            observee.removeObserver(self, forKeyPath: #keyPath(Progress.paused), context: &Observation.pausedContext)
                                                                        ^~~~~~
                                                                        isPaused
Foundation.Progress:46:14: note: 'paused' was obsoleted in Swift 3
    open var paused: Bool { get }
             ^
Build complete! (5.74s)
Build complete.
Done.

Build Machine: Mac 5