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 bluetooth-law-energy-swift, reference 1.1.2 (b67f7a), with Swift 6.1 for Linux on 30 Apr 2025 03:14:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftuiux/bluetooth-law-energy-swift.git
Reference: 1.1.2
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/swiftuiux/bluetooth-law-energy-swift
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at b67f7ad Update README.md
Cloned https://github.com/swiftuiux/bluetooth-law-energy-swift.git
Revision (git rev-parse @):
b67f7ad04f85efcb5d2ede70c30dd57c9e02736c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/bluetooth-law-energy-swift.git at 1.1.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftuiux/bluetooth-law-energy-swift.git
https://github.com/swiftuiux/bluetooth-law-energy-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "retry-policy-service",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftuiux/retry-policy-service.git"
    }
  ],
  "manifest_display_name" : "bluetooth-law-energy-swift",
  "name" : "bluetooth-law-energy-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "bluetooth-law-energy-swift",
      "targets" : [
        "bluetooth-law-energy-swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "bluetooth_law_energy_swiftTests",
      "module_type" : "SwiftTarget",
      "name" : "bluetooth-law-energy-swiftTests",
      "path" : "Tests/bluetooth-law-energy-swiftTests",
      "sources" : [
        "BluetoothLEManagerTests.swift"
      ],
      "target_dependencies" : [
        "bluetooth-law-energy-swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "bluetooth_law_energy_swift",
      "module_type" : "SwiftTarget",
      "name" : "bluetooth-law-energy-swift",
      "path" : "Sources/bluetooth-law-energy-swift",
      "product_dependencies" : [
        "retry-policy-service"
      ],
      "product_memberships" : [
        "bluetooth-law-energy-swift"
      ],
      "sources" : [
        "BluetoothLEManager.swift",
        "Combine+/Publisher+.swift",
        "delegate/BluetoothDelegate.swift",
        "delegate/PeripheralDelegate.swift",
        "enum/Errors.swift",
        "enum/ServiceType.swift",
        "ext/CBPeripheral+.swift",
        "ext/Task+.swift",
        "model/BLEState.swift",
        "protocol/IBluetoothLEManager.swift",
        "protocol/ILogger.swift",
        "service/AppleLogger.swift",
        "service/CacheServices.swift",
        "service/ServiceRegistration.swift",
        "service/State.swift",
        "service/StreamFactory.swift",
        "service/StreamRegistration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftuiux/retry-policy-service.git
[1/101] Fetching retry-policy-service
Fetched https://github.com/swiftuiux/retry-policy-service.git from cache (0.24s)
Computing version for https://github.com/swiftuiux/retry-policy-service.git
Computed https://github.com/swiftuiux/retry-policy-service.git at 1.0.1 (0.84s)
Creating working copy for https://github.com/swiftuiux/retry-policy-service.git
Working copy of https://github.com/swiftuiux/retry-policy-service.git resolved at 1.0.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling retry_policy_service DispatchTimeInterval.swift
[5/7] Emitting module retry_policy_service
[6/7] Compiling retry_policy_service Strategy.swift
[7/7] Compiling retry_policy_service RetryService.swift
[9/24] Compiling bluetooth_law_energy_swift AppleLogger.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[10/24] Compiling bluetooth_law_energy_swift CacheServices.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[11/26] Compiling bluetooth_law_energy_swift ServiceType.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[12/26] Compiling bluetooth_law_energy_swift CBPeripheral+.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/26] Emitting module bluetooth_law_energy_swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[14/26] Compiling bluetooth_law_energy_swift PeripheralDelegate.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[15/26] Compiling bluetooth_law_energy_swift Errors.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[16/26] Compiling bluetooth_law_energy_swift ServiceRegistration.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[17/26] Compiling bluetooth_law_energy_swift State.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[18/26] Compiling bluetooth_law_energy_swift IBluetoothLEManager.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[19/26] Compiling bluetooth_law_energy_swift ILogger.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[20/26] Compiling bluetooth_law_energy_swift BluetoothLEManager.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[21/26] Compiling bluetooth_law_energy_swift Publisher+.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[22/26] Compiling bluetooth_law_energy_swift BluetoothDelegate.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[23/26] Compiling bluetooth_law_energy_swift Task+.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[24/26] Compiling bluetooth_law_energy_swift BLEState.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[25/26] Compiling bluetooth_law_energy_swift StreamFactory.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[26/26] Compiling bluetooth_law_energy_swift StreamRegistration.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Compiling retry_policy_service DispatchTimeInterval.swift
[3/5] Compiling retry_policy_service Strategy.swift
[4/5] Emitting module retry_policy_service
[5/5] Compiling retry_policy_service RetryService.swift
[7/22] Compiling bluetooth_law_energy_swift PeripheralDelegate.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[8/22] Compiling bluetooth_law_energy_swift Errors.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/24] Emitting module bluetooth_law_energy_swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[10/24] Compiling bluetooth_law_energy_swift AppleLogger.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[11/24] Compiling bluetooth_law_energy_swift CacheServices.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[12/24] Compiling bluetooth_law_energy_swift ServiceRegistration.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[13/24] Compiling bluetooth_law_energy_swift State.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[14/24] Compiling bluetooth_law_energy_swift IBluetoothLEManager.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[15/24] Compiling bluetooth_law_energy_swift ILogger.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[16/24] Compiling bluetooth_law_energy_swift Task+.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[17/24] Compiling bluetooth_law_energy_swift BLEState.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[18/24] Compiling bluetooth_law_energy_swift ServiceType.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[19/24] Compiling bluetooth_law_energy_swift CBPeripheral+.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[20/24] Compiling bluetooth_law_energy_swift BluetoothLEManager.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[21/24] Compiling bluetooth_law_energy_swift Publisher+.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[22/24] Compiling bluetooth_law_energy_swift BluetoothDelegate.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[23/24] Compiling bluetooth_law_energy_swift StreamFactory.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
[24/24] Compiling bluetooth_law_energy_swift StreamRegistration.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
  6 | //
  7 |
  8 | import Combine
    |        `- error: no such module 'Combine'
  9 | import CoreBluetooth
 10 | import retry_policy_service
BUILD FAILURE 6.1 linux