Build Information
Failed to build Starscream, reference master (a21fca
), with Swift 6.1 for Linux on 28 Apr 2025 03:36:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Azoy/Starscream.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/Azoy/Starscream
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a21fca8 Remove weak from protocol
Cloned https://github.com/Azoy/Starscream.git
Revision (git rev-parse @):
a21fca8e9dc83cf3a88a3ba9be15ff17a7e4e8d6
SUCCESS checkout https://github.com/Azoy/Starscream.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Azoy/Starscream.git
https://github.com/Azoy/Starscream.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "zlib-spm",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Azoy/zlib-spm.git"
},
{
"identity" : "common-crypto-spm",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Azoy/common-crypto-spm.git"
}
],
"manifest_display_name" : "Starscream",
"name" : "Starscream",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Starscream",
"targets" : [
"Starscream"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Starscream",
"module_type" : "SwiftTarget",
"name" : "Starscream",
"path" : "Sources",
"product_memberships" : [
"Starscream"
],
"sources" : [
"Compression.swift",
"SSLSecurity.swift",
"WebSocket.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Azoy/common-crypto-spm.git
Fetching https://github.com/Azoy/zlib-spm.git
[1/32] Fetching zlib-spm
[33/59] Fetching zlib-spm, common-crypto-spm
Fetched https://github.com/Azoy/zlib-spm.git from cache (0.18s)
Fetched https://github.com/Azoy/common-crypto-spm.git from cache (0.18s)
Computing version for https://github.com/Azoy/common-crypto-spm.git
Computed https://github.com/Azoy/common-crypto-spm.git at 1.2.0 (0.62s)
Computing version for https://github.com/Azoy/zlib-spm.git
Computed https://github.com/Azoy/zlib-spm.git at 1.2.0 (0.44s)
Creating working copy for https://github.com/Azoy/zlib-spm.git
Working copy of https://github.com/Azoy/zlib-spm.git resolved at 1.2.0
Creating working copy for https://github.com/Azoy/common-crypto-spm.git
Working copy of https://github.com/Azoy/common-crypto-spm.git resolved at 1.2.0
warning: 'common-crypto-spm': ignoring declared target(s) 'SSCommonCrypto' in the system package
warning: 'zlib-spm': ignoring declared target(s) 'SSCZLib' in the system package
warning: 'spi-builder-workspace': dependency 'zlib-spm' is not used by any target
warning: 'spi-builder-workspace': dependency 'common-crypto-spm' is not used by any target
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module Starscream
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/common-crypto-spm/shim.h:1:10: error: 'CommonCrypto/CommonCrypto.h' file not found
1 | #include <CommonCrypto/CommonCrypto.h>
| `- error: 'CommonCrypto/CommonCrypto.h' file not found
2 |
/host/spi-builder-workspace/Sources/WebSocket.swift:24:8: error: could not build C module 'SSCommonCrypto'
22 | import Foundation
23 | import CoreFoundation
24 | import SSCommonCrypto
| `- error: could not build C module 'SSCommonCrypto'
25 |
26 | public let WebsocketDidConnectNotification = "WebsocketDidConnectNotification"
[4/6] Compiling Starscream SSLSecurity.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/common-crypto-spm/shim.h:1:10: error: 'CommonCrypto/CommonCrypto.h' file not found
1 | #include <CommonCrypto/CommonCrypto.h>
| `- error: 'CommonCrypto/CommonCrypto.h' file not found
2 |
/host/spi-builder-workspace/Sources/WebSocket.swift:24:8: error: could not build C module 'SSCommonCrypto'
22 | import Foundation
23 | import CoreFoundation
24 | import SSCommonCrypto
| `- error: could not build C module 'SSCommonCrypto'
25 |
26 | public let WebsocketDidConnectNotification = "WebsocketDidConnectNotification"
[5/6] Compiling Starscream Compression.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/common-crypto-spm/shim.h:1:10: error: 'CommonCrypto/CommonCrypto.h' file not found
1 | #include <CommonCrypto/CommonCrypto.h>
| `- error: 'CommonCrypto/CommonCrypto.h' file not found
2 |
/host/spi-builder-workspace/Sources/WebSocket.swift:24:8: error: could not build C module 'SSCommonCrypto'
22 | import Foundation
23 | import CoreFoundation
24 | import SSCommonCrypto
| `- error: could not build C module 'SSCommonCrypto'
25 |
26 | public let WebsocketDidConnectNotification = "WebsocketDidConnectNotification"
[6/6] Compiling Starscream WebSocket.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/common-crypto-spm/shim.h:1:10: error: 'CommonCrypto/CommonCrypto.h' file not found
1 | #include <CommonCrypto/CommonCrypto.h>
| `- error: 'CommonCrypto/CommonCrypto.h' file not found
2 |
/host/spi-builder-workspace/Sources/WebSocket.swift:24:8: error: could not build C module 'SSCommonCrypto'
22 | import Foundation
23 | import CoreFoundation
24 | import SSCommonCrypto
| `- error: could not build C module 'SSCommonCrypto'
25 |
26 | public let WebsocketDidConnectNotification = "WebsocketDidConnectNotification"
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'common-crypto-spm': ignoring declared target(s) 'SSCommonCrypto' in the system package
warning: 'zlib-spm': ignoring declared target(s) 'SSCZLib' in the system package
warning: 'spi-builder-workspace': dependency 'zlib-spm' is not used by any target
warning: 'spi-builder-workspace': dependency 'common-crypto-spm' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/5] Emitting module Starscream
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/common-crypto-spm/shim.h:1:10: error: 'CommonCrypto/CommonCrypto.h' file not found
1 | #include <CommonCrypto/CommonCrypto.h>
| `- error: 'CommonCrypto/CommonCrypto.h' file not found
2 |
/host/spi-builder-workspace/Sources/WebSocket.swift:24:8: error: could not build C module 'SSCommonCrypto'
22 | import Foundation
23 | import CoreFoundation
24 | import SSCommonCrypto
| `- error: could not build C module 'SSCommonCrypto'
25 |
26 | public let WebsocketDidConnectNotification = "WebsocketDidConnectNotification"
[3/5] Compiling Starscream SSLSecurity.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/common-crypto-spm/shim.h:1:10: error: 'CommonCrypto/CommonCrypto.h' file not found
1 | #include <CommonCrypto/CommonCrypto.h>
| `- error: 'CommonCrypto/CommonCrypto.h' file not found
2 |
/host/spi-builder-workspace/Sources/WebSocket.swift:24:8: error: could not build C module 'SSCommonCrypto'
22 | import Foundation
23 | import CoreFoundation
24 | import SSCommonCrypto
| `- error: could not build C module 'SSCommonCrypto'
25 |
26 | public let WebsocketDidConnectNotification = "WebsocketDidConnectNotification"
[4/5] Compiling Starscream Compression.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/common-crypto-spm/shim.h:1:10: error: 'CommonCrypto/CommonCrypto.h' file not found
1 | #include <CommonCrypto/CommonCrypto.h>
| `- error: 'CommonCrypto/CommonCrypto.h' file not found
2 |
/host/spi-builder-workspace/Sources/WebSocket.swift:24:8: error: could not build C module 'SSCommonCrypto'
22 | import Foundation
23 | import CoreFoundation
24 | import SSCommonCrypto
| `- error: could not build C module 'SSCommonCrypto'
25 |
26 | public let WebsocketDidConnectNotification = "WebsocketDidConnectNotification"
[5/5] Compiling Starscream WebSocket.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/common-crypto-spm/shim.h:1:10: error: 'CommonCrypto/CommonCrypto.h' file not found
1 | #include <CommonCrypto/CommonCrypto.h>
| `- error: 'CommonCrypto/CommonCrypto.h' file not found
2 |
/host/spi-builder-workspace/Sources/WebSocket.swift:24:8: error: could not build C module 'SSCommonCrypto'
22 | import Foundation
23 | import CoreFoundation
24 | import SSCommonCrypto
| `- error: could not build C module 'SSCommonCrypto'
25 |
26 | public let WebsocketDidConnectNotification = "WebsocketDidConnectNotification"
BUILD FAILURE 6.1 linux