Build Information
Failed to build AsyncBluetooth, reference main (10c00f
), with Swift 6.0 for Linux on 4 Apr 2025 17:18:19 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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manolofdez/AsyncBluetooth.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/manolofdez/AsyncBluetooth
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 10c00f6 [Feature] Cancel peripheral operations on disconnect (#78)
Cloned https://github.com/manolofdez/AsyncBluetooth.git
Revision (git rev-parse @):
10c00f6d7af8264bc9f4ce1c20a6544dbf6a2147
SUCCESS checkout https://github.com/manolofdez/AsyncBluetooth.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/manolofdez/AsyncBluetooth.git
https://github.com/manolofdez/AsyncBluetooth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "AsyncBluetooth",
"name" : "AsyncBluetooth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "AsyncBluetooth",
"targets" : [
"AsyncBluetooth"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "AsyncBluetoothTests",
"module_type" : "SwiftTarget",
"name" : "AsyncBluetoothTests",
"path" : "Tests",
"sources" : [
"AsyncExecutorMapTests.swift",
"AsyncSerailExecutorTests.swift",
"CentralManagerUtilsTests.swift",
"PeripheralDataConversionTests.swift"
],
"target_dependencies" : [
"AsyncBluetooth"
],
"type" : "test"
},
{
"c99name" : "AsyncBluetooth",
"module_type" : "SwiftTarget",
"name" : "AsyncBluetooth",
"path" : "Sources",
"product_memberships" : [
"AsyncBluetooth"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncBluetooth.swift",
"CentralManager/CentralManager.swift",
"CentralManager/CentralManagerContext.swift",
"CentralManager/CentralManagerEvent.swift",
"CentralManager/ScanData.swift",
"DataConversion/PeripheralDataConvertible.swift",
"Peripheral/BluetoothError.swift",
"Peripheral/Characteristic.swift",
"Peripheral/CharacteristicValueUpdateEventData.swift",
"Peripheral/Descriptor.swift",
"Peripheral/Extensions/Characteristic+DataConversion.swift",
"Peripheral/Extensions/CharacteristicValueUpdateData+DataConversion.swift",
"Peripheral/Extensions/Peripheral+ReadWrite.swift",
"Peripheral/Peripheral.swift",
"Peripheral/PeripheralContext.swift",
"Peripheral/PeripheralDelegate.swift",
"Peripheral/Service.swift",
"Utils/AsyncBluetoothLogging.swift",
"Utils/AsyncExecutorMap.swift",
"Utils/AsyncSerialExecutor.swift",
"Utils/AsyncSerialExecutorConstants.swift",
"Utils/CallbackUtils.swift",
"Utils/CentralManagerUtils.swift",
"Utils/Extensions/AsyncExecutor+Flushable.swift",
"Utils/Extensions/CBUUID+Sendable.swift",
"Utils/FlushableExecutor.swift",
"Utils/ThreadSafeArray.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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 -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:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/29] Emitting module AsyncBluetooth
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[5/32] Compiling AsyncBluetooth AsyncBluetooth.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[6/32] Compiling AsyncBluetooth CentralManager.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[7/32] Compiling AsyncBluetooth CentralManagerContext.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[8/32] Compiling AsyncBluetooth CentralManagerEvent.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[9/32] Compiling AsyncBluetooth CentralManagerUtils.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[10/32] Compiling AsyncBluetooth AsyncExecutor+Flushable.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[11/32] Compiling AsyncBluetooth CBUUID+Sendable.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[12/32] Compiling AsyncBluetooth Service.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[13/32] Compiling AsyncBluetooth AsyncBluetoothLogging.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[14/32] Compiling AsyncBluetooth AsyncExecutorMap.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[15/32] Compiling AsyncBluetooth AsyncSerialExecutor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[16/32] Compiling AsyncBluetooth AsyncSerialExecutorConstants.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[17/32] Compiling AsyncBluetooth CallbackUtils.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[18/32] Compiling AsyncBluetooth Peripheral+ReadWrite.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[19/32] Compiling AsyncBluetooth Peripheral.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[20/32] Compiling AsyncBluetooth PeripheralContext.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[21/32] Compiling AsyncBluetooth PeripheralDelegate.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[22/32] Compiling AsyncBluetooth FlushableExecutor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[23/32] Compiling AsyncBluetooth ThreadSafeArray.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[24/32] Compiling AsyncBluetooth resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[25/32] Compiling AsyncBluetooth CharacteristicValueUpdateEventData.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[26/32] Compiling AsyncBluetooth Descriptor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[27/32] Compiling AsyncBluetooth Characteristic+DataConversion.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[28/32] Compiling AsyncBluetooth CharacteristicValueUpdateData+DataConversion.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[29/32] Compiling AsyncBluetooth ScanData.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[30/32] Compiling AsyncBluetooth PeripheralDataConvertible.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[31/32] Compiling AsyncBluetooth BluetoothError.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[32/32] Compiling AsyncBluetooth Characteristic.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/27] Compiling AsyncBluetooth CharacteristicValueUpdateEventData.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[3/27] Compiling AsyncBluetooth Descriptor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[4/27] Compiling AsyncBluetooth Characteristic+DataConversion.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[5/27] Compiling AsyncBluetooth CharacteristicValueUpdateData+DataConversion.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[6/30] Compiling AsyncBluetooth AsyncSerialExecutor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[7/30] Compiling AsyncBluetooth AsyncSerialExecutorConstants.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[8/30] Compiling AsyncBluetooth CallbackUtils.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/30] Emitting module AsyncBluetooth
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[10/30] Compiling AsyncBluetooth Peripheral+ReadWrite.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[11/30] Compiling AsyncBluetooth Peripheral.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[12/30] Compiling AsyncBluetooth PeripheralContext.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[13/30] Compiling AsyncBluetooth PeripheralDelegate.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[14/30] Compiling AsyncBluetooth Service.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[15/30] Compiling AsyncBluetooth AsyncBluetoothLogging.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[16/30] Compiling AsyncBluetooth AsyncExecutorMap.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[17/30] Compiling AsyncBluetooth CentralManagerUtils.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[18/30] Compiling AsyncBluetooth AsyncExecutor+Flushable.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[19/30] Compiling AsyncBluetooth CBUUID+Sendable.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[20/30] Compiling AsyncBluetooth FlushableExecutor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[21/30] Compiling AsyncBluetooth ThreadSafeArray.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[22/30] Compiling AsyncBluetooth resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[23/30] Compiling AsyncBluetooth AsyncBluetooth.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[24/30] Compiling AsyncBluetooth CentralManager.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[25/30] Compiling AsyncBluetooth CentralManagerContext.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[26/30] Compiling AsyncBluetooth CentralManagerEvent.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[27/30] Compiling AsyncBluetooth ScanData.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[28/30] Compiling AsyncBluetooth PeripheralDataConvertible.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[29/30] Compiling AsyncBluetooth BluetoothError.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
[30/30] Compiling AsyncBluetooth Characteristic.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
2 |
3 | import Foundation
4 | import os.log
| `- error: no such module 'os.log'
5 |
6 | public struct AsyncBluetooth {
BUILD FAILURE 6.0 linux