The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NordicDFU with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.35.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:             5.9
Building package at path:  $workDir
https://github.com/NordicSemiconductor/IOS-DFU-Library.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/weichsel/ZIPFoundation
Fetching https://github.com/apple/swift-docc-plugin
[1/1457] Fetching swift-docc-plugin
[45/6573] Fetching swift-docc-plugin, zipfoundation
Fetched https://github.com/apple/swift-docc-plugin (0.53s)
Fetched https://github.com/weichsel/ZIPFoundation (0.53s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (0.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.28s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2694] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.38s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.83s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.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-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
warning: 'spi-builder-workspace': found 10 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/TestFirmwares/nrf51422_sdk_5.2_sd_bl.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/sdk_15_2_bootloader.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/ble_app_hrm_dfu_s110_v8_0_0_sdk_v8_0.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/sdk_15_2_bootloader.hex
    /host/spi-builder-workspace/Tests/TestFirmwares/s110_nrf51822_6.2.1_softdevice.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/blinky_s110_v7_0_0_sdk_v7_1.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/ble_app_hrm_dfu_s110_v8_0_0_sdk_v8_0.hex
    /host/spi-builder-workspace/Tests/TestFirmwares/blinky_s110_v7_0_0_sdk_v7_1.hex
    /host/spi-builder-workspace/Tests/TestFirmwares/nrf51422_sdk_5.2_sd_bl.hex
    /host/spi-builder-workspace/Tests/TestFirmwares/s110_nrf51822_6.2.1_softdevice.hex
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Copying PrivacyInfo.xcprivacy
[4/23] Emitting module ZIPFoundation
[5/25] Compiling ZIPFoundation Archive+MemoryFile.swift
[6/25] Compiling ZIPFoundation Archive+Progress.swift
[7/25] Compiling ZIPFoundation Archive+Reading.swift
[8/25] Compiling ZIPFoundation Entry.swift
[9/25] Compiling ZIPFoundation FileManager+ZIP.swift
[10/25] Compiling ZIPFoundation Archive+ZIP64.swift
[11/25] Compiling ZIPFoundation Archive.swift
[12/25] Compiling ZIPFoundation Data+Compression.swift
[13/25] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[14/25] Compiling ZIPFoundation Archive+Deprecated.swift
[15/25] Compiling ZIPFoundation Archive+Helpers.swift
[16/25] Compiling ZIPFoundation Entry+Serialization.swift
[17/25] Compiling ZIPFoundation Entry+ZIP64.swift
[18/25] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[19/25] Compiling ZIPFoundation Archive+Writing.swift
[20/25] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[21/25] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[22/25] Compiling ZIPFoundation URL+ZIP.swift
[23/25] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[24/25] Compiling ZIPFoundation Data+Serialization.swift
[25/25] Compiling ZIPFoundation Date+ZIP.swift
[28/69] Compiling NordicDFU IntelHex2BinConverter.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[29/69] Compiling NordicDFU LoggerDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[30/69] Compiling NordicDFU LoggerHelper.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[31/69] Compiling NordicDFU DFUStream.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[32/69] Compiling NordicDFU DFUStreamBin.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[33/74] Compiling NordicDFU DFUServiceInitiator.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[34/74] Compiling NordicDFU DFUUuidHelper.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[35/74] Compiling NordicDFU DFUFirmware.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[36/74] Compiling NordicDFU DFUCharacteristic.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[37/74] Compiling NordicDFU DFUController.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[38/74] Compiling NordicDFU DFUExecutor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[39/74] Compiling NordicDFU SecureDFUService.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[40/74] Compiling NordicDFU Manifest.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[41/74] Compiling NordicDFU ManifestFirmwareInfo.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[42/74] Compiling NordicDFU SoftdeviceBootloaderInfo.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[43/74] Compiling NordicDFU Data.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[44/74] Compiling NordicDFU Double.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/74] Emitting module NordicDFU
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[46/74] Compiling NordicDFU DFUStreamHex.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[47/74] Compiling NordicDFU DFUStreamZip.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[48/74] Compiling NordicDFU ZipArchive.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[49/74] Compiling NordicDFU crc32.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[50/74] Compiling NordicDFU resource_bundle_accessor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[51/74] Compiling NordicDFU DFUPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[52/74] Compiling NordicDFU DFUPeripheralDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[53/74] Compiling NordicDFU DFUService.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[54/74] Compiling NordicDFU DFUControlPoint.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[55/74] Compiling NordicDFU DFUPacket.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[56/74] Compiling NordicDFU DFUVersion.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[57/74] Compiling NordicDFU DFUPeripheralSelector.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[58/74] Compiling NordicDFU DFUPeripheralSelectorDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[59/74] Compiling NordicDFU DFUServiceSelector.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[60/74] Compiling NordicDFU DFUStarterPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[61/74] Compiling NordicDFU DFUServiceController.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[62/74] Compiling NordicDFU DFUServiceDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[63/74] Compiling NordicDFU LegacyDFUExecutor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[64/74] Compiling NordicDFU LegacyDFUServiceInitiator.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[65/74] Compiling NordicDFU LegacyDFUPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[66/74] Compiling NordicDFU LegacyDFUPeripheralDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[67/74] Compiling NordicDFU LegacyDFUService.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[68/74] Compiling NordicDFU ButtonlessDFU.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[69/74] Compiling NordicDFU SecureDFUControlPoint.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[70/74] Compiling NordicDFU SecureDFUPacket.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[71/74] Compiling NordicDFU SecureDFUExecutor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[72/74] Compiling NordicDFU SecureDFUServiceInitiator.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[73/74] Compiling NordicDFU SecureDFUPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[74/74] Compiling NordicDFU SecureDFUPeripheralDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
error: fatalError
warning: 'spi-builder-workspace': found 10 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/TestFirmwares/ble_app_hrm_dfu_s110_v8_0_0_sdk_v8_0.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/ble_app_hrm_dfu_s110_v8_0_0_sdk_v8_0.hex
    /host/spi-builder-workspace/Tests/TestFirmwares/blinky_s110_v7_0_0_sdk_v7_1.hex
    /host/spi-builder-workspace/Tests/TestFirmwares/sdk_15_2_bootloader.hex
    /host/spi-builder-workspace/Tests/TestFirmwares/blinky_s110_v7_0_0_sdk_v7_1.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/nrf51422_sdk_5.2_sd_bl.hex
    /host/spi-builder-workspace/Tests/TestFirmwares/nrf51422_sdk_5.2_sd_bl.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/sdk_15_2_bootloader.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/s110_nrf51822_6.2.1_softdevice.hex
    /host/spi-builder-workspace/Tests/TestFirmwares/s110_nrf51822_6.2.1_softdevice.bin
