The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ws 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/freshOS/ws-deprecated.git
Reference: 5.1.3
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/freshOS/ws-deprecated
 * tag               5.1.3      -> FETCH_HEAD
HEAD is now at a44e643 Update ws.podspec
Cloned https://github.com/freshOS/ws-deprecated.git
Revision (git rev-parse @):
a44e643df48e1f1692e17075608b07d43a5dc407
SUCCESS checkout https://github.com/freshOS/ws-deprecated.git at 5.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/freshOS/ws-deprecated.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--423B1241ED78D482.txt
[6/51] Emitting module Then
[7/54] Emitting module Arrow
[8/54] Emitting module Alamofire
[9/56] Compiling Then Promise+Validate.swift
[10/56] Compiling Then Promise+Zip.swift
[11/56] Compiling Then Promise+nil.swift
[12/56] Compiling Then Promise+Finally.swift
[13/56] Compiling Then Promise+First.swift
[14/56] Compiling Then Promise+Helpers.swift
[15/56] Compiling Then Promise+NoMatterWhat.swift
[18/56] Compiling Then Async.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:14:16: error: cannot convert return expression of type 'Promise<T>' to return type 'T'
    return try await(promise)
           ~~~~^~~~~~~~~~~~~~
                              as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:14:16: error: 'await' in a function that does not support concurrency
    return try await(promise)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:13:20: note: add 'async' to function '..' to make it asynchronous
