The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CBCBluetooth, reference master (098c1e), with Swift 6.1 for Linux on 30 Apr 2025 11:46:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/eugene-software/CBCBluetooth.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/eugene-software/CBCBluetooth
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 098c1ed - podspec updated
Cloned https://github.com/eugene-software/CBCBluetooth.git
Revision (git rev-parse @):
098c1ed506fd32006e7008f4178d89fb2c09b1d6
SUCCESS checkout https://github.com/eugene-software/CBCBluetooth.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/eugene-software/CBCBluetooth.git
https://github.com/eugene-software/CBCBluetooth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CBCBluetooth",
  "name" : "CBCBluetooth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CBCBluetooth",
      "targets" : [
        "CBCBluetooth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CBCBluetooth",
      "module_type" : "SwiftTarget",
      "name" : "CBCBluetooth",
      "path" : "Sources/CBCBluetooth",
      "product_memberships" : [
        "CBCBluetooth"
      ],
      "sources" : [
        "Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift",
        "Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothdCentralManagerDelegate.swift",
        "Classes/Implementation/CoreBluetoothCentralManager.swift",
        "Classes/Implementation/CoreBluetoothCharacteristic.swift",
        "Classes/Implementation/CoreBluetoothCharacteristicData.swift",
        "Classes/Implementation/CoreBluetoothPeripheral.swift",
        "Classes/Implementation/CoreBluetoothService.swift",
        "Classes/Implementation/Error+ext.swift",
        "Classes/Implementation/Optional+ext.swift",
        "Classes/Protocol/CBCCentralManager.swift",
        "Classes/Protocol/CBCCentralManagerFactory.swift",
        "Classes/Protocol/CBCCharacteristic.swift",
        "Classes/Protocol/CBCCharacteristicData.swift",
        "Classes/Protocol/CBCError.swift",
        "Classes/Protocol/CBCPeripheral.swift",
        "Classes/Protocol/CBCService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/17] Emitting module CBCBluetooth
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[4/19] Compiling CBCBluetooth CBCCharacteristicData.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[5/19] Compiling CBCBluetooth CBCError.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[6/19] Compiling CBCBluetooth CBCPeripheral.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[7/19] Compiling CBCBluetooth CBCService.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[8/19] Compiling CBCBluetooth CoreBluetoothCentralManager.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[9/19] Compiling CBCBluetooth CoreBluetoothCharacteristic.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[10/19] Compiling CBCBluetooth Optional+ext.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[11/19] Compiling CBCBluetooth CBCCentralManager.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[12/19] Compiling CBCBluetooth CoreBluetoothService.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[13/19] Compiling CBCBluetooth Error+ext.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[14/19] Compiling CBCBluetooth CBCCentralManagerFactory.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[15/19] Compiling CBCBluetooth CBCCharacteristic.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[16/19] Compiling CBCBluetooth CoreBluetoothPeripheralDelegate.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[17/19] Compiling CBCBluetooth CoreBluetoothdCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[18/19] Compiling CBCBluetooth CoreBluetoothCharacteristicData.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[19/19] Compiling CBCBluetooth CoreBluetoothPeripheral.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/16] Compiling CBCBluetooth CoreBluetoothService.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[3/16] Compiling CBCBluetooth Error+ext.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[4/16] Compiling CBCBluetooth Optional+ext.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[5/16] Compiling CBCBluetooth CBCCentralManager.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[6/18] Compiling CBCBluetooth CBCCharacteristicData.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[7/18] Compiling CBCBluetooth CBCError.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[8/18] Compiling CBCBluetooth CBCCentralManagerFactory.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[9/18] Compiling CBCBluetooth CBCCharacteristic.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[10/18] Compiling CBCBluetooth CBCPeripheral.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[11/18] Compiling CBCBluetooth CBCService.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/18] Emitting module CBCBluetooth
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[13/18] Compiling CBCBluetooth CoreBluetoothCharacteristicData.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[14/18] Compiling CBCBluetooth CoreBluetoothPeripheral.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[15/18] Compiling CBCBluetooth CoreBluetoothCentralManager.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[16/18] Compiling CBCBluetooth CoreBluetoothCharacteristic.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[17/18] Compiling CBCBluetooth CoreBluetoothPeripheralDelegate.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
[18/18] Compiling CBCBluetooth CoreBluetoothdCentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/CBCBluetooth/Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift:29:8: error: no such module 'CoreBluetooth'
27 |
28 | import Foundation
29 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
30 | import Combine
31 |
BUILD FAILURE 6.1 linux