Build Information
Failed to build PusherSwift, reference master (d8d7a7
), with Swift 6.1 for Android on 21 Jun 2025 08:47:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pusher/pusher-websocket-swift.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/pusher/pusher-websocket-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d8d7a77 Merge pull request #445 from pusher/release-10.1.6
Cloned https://github.com/pusher/pusher-websocket-swift.git
Revision (git rev-parse @):
d8d7a776fa92c733891790be6e8d3e3532e79c43
SUCCESS checkout https://github.com/pusher/pusher-websocket-swift.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/pusher/pusher-websocket-swift.git
https://github.com/pusher/pusher-websocket-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "nwwebsocket",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pusher/NWWebSocket.git"
},
{
"identity" : "tweetnacl-swiftwrap",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bitmark-inc/tweetnacl-swiftwrap"
}
],
"manifest_display_name" : "PusherSwift",
"name" : "PusherSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PusherSwift",
"targets" : [
"PusherSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "PusherSwiftTests",
"module_type" : "SwiftTarget",
"name" : "PusherSwiftTests",
"path" : "Tests",
"sources" : [
"Extensions/String+Extensions.swift",
"Extensions/XCTest+Assertions.swift",
"Helpers/Helpers.swift",
"Helpers/Mocks.swift",
"Helpers/TestObjects.swift",
"Integration/AuthenticationTests.swift",
"Integration/PusherClientInitializationTests.swift",
"Integration/PusherIncomingEventHandlingTests.swift",
"Integration/PusherTopLevelAPITests.swift",
"Unit/Helpers/ChannelEventFactory+DecryptionTests.swift",
"Unit/Helpers/ChannelEventFactoryTests.swift",
"Unit/Helpers/CryptoTests.swift",
"Unit/Models/ClientEventTests.swift",
"Unit/Models/PresenceChannelTests.swift",
"Unit/Models/PrivateEncryptedChannelTests.swift",
"Unit/Models/PusherChannelTests.swift",
"Unit/Protocols/PusherConnectionDelegateTests.swift",
"Unit/Services/ChannelEventQueue+DecryptionTests.swift",
"Unit/Services/ChannelEventQueueTests.swift",
"Unit/Services/PusherConnectionTests.swift"
],
"target_dependencies" : [
"PusherSwift"
],
"type" : "test"
},
{
"c99name" : "PusherSwift",
"module_type" : "SwiftTarget",
"name" : "PusherSwift",
"path" : "Sources",
"product_dependencies" : [
"NWWebSocket",
"TweetNacl"
],
"product_memberships" : [
"PusherSwift"
],
"sources" : [
"Extensions/PusherChannel+EncryptionHelpers.swift",
"Extensions/PusherConnection+WebsocketDelegate.swift",
"Extensions/URL+Pusher.swift",
"Helpers/Crypto.swift",
"Helpers/EventParser.swift",
"Helpers/Logger.swift",
"Models/AuthError.swift",
"Models/AuthMethod.swift",
"Models/ChannelsProtocolCloseCode.swift",
"Models/ConnectionState.swift",
"Models/Constants.swift",
"Models/EventError.swift",
"Models/EventHandler.swift",
"Models/PusherAuth.swift",
"Models/PusherChannel.swift",
"Models/PusherChannelType.swift",
"Models/PusherChannels.swift",
"Models/PusherClientOptions.swift",
"Models/PusherError.swift",
"Models/PusherEvent.swift",
"Models/PusherGlobalChannel.swift",
"Models/PusherHost.swift",
"Models/PusherPresenceChannel.swift",
"Models/PusherPresenceChannelMember.swift",
"Models/QueuedClientEvent.swift",
"ObjC/AuthMethod+ObjectiveC.swift",
"ObjC/OCAuthMethod.swift",
"ObjC/OCPusherHost.swift",
"ObjC/Pusher+ObjectiveC.swift",
"ObjC/PusherClientOptions+ObjectiveC.swift",
"ObjC/PusherConnection+ObjectiveC.swift",
"ObjC/PusherError+ObjectiveC.swift",
"ObjC/PusherHost+ObjectiveC.swift",
"Protocols/AuthRequestBuilderProtocol.swift",
"Protocols/Authorizer.swift",
"Protocols/EventFactory.swift",
"Protocols/EventQueue.swift",
"Protocols/EventQueueDelegate.swift",
"Protocols/PusherDelegate.swift",
"PusherSwift.swift",
"Services/ChannelEventFactory.swift",
"Services/ChannelEventQueue.swift",
"Services/PusherConnection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/bitmark-inc/tweetnacl-swiftwrap
Fetching https://github.com/pusher/NWWebSocket.git
[1/415] Fetching tweetnacl-swiftwrap
[101/1173] Fetching tweetnacl-swiftwrap, nwwebsocket
Fetched https://github.com/pusher/NWWebSocket.git from cache (0.29s)
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache (0.29s)
Computing version for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Computed https://github.com/bitmark-inc/tweetnacl-swiftwrap at 1.1.0 (2.33s)
Computing version for https://github.com/pusher/NWWebSocket.git
Computed https://github.com/pusher/NWWebSocket.git at 0.5.7 (0.49s)
Creating working copy for https://github.com/pusher/NWWebSocket.git
Working copy of https://github.com/pusher/NWWebSocket.git resolved at 0.5.7
Creating working copy for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Working copy of https://github.com/bitmark-inc/tweetnacl-swiftwrap resolved at 1.1.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling CTweetNacl ctweetnacl.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/12] Emitting module TweetNacl
[7/12] Compiling NWWebSocket NWConnection+Extension.swift
/host/spi-builder-workspace/.build/checkouts/NWWebSocket/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:1:8: error: no such module 'Network'
1 | import Network
| `- error: no such module 'Network'
2 |
3 | fileprivate var _intentionalDisconnection: Bool = false
[8/12] Compiling TweetNacl TweetNacl.swift
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:62:20: error: cannot find 'SecRandomCopyBytes' in scope
60 | var randomData = Data(count: count)
61 | let result = randomData.withUnsafeMutableBytes {
62 | return SecRandomCopyBytes(kSecRandomDefault, count, $0)
| `- error: cannot find 'SecRandomCopyBytes' in scope
63 | }
64 | guard result == errSecSuccess else {
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:62:39: error: cannot find 'kSecRandomDefault' in scope
60 | var randomData = Data(count: count)
61 | let result = randomData.withUnsafeMutableBytes {
62 | return SecRandomCopyBytes(kSecRandomDefault, count, $0)
| `- error: cannot find 'kSecRandomDefault' in scope
63 | }
64 | guard result == errSecSuccess else {
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:64:25: error: cannot find 'errSecSuccess' in scope
62 | return SecRandomCopyBytes(kSecRandomDefault, count, $0)
63 | }
64 | guard result == errSecSuccess else {
| `- error: cannot find 'errSecSuccess' in scope
65 | throw NaclUtilError.internalError
66 | }
[9/12] Compiling TweetNacl Constant.swift
[10/12] Compiling NWWebSocket WebSocketConnection.swift
/host/spi-builder-workspace/.build/checkouts/NWWebSocket/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:1:8: error: no such module 'Network'
1 | import Network
| `- error: no such module 'Network'
2 |
3 | fileprivate var _intentionalDisconnection: Bool = false
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/12] Emitting module NWWebSocket
/host/spi-builder-workspace/.build/checkouts/NWWebSocket/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:1:8: error: no such module 'Network'
1 | import Network
| `- error: no such module 'Network'
2 |
3 | fileprivate var _intentionalDisconnection: Bool = false
[12/12] Compiling NWWebSocket NWWebSocket.swift
/host/spi-builder-workspace/.build/checkouts/NWWebSocket/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:1:8: error: no such module 'Network'
1 | import Network
| `- error: no such module 'Network'
2 |
3 | fileprivate var _intentionalDisconnection: Bool = false
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling NWWebSocket WebSocketConnection.swift
/host/spi-builder-workspace/.build/checkouts/NWWebSocket/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:1:8: error: no such module 'Network'
1 | import Network
| `- error: no such module 'Network'
2 |
3 | fileprivate var _intentionalDisconnection: Bool = false
[3/8] Compiling TweetNacl Constant.swift
[4/8] Emitting module TweetNacl
[5/8] Compiling TweetNacl TweetNacl.swift
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:62:20: error: cannot find 'SecRandomCopyBytes' in scope
60 | var randomData = Data(count: count)
61 | let result = randomData.withUnsafeMutableBytes {
62 | return SecRandomCopyBytes(kSecRandomDefault, count, $0)
| `- error: cannot find 'SecRandomCopyBytes' in scope
63 | }
64 | guard result == errSecSuccess else {
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:62:39: error: cannot find 'kSecRandomDefault' in scope
60 | var randomData = Data(count: count)
61 | let result = randomData.withUnsafeMutableBytes {
62 | return SecRandomCopyBytes(kSecRandomDefault, count, $0)
| `- error: cannot find 'kSecRandomDefault' in scope
63 | }
64 | guard result == errSecSuccess else {
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:64:25: error: cannot find 'errSecSuccess' in scope
62 | return SecRandomCopyBytes(kSecRandomDefault, count, $0)
63 | }
64 | guard result == errSecSuccess else {
| `- error: cannot find 'errSecSuccess' in scope
65 | throw NaclUtilError.internalError
66 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Emitting module NWWebSocket
/host/spi-builder-workspace/.build/checkouts/NWWebSocket/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:1:8: error: no such module 'Network'
1 | import Network
| `- error: no such module 'Network'
2 |
3 | fileprivate var _intentionalDisconnection: Bool = false
BUILD FAILURE 6.1 android