Build Information
Successful build of EventBus, reference 1.0.0 (e4050c), with Swift 6.2 for Android on 20 Jun 2025 13:43:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SSBun/EventBus.git
Reference: 1.0.0
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/SSBun/EventBus
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at e4050cf initialize EventBus
Cloned https://github.com/SSBun/EventBus.git
Revision (git rev-parse @):
e4050cf903a0a088ef92feb888e7ffd5ce42d484
SUCCESS checkout https://github.com/SSBun/EventBus.git at 1.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/SSBun/EventBus.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/4] Compiling EventBus EventBus.swift
/host/spi-builder-workspace/Sources/EventBus/EventBus.swift:57:29: warning: capture of non-sendable type 'Topic.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 | if let queue {
56 | queue.async {
57 | receiveMessageHandler(event)
| `- warning: capture of non-sendable type 'Topic.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 | }
59 | } else {
/host/spi-builder-workspace/Sources/EventBus/EventBus.swift:45:9: warning: capture of non-sendable type 'Topic.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | client: AnyHashable,
44 | on queue: DispatchQueue? = .main,
45 | receiveMessageHandler: @escaping (Topic) -> Void
| `- warning: capture of non-sendable type 'Topic.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 | ) {
47 | lock.lock()
/host/spi-builder-workspace/Sources/EventBus/EventBus.swift:71:33: warning: capture of non-sendable type 'Topic.Type' in an isolated closure; this is an error in the Swift 6 language mode
69 | if let queue {
70 | queue.async {
71 | receiveMessageHandler(event)
| `- warning: capture of non-sendable type 'Topic.Type' in an isolated closure; this is an error in the Swift 6 language mode
72 | }
73 | } else {
/host/spi-builder-workspace/Sources/EventBus/EventBus.swift:45:9: warning: capture of non-sendable type 'Topic.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | client: AnyHashable,
44 | on queue: DispatchQueue? = .main,
45 | receiveMessageHandler: @escaping (Topic) -> Void
| `- warning: capture of non-sendable type 'Topic.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 | ) {
47 | lock.lock()
[4/4] Emitting module EventBus
Build complete! (11.62s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EventBus",
"name" : "EventBus",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "EventBus",
"targets" : [
"EventBus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EventBusTests",
"module_type" : "SwiftTarget",
"name" : "EventBusTests",
"path" : "Tests/EventBusTests",
"sources" : [
"EventBusTests.swift"
],
"target_dependencies" : [
"EventBus"
],
"type" : "test"
},
{
"c99name" : "EventBus",
"module_type" : "SwiftTarget",
"name" : "EventBus",
"path" : "Sources/EventBus",
"product_memberships" : [
"EventBus"
],
"sources" : [
"EventBus.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.