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 1.0.0 (46d950), with Swift 6.0 for Linux on 5 Jan 2025 16:34:10 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DrAma999/LittleBlueTooth.git
Reference: 1.0.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               1.0.0      -> FETCH_HEAD
HEAD is now at 46d9502 Merge branch 'develop'
Cloned https://github.com/DrAma999/LittleBlueTooth.git
Revision (git rev-parse @):
46d9502515f18001207121935d2ea1f659fc3e33
SUCCESS checkout https://github.com/DrAma999/LittleBlueTooth.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/DrAma999/LittleBlueTooth.git
https://github.com/DrAma999/LittleBlueTooth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ios-corebluetooth-mock",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "0.19.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git"
    }
  ],
  "manifest_display_name" : "LittleBlueTooth",
  "name" : "LittleBlueTooth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LittleBlueTooth",
      "targets" : [
        "LittleBlueTooth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LittleBlueToothForTest",
      "targets" : [
        "LittleBlueToothForTest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LittleBlueToothTests",
      "module_type" : "SwiftTarget",
      "name" : "LittleBlueToothTests",
      "path" : "Tests/LittleBlueToothTests",
      "product_dependencies" : [
        "CoreBluetoothMock"
      ],
      "sources" : [
        "ConnectionTest.swift",
        "CustomOperator.swift",
        "Extraction.swift",
        "ListenTest.swift",
        "LittleBlueToothTests.swift",
        "Mocks/MockPeripherals.swift",
        "ScanDiscoveryTest.swift",
        "StateRestoration.swift",
        "UtilityTest.swift",
        "WriteReadTest.swift",
        "WriteWithoutResponse.swift"
      ],
      "target_dependencies" : [
        "LittleBlueToothForTest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LittleBlueToothForTest",
      "module_type" : "SwiftTarget",
      "name" : "LittleBlueToothForTest",
      "path" : "Sources/LittleBlueToothForTest",
      "product_dependencies" : [
        "CoreBluetoothMock"
      ],
      "product_memberships" : [
        "LittleBlueToothForTest"
      ],
      "sources" : [
        "Classes/CustomOperator/JustLittleBlueTooth.swift",
        "Classes/CustomOperator/Listen.swift",
        "Classes/CustomOperator/Log.swift",
        "Classes/CustomOperator/ReadAndWrite.swift",
        "Classes/CustomOperator/ScanAndConnection.swift",
        "Classes/Error/LittleBlueToothError.swift",
        "Classes/Extension/Helper.swift",
        "Classes/Model/AdvertisingData.swift",
        "Classes/Model/CentralRestorer.swift",
        "Classes/Model/LittleBlueToothCharacteristic.swift",
        "Classes/Model/LittleBluetoothConfiguration.swift",
        "Classes/Model/Loggable.swift",
        "Classes/Model/Peripheral.swift",
        "Classes/Model/PeripheralDiscovery.swift",
        "Classes/Proxies/CBCentralManagerDelegateProxy.swift",
        "Classes/Proxies/CBPeripheralProxy.swift",
        "Classes/Utilities/ShareAndReplayOperator/ReplaySubject.swift",
        "Classes/Utilities/ShareAndReplayOperator/ReplaySubjectSubscription.swift",
        "Classes/Utilities/ShareAndReplayOperator/ShareReplay.swift",
        "Classes/Utilities/Utilities.swift",
        "CoreBluetoothTypeAliases.swift",
        "LittleBlueTooth.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LittleBlueTooth",
      "module_type" : "SwiftTarget",
      "name" : "LittleBlueTooth",
      "path" : "Sources/LittleBlueTooth",
      "product_memberships" : [
        "LittleBlueTooth"
      ],
      "sources" : [
        "Classes/CustomOperator/JustLittleBlueTooth.swift",
        "Classes/CustomOperator/Listen.swift",
        "Classes/CustomOperator/Log.swift",
        "Classes/CustomOperator/ReadAndWrite.swift",
        "Classes/CustomOperator/ScanAndConnection.swift",
        "Classes/Error/LittleBlueToothError.swift",
        "Classes/Extension/Helper.swift",
        "Classes/Model/AdvertisingData.swift",
        "Classes/Model/CentralRestorer.swift",
        "Classes/Model/LittleBlueToothCharacteristic.swift",
        "Classes/Model/LittleBluetoothConfiguration.swift",
        "Classes/Model/Loggable.swift",
        "Classes/Model/Peripheral.swift",
        "Classes/Model/PeripheralDiscovery.swift",
        "Classes/Proxies/CBCentralManagerDelegateProxy.swift",
        "Classes/Proxies/CBPeripheralProxy.swift",
        "Classes/Utilities/ShareAndReplayOperator/ReplaySubject.swift",
        "Classes/Utilities/ShareAndReplayOperator/ReplaySubjectSubscription.swift",
        "Classes/Utilities/ShareAndReplayOperator/ShareReplay.swift",
        "Classes/Utilities/Utilities.swift",
        "CoreBluetoothTypeAliases.swift",
        "LittleBlueTooth.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:26:10: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
24 |     dependencies: [
25 |         // Dependencies declare other packages that this package depends on.
26 |         .package(name: "CoreBluetoothMock",
   |          `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
27 |                  url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
28 |                  .upToNextMinor(from: "0.18.0")),
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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:26:10: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
24 |     dependencies: [
25 |         // Dependencies declare other packages that this package depends on.
26 |         .package(name: "CoreBluetoothMock",
   |          `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
27 |                  url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
28 |                  .upToNextMinor(from: "0.18.0")),
Fetching https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
[1/5083] Fetching ios-corebluetooth-mock
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache (0.36s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 0.18.0 (1.89s)
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.18.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/40] 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 {
[6/42] Compiling LittleBlueTooth PeripheralDiscovery.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[7/42] Compiling LittleBlueTooth CBCentralManagerDelegateProxy.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[8/43] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[9/43] 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/43] 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/43] Compiling LittleBlueTooth LittleBlueToothCharacteristic.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[12/43] Compiling LittleBlueTooth LittleBluetoothConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[13/43] 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 {
[14/43] 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 {
[15/43] 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 {
[16/43] 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 {
[19/43] 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 {
[20/43] 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 {
[21/43] Compiling LittleBlueTooth LittleBlueToothError.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 {
[22/43] 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 {
[23/43] 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 {
[24/43] 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 {
[25/43] 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/43] 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/43] 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 {
/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 {
[30/43] 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 {
[31/43] 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 {
[32/43] 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 {
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/43] Emitting module CoreBluetoothMock
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:26:10: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
24 |     dependencies: [
25 |         // Dependencies declare other packages that this package depends on.
26 |         .package(name: "CoreBluetoothMock",
   |          `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
27 |                  url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
28 |                  .upToNextMinor(from: "0.18.0")),
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/37] 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 {
[3/39] 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 {
[4/39] 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 {
[5/39] 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 {
[6/39] 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 {
[7/39] Compiling LittleBlueTooth LittleBlueToothError.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 {
[8/39] 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 {
[9/39] 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 {
[10/39] 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 {
[11/39] Compiling LittleBlueTooth Helper.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[12/39] Compiling LittleBlueTooth AdvertisingData.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[13/39] Compiling LittleBlueTooth Peripheral.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[14/39] Compiling LittleBlueTooth PeripheralDiscovery.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[15/39] Compiling LittleBlueTooth LittleBluetoothConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[16/39] Compiling LittleBlueTooth Loggable.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[17/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 {
[18/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 {
[19/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 {
[20/40] Compiling LittleBlueTooth CentralRestorer.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[21/40] Compiling LittleBlueTooth LittleBlueToothCharacteristic.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[22/40] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/40] Emitting module CoreBluetoothMock
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[26/40] 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 {
[27/40] 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 {
/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 {
/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 {
/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 {
[36/40] Compiling LittleBlueTooth CBCentralManagerDelegateProxy.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 {
BUILD FAILURE 6.0 linux