Build Information
Failed to build NordicDFU, reference main (2db0d4
), with Swift 6.0 for Linux on 4 Nov 2024 19:22:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NordicSemiconductor/IOS-DFU-Library.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-DFU-Library
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2db0d4f Merge pull request #536 from NordicSemiconductor/bugfix/zip-foundation
Cloned https://github.com/NordicSemiconductor/IOS-DFU-Library.git
Revision (git rev-parse @):
2db0d4f26a4812dfb7553e50e2a10f53f7b95114
SUCCESS checkout https://github.com/NordicSemiconductor/IOS-DFU-Library.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/NordicSemiconductor/IOS-DFU-Library.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/weichsel/ZIPFoundation
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
[246/7504] Fetching swift-docc-plugin, zipfoundation
Fetched https://github.com/apple/swift-docc-plugin from cache (0.46s)
Fetched https://github.com/weichsel/ZIPFoundation from cache (0.47s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (0.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.77s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.44s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/weichsel/ZIPFoundation
Working copy of https://github.com/weichsel/ZIPFoundation resolved at 0.9.19
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/6] Write sources
[2/6] Copying PrivacyInfo.xcprivacy
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/26] Emitting module ZIPFoundation
[8/28] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[9/28] Compiling ZIPFoundation Data+Serialization.swift
[10/28] Compiling ZIPFoundation Date+ZIP.swift
[11/28] Compiling ZIPFoundation Archive+MemoryFile.swift
[12/28] Compiling ZIPFoundation Archive+Progress.swift
[13/28] Compiling ZIPFoundation Archive+Reading.swift
[14/28] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[15/28] Compiling ZIPFoundation URL+ZIP.swift
[16/28] Compiling ZIPFoundation Entry+Serialization.swift
[17/28] Compiling ZIPFoundation Entry+ZIP64.swift
[18/28] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[19/28] Compiling ZIPFoundation Archive+Deprecated.swift
[20/28] Compiling ZIPFoundation Archive+Helpers.swift
[21/28] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[22/28] Compiling ZIPFoundation Archive+Writing.swift
[23/28] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[24/28] Compiling ZIPFoundation Archive+ZIP64.swift
[25/28] Compiling ZIPFoundation Archive.swift
[26/28] Compiling ZIPFoundation Data+Compression.swift
[27/28] Compiling ZIPFoundation Entry.swift
[28/28] Compiling ZIPFoundation FileManager+ZIP.swift
[30/71] Compiling NordicDFU DFUPeripheralSelector.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[31/71] Compiling NordicDFU DFUPeripheralSelectorDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[32/71] Compiling NordicDFU DFUServiceSelector.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[33/71] Compiling NordicDFU DFUStarterPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[34/71] Compiling NordicDFU DFUServiceController.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[35/71] Compiling NordicDFU DFUServiceDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[36/76] Compiling NordicDFU DFUServiceInitiator.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[37/76] Compiling NordicDFU DFUUuidHelper.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[38/76] Compiling NordicDFU DFUFirmware.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[39/76] Compiling NordicDFU DFUCharacteristic.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[40/76] Compiling NordicDFU DFUController.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[41/76] Compiling NordicDFU DFUExecutor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/76] Emitting module NordicDFU
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[43/76] Compiling NordicDFU DFUStreamHex.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[44/76] Compiling NordicDFU DFUStreamZip.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[45/76] Compiling NordicDFU ZipArchive.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[46/76] Compiling NordicDFU crc32.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[47/76] Compiling NordicDFU resource_bundle_accessor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[48/76] Compiling NordicDFU DFUPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[49/76] Compiling NordicDFU DFUPeripheralDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[50/76] Compiling NordicDFU DFUService.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[51/76] Compiling NordicDFU DFUControlPoint.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[52/76] Compiling NordicDFU DFUPacket.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[53/76] Compiling NordicDFU DFUVersion.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[54/76] Compiling NordicDFU SecureDFUService.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[55/76] Compiling NordicDFU Manifest.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[56/76] Compiling NordicDFU ManifestFirmwareInfo.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[57/76] Compiling NordicDFU SoftdeviceBootloaderInfo.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[58/76] Compiling NordicDFU Data.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[59/76] Compiling NordicDFU Double.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[60/76] Compiling NordicDFU SecureDFUControlPoint.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[61/76] Compiling NordicDFU SecureDFUPacket.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[62/76] Compiling NordicDFU SecureDFUExecutor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[63/76] Compiling NordicDFU SecureDFUServiceInitiator.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[64/76] Compiling NordicDFU SecureDFUPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[65/76] Compiling NordicDFU SecureDFUPeripheralDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[66/76] Compiling NordicDFU LegacyDFUExecutor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[67/76] Compiling NordicDFU LegacyDFUServiceInitiator.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[68/76] Compiling NordicDFU LegacyDFUPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[69/76] Compiling NordicDFU LegacyDFUPeripheralDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[70/76] Compiling NordicDFU LegacyDFUService.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[71/76] Compiling NordicDFU ButtonlessDFU.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[72/76] Compiling NordicDFU IntelHex2BinConverter.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[73/76] Compiling NordicDFU LoggerDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[74/76] Compiling NordicDFU LoggerHelper.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[75/76] Compiling NordicDFU DFUStream.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
[76/76] Compiling NordicDFU DFUStreamBin.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
29 | */
30 |
31 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
32 |
33 | /// The default implementation of ``DFUPeripheralSelectorDelegate``.
BUILD FAILURE 6.0 linux