Build Information
Failed to build LittleBlueTooth, reference master (e10591
), with Swift 6.0 for Linux on 2 Nov 2024 19:10:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 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/DrAma999/LittleBlueTooth
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-4606859-2":/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.39s)
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.60s)
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/39] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/41] 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 {
[7/41] Compiling LittleBlueTooth JustLittleBlueTooth.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/41] Compiling LittleBlueTooth Listen.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/42] 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 {
[10/42] 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 {
[11/42] 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 {
[12/42] 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 {
[13/42] 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/42] 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/42] 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/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 {
[17/42] Compiling LittleBlueTooth LittleBluetoothConfiguration.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 {
[18/42] Compiling LittleBlueTooth Loggable.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 {
[19/42] Compiling LittleBlueTooth Peripheral.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 {
[20/42] 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 {
[21/42] 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 {
/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 {
[24/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 {
[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 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 {
[29/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 {
/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/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 {
[37/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 {
[38/42] 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 {
BUILD FAILURE 6.0 linux