Build Information
Successful build of BLEOrchestration, reference main (d7993d), with Swift 6.0 for macOS (SPM) on 10 May 2026 20:30:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rajeshm20/BLEOrchestration
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d7993d1 Add MIT License to the project
Cloned https://github.com/rajeshm20/BLEOrchestration.git
Revision (git rev-parse @):
d7993d1905d4021e7b52b3d8eead9e3689d08ee8
SUCCESS checkout https://github.com/rajeshm20/BLEOrchestration.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/rajeshm20/BLEOrchestration.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/19] Compiling BLEOrchestration Logger.swift
[4/20] Compiling BLEOrchestration StateStore.swift
[5/20] Compiling BLEOrchestration EventPipe.swift
[6/20] Compiling BLEOrchestration DeviceConnectionActor.swift
[7/20] Compiling BLEOrchestration GATTProfile.swift
[8/20] Compiling BLEOrchestration BLECentralActor.swift
[9/20] Compiling BLEOrchestration BLEEvents.swift
[10/20] Compiling BLEOrchestration OutgoingScheduler.swift
[11/20] Compiling BLEOrchestration PacketTransport.swift
[12/20] Compiling BLEOrchestration CoreBluetoothDelegateProxy.swift
[13/20] Compiling BLEOrchestration UncheckedSendable.swift
[14/20] Compiling BLEOrchestration DeviceHandle.swift
[15/20] Compiling BLEOrchestration DevicePolicy.swift
[16/20] Compiling BLEOrchestration Backoff.swift
[17/20] Compiling BLEOrchestration DeviceStateMachine.swift
[18/20] Emitting module BLEOrchestration
[19/20] Compiling BLEOrchestration BLEOrchestrator.swift
[20/20] Compiling BLEOrchestration BLEUUID.swift
Build complete! (5.30s)
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.