Build Information
Successful build of AsyncBluetooth, reference 6.2.1 (cef759), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 21:15:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manolofdez/AsyncBluetooth.git
Reference: 6.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manolofdez/AsyncBluetooth
* tag 6.2.1 -> FETCH_HEAD
HEAD is now at cef7597 [Maintenance] Fix random crashes when accessing loggers when enabled #87
Cloned https://github.com/manolofdez/AsyncBluetooth.git
Revision (git rev-parse @):
cef7597680aa2c9fef62907529c8e57dda33ca20
SUCCESS checkout https://github.com/manolofdez/AsyncBluetooth.git at 6.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "asyncbluetooth",
"name": "AsyncBluetooth",
"url": "https://github.com/manolofdez/AsyncBluetooth.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncBluetooth",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/manolofdez/AsyncBluetooth.git
[1/1166] Fetching asyncbluetooth
Fetched https://github.com/manolofdez/AsyncBluetooth.git from cache (0.76s)
Creating working copy for https://github.com/manolofdez/AsyncBluetooth.git
Working copy of https://github.com/manolofdez/AsyncBluetooth.git resolved at 6.2.1 (cef7597)
warning: '.resolve-product-dependencies': dependency 'asyncbluetooth' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/manolofdez/AsyncBluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--6988338F2F200930.txt
[4/30] Compiling AsyncBluetooth AsyncExecutorMap.swift
[5/30] Compiling AsyncBluetooth AsyncSerialExecutor.swift
[6/30] Compiling AsyncBluetooth AsyncSerialExecutorConstants.swift
[7/30] Compiling AsyncBluetooth BluetoothError.swift
[8/30] Compiling AsyncBluetooth Characteristic.swift
[9/30] Compiling AsyncBluetooth CharacteristicValueUpdateEventData.swift
[10/30] Compiling AsyncBluetooth CentralManagerEvent.swift
[11/30] Compiling AsyncBluetooth ScanData.swift
[12/30] Compiling AsyncBluetooth PeripheralDataConvertible.swift
[13/30] Compiling AsyncBluetooth CBUUID+Sendable.swift
[14/30] Compiling AsyncBluetooth FlushableExecutor.swift
[15/30] Compiling AsyncBluetooth Descriptor.swift
[16/30] Compiling AsyncBluetooth Characteristic+DataConversion.swift
[17/30] Compiling AsyncBluetooth CharacteristicValueUpdateData+DataConversion.swift
[18/30] Compiling AsyncBluetooth CallbackUtils.swift
[19/30] Compiling AsyncBluetooth CentralManagerUtils.swift
[20/30] Compiling AsyncBluetooth AsyncExecutor+Flushable.swift
[21/32] Emitting module AsyncBluetooth
[22/32] Compiling AsyncBluetooth AsyncBluetooth.swift
[23/32] Compiling AsyncBluetooth CentralManager.swift
[24/32] Compiling AsyncBluetooth CentralManagerContext.swift
[25/32] Compiling AsyncBluetooth Peripheral+ReadWrite.swift
[26/32] Compiling AsyncBluetooth Peripheral.swift
[27/32] Compiling AsyncBluetooth PeripheralContext.swift
[28/32] Compiling AsyncBluetooth PeripheralDelegate.swift
[29/32] Compiling AsyncBluetooth Service.swift
[30/32] Compiling AsyncBluetooth AsyncBluetoothLogging.swift
[31/32] Compiling AsyncBluetooth ThreadSafeArray.swift
[32/32] Compiling AsyncBluetooth resource_bundle_accessor.swift
Build complete! (6.13s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncBluetooth",
"name" : "AsyncBluetooth",
"path" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "6.0"
}
Done.