Build Information
Failed to build CombineCoreBluetooth, reference 0.8.0 (72b672
), with Swift 6.0 for Linux on 30 Nov 2024 23:47:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StarryInternet/CombineCoreBluetooth.git
Reference: 0.8.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/StarryInternet/CombineCoreBluetooth
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at 72b672e Bump podspect version
Cloned https://github.com/StarryInternet/CombineCoreBluetooth.git
Revision (git rev-parse @):
72b672e3adfdb0af357bfcebd4ef185429076405
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StarryInternet/CombineCoreBluetooth.git at 0.8.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/StarryInternet/CombineCoreBluetooth.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -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.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/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/773] Fetching swift-concurrency-extras
[759/2811] Fetching swift-concurrency-extras, swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.24s)
[265/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.34s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.52s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.0 (0.47s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/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/26] Emitting module CombineCoreBluetooth
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[6/29] Compiling CombineCoreBluetooth ATTRequest.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[7/29] Compiling CombineCoreBluetooth AdvertisementData.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[8/29] Compiling CombineCoreBluetooth CentralManagerError.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[9/29] Compiling CombineCoreBluetooth Interface+PeripheralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[10/29] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[11/29] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[12/29] Compiling CombineCoreBluetooth Interface+Central.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[13/29] Compiling CombineCoreBluetooth Live+Central.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[14/29] Compiling CombineCoreBluetooth Mock+Central.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[15/29] Compiling CombineCoreBluetooth L2CAPChannel.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[16/29] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[17/29] Compiling CombineCoreBluetooth Peer.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[18/29] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[19/29] Compiling CombineCoreBluetooth PeripheralError.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[20/29] Compiling CombineCoreBluetooth PeripheralManagerError.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[21/29] Compiling CombineCoreBluetooth Exports.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[22/29] Compiling CombineCoreBluetooth Publisher+Extensions.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[23/29] Compiling CombineCoreBluetooth Unimplemented.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[24/29] Compiling CombineCoreBluetooth Interface+CentralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[25/29] Compiling CombineCoreBluetooth Live+CentralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[26/29] Compiling CombineCoreBluetooth Mock+CentralManager.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[27/29] Compiling CombineCoreBluetooth Interface+Peripheral.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[28/29] Compiling CombineCoreBluetooth Live+Peripheral.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
[29/29] Compiling CombineCoreBluetooth Mock+Peripheral.swift
/host/spi-builder-workspace/Sources/CombineCoreBluetooth/Central/Interface+Central.swift:2:24: error: no such module 'CoreBluetooth'
1 | import Foundation
2 | @preconcurrency import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
3 |
4 | public struct Central: Sendable {
BUILD FAILURE 6.0 linux