The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build iOSMcuManagerLibrary, reference main (81a0a9), with Swift 6.2 (beta) for Linux on 11 Sep 2025 22:11:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.2-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.2
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-4609320-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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-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.54s)
Fetching https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Fetching https://github.com/valpackett/SwiftCBOR.git
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/6547] Fetching ios-corebluetooth-mock
[6548/7948] Fetching ios-corebluetooth-mock, swiftcbor
[7949/13547] Fetching ios-corebluetooth-mock, swiftcbor, zipfoundation
Fetched https://github.com/valpackett/SwiftCBOR.git from cache (1.02s)
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache (1.03s)
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.03s)
Computing version for https://github.com/valpackett/SwiftCBOR.git
Computed https://github.com/valpackett/SwiftCBOR.git at 0.4.7 (1.49s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
warning: 'ios-corebluetooth-mock': /Package.swift:12:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |   platforms: [
11 |     .macOS(.v10_13),
12 |     .iOS(.v11),
   |           `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
13 |     .watchOS(.v4),
14 |     .tvOS(.v11)
/Package.swift:14:12: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
12 |     .iOS(.v11),
13 |     .watchOS(.v4),
14 |     .tvOS(.v11)
   |            `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
15 |   ],
16 |   products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 1.0.1 (0.41s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (0.41s)
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/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/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: 'ios-corebluetooth-mock': /host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/Package.swift:12:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |   platforms: [
11 |     .macOS(.v10_13),
12 |     .iOS(.v11),
   |           `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
13 |     .watchOS(.v4),
14 |     .tvOS(.v11)
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/Package.swift:14:12: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
12 |     .iOS(.v11),
13 |     .watchOS(.v4),
14 |     .tvOS(.v11)
   |            `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
15 |   ],
16 |   products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
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
[9/79] Compiling ZIPFoundation Archive.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
[10/79] Compiling ZIPFoundation Data+Compression.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
[11/81] Compiling ZIPFoundation Entry+Serialization.swift
[12/81] Compiling CoreBluetoothMock CBMPeripheralDelegateProxy.swift
[13/83] 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
[14/83] Compiling ZIPFoundation Archive+ZIP64.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
[15/83] Compiling ZIPFoundation Data+Serialization.swift
[16/83] Compiling ZIPFoundation Date+ZIP.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.
[18/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.
[19/85] Compiling CoreBluetoothMock CBMPeripheral.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.
[20/85] Compiling CoreBluetoothMock CBMPeripheralDelegate.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.
[21/85] Compiling ZIPFoundation Data+CompressionDeprecated.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-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
/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
[28/87] Compiling CoreBluetoothMock CBMPeripheralSpec.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
[29/87] Compiling SwiftCBOR AnyCodingKey.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
[30/87] Compiling SwiftCBOR CBOR.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/87] Compiling SwiftCBOR CBORDecoder.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-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.
[34/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
[35/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
[43/87] Emitting module SwiftCBOR
[49/87] Compiling ZIPFoundation Archive+MemoryFile.swift
[50/87] Compiling ZIPFoundation Archive+Progress.swift
[53/87] Compiling ZIPFoundation Archive+Reading.swift
[58/87] Emitting module ZIPFoundation
[62/87] Compiling SwiftCBOR Util.swift
[69/87] 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.
/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.
[76/123] 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
[77/123] 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
[78/123] 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
[79/123] 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
[80/123] 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
[81/123] 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
[82/123] 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
[83/123] 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
[84/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
[85/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
[86/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
[87/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
[88/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
[89/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
[90/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
[91/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
[92/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
[93/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
[94/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
[95/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
[96/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
[97/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[98/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
[99/127] 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
[100/127] 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
[101/127] 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
[102/127] 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
[103/127] 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
[104/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
[105/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
[106/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
[107/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
[108/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
[109/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
[110/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
[111/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
[112/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
[113/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
/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[116/127] 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
/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[119/127] 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.
BUILD FAILURE 6.2 linux