Build Information
Successful build of AsyncBluetooth, reference 4.0.0 (68561f
), with Swift 5.9 for macOS (SPM) on 18 Oct 2024 08:05:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.55.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manolofdez/AsyncBluetooth.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manolofdez/AsyncBluetooth
* tag 4.0.0 -> FETCH_HEAD
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 4.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/manolofdez/AsyncBluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/28] Emitting module AsyncBluetooth
[3/30] Compiling AsyncBluetooth ThreadSafeArray.swift
[4/30] Compiling AsyncBluetooth resource_bundle_accessor.swift
[5/30] Compiling AsyncBluetooth Peripheral+ReadWrite.swift
[6/30] Compiling AsyncBluetooth Peripheral.swift
[7/30] Compiling AsyncBluetooth PeripheralContext.swift
[8/30] Compiling AsyncBluetooth CBUUID+Sendable.swift
[9/30] Compiling AsyncBluetooth FlushableExecutor.swift
[10/30] Compiling AsyncBluetooth BluetoothError.swift
[11/30] Compiling AsyncBluetooth Characteristic.swift
[12/30] Compiling AsyncBluetooth CharacteristicValueUpdateEventData.swift
[13/30] Compiling AsyncBluetooth CentralManagerEvent.swift
[14/30] Compiling AsyncBluetooth ScanData.swift
[15/30] Compiling AsyncBluetooth PeripheralDataConvertible.swift
[16/30] Compiling AsyncBluetooth AsyncBluetooth.swift
[17/30] Compiling AsyncBluetooth CentralManager.swift
[18/30] Compiling AsyncBluetooth CentralManagerContext.swift
[19/30] Compiling AsyncBluetooth CallbackUtils.swift
[20/30] Compiling AsyncBluetooth CentralManagerUtils.swift
[21/30] Compiling AsyncBluetooth AsyncExecutor+Flushable.swift
[22/30] Compiling AsyncBluetooth AsyncExecutorMap.swift
[23/30] Compiling AsyncBluetooth AsyncSerialExecutor.swift
[24/30] Compiling AsyncBluetooth AsyncSerialExecutorConstants.swift
[25/30] Compiling AsyncBluetooth Descriptor.swift
[26/30] Compiling AsyncBluetooth Characteristic+DataConversion.swift
[27/30] Compiling AsyncBluetooth CharacteristicValueUpdateData+DataConversion.swift
[28/30] Compiling AsyncBluetooth PeripheralDelegate.swift
[29/30] Compiling AsyncBluetooth Service.swift
[30/30] Compiling AsyncBluetooth AsyncBluetoothLogging.swift
Build complete! (8.75s)
Build complete.
Done.