Build Information
Failed to build AsyncCoreBluetooth, reference 0.3.3 (dc57b8), with Swift 6.1 for Linux on 17 Jun 2025 10:14:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/meech-ward/AsyncCoreBluetooth.git
Reference: 0.3.3
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/meech-ward/AsyncCoreBluetooth
* tag 0.3.3 -> FETCH_HEAD
HEAD is now at dc57b83 add the public getPeripheral function to peripheral
Cloned https://github.com/meech-ward/AsyncCoreBluetooth.git
Revision (git rev-parse @):
dc57b83ef3ba4eaa87b7db2feef4bb1dc3ccdf55
SUCCESS checkout https://github.com/meech-ward/AsyncCoreBluetooth.git at 0.3.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/meech-ward/AsyncCoreBluetooth.git
https://github.com/meech-ward/AsyncCoreBluetooth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ios-corebluetooth-mock",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/meech-ward/IOS-CoreBluetooth-Mock.git"
},
{
"identity" : "asyncobservable",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/meech-ward/AsyncObservable.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "AsyncCoreBluetooth",
"name" : "AsyncCoreBluetooth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "AsyncCoreBluetooth",
"targets" : [
"AsyncCoreBluetooth"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncCoreBluetoothTests",
"module_type" : "SwiftTarget",
"name" : "AsyncCoreBluetoothTests",
"path" : "Tests/AsyncCoreBluetoothTests",
"product_dependencies" : [
"CoreBluetoothMock",
"AsyncObservable",
"DequeModule"
],
"sources" : [
"AsyncCoreBluetoothTests.swift",
"CentralManager/CancelConnectionToPeripheralTests.swift",
"CentralManager/CentralManagerStateTests.swift",
"CentralManager/ConnectToNewPeripheralTests.swift",
"CentralManager/RetrievePeripheralsTests.swift",
"CentralManager/ScanForNewPeripheralsTests.swift",
"MockPeripheral.swift",
"Peripheral/DiscoverCharacteristicsTests.swift",
"Peripheral/DiscoverServicesTests.swift",
"Peripheral/NotifyCharacteristicTests.swift",
"Peripheral/ReadCharacteristicTests.swift",
"Peripheral/ReadRSSITests.swift",
"Peripheral/WriteCharacteristicTests.swift"
],
"target_dependencies" : [
"AsyncCoreBluetooth"
],
"type" : "test"
},
{
"c99name" : "AsyncCoreBluetooth",
"module_type" : "SwiftTarget",
"name" : "AsyncCoreBluetooth",
"path" : "Sources/AsyncCoreBluetooth",
"product_dependencies" : [
"CoreBluetoothMock",
"AsyncObservable",
"DequeModule"
],
"product_memberships" : [
"AsyncCoreBluetooth"
],
"sources" : [
"AsyncCoreBluetooth.swift",
"CentralManager.swift",
"CentralManagerDelegate.swift",
"Characteristic.swift",
"Peripheral.swift",
"PeripheralDelegate.swift",
"PeripheralStore.swift",
"Service.swift",
"Types.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/meech-ward/IOS-CoreBluetooth-Mock.git
[1/4915] Fetching ios-corebluetooth-mock
Fetched https://github.com/meech-ward/IOS-CoreBluetooth-Mock.git from cache (0.65s)
Fetching https://github.com/meech-ward/AsyncObservable.git
[1/199] Fetching asyncobservable
Fetched https://github.com/meech-ward/AsyncObservable.git from cache (0.25s)
Fetching https://github.com/apple/swift-collections.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.05s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/meech-ward/AsyncObservable.git
Working copy of https://github.com/meech-ward/AsyncObservable.git resolved at main (0c7bdec)
Creating working copy for https://github.com/meech-ward/IOS-CoreBluetooth-Mock.git
Working copy of https://github.com/meech-ward/IOS-CoreBluetooth-Mock.git resolved at main (10845e9)
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/44] Compiling InternalCollectionsUtilities Debugging.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.
[8/44] Compiling InternalCollectionsUtilities Descriptions.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.
[9/44] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/44] Compiling InternalCollectionsUtilities Specialize.swift
[13/47] Compiling AsyncObservable StreamOf.swift
[14/47] Emitting module InternalCollectionsUtilities
[15/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/47] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/47] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/47] Compiling InternalCollectionsUtilities Integer rank.swift
[21/47] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[23/47] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[24/47] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[25/47] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/47] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/48] 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.
[31/63] Compiling DequeModule _DequeBuffer.swift
[32/63] Compiling DequeModule _DequeBufferHeader.swift
[33/65] Compiling DequeModule Deque+CustomReflectable.swift
[34/65] Compiling DequeModule Deque+Descriptions.swift
[35/65] Compiling DequeModule Deque+Equatable.swift
[36/65] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[37/65] Compiling DequeModule _DequeSlot.swift
[38/65] Compiling DequeModule _UnsafeWrappedBuffer.swift
[39/65] Compiling DequeModule Deque+Codable.swift
[40/65] Compiling DequeModule Deque+Collection.swift
[41/65] Compiling DequeModule Deque._UnsafeHandle.swift
[42/65] Compiling DequeModule Deque.swift
[43/65] Compiling DequeModule Deque+Testing.swift
[44/65] Compiling DequeModule Deque._Storage.swift
[45/65] Compiling DequeModule Deque+Extras.swift
[46/65] Compiling DequeModule Deque+Hashable.swift
[47/65] Emitting module DequeModule
/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-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.
[53/66] Compiling AsyncObservable AsyncObservableUnwrapped.swift
[54/66] Compiling AsyncObservable AsyncObservableBase.swift
[55/66] Compiling AsyncObservable AsyncObservableReadOnly.swift
[56/66] Emitting module AsyncObservable
[57/66] Compiling AsyncObservable AsyncObservable.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-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-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)
[65/67] 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.
/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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/37] Compiling AsyncObservable AsyncObservableReadOnly.swift
[3/39] Compiling AsyncObservable StreamOf.swift
[4/39] Compiling AsyncObservable AsyncObservableUnwrapped.swift
[5/39] Compiling InternalCollectionsUtilities Debugging.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.
[6/39] Compiling InternalCollectionsUtilities Descriptions.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.
[7/39] Compiling AsyncObservable AsyncObservableBase.swift
[8/40] Compiling InternalCollectionsUtilities _UnsafeBitSet.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.
[9/40] Compiling InternalCollectionsUtilities _SortedCollection.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.
[10/40] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/40] Compiling InternalCollectionsUtilities Specialize.swift
[12/40] Compiling InternalCollectionsUtilities _UniqueCollection.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/40] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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/40] Compiling InternalCollectionsUtilities Integer rank.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/40] Compiling InternalCollectionsUtilities UInt+first and last set bit.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/42] Emitting module AsyncObservable
[21/42] Compiling AsyncObservable AsyncObservable.swift
[22/43] 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.
[24/43] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/43] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/43] Emitting module InternalCollectionsUtilities
[30/43] Compiling InternalCollectionsUtilities UInt+reversed.swift
[31/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/43] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[33/43] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[34/43] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[35/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/59] Compiling DequeModule _DequeBuffer.swift
[39/59] Compiling DequeModule _DequeBufferHeader.swift
[40/61] Compiling DequeModule Deque+Extras.swift
[41/61] Compiling DequeModule Deque+Hashable.swift
[42/61] Compiling DequeModule Deque+Testing.swift
[43/61] Compiling DequeModule Deque._Storage.swift
[44/61] Compiling DequeModule Deque._UnsafeHandle.swift
[45/61] Compiling DequeModule Deque.swift
[46/61] Compiling DequeModule Deque+Equatable.swift
[47/61] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[48/61] Compiling DequeModule Deque+CustomReflectable.swift
[49/61] Compiling DequeModule Deque+Descriptions.swift
[50/61] Compiling DequeModule Deque+Codable.swift
[51/61] Compiling DequeModule Deque+Collection.swift
[52/61] Compiling DequeModule _DequeSlot.swift
[53/61] Compiling DequeModule _UnsafeWrappedBuffer.swift
[54/61] Emitting module DequeModule
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/62] 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.
/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-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-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.
BUILD FAILURE 6.1 linux