public prefix func .. <T>(promise: Promise<T>) throws -> T {
                   ^                           ~~~~~~
                                               async throws
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:19:16: error: cannot convert return expression of type 'Promise<T>' to return type 'T'
    return try await(promise)
           ~~~~^~~~~~~~~~~~~~
                              as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:19:16: error: 'await' in a function that does not support concurrency
    return try await(promise)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:17:20: note: add 'async' to function '..' to make it asynchronous
public prefix func .. <T>(promise: Promise<T>?) throws -> T {
                   ^                            ~~~~~~
                                                async throws
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:26:20: error: cannot convert return expression of type 'Promise<T>' to return type 'T?'
        return try await(promise)
               ~~~~^~~~~~~~~~~~~~
                                  as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:26:20: error: 'await' in a function that does not support concurrency
        return try await(promise)
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:24:20: note: add 'async' to function '..?' to make it asynchronous
public prefix func ..? <T>(promise: Promise<T>) -> T? {
                   ^
                                                async
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:35:20: error: cannot convert return expression of type 'Promise<T>' to return type 'T?'
        return try await(promise)
               ~~~~^~~~~~~~~~~~~~
                                  as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:35:20: error: 'await' in a function that does not support concurrency
        return try await(promise)
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:32:20: note: add 'async' to function '..?' to make it asynchronous
public prefix func ..? <T>(promise: Promise<T>?) -> T? {
                   ^
                                                 async
[19/56] Compiling Then Await+Operators.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:14:16: error: cannot convert return expression of type 'Promise<T>' to return type 'T'
    return try await(promise)
           ~~~~^~~~~~~~~~~~~~
                              as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:14:16: error: 'await' in a function that does not support concurrency
    return try await(promise)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:13:20: note: add 'async' to function '..' to make it asynchronous
public prefix func .. <T>(promise: Promise<T>) throws -> T {
                   ^                           ~~~~~~
                                               async throws
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:19:16: error: cannot convert return expression of type 'Promise<T>' to return type 'T'
    return try await(promise)
           ~~~~^~~~~~~~~~~~~~
                              as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:19:16: error: 'await' in a function that does not support concurrency
    return try await(promise)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:17:20: note: add 'async' to function '..' to make it asynchronous
public prefix func .. <T>(promise: Promise<T>?) throws -> T {
                   ^                            ~~~~~~
                                                async throws
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:26:20: error: cannot convert return expression of type 'Promise<T>' to return type 'T?'
        return try await(promise)
               ~~~~^~~~~~~~~~~~~~
                                  as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:26:20: error: 'await' in a function that does not support concurrency
        return try await(promise)
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:24:20: note: add 'async' to function '..?' to make it asynchronous
public prefix func ..? <T>(promise: Promise<T>) -> T? {
                   ^
                                                async
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:35:20: error: cannot convert return expression of type 'Promise<T>' to return type 'T?'
        return try await(promise)
               ~~~~^~~~~~~~~~~~~~
                                  as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:35:20: error: 'await' in a function that does not support concurrency
        return try await(promise)
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:32:20: note: add 'async' to function '..?' to make it asynchronous
public prefix func ..? <T>(promise: Promise<T>?) -> T? {
                   ^
                                                 async
[20/56] Compiling Then Await.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:14:16: error: cannot convert return expression of type 'Promise<T>' to return type 'T'
    return try await(promise)
           ~~~~^~~~~~~~~~~~~~
                              as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:14:16: error: 'await' in a function that does not support concurrency
    return try await(promise)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:13:20: note: add 'async' to function '..' to make it asynchronous
public prefix func .. <T>(promise: Promise<T>) throws -> T {
                   ^                           ~~~~~~
                                               async throws
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:19:16: error: cannot convert return expression of type 'Promise<T>' to return type 'T'
    return try await(promise)
           ~~~~^~~~~~~~~~~~~~
                              as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:19:16: error: 'await' in a function that does not support concurrency
    return try await(promise)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:17:20: note: add 'async' to function '..' to make it asynchronous
public prefix func .. <T>(promise: Promise<T>?) throws -> T {
                   ^                            ~~~~~~
                                                async throws
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:26:20: error: cannot convert return expression of type 'Promise<T>' to return type 'T?'
        return try await(promise)
               ~~~~^~~~~~~~~~~~~~
                                  as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:26:20: error: 'await' in a function that does not support concurrency
        return try await(promise)
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:24:20: note: add 'async' to function '..?' to make it asynchronous
public prefix func ..? <T>(promise: Promise<T>) -> T? {
                   ^
                                                async
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:35:20: error: cannot convert return expression of type 'Promise<T>' to return type 'T?'
        return try await(promise)
               ~~~~^~~~~~~~~~~~~~
                                  as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:35:20: error: 'await' in a function that does not support concurrency
        return try await(promise)
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:32:20: note: add 'async' to function '..?' to make it asynchronous
public prefix func ..? <T>(promise: Promise<T>?) -> T? {
                   ^
                                                 async
[21/56] Compiling Then Promise+Aliases.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:14:16: error: cannot convert return expression of type 'Promise<T>' to return type 'T'
    return try await(promise)
           ~~~~^~~~~~~~~~~~~~
                              as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:14:16: error: 'await' in a function that does not support concurrency
    return try await(promise)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:13:20: note: add 'async' to function '..' to make it asynchronous
public prefix func .. <T>(promise: Promise<T>) throws -> T {
                   ^                           ~~~~~~
                                               async throws
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:19:16: error: cannot convert return expression of type 'Promise<T>' to return type 'T'
    return try await(promise)
           ~~~~^~~~~~~~~~~~~~
                              as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:19:16: error: 'await' in a function that does not support concurrency
    return try await(promise)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:17:20: note: add 'async' to function '..' to make it asynchronous
public prefix func .. <T>(promise: Promise<T>?) throws -> T {
                   ^                            ~~~~~~
                                                async throws
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:26:20: error: cannot convert return expression of type 'Promise<T>' to return type 'T?'
        return try await(promise)
               ~~~~^~~~~~~~~~~~~~
                                  as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:26:20: error: 'await' in a function that does not support concurrency
        return try await(promise)
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:24:20: note: add 'async' to function '..?' to make it asynchronous
public prefix func ..? <T>(promise: Promise<T>) -> T? {
                   ^
                                                async
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:35:20: error: cannot convert return expression of type 'Promise<T>' to return type 'T?'
        return try await(promise)
               ~~~~^~~~~~~~~~~~~~
                                  as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:35:20: error: 'await' in a function that does not support concurrency
        return try await(promise)
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:32:20: note: add 'async' to function '..?' to make it asynchronous
public prefix func ..? <T>(promise: Promise<T>?) -> T? {
                   ^
                                                 async
[22/56] Compiling Alamofire Timeline.swift
[23/56] Compiling Alamofire Validation.swift
[24/56] Compiling Then Promise+Unwrap.swift
[25/56] Compiling Then Promise+BridgeError.swift
[26/56] Compiling Then Promise+Chain.swift
[27/56] Compiling Then Promise+Delay.swift
[28/56] Compiling Then Promise+Error.swift
[31/56] Compiling Then Promise+Recover.swift
[32/56] Compiling Then Promise+Retry.swift
[33/56] Compiling Then Promise+Progress.swift
[34/56] Compiling Then Promise+Race.swift
[39/56] Compiling Then Promise.swift
[40/56] Compiling Then PromiseBlocks.swift
[41/56] Compiling Then PromiseError.swift
[42/56] Compiling Then PromiseState.swift
[43/56] Compiling Then VoidPromise.swift
[44/56] Compiling Then WhenAll.swift
error: fatalError
[54/56] Compiling Arrow JSON.swift
Fetching https://github.com/Alamofire/Alamofire from cache
Fetching https://github.com/freshOS/Arrow
Fetching https://github.com/freshOS/Then
[1/1414] Fetching arrow
[355/3235] Fetching arrow, then
Fetched https://github.com/freshOS/Arrow from cache (3.06s)
Fetched https://github.com/Alamofire/Alamofire from cache (3.07s)
[838/1821] Fetching then
Fetched https://github.com/freshOS/Then from cache (8.27s)
Computing version for https://github.com/Alamofire/Alamofire
Computed https://github.com/Alamofire/Alamofire at 4.9.1 (0.35s)
Computing version for https://github.com/freshOS/Then
Computed https://github.com/freshOS/Then at 5.1.3 (0.33s)
Computing version for https://github.com/freshOS/Arrow
Computed https://github.com/freshOS/Arrow at 5.1.2 (0.34s)
Creating working copy for https://github.com/freshOS/Arrow
Working copy of https://github.com/freshOS/Arrow resolved at 5.1.2
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Alamofire-63cd6d99 is not valid git repository for 'https://github.com/Alamofire/Alamofire', will fetch again.
Fetching https://github.com/Alamofire/Alamofire from cache
Fetched https://github.com/Alamofire/Alamofire from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Alamofire-63cd6d99 is not valid git repository for 'https://github.com/Alamofire/Alamofire', will fetch again.
Fetching https://github.com/Alamofire/Alamofire from cache
Fetched https://github.com/Alamofire/Alamofire from cache (0.01s)
Creating working copy for https://github.com/Alamofire/Alamofire
Working copy of https://github.com/Alamofire/Alamofire resolved at 4.9.1
Creating working copy for https://github.com/freshOS/Then
Working copy of https://github.com/freshOS/Then resolved at 5.1.3
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/9] Compiling Then Promise+Aliases.swift
[3/9] Compiling Then Await+Operators.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:14:16: error: cannot convert return expression of type 'Promise<T>' to return type 'T'
    return try await(promise)
           ~~~~^~~~~~~~~~~~~~
                              as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:14:16: error: 'await' in a function that does not support concurrency
    return try await(promise)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:13:20: note: add 'async' to function '..' to make it asynchronous
public prefix func .. <T>(promise: Promise<T>) throws -> T {
                   ^                           ~~~~~~
                                               async throws
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:19:16: error: cannot convert return expression of type 'Promise<T>' to return type 'T'
    return try await(promise)
           ~~~~^~~~~~~~~~~~~~
                              as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:19:16: error: 'await' in a function that does not support concurrency
    return try await(promise)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:17:20: note: add 'async' to function '..' to make it asynchronous
public prefix func .. <T>(promise: Promise<T>?) throws -> T {
                   ^                            ~~~~~~
                                                async throws
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:26:20: error: cannot convert return expression of type 'Promise<T>' to return type 'T?'
        return try await(promise)
               ~~~~^~~~~~~~~~~~~~
                                  as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:26:20: error: 'await' in a function that does not support concurrency
        return try await(promise)
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:24:20: note: add 'async' to function '..?' to make it asynchronous
public prefix func ..? <T>(promise: Promise<T>) -> T? {
                   ^
                                                async
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:35:20: error: cannot convert return expression of type 'Promise<T>' to return type 'T?'
        return try await(promise)
               ~~~~^~~~~~~~~~~~~~
                                  as! T
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:35:20: error: 'await' in a function that does not support concurrency
        return try await(promise)
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Then/Source/Await+Operators.swift:32:20: note: add 'async' to function '..?' to make it asynchronous
public prefix func ..? <T>(promise: Promise<T>?) -> T? {
                   ^
                                                 async
[4/9] Compiling Then Await.swift
[5/9] Compiling Then Async.swift
[6/9] Emitting module Then
error: fatalError
[7/9] Emitting module Arrow
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7