The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build NordicDFU, reference 4.16.0 (4773d7), with Swift 6.0 for Linux on 12 Dec 2024 22:42:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NordicSemiconductor/IOS-DFU-Library.git
Reference: 4.16.0
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
 * tag               4.16.0     -> FETCH_HEAD
HEAD is now at 4773d7e New Xcode version
Cloned https://github.com/NordicSemiconductor/IOS-DFU-Library.git
Revision (git rev-parse @):
4773d7eed944684dfdd177a4a91af8a89ebbaac8
SUCCESS checkout https://github.com/NordicSemiconductor/IOS-DFU-Library.git at 4.16.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/NordicSemiconductor/IOS-DFU-Library.git
https://github.com/NordicSemiconductor/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-4609320-2":/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 -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.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/apple/swift-docc-plugin
Fetching https://github.com/weichsel/ZIPFoundation
[1/5466] Fetching zipfoundation
[712/7510] Fetching zipfoundation, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.24s)
Fetched https://github.com/weichsel/ZIPFoundation from cache (1.25s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (0.83s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3205] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.56s)
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
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
[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 Archive+ReadingDeprecated.swift
[9/28] Compiling ZIPFoundation Archive+Writing.swift
[10/28] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[11/28] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[12/28] Compiling ZIPFoundation Archive+Deprecated.swift
[13/28] Compiling ZIPFoundation Archive+Helpers.swift
[14/28] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[15/28] Compiling ZIPFoundation URL+ZIP.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 Data+CompressionDeprecated.swift
[23/28] Compiling ZIPFoundation Data+Serialization.swift
[24/28] Compiling ZIPFoundation Date+ZIP.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
[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``.
[42/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``.
[43/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``.
[44/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``.
[45/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``.
[46/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``.
[47/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``.
[48/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``.
[49/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``.
[50/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``.
[51/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``.
[52/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``.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/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``.
[54/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``.
[55/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``.
[56/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``.
[57/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``.
[58/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``.
[59/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``.
[60/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``.
[61/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``.
[62/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``.
[63/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``.
[64/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``.
[65/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``.
[66/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``.
[67/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``.
[68/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``.
[69/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``.
[70/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``.
[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``.
BUILD FAILURE 6.0 linux