Build Information
Successful build of AsyncBluetooth, reference main (68561f
), with Swift 5.8 for macOS (SPM) on 18 Oct 2024 08:05:36 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.8
Building package at path: $PWD
https://github.com/manolofdez/AsyncBluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.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 CallbackUtils.swift
[6/30] Compiling AsyncBluetooth CentralManagerUtils.swift
[7/30] Compiling AsyncBluetooth AsyncExecutor+Flushable.swift
[8/30] Compiling AsyncBluetooth Peripheral+ReadWrite.swift
[9/30] Compiling AsyncBluetooth Peripheral.swift
[10/30] Compiling AsyncBluetooth PeripheralContext.swift
[11/30] Compiling AsyncBluetooth AsyncExecutorMap.swift
[12/30] Compiling AsyncBluetooth AsyncSerialExecutor.swift
[13/30] Compiling AsyncBluetooth AsyncSerialExecutorConstants.swift
[14/30] Compiling AsyncBluetooth CBUUID+Sendable.swift
[15/30] Compiling AsyncBluetooth FlushableExecutor.swift
[16/30] Compiling AsyncBluetooth Descriptor.swift
[17/30] Compiling AsyncBluetooth Characteristic+DataConversion.swift
[18/30] Compiling AsyncBluetooth CharacteristicValueUpdateData+DataConversion.swift
[19/30] Compiling AsyncBluetooth PeripheralDelegate.swift
[20/30] Compiling AsyncBluetooth Service.swift
[21/30] Compiling AsyncBluetooth AsyncBluetoothLogging.swift
[22/30] Compiling AsyncBluetooth BluetoothError.swift
[23/30] Compiling AsyncBluetooth Characteristic.swift
[24/30] Compiling AsyncBluetooth CharacteristicValueUpdateEventData.swift
[25/30] Compiling AsyncBluetooth AsyncBluetooth.swift
[26/30] Compiling AsyncBluetooth CentralManager.swift
[27/30] Compiling AsyncBluetooth CentralManagerContext.swift
[28/30] Compiling AsyncBluetooth CentralManagerEvent.swift
[29/30] Compiling AsyncBluetooth ScanData.swift
[30/30] Compiling AsyncBluetooth PeripheralDataConvertible.swift
Build complete! (11.12s)
Build complete.
Done.