Build Information
Failed to build bluetooth-law-energy-swift, reference main (b67f7a
), with Swift 6.0 for Linux on 13 Dec 2024 13:02:02 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.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftuiux/bluetooth-law-energy-swift.git
Reference: main
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/swiftuiux/bluetooth-law-energy-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b67f7ad Update README.md
Cloned https://github.com/swiftuiux/bluetooth-law-energy-swift.git
Revision (git rev-parse @):
b67f7ad04f85efcb5d2ede70c30dd57c9e02736c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/bluetooth-law-energy-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/swiftuiux/bluetooth-law-energy-swift.git
https://github.com/swiftuiux/bluetooth-law-energy-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "retry-policy-service",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftuiux/retry-policy-service.git"
}
],
"manifest_display_name" : "bluetooth-law-energy-swift",
"name" : "bluetooth-law-energy-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "bluetooth-law-energy-swift",
"targets" : [
"bluetooth-law-energy-swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "bluetooth_law_energy_swiftTests",
"module_type" : "SwiftTarget",
"name" : "bluetooth-law-energy-swiftTests",
"path" : "Tests/bluetooth-law-energy-swiftTests",
"sources" : [
"BluetoothLEManagerTests.swift"
],
"target_dependencies" : [
"bluetooth-law-energy-swift"
],
"type" : "test"
},
{
"c99name" : "bluetooth_law_energy_swift",
"module_type" : "SwiftTarget",
"name" : "bluetooth-law-energy-swift",
"path" : "Sources/bluetooth-law-energy-swift",
"product_dependencies" : [
"retry-policy-service"
],
"product_memberships" : [
"bluetooth-law-energy-swift"
],
"sources" : [
"BluetoothLEManager.swift",
"Combine+/Publisher+.swift",
"delegate/BluetoothDelegate.swift",
"delegate/PeripheralDelegate.swift",
"enum/Errors.swift",
"enum/ServiceType.swift",
"ext/CBPeripheral+.swift",
"ext/Task+.swift",
"model/BLEState.swift",
"protocol/IBluetoothLEManager.swift",
"protocol/ILogger.swift",
"service/AppleLogger.swift",
"service/CacheServices.swift",
"service/ServiceRegistration.swift",
"service/State.swift",
"service/StreamFactory.swift",
"service/StreamRegistration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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/swiftuiux/retry-policy-service.git
[1/101] Fetching retry-policy-service
Fetched https://github.com/swiftuiux/retry-policy-service.git from cache (0.19s)
Computing version for https://github.com/swiftuiux/retry-policy-service.git
Computed https://github.com/swiftuiux/retry-policy-service.git at 1.0.1 (0.47s)
Creating working copy for https://github.com/swiftuiux/retry-policy-service.git
Working copy of https://github.com/swiftuiux/retry-policy-service.git resolved at 1.0.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling retry_policy_service DispatchTimeInterval.swift
[5/7] Compiling retry_policy_service RetryService.swift
[6/7] Compiling retry_policy_service Strategy.swift
[7/7] Emitting module retry_policy_service
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/24] Emitting module bluetooth_law_energy_swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[10/26] Compiling bluetooth_law_energy_swift Task+.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[11/26] Compiling bluetooth_law_energy_swift BLEState.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[12/26] Compiling bluetooth_law_energy_swift BluetoothLEManager.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[13/26] Compiling bluetooth_law_energy_swift Publisher+.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[14/26] Compiling bluetooth_law_energy_swift BluetoothDelegate.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[15/26] Compiling bluetooth_law_energy_swift AppleLogger.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[16/26] Compiling bluetooth_law_energy_swift CacheServices.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[17/26] Compiling bluetooth_law_energy_swift ServiceRegistration.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[18/26] Compiling bluetooth_law_energy_swift State.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[19/26] Compiling bluetooth_law_energy_swift IBluetoothLEManager.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[20/26] Compiling bluetooth_law_energy_swift ILogger.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[21/26] Compiling bluetooth_law_energy_swift ServiceType.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[22/26] Compiling bluetooth_law_energy_swift CBPeripheral+.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[23/26] Compiling bluetooth_law_energy_swift PeripheralDelegate.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[24/26] Compiling bluetooth_law_energy_swift Errors.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[25/26] Compiling bluetooth_law_energy_swift StreamFactory.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
[26/26] Compiling bluetooth_law_energy_swift StreamRegistration.swift
/host/spi-builder-workspace/Sources/bluetooth-law-energy-swift/BluetoothLEManager.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import CoreBluetooth
10 | import retry_policy_service
BUILD FAILURE 6.0 linux