Build Information
Failed to build AsyncBluetooth, reference main (68561f
), with Swift 5.9 for Linux on 18 Oct 2024 08:04:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.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 68561fe [Bugfix] Fix data race condition with characteristic updated notifications
Cloned https://github.com/manolofdez/AsyncBluetooth.git
Revision (git rev-parse @):
68561fe71897a7cd46f5c310e23e106804c0261b
SUCCESS checkout https://github.com/manolofdez/AsyncBluetooth.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/manolofdez/AsyncBluetooth.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:5a47d9d39a5702cbfa0ba55458353b9ccb6eb7cde0581792bc757a518ca63386
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/27] Emitting module AsyncBluetooth
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[3/30] Compiling AsyncBluetooth Peripheral+ReadWrite.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[4/30] Compiling AsyncBluetooth Peripheral.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[5/30] Compiling AsyncBluetooth PeripheralContext.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[6/30] Compiling AsyncBluetooth PeripheralDelegate.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[7/30] Compiling AsyncBluetooth ScanData.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[8/30] Compiling AsyncBluetooth PeripheralDataConvertible.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[9/30] Compiling AsyncBluetooth BluetoothError.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[10/30] Compiling AsyncBluetooth Characteristic.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[11/30] Compiling AsyncBluetooth AsyncBluetooth.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[12/30] Compiling AsyncBluetooth CentralManager.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[13/30] Compiling AsyncBluetooth CentralManagerContext.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[14/30] Compiling AsyncBluetooth CentralManagerEvent.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[15/30] Compiling AsyncBluetooth AsyncSerialExecutor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[16/30] Compiling AsyncBluetooth AsyncSerialExecutorConstants.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[17/30] Compiling AsyncBluetooth CallbackUtils.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[18/30] Compiling AsyncBluetooth CentralManagerUtils.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[19/30] Compiling AsyncBluetooth AsyncExecutor+Flushable.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[20/30] Compiling AsyncBluetooth CBUUID+Sendable.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[21/30] Compiling AsyncBluetooth Service.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[22/30] Compiling AsyncBluetooth AsyncBluetoothLogging.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[23/30] Compiling AsyncBluetooth AsyncExecutorMap.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[24/30] Compiling AsyncBluetooth FlushableExecutor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[25/30] Compiling AsyncBluetooth ThreadSafeArray.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[26/30] Compiling AsyncBluetooth resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[27/30] Compiling AsyncBluetooth CharacteristicValueUpdateEventData.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[28/30] Compiling AsyncBluetooth Descriptor.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[29/30] Compiling AsyncBluetooth Characteristic+DataConversion.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
[30/30] Compiling AsyncBluetooth CharacteristicValueUpdateData+DataConversion.swift
/host/spi-builder-workspace/Sources/AsyncBluetooth.swift:4:8: error: no such module 'os.log'
import os.log
^
error: fatalError
BUILD FAILURE 5.9 linux