The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ws with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/freshOS/ws-deprecated.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/freshOS/ws-deprecated
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/freshOS/ws-deprecated.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/freshOS/Arrow
Fetching https://github.com/freshOS/Then
Fetching https://github.com/Alamofire/Alamofire
[1/1414] Fetching arrow
[511/3235] Fetching arrow, then
[2180/31284] Fetching arrow, then, alamofire
Fetched https://github.com/freshOS/Then from cache (2.65s)
Fetched https://github.com/freshOS/Arrow from cache (3.07s)
Fetched https://github.com/Alamofire/Alamofire from cache (3.08s)
Computing version for https://github.com/Alamofire/Alamofire
Computed https://github.com/Alamofire/Alamofire at 4.9.1 (0.70s)
Computing version for https://github.com/freshOS/Then
Computed https://github.com/freshOS/Then at 5.1.3 (0.49s)
Computing version for https://github.com/freshOS/Arrow
Computed https://github.com/freshOS/Arrow at 5.1.2 (1.61s)
Creating working copy for https://github.com/freshOS/Then
Working copy of https://github.com/freshOS/Then resolved at 5.1.3
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/Arrow
Working copy of https://github.com/freshOS/Arrow resolved at 5.1.2
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/51] Emitting module Then
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/54] Emitting module Alamofire
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
[8/56] Compiling Arrow JSON.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[9/56] Compiling Alamofire Timeline.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
[10/56] Compiling Alamofire Validation.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
[11/56] 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
[12/56] 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
[13/56] 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
[14/56] 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
       ^
[17/56] Compiling Then Promise+BridgeError.swift
[18/56] Compiling Then Promise+Chain.swift
[19/56] Compiling Then Promise+Delay.swift
[20/56] Compiling Then Promise+Error.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
[22/56] Compiling Then Promise+Then.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
[23/56] Compiling Then Promise.swift
[24/56] Compiling Then PromiseBlocks.swift
[25/56] Compiling Then PromiseError.swift
[26/56] Compiling Then PromiseState.swift
[27/56] Compiling Then VoidPromise.swift
[28/56] Compiling Then WhenAll.swift
[30/56] Compiling Then Promise+Timeout.swift
[31/56] Compiling Then Promise+Unwrap.swift
[32/56] Compiling Then Promise+Finally.swift
[33/56] Compiling Then Promise+First.swift
[34/56] Compiling Then Promise+Helpers.swift
[35/56] Compiling Then Promise+NoMatterWhat.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/56] Emitting module Arrow
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[37/56] Compiling Arrow Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[38/56] Compiling Arrow Arrow.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: compile command failed due to signal 6 (use -v to see invocation)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
Can't demangle: $s9Alamofire17ServerTrustPolicyO24performRevokedEvaluation33_5086B0E684B07FD2C061AC50FDA3F8DDLLXeF12validateHostL_Sbvp
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/MultipartFormData.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Notifications.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Result.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustPolicy.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/SessionDelegate.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/SessionManager.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/TaskDelegate.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Timeline.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/ServerTrustPolicy.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/ServerTrustPolicy.swiftdeps -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/SessionDelegate.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/SessionDelegate.swiftdeps -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Alamofire -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/ServerTrustPolicy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/SessionDelegate.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.10-dev (LLVM dbfaba0078e9380, Swift 63c8b551eb2f613)
2.	Compiling with the current language version
3.	While walking into 'ServerTrustPolicy' (at /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustPolicy.swift:115:8)
4.	While evaluating request USRGenerationRequest(Alamofire.(file).ServerTrustPolicy.performRevokedEvaluation(validateHost:revocationFlags:).validateHost@/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustPolicy.swift:117:35)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x7307d73)[0x55640a7b4d73]
/usr/bin/swift-frontend(+0x7305abe)[0x55640a7b2abe]
/usr/bin/swift-frontend(+0x73080ea)[0x55640a7b50ea]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f2439625520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7f24396799fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7f2439625476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f243960b7f3]
/usr/bin/swift-frontend(+0x2af4275)[0x556405fa1275]
/usr/bin/swift-frontend(+0x2755c54)[0x556405c02c54]
/usr/bin/swift-frontend(+0x2ab869b)[0x556405f6569b]
/usr/bin/swift-frontend(+0x2347a0c)[0x5564057f4a0c]
/usr/bin/swift-frontend(+0x106859c)[0x55640451559c]
/usr/bin/swift-frontend(+0x1068102)[0x556404515102]
/usr/bin/swift-frontend(+0x106716b)[0x55640451416b]
/usr/bin/swift-frontend(+0x2ab91aa)[0x556405f661aa]
/usr/bin/swift-frontend(+0x1036d5b)[0x5564044e3d5b]
/usr/bin/swift-frontend(+0x10362a7)[0x5564044e32a7]
/usr/bin/swift-frontend(+0x1033c59)[0x5564044e0c59]
/usr/bin/swift-frontend(+0x1cb4cd1)[0x556405161cd1]
/usr/bin/swift-frontend(+0x27ad05c)[0x556405c5a05c]
/usr/bin/swift-frontend(+0x27aeb3c)[0x556405c5bb3c]
/usr/bin/swift-frontend(+0x27b10e7)[0x556405c5e0e7]
/usr/bin/swift-frontend(+0x27ad07c)[0x556405c5a07c]
/usr/bin/swift-frontend(+0x27b1c1f)[0x556405c5ec1f]
/usr/bin/swift-frontend(+0x27b086b)[0x556405c5d86b]
/usr/bin/swift-frontend(+0x27ad07c)[0x556405c5a07c]
/usr/bin/swift-frontend(+0x27acf73)[0x556405c59f73]
/usr/bin/swift-frontend(+0x298b1e2)[0x556405e381e2]
/usr/bin/swift-frontend(+0x1cb26a6)[0x55640515f6a6]
/usr/bin/swift-frontend(+0x1032c84)[0x5564044dfc84]
/usr/bin/swift-frontend(+0x1032b2a)[0x5564044dfb2a]
/usr/bin/swift-frontend(+0x1027f82)[0x5564044d4f82]
/usr/bin/swift-frontend(+0x1027978)[0x5564044d4978]
/usr/bin/swift-frontend(+0xe3f242)[0x5564042ec242]
/usr/bin/swift-frontend(+0xe3d09c)[0x5564042ea09c]
/usr/bin/swift-frontend(+0xe382cd)[0x5564042e52cd]
/usr/bin/swift-frontend(+0xe369db)[0x5564042e39db]
/usr/bin/swift-frontend(+0xcc3315)[0x556404170315]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f243960cd90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f243960ce40]
/usr/bin/swift-frontend(+0xcc2375)[0x55640416f375]
[39/56] Compiling Then Promise+Validate.swift
[40/56] Compiling Then Promise+Zip.swift
[41/56] Compiling Then Promise+nil.swift
[44/56] Compiling Then Promise+Recover.swift
[45/56] Compiling Then Promise+Retry.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/26] Compiling Then Promise+Aliases.swift
[3/26] 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
[4/26] Compiling Arrow JSON.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[5/26] Compiling Arrow Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/26] Emitting module Arrow
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[7/26] Compiling Arrow Arrow.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: fatalError
[8/26] Compiling Then Await.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift:28:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
       ^
BUILD FAILURE 5.10 linux

Build Machine: Linux 1