Build Information
Failed to build SwiftBluetooth with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exPHAT/SwiftBluetooth.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/exPHAT/SwiftBluetooth
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 82395b9 Add test for access crash
Cloned https://github.com/exPHAT/SwiftBluetooth.git
Revision (git rev-parse @):
82395b9717df77621e080d8e38b74464ad02826d
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/exPHAT/SwiftBluetooth.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/exPHAT/SwiftBluetooth.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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.57s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 0.17.0 (0.41s)
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.17.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/42] Compiling SwiftBluetooth CancellableTask.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[6/42] Compiling SwiftBluetooth CentralManager.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[7/43] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/43] Emitting module SwiftBluetooth
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[9/46] Compiling SwiftBluetooth CBUUID+Sendable.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[10/46] Compiling SwiftBluetooth DispatchQueue+safeSync.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[11/46] Compiling SwiftBluetooth Characteristic.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[12/46] Compiling SwiftBluetooth NotifyingTracker.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[13/46] Compiling SwiftBluetooth Peripheral+DiscoveryInfo.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[14/46] Compiling SwiftBluetooth Peripheral+async.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[15/46] Compiling SwiftBluetooth Peripheral+callback.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[16/46] Compiling SwiftBluetooth Peripheral.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[17/46] Compiling SwiftBluetooth PeripheralDelegate.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[18/46] Compiling SwiftBluetooth CentralManagerDelegate.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[19/46] Compiling SwiftBluetooth CentralManagerDelegateWrapper.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[23/46] Compiling SwiftBluetooth CentralManagerError.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[24/46] Compiling SwiftBluetooth CentralManagerEvent.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[25/46] Compiling SwiftBluetooth AsyncStream+first.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[27/46] Compiling SwiftBluetooth CBCentralManagerFactory.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[28/46] Compiling SwiftBluetooth CentralManager+async.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[29/46] Compiling SwiftBluetooth CentralManager+callback.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[30/46] Compiling SwiftBluetooth AsyncSubscription.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[31/46] Compiling SwiftBluetooth AsyncSubscriptionQueue.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[32/46] Compiling SwiftBluetooth AsyncSubscriptionQueueMap.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[37/46] Compiling SwiftBluetooth PeripheralDelegateWrapper.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[38/46] Compiling SwiftBluetooth PeripheralError.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[39/46] Compiling SwiftBluetooth PeripheralEvent.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
error: fatalError
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/46] Emitting module CoreBluetoothMock
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[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/39] Emitting module SwiftBluetooth
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[3/42] Compiling SwiftBluetooth Peripheral.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[4/42] Compiling SwiftBluetooth PeripheralDelegate.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[5/43] Compiling SwiftBluetooth CBUUID+Sendable.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[6/43] Compiling SwiftBluetooth DispatchQueue+safeSync.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[7/43] Compiling SwiftBluetooth Characteristic.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[8/43] Compiling SwiftBluetooth AsyncSubscription.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[9/43] Compiling SwiftBluetooth AsyncSubscriptionQueue.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[10/43] Compiling SwiftBluetooth AsyncSubscriptionQueueMap.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[11/43] Compiling SwiftBluetooth CancellableTask.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[12/43] Compiling SwiftBluetooth PeripheralDelegateWrapper.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[13/43] Compiling SwiftBluetooth PeripheralError.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[14/43] Compiling SwiftBluetooth PeripheralEvent.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[15/43] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[18/43] Compiling SwiftBluetooth Peripheral+async.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[19/43] Compiling SwiftBluetooth CentralManagerError.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[20/43] Compiling SwiftBluetooth NotifyingTracker.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[21/43] Compiling SwiftBluetooth Peripheral+DiscoveryInfo.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/43] Emitting module CoreBluetoothMock
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[26/43] Compiling SwiftBluetooth CentralManagerEvent.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[27/43] Compiling SwiftBluetooth AsyncStream+first.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[31/43] Compiling SwiftBluetooth CentralManager.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[32/43] Compiling SwiftBluetooth CentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[33/43] Compiling SwiftBluetooth CentralManagerDelegateWrapper.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[34/43] Compiling SwiftBluetooth CBCentralManagerFactory.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[35/43] Compiling SwiftBluetooth CentralManager+async.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[36/43] Compiling SwiftBluetooth CentralManager+callback.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
[37/43] Compiling SwiftBluetooth Peripheral+callback.swift
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
/host/spi-builder-workspace/Sources/SwiftBluetooth/CentralManager/CBCentralManagerFactory.swift:2:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
error: fatalError
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
import CoreBluetooth
^
BUILD FAILURE 5.10 linux