Build Information
Failed to build AsyncBluetooth, reference 6.1.0 (3fc99d
), with Swift 6.2 (beta) for Android on 28 Jun 2025 17:37:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manolofdez/AsyncBluetooth.git
Reference: 6.1.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/manolofdez/AsyncBluetooth
* tag 6.1.0 -> FETCH_HEAD
HEAD is now at 3fc99dd [Maintenance] Make cancelAllOperations non throwing. Aligns to Peripheral (#81)
Cloned https://github.com/manolofdez/AsyncBluetooth.git
Revision (git rev-parse @):
3fc99dd2c4a2fcf1f9283c26584f8f344e97e872
SUCCESS checkout https://github.com/manolofdez/AsyncBluetooth.git at 6.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/manolofdez/AsyncBluetooth.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/29] 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 {
[5/29] 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 {
[6/29] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/32] 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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
BUILD FAILURE 6.2 android