Build Information
Failed to build iOSMcuManagerLibrary, reference main (81a0a9
), with Swift 6.0 for Linux on 11 Sep 2025 22:12:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.0-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/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.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/NordicSemiconductor/IOS-nRF-Connect-Device-Manager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 81a0a90 Merge pull request #422 from NordicSemiconductor/onDFU
Cloned https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git
Revision (git rev-parse @):
81a0a90813da15c65c28b6d68715d894422adda1
SUCCESS checkout https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/NordicSemiconductor/IOS-BLE-Library
[1/3305] Fetching ios-ble-library
Fetched https://github.com/NordicSemiconductor/IOS-BLE-Library from cache (0.69s)
Fetching https://github.com/valpackett/SwiftCBOR.git
Fetching https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/1401] Fetching swiftcbor
[1402/7948] Fetching swiftcbor, ios-corebluetooth-mock
[1403/13547] Fetching swiftcbor, ios-corebluetooth-mock, zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.39s)
Fetched https://github.com/valpackett/SwiftCBOR.git from cache (1.44s)
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache (1.46s)
Computing version for https://github.com/valpackett/SwiftCBOR.git
Computed https://github.com/valpackett/SwiftCBOR.git at 0.4.7 (1.38s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 1.0.1 (1.52s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (1.35s)
Creating working copy for https://github.com/NordicSemiconductor/IOS-BLE-Library
Working copy of https://github.com/NordicSemiconductor/IOS-BLE-Library resolved at main (dbb8a25)
Creating working copy for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Working copy of https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git resolved at 1.0.1
Creating working copy for https://github.com/valpackett/SwiftCBOR.git
Working copy of https://github.com/valpackett/SwiftCBOR.git resolved at 0.4.7
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/PrivacyInfo.xcprivacy
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/79] Emitting module CoreBluetoothMock
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/79] Emitting module iOS_BLE_Library
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
[11/83] Emitting module ZIPFoundation
[12/85] Compiling CoreBluetoothMock CBMPeripheralSpec.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
[13/85] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
[14/85] Compiling CoreBluetoothMock CBMAttributes.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
[15/85] Compiling CoreBluetoothMock CBMCentralManager.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
[16/85] Compiling CoreBluetoothMock CBMManagerTypes.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
[17/85] Compiling CoreBluetoothMock CBMPeer.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
[20/85] Compiling CoreBluetoothMock CBMCentralManagerFactory.swift
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
[22/85] Compiling CoreBluetoothMock CBMPeripheral.swift
[23/85] Compiling CoreBluetoothMock CBMPeripheralDelegate.swift
[24/85] Compiling CoreBluetoothMock CBMCentralManagerNative.swift
[25/85] Compiling CoreBluetoothMock CBMDictionary.swift
[27/85] Compiling ZIPFoundation Entry.swift
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
[28/85] Compiling ZIPFoundation FileManager+ZIP.swift
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
[31/85] Emitting module SwiftCBOR
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
[37/85] Compiling CoreBluetoothMock CBMPeripheralDelegateProxy.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
[38/85] Compiling CoreBluetoothMock CBMPeripheralPreview.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
[39/87] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
[40/87] Compiling ZIPFoundation URL+ZIP.swift
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
[46/87] Compiling CoreBluetoothMock CBMCentralManagerMock.swift
[47/87] Compiling CoreBluetoothMock CBMCentralManagerDelegate.swift
[48/87] Compiling CoreBluetoothMock CBMCentralManagerDelegateProxy.swift
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// A representation of common aspects of services offered by a peripheral.
[63/87] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
[64/87] Compiling SwiftCBOR Util.swift
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
/host/spi-builder-workspace/.build/checkouts/IOS-BLE-Library/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | //CG_REPLACE
10 | import CoreBluetooth
[80/123] Compiling iOSMcuManagerLibrary McuMgrBleROBWriteBuffer.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[81/123] Compiling iOSMcuManagerLibrary McuMgrBleTransport+CBCentralManagerDelegate.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[82/123] Compiling iOSMcuManagerLibrary McuMgrBleTransport+CBPeripheralDelegate.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[83/123] Compiling iOSMcuManagerLibrary McuMgrBleTransport.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[84/123] Compiling iOSMcuManagerLibrary McuMgrBleTransportConfguration.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[85/127] Compiling iOSMcuManagerLibrary McuMgrImage.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[86/127] Compiling iOSMcuManagerLibrary McuMgrLogDelegate.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[87/127] Compiling iOSMcuManagerLibrary McuMgrManifest.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[88/127] Compiling iOSMcuManagerLibrary McuMgrPackage.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[89/127] Compiling iOSMcuManagerLibrary McuMgrBleTransportWriteState.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[90/127] Compiling iOSMcuManagerLibrary CBOR+McuManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[91/127] Compiling iOSMcuManagerLibrary Data+McuManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[92/127] Compiling iOSMcuManagerLibrary String+McuManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[93/127] Compiling iOSMcuManagerLibrary BasicManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[94/127] Compiling iOSMcuManagerLibrary McuMgrResponse.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[95/127] Compiling iOSMcuManagerLibrary McuMgrSuitEnvelope.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[96/127] Compiling iOSMcuManagerLibrary McuMgrSuitManifest.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[97/127] Compiling iOSMcuManagerLibrary McuMgrTransport.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[98/127] Compiling iOSMcuManagerLibrary StatsManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[99/127] Compiling iOSMcuManagerLibrary SuitManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[100/127] Compiling iOSMcuManagerLibrary McuManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[101/127] Compiling iOSMcuManagerLibrary McuMgrCallbackOoOBuffer.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[102/127] Compiling iOSMcuManagerLibrary McuMgrHeader.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[103/127] Compiling iOSMcuManagerLibrary CrashManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[104/127] Compiling iOSMcuManagerLibrary FirmwareUpgradeController.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[105/127] Compiling iOSMcuManagerLibrary FirmwareUpgradeManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[106/127] Compiling iOSMcuManagerLibrary DefaultManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[107/127] Compiling iOSMcuManagerLibrary FileSystemManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[108/127] Compiling iOSMcuManagerLibrary ImageManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[109/127] Compiling iOSMcuManagerLibrary LogManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[110/127] Compiling iOSMcuManagerLibrary RunTestManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[111/127] Compiling iOSMcuManagerLibrary SettingsManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[112/127] Compiling iOSMcuManagerLibrary ShellManager.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
error: emit-module command failed with exit code 1 (use -v to see invocation)
[113/127] Emitting module iOSMcuManagerLibrary
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[114/127] Compiling iOSMcuManagerLibrary McuMgrUploadPipeline.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[115/127] Compiling iOSMcuManagerLibrary CBOR+String.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[116/127] Compiling iOSMcuManagerLibrary ResultLock.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
[117/127] Compiling iOSMcuManagerLibrary UTI.swift
/host/spi-builder-workspace/iOSMcuManagerLibrary/Source/Bluetooth/McuMgrBleROBWriteBuffer.swift:10:8: error: no such module 'CoreBluetooth'
8 | import Foundation
9 | import Dispatch
10 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
11 |
12 | // MARK: - McuMgrBleROBWriteBuffer
BUILD FAILURE 6.0 linux