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 LittleBlueTooth, reference 0.8.0 (e10591), with Swift 6.0 for Linux on 2 Nov 2024 19:10:16 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DrAma999/LittleBlueTooth.git
Reference: 0.8.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/DrAma999/LittleBlueTooth
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at e10591e Updated xcframework script according to bitcode removal in Xcode14
Cloned https://github.com/DrAma999/LittleBlueTooth.git
Revision (git rev-parse @):
e10591e393f28cfed120bc1ed77c645b20bb790f
SUCCESS checkout https://github.com/DrAma999/LittleBlueTooth.git at 0.8.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/DrAma999/LittleBlueTooth.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 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/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
[1/5079] Fetching ios-corebluetooth-mock
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache (0.34s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 0.14.0 (0.42s)
Creating working copy for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Working copy of https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git resolved at 0.14.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/39] Compiling CoreBluetoothMock CBMPeripheralSpec.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
[6/40] Compiling LittleBlueTooth PeripheralDiscovery.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
[7/40] Compiling LittleBlueTooth CBCentralManagerDelegateProxy.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
[8/40] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
[9/40] Compiling LittleBlueTooth ShareReplay.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[10/40] Compiling LittleBlueTooth Utilities.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[11/40] Compiling LittleBlueTooth CBPeripheralProxy.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[12/40] Compiling LittleBlueTooth ReplaySubject.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[13/40] Compiling LittleBlueTooth ReplaySubjectSubscription.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[14/42] Compiling LittleBlueTooth Peripheral.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/42] Emitting module LittleBlueTooth
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[18/42] Compiling LittleBlueTooth JustLittleBlueTooth.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[19/42] Compiling LittleBlueTooth Listen.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[20/42] Compiling LittleBlueTooth Log.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[21/42] Compiling LittleBlueTooth LittleBlueToothError.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
[24/42] Compiling LittleBlueTooth LittleBlueToothCharacteristic.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
[25/42] Compiling LittleBlueTooth Helper.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[26/42] Compiling LittleBlueTooth AdvertisingData.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[27/42] Compiling LittleBlueTooth CentralRestorer.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[28/42] Compiling LittleBlueTooth ReadAndWrite.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[29/42] Compiling LittleBlueTooth ScanAndConnection.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[32/42] Compiling LittleBlueTooth LittleBluetoothConfiguration.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[33/42] Compiling LittleBlueTooth Loggable.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[34/42] Compiling LittleBlueTooth CoreBluetoothTypeAliases.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
[35/42] Compiling LittleBlueTooth LittleBlueTooth.swift
/host/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/JustLittleBlueTooth.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | /// Syntactic sugar to start a `LittleBlueTooth` pipeline
11 | public var StartLittleBlueTooth: Result<(), LittleBluetoothError>.Publisher {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/42] Emitting module CoreBluetoothMock
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/Classes/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | open class CBMAttribute: NSObject {
BUILD FAILURE 6.0 linux