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 BlueConnect, reference master (93cfe5), with Swift 6.0 for Linux on 18 Apr 2025 09:09:24 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielepantaleone/BlueConnect.git
Reference: master
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/danielepantaleone/BlueConnect
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 93cfe56 Updated CHANGELOG.md
Cloned https://github.com/danielepantaleone/BlueConnect.git
Revision (git rev-parse @):
93cfe5614c3e8f55aa6f4bfe94e0d24abf4d8fa4
SUCCESS checkout https://github.com/danielepantaleone/BlueConnect.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/danielepantaleone/BlueConnect.git
https://github.com/danielepantaleone/BlueConnect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "BlueConnect",
  "name" : "BlueConnect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "BlueConnect",
      "targets" : [
        "BlueConnect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "BlueConnectTests",
      "module_type" : "SwiftTarget",
      "name" : "BlueConnectTests",
      "path" : "Tests/BlueConnectTests",
      "sources" : [
        "BleCentralManagerProxyConnectionTests.swift",
        "BleCentralManagerProxyDisconnectionTests.swift",
        "BleCentralManagerProxyPeripheralRetrievalTests.swift",
        "BleCentralManagerProxyScanTests.swift",
        "BleCentralManagerProxyStateChangeTests.swift",
        "BleCharacteristicNotifyProxyTests.swift",
        "BleCharacteristicProxyTests.swift",
        "BleCharacteristicReadProxyTests.swift",
        "BleCharacteristicWriteProxyTests.swift",
        "BleCharacteristicWriteWithoutResponseProxyTests.swift",
        "BlePeripheralManagerProxyAdvertisingTests.swift",
        "BlePeripheralManagerProxyStateChangeTests.swift",
        "BlePeripheralProxyDiscoverCharacteristicTests.swift",
        "BlePeripheralProxyDiscoverServiceTests.swift",
        "BlePeripheralProxyNotifyCharacteristicTests.swift",
        "BlePeripheralProxyRSSITests.swift",
        "BlePeripheralProxyReadCharacteristicTests.swift",
        "BlePeripheralProxyTests.swift",
        "BlePeripheralProxyWriteCharacteristicTests.swift",
        "BlueConnectTests.swift",
        "CentralManager/MockBleCentralManager.swift",
        "Common/MockBleDescriptor.swift",
        "Common/MockBleError.swift",
        "DispatchTimeIntervalExtTests.swift",
        "Extensions/Foundation/DataExtensions.swift",
        "Extensions/SwiftStdLib/RangeReplaceableCollectionExtensions.swift",
        "Peripheral/MockBlePeripheral.swift",
        "Peripheral/MockCBCharacteristic.swift",
        "Peripheral/MockCharacteristicBatteryLevelProxy.swift",
        "Peripheral/MockCharacteristicBufferProxy.swift",
        "Peripheral/MockCharacteristicFirmwareRevisionProxy.swift",
        "Peripheral/MockCharacteristicHardwareRevisionProxy.swift",
        "Peripheral/MockCharacteristicHeartRateProxy.swift",
        "Peripheral/MockCharacteristicSecretProxy.swift",
        "Peripheral/MockCharacteristicSerialNumberProxy.swift",
        "PeripheralManager/MockBlePeripheralManager.swift"
      ],
      "target_dependencies" : [
        "BlueConnect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BlueConnect",
      "module_type" : "SwiftTarget",
      "name" : "BlueConnect",
      "path" : "Sources/BlueConnect",
      "product_memberships" : [
        "BlueConnect"
      ],
      "sources" : [
        "Central/BleCentral.swift",
        "CentralManager/BleAdvertisementData.swift",
        "CentralManager/BleCentralManager.swift",
        "CentralManager/BleCentralManagerDelegate.swift",
        "CentralManagerProxy/BleCentralManagerProxy+BleCentralManagerDelegate.swift",
        "CentralManagerProxy/BleCentralManagerProxy+CBCentralManagerDelegate.swift",
        "CentralManagerProxy/BleCentralManagerProxy+SwiftConcurrency.swift",
        "CentralManagerProxy/BleCentralManagerProxy.swift",
        "CentralManagerProxy/BleCentralManagerProxyError.swift",
        "CharacteristicProxy/BleCharacteristicNotifyProxy+SwiftConcurrency.swift",
        "CharacteristicProxy/BleCharacteristicNotifyProxy.swift",
        "CharacteristicProxy/BleCharacteristicProxy+SwiftConcurrency.swift",
        "CharacteristicProxy/BleCharacteristicProxy.swift",
        "CharacteristicProxy/BleCharacteristicProxyError.swift",
        "CharacteristicProxy/BleCharacteristicReadProxy+SwiftConcurrency.swift",
        "CharacteristicProxy/BleCharacteristicReadProxy.swift",
        "CharacteristicProxy/BleCharacteristicWriteProxy+SwiftConcurrency.swift",
        "CharacteristicProxy/BleCharacteristicWriteProxy.swift",
        "CharacteristicProxy/BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift",
        "CharacteristicProxy/BleCharacteristicWriteWithoutResponseProxy.swift",
        "Common/Globals.swift",
        "Common/Registry.swift",
        "Extensions/Dispatch/DispatchTimeIntervalExtensions.swift",
        "Extensions/SwiftStdLib/OptionalExtensions.swift",
        "Extensions/SwiftStdLib/ResultExtensions.swift",
        "Peripheral/BlePeripheral.swift",
        "Peripheral/BlePeripheralDelegate.swift",
        "PeripheralManager/BlePeripheralManager.swift",
        "PeripheralManager/BlePeripheralManagerDelegate.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+SwiftConcurrency.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxyError.swift",
        "PeripheralProxy/BlePeripheralCachePolicy.swift",
        "PeripheralProxy/BlePeripheralCacheRecord.swift",
        "PeripheralProxy/BlePeripheralProxy+BlePeripheralDelegate.swift",
        "PeripheralProxy/BlePeripheralProxy+CBPeripheralDelegate.swift",
        "PeripheralProxy/BlePeripheralProxy+SwiftConcurrency.swift",
        "PeripheralProxy/BlePeripheralProxy.swift",
        "PeripheralProxy/BlePeripheralProxyError.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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.90s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.86s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/41] Emitting module BlueConnect
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[6/46] Compiling BlueConnect BleCharacteristicWriteProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[7/46] Compiling BlueConnect BleCharacteristicWriteProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[8/46] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[9/46] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[10/46] Compiling BlueConnect Globals.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[11/46] Compiling BlueConnect BleCentral.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[12/46] Compiling BlueConnect BleAdvertisementData.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[13/46] Compiling BlueConnect BleCentralManager.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[14/46] Compiling BlueConnect BleCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[15/46] Compiling BlueConnect BleCentralManagerProxy+BleCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[16/46] Compiling BlueConnect BleCentralManagerProxy+CBCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[17/46] Compiling BlueConnect BlePeripheralProxy+BlePeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[18/46] Compiling BlueConnect BlePeripheralProxy+CBPeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[19/46] Compiling BlueConnect BlePeripheralProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[20/46] Compiling BlueConnect BlePeripheralProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[21/46] Compiling BlueConnect BlePeripheralProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[22/46] Compiling BlueConnect BlePeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[23/46] Compiling BlueConnect BlePeripheralManager.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[24/46] Compiling BlueConnect BlePeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[25/46] Compiling BlueConnect BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[26/46] Compiling BlueConnect BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[27/46] Compiling BlueConnect BleCharacteristicProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[28/46] Compiling BlueConnect BleCharacteristicProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[29/46] Compiling BlueConnect BleCharacteristicProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[30/46] Compiling BlueConnect BleCharacteristicReadProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[31/46] Compiling BlueConnect BleCharacteristicReadProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[32/46] Compiling BlueConnect BlePeripheralManagerProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[33/46] Compiling BlueConnect BlePeripheralManagerProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[34/46] Compiling BlueConnect BlePeripheralManagerProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[35/46] Compiling BlueConnect BlePeripheralCachePolicy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[36/46] Compiling BlueConnect BlePeripheralCacheRecord.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[37/46] Compiling BlueConnect Registry.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[38/46] Compiling BlueConnect DispatchTimeIntervalExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[39/46] Compiling BlueConnect OptionalExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[40/46] Compiling BlueConnect ResultExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[41/46] Compiling BlueConnect BlePeripheral.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[42/46] Compiling BlueConnect BleCentralManagerProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[43/46] Compiling BlueConnect BleCentralManagerProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[44/46] Compiling BlueConnect BleCentralManagerProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[45/46] Compiling BlueConnect BleCharacteristicNotifyProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[46/46] Compiling BlueConnect BleCharacteristicNotifyProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/40] Compiling BlueConnect BleCharacteristicWriteProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[5/40] Compiling BlueConnect BleCharacteristicWriteProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[6/40] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[7/40] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[8/40] Compiling BlueConnect Globals.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/45] Emitting module BlueConnect
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[10/45] Compiling BlueConnect BlePeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[11/45] Compiling BlueConnect BlePeripheralManager.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[12/45] Compiling BlueConnect BlePeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[13/45] Compiling BlueConnect BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[14/45] Compiling BlueConnect BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[15/45] Compiling BlueConnect Registry.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[16/45] Compiling BlueConnect DispatchTimeIntervalExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[17/45] Compiling BlueConnect OptionalExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[18/45] Compiling BlueConnect ResultExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[19/45] Compiling BlueConnect BlePeripheral.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[20/45] Compiling BlueConnect BlePeripheralManagerProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[21/45] Compiling BlueConnect BlePeripheralManagerProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[22/45] Compiling BlueConnect BlePeripheralManagerProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[23/45] Compiling BlueConnect BlePeripheralCachePolicy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[24/45] Compiling BlueConnect BlePeripheralCacheRecord.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[25/45] Compiling BlueConnect BleCentral.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[26/45] Compiling BlueConnect BleAdvertisementData.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[27/45] Compiling BlueConnect BleCentralManager.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[28/45] Compiling BlueConnect BleCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[29/45] Compiling BlueConnect BleCentralManagerProxy+BleCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[30/45] Compiling BlueConnect BleCentralManagerProxy+CBCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[31/45] Compiling BlueConnect BleCharacteristicProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[32/45] Compiling BlueConnect BleCharacteristicProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[33/45] Compiling BlueConnect BleCharacteristicProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[34/45] Compiling BlueConnect BleCharacteristicReadProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[35/45] Compiling BlueConnect BleCharacteristicReadProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[36/45] Compiling BlueConnect BleCentralManagerProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[37/45] Compiling BlueConnect BleCentralManagerProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[38/45] Compiling BlueConnect BleCentralManagerProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[39/45] Compiling BlueConnect BleCharacteristicNotifyProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[40/45] Compiling BlueConnect BleCharacteristicNotifyProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[41/45] Compiling BlueConnect BlePeripheralProxy+BlePeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[42/45] Compiling BlueConnect BlePeripheralProxy+CBPeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[43/45] Compiling BlueConnect BlePeripheralProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[44/45] Compiling BlueConnect BlePeripheralProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
[45/45] Compiling BlueConnect BlePeripheralProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
26 | //
27 |
28 | @preconcurrency import CoreBluetooth
   |                        `- error: no such module 'CoreBluetooth'
29 |
30 | /// A protocol to mimic the capabilities of a `CBCentral`.
BUILD FAILURE 6.0 linux