Build Information
Failed to build BlueConnect, reference 1.5.1 (2d653f
), with Swift 6.1 for Linux on 8 Sep 2025 16:13:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielepantaleone/BlueConnect.git
Reference: 1.5.1
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/danielepantaleone/BlueConnect
* tag 1.5.1 -> FETCH_HEAD
HEAD is now at 2d653fa Bump version: 1.5.1
Cloned https://github.com/danielepantaleone/BlueConnect.git
Revision (git rev-parse @):
2d653faf664c809f671bcedceddc5d3f285891fa
SUCCESS checkout https://github.com/danielepantaleone/BlueConnect.git at 1.5.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/danielepantaleone/BlueConnect.git
https://github.com/danielepantaleone/BlueConnect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "BlueConnect",
"name" : "BlueConnect",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "BlueConnect",
"targets" : [
"BlueConnect"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "BlueConnectTests",
"module_type" : "SwiftTarget",
"name" : "BlueConnectTests",
"path" : "Tests/BlueConnectTests",
"sources" : [
"BleCentralManagerProxyConnectionTests.swift",
"BleCentralManagerProxyDisconnectionTests.swift",
"BleCentralManagerProxyPeripheralRetrievalTests.swift",
"BleCentralManagerProxyScanTests.swift",
"BleCentralManagerProxyStateChangeTests.swift",
"BleCharacteristicNotifyProxyTests.swift",
"BleCharacteristicProxyTests.swift",
"BleCharacteristicReadProxyTests.swift",
"BleCharacteristicWriteProxyTests.swift",
"BleCharacteristicWriteWithoutResponseProxyTests.swift",
"BlePeripheralManagerProxyAdvertisingTests.swift",
"BlePeripheralManagerProxyStateChangeTests.swift",
"BlePeripheralProxyDiscoverCharacteristicTests.swift",
"BlePeripheralProxyDiscoverServiceTests.swift",
"BlePeripheralProxyNotifyCharacteristicTests.swift",
"BlePeripheralProxyRSSITests.swift",
"BlePeripheralProxyReadCharacteristicTests.swift",
"BlePeripheralProxyTests.swift",
"BlePeripheralProxyWriteCharacteristicTests.swift",
"BlueConnectTests.swift",
"CentralManager/MockBleCentralManager.swift",
"Common/MockBleDescriptor.swift",
"Common/MockBleError.swift",
"DispatchTimeIntervalExtTests.swift",
"Extensions/Foundation/DataExtensions.swift",
"Extensions/SwiftStdLib/RangeReplaceableCollectionExtensions.swift",
"Peripheral/MockBlePeripheral.swift",
"Peripheral/MockCBCharacteristic.swift",
"Peripheral/MockCharacteristicBatteryLevelProxy.swift",
"Peripheral/MockCharacteristicBufferProxy.swift",
"Peripheral/MockCharacteristicFirmwareRevisionProxy.swift",
"Peripheral/MockCharacteristicHardwareRevisionProxy.swift",
"Peripheral/MockCharacteristicHeartRateProxy.swift",
"Peripheral/MockCharacteristicSecretProxy.swift",
"Peripheral/MockCharacteristicSerialNumberProxy.swift",
"PeripheralManager/MockBlePeripheralManager.swift"
],
"target_dependencies" : [
"BlueConnect"
],
"type" : "test"
},
{
"c99name" : "BlueConnect",
"module_type" : "SwiftTarget",
"name" : "BlueConnect",
"path" : "Sources/BlueConnect",
"product_memberships" : [
"BlueConnect"
],
"sources" : [
"Central/BleCentral.swift",
"CentralManager/BleAdvertisementData.swift",
"CentralManager/BleCentralManager.swift",
"CentralManager/BleCentralManagerDelegate.swift",
"CentralManagerProxy/BleCentralManagerProxy+BleCentralManagerDelegate.swift",
"CentralManagerProxy/BleCentralManagerProxy+CBCentralManagerDelegate.swift",
"CentralManagerProxy/BleCentralManagerProxy+Connection.swift",
"CentralManagerProxy/BleCentralManagerProxy+Disconnection.swift",
"CentralManagerProxy/BleCentralManagerProxy+Retrieval.swift",
"CentralManagerProxy/BleCentralManagerProxy+Scan.swift",
"CentralManagerProxy/BleCentralManagerProxy+WaitUntilReady.swift",
"CentralManagerProxy/BleCentralManagerProxy.swift",
"CentralManagerProxy/BleCentralManagerProxyError.swift",
"CharacteristicProxy/BleCharacteristicNotifyProxy+SwiftConcurrency.swift",
"CharacteristicProxy/BleCharacteristicNotifyProxy.swift",
"CharacteristicProxy/BleCharacteristicProxy+SwiftConcurrency.swift",
"CharacteristicProxy/BleCharacteristicProxy.swift",
"CharacteristicProxy/BleCharacteristicProxyError.swift",
"CharacteristicProxy/BleCharacteristicReadProxy+SwiftConcurrency.swift",
"CharacteristicProxy/BleCharacteristicReadProxy.swift",
"CharacteristicProxy/BleCharacteristicWriteProxy+SwiftConcurrency.swift",
"CharacteristicProxy/BleCharacteristicWriteProxy.swift",
"CharacteristicProxy/BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift",
"CharacteristicProxy/BleCharacteristicWriteWithoutResponseProxy.swift",
"Common/Globals.swift",
"Common/Registry.swift",
"Extensions/Dispatch/DispatchTimeIntervalExtensions.swift",
"Extensions/SwiftStdLib/OptionalExtensions.swift",
"Extensions/SwiftStdLib/ResultExtensions.swift",
"Peripheral/BlePeripheral.swift",
"Peripheral/BlePeripheralDelegate.swift",
"PeripheralManager/BlePeripheralManager.swift",
"PeripheralManager/BlePeripheralManagerDelegate.swift",
"PeripheralManagerProxy/BlePeripheralManagerProxy+Advertising.swift",
"PeripheralManagerProxy/BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift",
"PeripheralManagerProxy/BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift",
"PeripheralManagerProxy/BlePeripheralManagerProxy+Characteristics.swift",
"PeripheralManagerProxy/BlePeripheralManagerProxy+Services.swift",
"PeripheralManagerProxy/BlePeripheralManagerProxy+WaitUntilReady.swift",
"PeripheralManagerProxy/BlePeripheralManagerProxy.swift",
"PeripheralManagerProxy/BlePeripheralManagerProxyError.swift",
"PeripheralProxy/BlePeripheralCachePolicy.swift",
"PeripheralProxy/BlePeripheralCacheRecord.swift",
"PeripheralProxy/BlePeripheralProxy+BlePeripheralDelegate.swift",
"PeripheralProxy/BlePeripheralProxy+CBPeripheralDelegate.swift",
"PeripheralProxy/BlePeripheralProxy+CharacteristicDiscovery.swift",
"PeripheralProxy/BlePeripheralProxy+CharacteristicNotify.swift",
"PeripheralProxy/BlePeripheralProxy+CharacteristicRead.swift",
"PeripheralProxy/BlePeripheralProxy+CharacteristicWrite.swift",
"PeripheralProxy/BlePeripheralProxy+RSSI.swift",
"PeripheralProxy/BlePeripheralProxy+ServiceDiscovery.swift",
"PeripheralProxy/BlePeripheralProxy.swift",
"PeripheralProxy/BlePeripheralProxyError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.64s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3507] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.59s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/52] Emitting module BlueConnect
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[6/58] Compiling BlueConnect BlePeripheralProxy+CharacteristicRead.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[7/58] Compiling BlueConnect BlePeripheralProxy+CharacteristicWrite.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[8/58] Compiling BlueConnect BlePeripheralProxy+RSSI.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[9/58] Compiling BlueConnect BlePeripheralProxy+ServiceDiscovery.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[10/58] Compiling BlueConnect BlePeripheralProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[11/58] Compiling BlueConnect BlePeripheralProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[12/58] Compiling BlueConnect BleCentral.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[13/58] Compiling BlueConnect BleAdvertisementData.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[14/58] Compiling BlueConnect BleCentralManager.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[15/58] Compiling BlueConnect BleCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[16/58] Compiling BlueConnect BleCentralManagerProxy+BleCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[17/58] Compiling BlueConnect BleCentralManagerProxy+CBCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[18/58] Compiling BlueConnect BleCentralManagerProxy+Connection.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[19/58] Compiling BlueConnect BlePeripheralCachePolicy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[20/58] Compiling BlueConnect BlePeripheralCacheRecord.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[21/58] Compiling BlueConnect BlePeripheralProxy+BlePeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[22/58] Compiling BlueConnect BlePeripheralProxy+CBPeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[23/58] Compiling BlueConnect BlePeripheralProxy+CharacteristicDiscovery.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[24/58] Compiling BlueConnect BlePeripheralProxy+CharacteristicNotify.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[25/58] Compiling BlueConnect BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[26/58] Compiling BlueConnect BlePeripheralManagerProxy+Characteristics.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[27/58] Compiling BlueConnect BlePeripheralManagerProxy+Services.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[28/58] Compiling BlueConnect BlePeripheralManagerProxy+WaitUntilReady.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[29/58] Compiling BlueConnect BlePeripheralManagerProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[30/58] Compiling BlueConnect BlePeripheralManagerProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[31/58] Compiling BlueConnect ResultExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[32/58] Compiling BlueConnect BlePeripheral.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[33/58] Compiling BlueConnect BlePeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[34/58] Compiling BlueConnect BlePeripheralManager.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[35/58] Compiling BlueConnect BlePeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[36/58] Compiling BlueConnect BlePeripheralManagerProxy+Advertising.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[37/58] Compiling BlueConnect BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[38/58] Compiling BlueConnect BleCharacteristicNotifyProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[39/58] Compiling BlueConnect BleCharacteristicProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[40/58] Compiling BlueConnect BleCharacteristicProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[41/58] Compiling BlueConnect BleCharacteristicProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[42/58] Compiling BlueConnect BleCharacteristicReadProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[43/58] Compiling BlueConnect BleCharacteristicReadProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[44/58] Compiling BlueConnect BleCharacteristicWriteProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[45/58] Compiling BlueConnect BleCentralManagerProxy+Disconnection.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[46/58] Compiling BlueConnect BleCentralManagerProxy+Retrieval.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[47/58] Compiling BlueConnect BleCentralManagerProxy+Scan.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[48/58] Compiling BlueConnect BleCentralManagerProxy+WaitUntilReady.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[49/58] Compiling BlueConnect BleCentralManagerProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[50/58] Compiling BlueConnect BleCentralManagerProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[51/58] Compiling BlueConnect BleCharacteristicNotifyProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[52/58] Compiling BlueConnect BleCharacteristicWriteProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[53/58] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[54/58] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[55/58] Compiling BlueConnect Globals.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[56/58] Compiling BlueConnect Registry.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[57/58] Compiling BlueConnect DispatchTimeIntervalExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[58/58] Compiling BlueConnect OptionalExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/51] Emitting module BlueConnect
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[5/57] Compiling BlueConnect BleCentral.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[6/57] Compiling BlueConnect BleAdvertisementData.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[7/57] Compiling BlueConnect BleCentralManager.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[8/57] Compiling BlueConnect BleCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[9/57] Compiling BlueConnect BleCentralManagerProxy+BleCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[10/57] Compiling BlueConnect BleCentralManagerProxy+CBCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[11/57] Compiling BlueConnect BleCentralManagerProxy+Connection.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[12/57] Compiling BlueConnect BleCentralManagerProxy+Disconnection.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[13/57] Compiling BlueConnect BleCentralManagerProxy+Retrieval.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[14/57] Compiling BlueConnect BleCentralManagerProxy+Scan.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[15/57] Compiling BlueConnect BleCentralManagerProxy+WaitUntilReady.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[16/57] Compiling BlueConnect BleCentralManagerProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[17/57] Compiling BlueConnect BleCentralManagerProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[18/57] Compiling BlueConnect BleCharacteristicNotifyProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[19/57] Compiling BlueConnect BlePeripheralProxy+CharacteristicRead.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[20/57] Compiling BlueConnect BlePeripheralProxy+CharacteristicWrite.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[21/57] Compiling BlueConnect BlePeripheralProxy+RSSI.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[22/57] Compiling BlueConnect BlePeripheralProxy+ServiceDiscovery.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[23/57] Compiling BlueConnect BlePeripheralProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[24/57] Compiling BlueConnect BlePeripheralProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[25/57] Compiling BlueConnect BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[26/57] Compiling BlueConnect BlePeripheralManagerProxy+Characteristics.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[27/57] Compiling BlueConnect BlePeripheralManagerProxy+Services.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[28/57] Compiling BlueConnect BlePeripheralManagerProxy+WaitUntilReady.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[29/57] Compiling BlueConnect BlePeripheralManagerProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[30/57] Compiling BlueConnect BlePeripheralManagerProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[31/57] Compiling BlueConnect BleCharacteristicWriteProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[32/57] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[33/57] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[34/57] Compiling BlueConnect Globals.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[35/57] Compiling BlueConnect Registry.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[36/57] Compiling BlueConnect DispatchTimeIntervalExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[37/57] Compiling BlueConnect OptionalExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[38/57] Compiling BlueConnect BleCharacteristicNotifyProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[39/57] Compiling BlueConnect BleCharacteristicProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[40/57] Compiling BlueConnect BleCharacteristicProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[41/57] Compiling BlueConnect BleCharacteristicProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[42/57] Compiling BlueConnect BleCharacteristicReadProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[43/57] Compiling BlueConnect BleCharacteristicReadProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[44/57] Compiling BlueConnect BleCharacteristicWriteProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[45/57] Compiling BlueConnect ResultExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[46/57] Compiling BlueConnect BlePeripheral.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[47/57] Compiling BlueConnect BlePeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[48/57] Compiling BlueConnect BlePeripheralManager.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[49/57] Compiling BlueConnect BlePeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[50/57] Compiling BlueConnect BlePeripheralManagerProxy+Advertising.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[51/57] Compiling BlueConnect BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[52/57] Compiling BlueConnect BlePeripheralCachePolicy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[53/57] Compiling BlueConnect BlePeripheralCacheRecord.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[54/57] Compiling BlueConnect BlePeripheralProxy+BlePeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[55/57] Compiling BlueConnect BlePeripheralProxy+CBPeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[56/57] Compiling BlueConnect BlePeripheralProxy+CharacteristicDiscovery.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
[57/57] Compiling BlueConnect BlePeripheralProxy+CharacteristicNotify.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:29:24: error: no such module 'CoreBluetooth'
27 |
28 | #if swift(>=6.0)
29 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
30 | #else
31 | import CoreBluetooth
BUILD FAILURE 6.1 linux