[0/1] Planning build
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/3] Emitting module ZIPFoundation
[6/47] Compiling NordicDFU DFUServiceInitiator.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[7/47] Compiling NordicDFU DFUUuidHelper.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[8/47] Compiling NordicDFU DFUFirmware.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[9/47] Compiling NordicDFU DFUCharacteristic.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[10/47] Compiling NordicDFU DFUController.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[11/47] Compiling NordicDFU DFUExecutor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/52] Emitting module NordicDFU
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[13/52] Compiling NordicDFU DFUPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[14/52] Compiling NordicDFU DFUPeripheralDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[15/52] Compiling NordicDFU DFUService.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[16/52] Compiling NordicDFU DFUControlPoint.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[17/52] Compiling NordicDFU DFUPacket.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[18/52] Compiling NordicDFU DFUVersion.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[19/52] Compiling NordicDFU DFUStreamHex.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[20/52] Compiling NordicDFU DFUStreamZip.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[21/52] Compiling NordicDFU ZipArchive.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[22/52] Compiling NordicDFU crc32.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[23/52] Compiling NordicDFU resource_bundle_accessor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[24/52] Compiling NordicDFU DFUPeripheralSelector.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[25/52] Compiling NordicDFU DFUPeripheralSelectorDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[26/52] Compiling NordicDFU DFUServiceSelector.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[27/52] Compiling NordicDFU DFUStarterPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[28/52] Compiling NordicDFU DFUServiceController.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[29/52] Compiling NordicDFU DFUServiceDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[30/52] Compiling NordicDFU IntelHex2BinConverter.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[31/52] Compiling NordicDFU LoggerDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[32/52] Compiling NordicDFU LoggerHelper.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[33/52] Compiling NordicDFU DFUStream.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[34/52] Compiling NordicDFU DFUStreamBin.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[35/52] Compiling NordicDFU SecureDFUControlPoint.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[36/52] Compiling NordicDFU SecureDFUPacket.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[37/52] Compiling NordicDFU SecureDFUExecutor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[38/52] Compiling NordicDFU SecureDFUServiceInitiator.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[39/52] Compiling NordicDFU SecureDFUPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[40/52] Compiling NordicDFU SecureDFUPeripheralDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[41/52] Compiling NordicDFU LegacyDFUExecutor.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[42/52] Compiling NordicDFU LegacyDFUServiceInitiator.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[43/52] Compiling NordicDFU LegacyDFUPeripheral.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[44/52] Compiling NordicDFU LegacyDFUPeripheralDelegate.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[45/52] Compiling NordicDFU LegacyDFUService.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[46/52] Compiling NordicDFU ButtonlessDFU.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[47/52] Compiling NordicDFU SecureDFUService.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[48/52] Compiling NordicDFU Manifest.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[49/52] Compiling NordicDFU ManifestFirmwareInfo.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[50/52] Compiling NordicDFU SoftdeviceBootloaderInfo.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[51/52] Compiling NordicDFU Data.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
[52/52] Compiling NordicDFU Double.swift
/host/spi-builder-workspace/Library/Classes/Implementation/DFUPeripheralSelector.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
       ^
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1