Build Information
Successful build of PusherSwift, reference main (913dcc), with Swift 6.1 for Android on 28 May 2025 22:52:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/beMappy/PusherSwift.git
Reference: main
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/beMappy/PusherSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 913dcc4 chore: Release SPM version as a pod
Cloned https://github.com/beMappy/PusherSwift.git
Revision (git rev-parse @):
913dcc4795062dcb3ee8946d18a1a64f730461f9
SUCCESS checkout https://github.com/beMappy/PusherSwift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/beMappy/PusherSwift.git
https://github.com/beMappy/PusherSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "tweetnacl",
"requirement" : {
"exact" : [
"1.0.2-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/TweetNacl"
},
{
"identity" : "nwwebsocket",
"requirement" : {
"exact" : [
"0.5.2-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/NWWebSocket"
}
],
"manifest_display_name" : "PusherSwift",
"name" : "PusherSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "PusherSwift",
"targets" : [
"PusherSwiftWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PusherSwiftWrapper",
"module_type" : "SwiftTarget",
"name" : "PusherSwiftWrapper",
"path" : "Sources/PusherSwiftWrapper",
"product_dependencies" : [
"TweetNacl",
"NWWebSocket"
],
"product_memberships" : [
"PusherSwift"
],
"sources" : [
"PusherSwiftWrapper.swift"
],
"target_dependencies" : [
"PusherSwift"
],
"type" : "library"
},
{
"c99name" : "PusherSwift",
"module_type" : "BinaryTarget",
"name" : "PusherSwift",
"path" : "PusherSwift.xcframework",
"product_memberships" : [
"PusherSwift"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/beMappy/NWWebSocket
Fetching https://github.com/beMappy/TweetNacl
[1/708] Fetching nwwebsocket
[674/1524] Fetching nwwebsocket, tweetnacl
Fetched https://github.com/beMappy/NWWebSocket from cache (3.32s)
[775/816] Fetching tweetnacl
Fetched https://github.com/beMappy/TweetNacl from cache (4.17s)
Computing version for https://github.com/beMappy/NWWebSocket
Computed https://github.com/beMappy/NWWebSocket at 0.5.2-SPM (4.69s)
Computing version for https://github.com/beMappy/TweetNacl
Computed https://github.com/beMappy/TweetNacl at 1.0.2-SPM (0.46s)
Creating working copy for https://github.com/beMappy/TweetNacl
Working copy of https://github.com/beMappy/TweetNacl resolved at 1.0.2-SPM
Creating working copy for https://github.com/beMappy/NWWebSocket
Working copy of https://github.com/beMappy/NWWebSocket resolved at 0.5.2-SPM
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/4] Compiling PusherSwiftWrapper PusherSwiftWrapper.swift
[4/4] Emitting module PusherSwiftWrapper
Build complete! (10.83s)
Build complete.
{
"dependencies" : [
{
"identity" : "tweetnacl",
"requirement" : {
"exact" : [
"1.0.2-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/TweetNacl"
},
{
"identity" : "nwwebsocket",
"requirement" : {
"exact" : [
"0.5.2-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/NWWebSocket"
}
],
"manifest_display_name" : "PusherSwift",
"name" : "PusherSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "PusherSwift",
"targets" : [
"PusherSwiftWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PusherSwiftWrapper",
"module_type" : "SwiftTarget",
"name" : "PusherSwiftWrapper",
"path" : "Sources/PusherSwiftWrapper",
"product_dependencies" : [
"TweetNacl",
"NWWebSocket"
],
"product_memberships" : [
"PusherSwift"
],
"sources" : [
"PusherSwiftWrapper.swift"
],
"target_dependencies" : [
"PusherSwift"
],
"type" : "library"
},
{
"c99name" : "PusherSwift",
"module_type" : "BinaryTarget",
"name" : "PusherSwift",
"path" : "PusherSwift.xcframework",
"product_memberships" : [
"PusherSwift"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.7"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.