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 CombineCoreBluetooth, reference master (17ef83), with Swift 5.9 for Linux on 31 Oct 2024 22:08:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StarryInternet/CombineCoreBluetooth.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/StarryInternet/CombineCoreBluetooth
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 17ef837 Merge pull request #38 from StarryInternet/fix-warnings
Cloned https://github.com/StarryInternet/CombineCoreBluetooth.git
Revision (git rev-parse @):
17ef837de13c506915dd7fa73a215ef77875b356
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StarryInternet/CombineCoreBluetooth.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/StarryInternet/CombineCoreBluetooth.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/752] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras (0.25s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.2.0 (0.37s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.2.0
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/22] Emitting module CombineCoreBluetooth
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[2/25] Compiling CombineCoreBluetooth Interface+PeripheralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[3/25] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[4/25] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[5/25] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[6/25] Compiling CombineCoreBluetooth PeripheralError.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[7/25] Compiling CombineCoreBluetooth PeripheralManagerError.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[8/25] Compiling CombineCoreBluetooth Interface+Peripheral.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[9/25] Compiling CombineCoreBluetooth Live+Peripheral.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[10/25] Compiling CombineCoreBluetooth Mock+Peripheral.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[11/25] Compiling CombineCoreBluetooth ATTRequest.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[12/25] Compiling CombineCoreBluetooth AdvertisementData.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[13/25] Compiling CombineCoreBluetooth CentralManagerError.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[14/25] Compiling CombineCoreBluetooth Interface+CentralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[15/25] Compiling CombineCoreBluetooth Live+CentralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[16/25] Compiling CombineCoreBluetooth Mock+CentralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[17/25] Compiling CombineCoreBluetooth Exports.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[18/25] Compiling CombineCoreBluetooth Publisher+Extensions.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[19/25] Compiling CombineCoreBluetooth Unimplemented.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[20/25] Compiling CombineCoreBluetooth Interface+Central.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[21/25] Compiling CombineCoreBluetooth Live+Central.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[22/25] Compiling CombineCoreBluetooth Mock+Central.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[23/25] Compiling CombineCoreBluetooth L2CAPChannel.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[24/25] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
[25/25] Compiling CombineCoreBluetooth Peer.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
@preconcurrency import CoreBluetooth
                       ^
error: fatalError
BUILD FAILURE 5.9 linux