The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR="/Applications/Xcode-14.3.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/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 into spi-builder-workspace
96ad3f6dd1ddaffe1830dbb3b1cb783a87d6e952
SUCCESS checkout https://github.com/bignerdranch/Deferred.git at 4.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64
warning: 'spi-builder-workspace': Invalid Exclude '/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/DeferredTests/Tests/AllTestsCommon.swift': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/builder/builds/o86TiJKT/2/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 FutureMap.swift
[5/19] Compiling Deferred FuturePeek.swift
[6/19] Compiling Deferred Atomics.swift
[7/19] Compiling Deferred Deferred.swift
[8/19] Compiling Deferred DeferredQueue.swift
[9/19] Compiling Deferred FutureUpon.swift
[10/19] Compiling Deferred Locking.swift
[11/19] Emitting module Deferred
/Users/builder/builds/o86TiJKT/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
[12/19] Compiling Deferred Future.swift
[13/19] Compiling Deferred FutureAndThen.swift
[14/19] Compiling Deferred FutureAsync.swift
[15/19] Compiling Deferred FutureEveryMap.swift
[16/19] Compiling Deferred FutureIgnore.swift
[17/19] Compiling Deferred DeferredVariant.swift
/Users/builder/builds/o86TiJKT/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/19] Compiling Deferred Executor.swift
/Users/builder/builds/o86TiJKT/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/19] Compiling Deferred ExistentialFuture.swift
/Users/builder/builds/o86TiJKT/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
[20/21] Compiling Deferred Promise.swift
[21/21] Compiling Deferred Protected.swift
[22/36] Compiling Task TaskPromise.swift
[23/36] Compiling Task TaskRecovery.swift
[24/36] Compiling Task Either.swift
[25/36] Compiling Task ExistentialTask.swift
[26/36] Compiling Task TaskAsync.swift
[27/36] Compiling Task TaskChain.swift
[28/36] Emitting module Task
/Users/builder/builds/o86TiJKT/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/o86TiJKT/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 }
             ^
[29/36] Compiling Task Progress+ExplicitComposition.swift
/Users/builder/builds/o86TiJKT/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/o86TiJKT/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/o86TiJKT/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/o86TiJKT/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/o86TiJKT/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/o86TiJKT/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 }
             ^
[30/36] Compiling Task Progress+Future.swift
/Users/builder/builds/o86TiJKT/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/o86TiJKT/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/o86TiJKT/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/o86TiJKT/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/o86TiJKT/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/o86TiJKT/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 }
             ^
[31/36] Compiling Task TaskCollections.swift
[32/36] Compiling Task TaskFallback.swift
[33/36] Compiling Task TaskIgnore.swift
[34/36] Compiling Task TaskMap.swift
[35/36] Compiling Task Task.swift
[36/36] Compiling Task TaskAndThen.swift
[37/38] Compiling Task TaskResult.swift
[38/38] Compiling Task TaskUpon.swift
Build complete! (4.84s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/bignerdranch/Deferred.git
[1/6330] Fetching deferred
Fetched https://github.com/bignerdranch/Deferred.git (0.55s)
Creating working copy for https://github.com/bignerdranch/Deferred.git
Working copy of https://github.com/bignerdranch/Deferred.git resolved at 4.1.0
warning: dependency 'deferred' is not used by any target
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "deferred",
      "name": "Deferred",
      "url": "https://github.com/bignerdranch/Deferred.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Deferred",
      "dependencies": [

      ]
    }
  ]
}
Done.

Build Machine: Mac 5