Build Information
Successful build of BLEOrchestration, reference 1.0.0 (2f2043), with Swift 6.2 for macOS (SPM) on 8 May 2026 18:53:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rajeshm20/BLEOrchestration.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rajeshm20/BLEOrchestration
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 2f20436 Added example app
Cloned https://github.com/rajeshm20/BLEOrchestration.git
Revision (git rev-parse @):
2f2043650be56f290e4947c88ccb24cbf128019d
SUCCESS checkout https://github.com/rajeshm20/BLEOrchestration.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rajeshm20/BLEOrchestration.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/19] Compiling BLEOrchestration DeviceConnectionActor.swift
[4/19] Compiling BLEOrchestration GATTProfile.swift
[5/19] Compiling BLEOrchestration StateStore.swift
[6/20] Compiling BLEOrchestration Logger.swift
[7/20] Compiling BLEOrchestration Backoff.swift
[8/20] Compiling BLEOrchestration DeviceStateMachine.swift
[9/20] Compiling BLEOrchestration OutgoingScheduler.swift
[10/20] Compiling BLEOrchestration PacketTransport.swift
[11/20] Compiling BLEOrchestration CoreBluetoothDelegateProxy.swift
[12/20] Compiling BLEOrchestration UncheckedSendable.swift
[13/20] Compiling BLEOrchestration BLECentralActor.swift
[14/20] Compiling BLEOrchestration BLEEvents.swift
[15/20] Compiling BLEOrchestration DeviceHandle.swift
[16/20] Compiling BLEOrchestration DevicePolicy.swift
[17/20] Emitting module BLEOrchestration
[18/20] Compiling BLEOrchestration BLEOrchestrator.swift
[19/20] Compiling BLEOrchestration BLEUUID.swift
[20/20] Compiling BLEOrchestration EventPipe.swift
Build complete! (5.10s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BLEOrchestration",
"name" : "BLEOrchestration",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "BLEOrchestration",
"targets" : [
"BLEOrchestration"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BLEOrchestrationTests",
"module_type" : "SwiftTarget",
"name" : "BLEOrchestrationTests",
"path" : "Tests/BLEOrchestrationTests",
"sources" : [
"DeviceStateMachineTests.swift"
],
"target_dependencies" : [
"BLEOrchestration"
],
"type" : "test"
},
{
"c99name" : "BLEOrchestration",
"module_type" : "SwiftTarget",
"name" : "BLEOrchestration",
"path" : "Sources/BLEOrchestration",
"product_memberships" : [
"BLEOrchestration"
],
"sources" : [
"BLEOrchestrator.swift",
"Core/BLEUUID.swift",
"Core/DeviceHandle.swift",
"Core/DevicePolicy.swift",
"Core/Reconnect/Backoff.swift",
"Core/State/DeviceStateMachine.swift",
"Core/Transport/OutgoingScheduler.swift",
"Core/Transport/PacketTransport.swift",
"CoreBluetooth/BLECentralActor.swift",
"CoreBluetooth/BLEEvents.swift",
"CoreBluetooth/CoreBluetoothDelegateProxy.swift",
"CoreBluetooth/UncheckedSendable.swift",
"Devices/DeviceConnectionActor.swift",
"Devices/GATTProfile.swift",
"Observability/Logger.swift",
"Persistence/StateStore.swift",
"Utilities/EventPipe.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.