The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Deferred with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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/TDmZkXJm/2/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
Revision (git rev-parse @):
96ad3f6dd1ddaffe1830dbb3b1cb783a87d6e952
SUCCESS checkout https://github.com/bignerdranch/Deferred.git at 4.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bignerdranch/Deferred.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Compiling Atomics Empty.c
[3/4] Write swift-version--423B1241ED78D482.txt
[5/22] Compiling Deferred FutureMap.swift
[6/22] Compiling Deferred FuturePeek.swift
[7/22] Compiling Deferred FutureCollections.swift
[8/22] Compiling Deferred FutureComposition.swift
[9/22] Compiling Deferred FutureEveryMap.swift
[10/22] Compiling Deferred FutureIgnore.swift
[11/22] Compiling Deferred Atomics.swift
[12/22] Compiling Deferred Deferred.swift
[13/22] Compiling Deferred DeferredQueue.swift
[14/22] Compiling Deferred FutureUpon.swift
[15/22] Compiling Deferred Locking.swift
[16/24] Compiling Deferred DeferredVariant.swift
/Users/builder/builds/TDmZkXJm/2/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
[17/24] Compiling Deferred Executor.swift
/Users/builder/builds/TDmZkXJm/2/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
[18/24] Compiling Deferred ExistentialFuture.swift
/Users/builder/builds/TDmZkXJm/2/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
[19/24] Compiling Deferred Future.swift
[20/24] Compiling Deferred FutureAndThen.swift
[21/24] Compiling Deferred FutureAsync.swift
[22/24] Emitting module Deferred
/Users/builder/builds/TDmZkXJm/2/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
[23/24] Compiling Deferred Promise.swift
[24/24] Compiling Deferred Protected.swift
[25/39] Compiling Task Task.swift
[26/39] Compiling Task TaskAndThen.swift
[27/39] Compiling Task TaskCollections.swift
[28/39] Compiling Task TaskFallback.swift
[29/41] Compiling Task TaskIgnore.swift
[30/41] Compiling Task TaskMap.swift
[31/41] Compiling Task Either.swift
[32/41] Compiling Task ExistentialTask.swift
[33/41] Compiling Task TaskAsync.swift
[34/41] Compiling Task TaskChain.swift
[35/41] Compiling Task Progress+ExplicitComposition.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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 }
             ^
[36/41] Compiling Task Progress+Future.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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 }
             ^
[37/41] Emitting module Task
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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 }
             ^
[38/41] Compiling Task TaskPromise.swift
[39/41] Compiling Task TaskRecovery.swift
[40/41] Compiling Task TaskResult.swift
[41/41] Compiling Task TaskUpon.swift
Build complete! (10.37s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/DeferredTests/Tests/AllTestsCommon.swift': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/TaskTests/Tests/AllTestsCommon.swift': File not found.
Build complete.
Done.