The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NordicDFU, reference main (43de98), with Swift 6.1 for Linux on 31 Mar 2026 08:37:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nordicsemi/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/nordicsemi/IOS-DFU-Library
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 43de982 Merge pull request #556 from Jetbo/patch-1
Cloned https://github.com/nordicsemi/IOS-DFU-Library.git
Revision (git rev-parse @):
43de982ac8bd792c8c72870ac541c2083f7fb7a3
SUCCESS checkout https://github.com/nordicsemi/IOS-DFU-Library.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nordicsemi/IOS-DFU-Library.git
https://github.com/nordicsemi/IOS-DFU-Library.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "exact" : [
          "0.9.19"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "NordicDFU",
  "name" : "NordicDFU",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "NordicDFU",
      "targets" : [
        "NordicDFU"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NordicDFUTests",
      "module_type" : "SwiftTarget",
      "name" : "NordicDFUTests",
      "path" : "Tests",
      "sources" : [
        "Hex2BinConverterTests.swift"
      ],
      "target_dependencies" : [
        "NordicDFU"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NordicDFU",
      "module_type" : "SwiftTarget",
      "name" : "NordicDFU",
      "path" : "Library",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "NordicDFU"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Library/Assets/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/Implementation/DFUPeripheralSelector.swift",
        "Classes/Implementation/DFUPeripheralSelectorDelegate.swift",
        "Classes/Implementation/DFUSelector/DFUServiceSelector.swift",
        "Classes/Implementation/DFUSelector/DFUStarterPeripheral.swift",
        "Classes/Implementation/DFUServiceController.swift",
        "Classes/Implementation/DFUServiceDelegate.swift",
        "Classes/Implementation/DFUServiceInitiator.swift",
        "Classes/Implementation/DFUUuidHelper.swift",
        "Classes/Implementation/Firmware/DFUFirmware.swift",
        "Classes/Implementation/GenericDFU/DFUCharacteristic.swift",
        "Classes/Implementation/GenericDFU/DFUController.swift",
        "Classes/Implementation/GenericDFU/DFUExecutor.swift",
        "Classes/Implementation/GenericDFU/DFUPeripheral.swift",
        "Classes/Implementation/GenericDFU/DFUPeripheralDelegate.swift",
        "Classes/Implementation/GenericDFU/DFUService.swift",
        "Classes/Implementation/LegacyDFU/Characteristics/DFUControlPoint.swift",
        "Classes/Implementation/LegacyDFU/Characteristics/DFUPacket.swift",
        "Classes/Implementation/LegacyDFU/Characteristics/DFUVersion.swift",
        "Classes/Implementation/LegacyDFU/DFU/LegacyDFUExecutor.swift",
        "Classes/Implementation/LegacyDFU/DFU/LegacyDFUServiceInitiator.swift",
        "Classes/Implementation/LegacyDFU/Peripherals/LegacyDFUPeripheral.swift",
        "Classes/Implementation/LegacyDFU/Peripherals/LegacyDFUPeripheralDelegate.swift",
        "Classes/Implementation/LegacyDFU/Services/LegacyDFUService.swift",
        "Classes/Implementation/SecureDFU/Characteristics/ButtonlessDFU.swift",
        "Classes/Implementation/SecureDFU/Characteristics/SecureDFUControlPoint.swift",
        "Classes/Implementation/SecureDFU/Characteristics/SecureDFUPacket.swift",
        "Classes/Implementation/SecureDFU/DFU/SecureDFUExecutor.swift",
        "Classes/Implementation/SecureDFU/DFU/SecureDFUServiceInitiator.swift",
        "Classes/Implementation/SecureDFU/Peripheral/SecureDFUPeripheral.swift",
        "Classes/Implementation/SecureDFU/Peripheral/SecureDFUPeripheralDelegate.swift",
        "Classes/Implementation/SecureDFU/Services/SecureDFUService.swift",
        "Classes/Utilities/DFUPackage/Manifest/Manifest.swift",
        "Classes/Utilities/DFUPackage/Manifest/ManifestFirmwareInfo.swift",
        "Classes/Utilities/DFUPackage/Manifest/SoftdeviceBootloaderInfo.swift",
        "Classes/Utilities/Data.swift",
        "Classes/Utilities/Double.swift",
        "Classes/Utilities/HexToBinConverter/IntelHex2BinConverter.swift",
        "Classes/Utilities/Logging/LoggerDelegate.swift",
        "Classes/Utilities/Logging/LoggerHelper.swift",
        "Classes/Utilities/Streams/DFUStream.swift",
        "Classes/Utilities/Streams/DFUStreamBin.swift",
        "Classes/Utilities/Streams/DFUStreamHex.swift",
        "Classes/Utilities/Streams/DFUStreamZip.swift",
        "Classes/Utilities/ZipArchive.swift",
        "Classes/Utilities/crc32.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/weichsel/ZIPFoundation
[1/2171] Fetching swift-docc-plugin
[262/8134] Fetching swift-docc-plugin, zipfoundation
Fetched https://github.com/apple/swift-docc-plugin from cache (0.39s)
[3817/5963] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation from cache (0.56s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (1.05s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.08s)
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.6
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
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 Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[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 FileManager+ZIPDeprecated.swift
[9/28] Compiling ZIPFoundation URL+ZIP.swift
[10/28] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[11/28] Compiling ZIPFoundation Data+Serialization.swift
[12/28] Compiling ZIPFoundation Date+ZIP.swift
[13/28] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[14/28] Compiling ZIPFoundation Archive+Writing.swift
[15/28] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[16/28] Compiling ZIPFoundation Archive+ZIP64.swift
[17/28] Compiling ZIPFoundation Archive.swift
[18/28] Compiling ZIPFoundation Data+Compression.swift
[19/28] Compiling ZIPFoundation Archive+MemoryFile.swift
[20/28] Compiling ZIPFoundation Archive+Progress.swift
[21/28] Compiling ZIPFoundation Archive+Reading.swift
[22/28] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[23/28] Compiling ZIPFoundation Archive+Deprecated.swift
[24/28] Compiling ZIPFoundation Archive+Helpers.swift
[25/28] Compiling ZIPFoundation Entry+Serialization.swift
[26/28] Compiling ZIPFoundation Entry+ZIP64.swift
[27/28] Compiling ZIPFoundation Entry.swift
[28/28] Compiling ZIPFoundation FileManager+ZIP.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/71] 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``.
[31/76] 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``.
[32/76] 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``.
[33/76] 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``.
[34/76] 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``.
[35/76] 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``.
[36/76] 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``.
[37/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``.
[38/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``.
[39/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``.
[40/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``.
[41/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``.
[42/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``.
[43/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``.
[44/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``.
[45/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``.
[46/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``.
[47/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``.
[48/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``.
[49/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``.
[50/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``.
[51/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``.
[52/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``.
[53/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``.
[54/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``.
[55/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``.
[56/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``.
[57/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``.
[58/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``.
[59/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``.
[60/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``.
[61/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``.
[62/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``.
[63/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``.
[64/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``.
[65/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``.
[66/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``.
[67/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``.
[68/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``.
[69/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``.
[70/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``.
[71/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``.
[72/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``.
[73/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``.
[74/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``.
[75/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``.
[76/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``.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
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/blinky_s110_v7_0_0_sdk_v7_1.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/nrf51422_sdk_5.2_sd_bl.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/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.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.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/s110_nrf51822_6.2.1_softdevice.bin
    /host/spi-builder-workspace/Tests/TestFirmwares/nrf51422_sdk_5.2_sd_bl.hex
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
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[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 FileManager+ZIPDeprecated.swift
[9/25] Compiling ZIPFoundation URL+ZIP.swift
[10/25] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[11/25] Compiling ZIPFoundation Archive+Writing.swift
[12/25] Compiling ZIPFoundation Archive+WritingDeprecated.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.swift
[17/25] Compiling ZIPFoundation FileManager+ZIP.swift
[18/25] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[19/25] Compiling ZIPFoundation Data+Serialization.swift
[20/25] Compiling ZIPFoundation Date+ZIP.swift
[21/25] Compiling ZIPFoundation Archive+ZIP64.swift
[22/25] Compiling ZIPFoundation Archive.swift
[23/25] Compiling ZIPFoundation Data+Compression.swift
[24/25] Compiling ZIPFoundation Entry+Serialization.swift
[25/25] Compiling ZIPFoundation Entry+ZIP64.swift
[27/68] 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``.
[28/68] 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``.
[29/68] 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``.
[30/68] 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``.
[31/68] 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``.
[32/68] 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``.
[33/73] 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``.
[34/73] 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``.
[35/73] 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``.
[36/73] 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``.
[37/73] 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``.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/73] 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``.
[39/73] 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``.
[40/73] 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``.
[41/73] 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``.
[42/73] 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``.
[43/73] 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``.
[44/73] 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``.
[45/73] 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``.
[46/73] 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``.
[47/73] 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``.
[48/73] 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``.
[49/73] 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``.
[50/73] 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``.
[51/73] 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``.
[52/73] 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``.
[53/73] 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``.
[54/73] 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``.
[55/73] 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``.
[56/73] 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``.
[57/73] 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``.
[58/73] 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``.
[59/73] 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``.
[60/73] 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``.
[61/73] 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``.
[62/73] 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``.
[63/73] 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``.
[64/73] 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``.
[65/73] 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``.
[66/73] 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``.
[67/73] 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``.
[68/73] 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``.
[69/73] 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``.
[70/73] 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``.
[71/73] 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``.
[72/73] 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``.
[73/73] 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``.
BUILD FAILURE 6.1 linux