The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ws with Swift 5.8 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/freshOS/ws-deprecated.git
Reference: 5.1.3
Cloned https://github.com/freshOS/ws-deprecated.git into spi-builder-workspace
SUCCESS checkout https://github.com/freshOS/ws-deprecated.git at 5.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/Alamofire/Alamofire
Fetching https://github.com/freshOS/Arrow
Fetching https://github.com/freshOS/Then
[1/1414] Fetching arrow
[511/3235] Fetching arrow, then
[1013/30241] Fetching arrow, then, alamofire
Fetched https://github.com/freshOS/Then (3.13s)
Fetched https://github.com/freshOS/Arrow (3.49s)
Fetched https://github.com/Alamofire/Alamofire (3.50s)
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.56s)
Computing version for https://github.com/freshOS/Arrow
Computed https://github.com/freshOS/Arrow at 5.1.2 (0.37s)
Creating working copy for https://github.com/freshOS/Arrow
Working copy of https://github.com/freshOS/Arrow resolved at 5.1.2
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
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/46] Emitting module Alamofire
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
[2/48] Compiling Then Promise+Then.swift
[3/48] Compiling Then Promise+Timeout.swift
[4/48] Compiling Then Promise+Unwrap.swift
[5/51] Emitting module Then
[6/51] Compiling Then Promise+Progress.swift
[7/51] Compiling Then Promise+Race.swift
[8/51] Compiling Then Promise+Recover.swift
[9/51] Compiling Then Promise+Retry.swift
[10/51] Compiling Then Async.swift
/host/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
/host/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)
               ^
/host/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
/host/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
/host/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)
               ^
/host/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
/host/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
/host/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)
                   ^
/host/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
/host/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
/host/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)
                   ^
/host/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
[11/51] Compiling Then Await+Operators.swift
/host/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
/host/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)
               ^
/host/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
/host/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
/host/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)
               ^
/host/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
/host/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
/host/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)
                   ^
/host/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
/host/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
/host/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)
                   ^
/host/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
[12/51] Compiling Then Await.swift
/host/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
/host/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)
               ^
/host/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
/host/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
/host/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)
               ^
/host/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
/host/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
/host/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)
                   ^
/host/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
/host/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
/host/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)
                   ^
/host/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
[13/51] Compiling Then Promise+Aliases.swift
/host/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
/host/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)
               ^
/host/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
/host/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
/host/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)
               ^
/host/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
/host/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
/host/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)
                   ^
/host/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
/host/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
/host/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)
                   ^
/host/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
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
[16/51] Compiling Then Promise+BridgeError.swift
[17/51] Compiling Then Promise+Chain.swift
[18/51] Compiling Then Promise+Delay.swift
[19/51] Compiling Then Promise+Error.swift
[20/51] Compiling Alamofire Timeline.swift
[21/51] Compiling Alamofire Validation.swift
[22/51] Compiling Then Promise+Helpers.swift
[23/51] Compiling Then Promise+NoMatterWhat.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/51] Emitting module Arrow
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[25/51] Compiling Arrow Arrow.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[26/51] Compiling Arrow Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[27/51] Compiling Arrow JSON.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
[43/51] Compiling Then Promise+Validate.swift
[44/51] Compiling Then Promise+Zip.swift
[45/51] Compiling Then Promise+nil.swift
[46/51] Compiling Then Promise.swift
[47/51] Compiling Then PromiseBlocks.swift
[48/51] Compiling Then PromiseError.swift
BUILD FAILURE 5.8 linux

Build Machine: Linux 2