Build Information
Failed to build AsyncCoreBluetooth, reference main (39f1d5), with Swift 6.1 for Linux on 17 Jun 2025 10:14:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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/meech-ward/AsyncCoreBluetooth
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 39f1d51 update changelog
Cloned https://github.com/meech-ward/AsyncCoreBluetooth.git
Revision (git rev-parse @):
39f1d518c879ed70b29ea90a2e014b5d84aa81c9
SUCCESS checkout https://github.com/meech-ward/AsyncCoreBluetooth.git at main
========================================
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-4606859-0":/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.47s)
Fetching https://github.com/meech-ward/AsyncObservable.git
[1/199] Fetching asyncobservable
Fetched https://github.com/meech-ward/AsyncObservable.git from cache (0.39s)
Fetching https://github.com/apple/swift-collections.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.34s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.12s)
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)
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/44] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/46] 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.
[9/47] 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.
[10/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/47] Compiling InternalCollectionsUtilities Specialize.swift
[12/47] Compiling CoreBluetoothMock CBMCentralManagerNative.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/47] 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.
[14/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/47] Compiling AsyncObservable StreamOf.swift
[17/47] Compiling CoreBluetoothMock CBMAttributes.swift
[18/47] Compiling CoreBluetoothMock CBMCentralManager.swift
[19/47] Compiling CoreBluetoothMock CBMCentralManagerDelegate.swift
[20/47] Compiling CoreBluetoothMock CBMCentralManagerDelegateProxy.swift
[21/47] Compiling CoreBluetoothMock CBMCentralManagerFactory.swift
[22/47] Compiling CoreBluetoothMock CBMCentralManagerMock.swift
[23/47] Compiling CoreBluetoothMock CBMPeripheralDelegate.swift
[24/47] Compiling CoreBluetoothMock CBMPeripheralDelegateProxy.swift
[27/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/47] Compiling InternalCollectionsUtilities Debugging.swift
[30/47] Compiling InternalCollectionsUtilities Descriptions.swift
[32/63] Compiling DequeModule Deque+CustomReflectable.swift
[33/63] Compiling DequeModule Deque+Descriptions.swift
[34/65] Compiling DequeModule Deque+Equatable.swift
[35/65] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[36/65] Compiling DequeModule _DequeBuffer.swift
[37/65] Compiling DequeModule _DequeBufferHeader.swift
[38/65] Compiling DequeModule Deque+Extras.swift
[39/65] Compiling DequeModule Deque+Hashable.swift
[40/65] Compiling DequeModule _DequeSlot.swift
[41/65] Compiling DequeModule _UnsafeWrappedBuffer.swift
[42/65] Compiling DequeModule Deque+Testing.swift
[43/65] Compiling DequeModule Deque._Storage.swift
[44/65] Compiling DequeModule Deque._UnsafeHandle.swift
[45/65] Compiling DequeModule Deque.swift
[46/65] Compiling DequeModule Deque+Codable.swift
[47/65] Compiling DequeModule Deque+Collection.swift
[48/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.
[54/66] Compiling AsyncObservable AsyncObservableUnwrapped.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.
[57/66] Compiling AsyncObservable AsyncObservableBase.swift
[58/66] Compiling AsyncObservable AsyncObservable.swift
[59/66] Compiling AsyncObservable AsyncObservableReadOnly.swift
[60/66] Emitting module AsyncObservable
/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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/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.
[3/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.
[4/39] Compiling InternalCollectionsUtilities UInt+reversed.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.
[5/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.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/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.
[7/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.
[8/40] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/40] Compiling InternalCollectionsUtilities Specialize.swift
[10/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[11/42] 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.
/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/42] Emitting module AsyncObservable
[17/42] Compiling AsyncObservable AsyncObservableBase.swift
[18/42] Compiling AsyncObservable AsyncObservableUnwrapped.swift
[19/42] Compiling AsyncObservable AsyncObservable.swift
[20/42] Compiling AsyncObservable AsyncObservableReadOnly.swift
[21/42] Compiling AsyncObservable StreamOf.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.
[23/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.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 _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.
[28/43] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/43] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/43] Emitting module InternalCollectionsUtilities
[31/43] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.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.
[32/43] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.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.
[35/43] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[36/43] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/59] Compiling DequeModule _DequeBuffer.swift
[43/59] Compiling DequeModule _DequeBufferHeader.swift
[44/61] Compiling DequeModule Deque+Equatable.swift
[45/61] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[46/61] Compiling DequeModule Deque+Testing.swift
[47/61] Compiling DequeModule Deque._Storage.swift
[48/61] Compiling DequeModule Deque._UnsafeHandle.swift
[49/61] Compiling DequeModule Deque.swift
[50/61] Compiling DequeModule Deque+Extras.swift
[51/61] Compiling DequeModule Deque+Hashable.swift
[52/61] Compiling DequeModule Deque+CustomReflectable.swift
[53/61] Compiling DequeModule Deque+Descriptions.swift
[54/61] Compiling DequeModule _DequeSlot.swift
[55/61] Compiling DequeModule _UnsafeWrappedBuffer.swift
[56/61] Emitting module DequeModule
[57/61] Compiling DequeModule Deque+Codable.swift
[58/61] Compiling DequeModule Deque+Collection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/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.
BUILD FAILURE 6.1 linux