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 5.9 for Linux on 18 Apr 2025 09:09:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.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:             5.9
Building package at path:  $PWD
https://github.com/danielepantaleone/BlueConnect.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.38s)
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...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/39] Emitting module BlueConnect
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[4/44] Compiling BlueConnect BleCharacteristicWriteProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[5/44] Compiling BlueConnect BleCharacteristicWriteProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[6/44] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[7/44] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[8/44] Compiling BlueConnect Globals.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[9/44] Compiling BlueConnect Registry.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[10/44] Compiling BlueConnect DispatchTimeIntervalExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[11/44] Compiling BlueConnect OptionalExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[12/44] Compiling BlueConnect ResultExtensions.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[13/44] Compiling BlueConnect BlePeripheral.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[14/44] Compiling BlueConnect BlePeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[15/44] Compiling BlueConnect BlePeripheralManager.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[16/44] Compiling BlueConnect BlePeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[17/44] Compiling BlueConnect BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[18/44] Compiling BlueConnect BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[19/44] Compiling BlueConnect BlePeripheralManagerProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[20/44] Compiling BlueConnect BlePeripheralManagerProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[21/44] Compiling BlueConnect BlePeripheralManagerProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[22/44] Compiling BlueConnect BlePeripheralCachePolicy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[23/44] Compiling BlueConnect BlePeripheralCacheRecord.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[24/44] Compiling BlueConnect BleCharacteristicProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[25/44] Compiling BlueConnect BleCharacteristicProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[26/44] Compiling BlueConnect BleCharacteristicProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[27/44] Compiling BlueConnect BleCharacteristicReadProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[28/44] Compiling BlueConnect BleCharacteristicReadProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[29/44] Compiling BlueConnect BleCentralManagerProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[30/44] Compiling BlueConnect BleCentralManagerProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[31/44] Compiling BlueConnect BleCentralManagerProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[32/44] Compiling BlueConnect BleCharacteristicNotifyProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[33/44] Compiling BlueConnect BleCharacteristicNotifyProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[34/44] Compiling BlueConnect BleCentral.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[35/44] Compiling BlueConnect BleAdvertisementData.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[36/44] Compiling BlueConnect BleCentralManager.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[37/44] Compiling BlueConnect BleCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[38/44] Compiling BlueConnect BleCentralManagerProxy+BleCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[39/44] Compiling BlueConnect BleCentralManagerProxy+CBCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[40/44] Compiling BlueConnect BlePeripheralProxy+BlePeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[41/44] Compiling BlueConnect BlePeripheralProxy+CBPeripheralDelegate.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[42/44] Compiling BlueConnect BlePeripheralProxy+SwiftConcurrency.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[43/44] Compiling BlueConnect BlePeripheralProxy.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[44/44] Compiling BlueConnect BlePeripheralProxyError.swift
/host/spi-builder-workspace/Sources/BlueConnect/Central/BleCentral.swift:28:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
error: fatalError
BUILD FAILURE 5.9 linux