Build Information
Failed to build CBCBluetooth, reference 1.1.4 (098c1e
), with Swift 6.1 for Android on 30 May 2025 08:01:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eugene-software/CBCBluetooth.git
Reference: 1.1.4
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/eugene-software/CBCBluetooth
* tag 1.1.4 -> FETCH_HEAD
HEAD is now at 098c1ed - podspec updated
Cloned https://github.com/eugene-software/CBCBluetooth.git
Revision (git rev-parse @):
098c1ed506fd32006e7008f4178d89fb2c09b1d6
SUCCESS checkout https://github.com/eugene-software/CBCBluetooth.git at 1.1.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/eugene-software/CBCBluetooth.git
https://github.com/eugene-software/CBCBluetooth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "CBCBluetooth",
"name" : "CBCBluetooth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CBCBluetooth",
"targets" : [
"CBCBluetooth"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CBCBluetooth",
"module_type" : "SwiftTarget",
"name" : "CBCBluetooth",
"path" : "Sources/CBCBluetooth",
"product_memberships" : [
"CBCBluetooth"
],
"sources" : [
"Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift",
"Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothdCentralManagerDelegate.swift",
"Classes/Implementation/CoreBluetoothCentralManager.swift",
"Classes/Implementation/CoreBluetoothCharacteristic.swift",
"Classes/Implementation/CoreBluetoothCharacteristicData.swift",
"Classes/Implementation/CoreBluetoothPeripheral.swift",
"Classes/Implementation/CoreBluetoothService.swift",
"Classes/Implementation/Error+ext.swift",
"Classes/Implementation/Optional+ext.swift",
"Classes/Protocol/CBCCentralManager.swift",
"Classes/Protocol/CBCCentralManagerFactory.swift",
"Classes/Protocol/CBCCharacteristic.swift",
"Classes/Protocol/CBCCharacteristicData.swift",
"Classes/Protocol/CBCError.swift",
"Classes/Protocol/CBCPeripheral.swift",
"Classes/Protocol/CBCService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling CBCBluetooth Optional+ext.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[4/17] Compiling CBCBluetooth CBCCentralManager.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[5/17] Compiling CBCBluetooth CBCCentralManagerFactory.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[6/17] Compiling CBCBluetooth CBCCharacteristic.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[7/19] Compiling CBCBluetooth CoreBluetoothService.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[8/19] Compiling CBCBluetooth Error+ext.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/19] Compiling CBCBluetooth CoreBluetoothCentralManager.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[10/19] Compiling CBCBluetooth CoreBluetoothCharacteristic.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[11/19] Emitting module CBCBluetooth
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[12/19] Compiling CBCBluetooth CoreBluetoothCharacteristicData.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[13/19] Compiling CBCBluetooth CoreBluetoothPeripheral.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[14/19] Compiling CBCBluetooth CoreBluetoothPeripheralDelegate.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[15/19] Compiling CBCBluetooth CoreBluetoothdCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[16/19] Compiling CBCBluetooth CBCCharacteristicData.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[17/19] Compiling CBCBluetooth CBCError.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[18/19] Compiling CBCBluetooth CBCPeripheral.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[19/19] Compiling CBCBluetooth CBCService.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/16] Compiling CBCBluetooth CBCCharacteristicData.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[3/16] Compiling CBCBluetooth CBCError.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[4/18] Compiling CBCBluetooth CBCCentralManagerFactory.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[5/18] Compiling CBCBluetooth CBCCharacteristic.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[6/18] Compiling CBCBluetooth Optional+ext.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[7/18] Compiling CBCBluetooth CBCCentralManager.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[8/18] Compiling CBCBluetooth CoreBluetoothService.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[9/18] Compiling CBCBluetooth Error+ext.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/18] Emitting module CBCBluetooth
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[11/18] Compiling CBCBluetooth CoreBluetoothPeripheralDelegate.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[12/18] Compiling CBCBluetooth CoreBluetoothdCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[13/18] Compiling CBCBluetooth CoreBluetoothCentralManager.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[14/18] Compiling CBCBluetooth CoreBluetoothCharacteristic.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[15/18] Compiling CBCBluetooth CBCPeripheral.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[16/18] Compiling CBCBluetooth CBCService.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[17/18] Compiling CBCBluetooth CoreBluetoothCharacteristicData.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[18/18] Compiling CBCBluetooth CoreBluetoothPeripheral.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
BUILD FAILURE 6.1 android