Build Information
Successful build of BLEOrchestration, reference 1.0.0 (2f2043), with Swift 6.1 for iOS using Xcode 16.3 on 8 May 2026 18:54:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BLEOrchestration -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild 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: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/rajeshm20/BLEOrchestration.git
https://github.com/rajeshm20/BLEOrchestration.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
BLEOrchestration: /Users/admin/builder/spi-builder-workspace
resolved source packages: BLEOrchestration
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"BLEOrchestration"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BLEOrchestration -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BLEOrchestration -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
BLEOrchestration: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'BLEOrchestration' in project 'BLEOrchestration'
➜ Explicit dependency on target 'BLEOrchestration' in project 'BLEOrchestration'
Target 'BLEOrchestration' in project 'BLEOrchestration' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fef588e74c42688a92e800d329278d3a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fef588e74c42688a92e800d329278d3a.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/BLEOrchestration.DependencyMetadataFileList (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/BLEOrchestration.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/BLEOrchestration.modulemap (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/BLEOrchestration.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/BLEOrchestration.DependencyStaticMetadataFileList (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/BLEOrchestration.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.LinkFileList (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftConstValuesFileList (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftFileList (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_const_extract_protocols.json (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-OutputFileMap.json (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BLEOrchestration.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/BLEOrchestration.modulemap (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/BLEOrchestration.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver BLEOrchestration normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BLEOrchestration -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Backoff.swift,\ DeviceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/Reconnect/Backoff.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/State/DeviceStateMachine.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/Reconnect/Backoff.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/State/DeviceStateMachine.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BLECentralActor.swift,\ BLEEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/CoreBluetooth/BLECentralActor.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/CoreBluetooth/BLEEvents.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/CoreBluetooth/BLECentralActor.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/CoreBluetooth/BLEEvents.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DeviceHandle.swift,\ DevicePolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/DeviceHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/DevicePolicy.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/DeviceHandle.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/DevicePolicy.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EventPipe.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Utilities/EventPipe.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Utilities/EventPipe.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DeviceConnectionActor.swift,\ GATTProfile.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Devices/DeviceConnectionActor.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Devices/GATTProfile.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Devices/DeviceConnectionActor.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Devices/GATTProfile.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BLEOrchestrator.swift,\ BLEUUID.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/BLEOrchestrator.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/BLEUUID.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/BLEOrchestrator.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/BLEUUID.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ BLEOrchestration (in target 'BLEOrchestration' from project 'BLEOrchestration')
EmitSwiftModule normal arm64 (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CoreBluetoothDelegateProxy.swift,\ UncheckedSendable.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/CoreBluetooth/CoreBluetoothDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/CoreBluetooth/UncheckedSendable.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/CoreBluetooth/CoreBluetoothDelegateProxy.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/CoreBluetooth/UncheckedSendable.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Observability/Logger.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Observability/Logger.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StateStore.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Persistence/StateStore.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Persistence/StateStore.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OutgoingScheduler.swift,\ PacketTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/Transport/OutgoingScheduler.swift /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/Transport/PacketTransport.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/Transport/OutgoingScheduler.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BLEOrchestration/Core/Transport/PacketTransport.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for BLEOrchestration (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriver\ Compilation\ Requirements BLEOrchestration normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BLEOrchestration -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling StateStore.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BLEOrchestration-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-Swift.h (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BLEOrchestration-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftmodule (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftdoc (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.abi.json (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftsourceinfo (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DeviceHandle.swift, DevicePolicy.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriverJobDiscovery normal arm64 Compiling EventPipe.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriverJobDiscovery normal arm64 Compiling Backoff.swift, DeviceStateMachine.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriverJobDiscovery normal arm64 Compiling OutgoingScheduler.swift, PacketTransport.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriverJobDiscovery normal arm64 Compiling BLEOrchestrator.swift, BLEUUID.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriverJobDiscovery normal arm64 Compiling DeviceConnectionActor.swift, GATTProfile.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriverJobDiscovery normal arm64 Compiling BLECentralActor.swift, BLEEvents.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriverJobDiscovery normal arm64 Compiling CoreBluetoothDelegateProxy.swift, UncheckedSendable.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriver\ Compilation BLEOrchestration normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BLEOrchestration -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.o normal (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.o
ExtractAppIntentsMetadata (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BLEOrchestration --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.BLEOrchestration --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/BLEOrchestration.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/BLEOrchestration.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-iphoneos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-05-08 11:54:45.401 appintentsmetadataprocessor[719:4168] Starting appintentsmetadataprocessor export
2026-05-08 11:54:45.442 appintentsmetadataprocessor[719:4168] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.o (in target 'BLEOrchestration' from project 'BLEOrchestration')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BLEOrchestration.o
** BUILD SUCCEEDED **
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.