Build Information
Successful build of BLEOrchestration, reference main (d7993d), with Swift 6.1 for tvOS using Xcode 16.3 on 10 May 2026 20:34:18 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=tvOS 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: 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: tvOS
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=tvOS 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=tvOS "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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: db34bed3d10df0dd3332b59da279fd94
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/db34bed3d10df0dd3332b59da279fd94.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
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
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/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/BLEOrchestration.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/BLEOrchestration.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/BLEOrchestration.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/BLEOrchestration.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/BLEOrchestration.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos15.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/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\ 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\ 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\ 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\ 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\ 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\ 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
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\ 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\ 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
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\ 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
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos15.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/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 EventPipe.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftDriverJobDiscovery normal arm64 Compiling StateStore.swift (in target 'BLEOrchestration' from project 'BLEOrchestration')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/BLEOrchestration-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/BLEOrchestration-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BLEOrchestration.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BLEOrchestration.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BLEOrchestration.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BLEOrchestration.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BLEOrchestration.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BLEOrchestration.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BLEOrchestration.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BLEOrchestration.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
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 DeviceHandle.swift, DevicePolicy.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')
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')
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos15.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/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-appletvos/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-tvos15.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.BLEOrchestration --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BLEOrchestration.appintents --target-triple arm64-apple-tvos15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BLEOrchestration.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/BLEOrchestration.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/BLEOrchestration.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BLEOrchestration.build/Debug-appletvos/BLEOrchestration.build/Objects-normal/arm64/BLEOrchestration.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-05-10 13:34:17.623 appintentsmetadataprocessor[717:4138] Starting appintentsmetadataprocessor export
2026-05-10 13:34:17.660 appintentsmetadataprocessor[717:4138] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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.