Build Information
Successful build of AsyncBluetooth, reference 6.2.1 (cef759), with Swift 6.3 for visionOS using Xcode 26.4 on 21 Apr 2026 21:16:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncBluetooth -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manolofdez/AsyncBluetooth.git
Reference: 6.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manolofdez/AsyncBluetooth
* tag 6.2.1 -> FETCH_HEAD
HEAD is now at cef7597 [Maintenance] Fix random crashes when accessing loggers when enabled #87
Cloned https://github.com/manolofdez/AsyncBluetooth.git
Revision (git rev-parse @):
cef7597680aa2c9fef62907529c8e57dda33ca20
SUCCESS checkout https://github.com/manolofdez/AsyncBluetooth.git at 6.2.1
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/manolofdez/AsyncBluetooth.git
Command line invocation:
/Applications/Xcode-26.4.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:
AsyncBluetooth: /Users/admin/builder/spi-builder-workspace
resolved source packages: AsyncBluetooth
2026-04-21 17:15:53.438 xcodebuild[525:3110] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncBluetooth",
"name" : "AsyncBluetooth",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "AsyncBluetooth",
"targets" : [
"AsyncBluetooth"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "AsyncBluetoothTests",
"module_type" : "SwiftTarget",
"name" : "AsyncBluetoothTests",
"path" : "Tests",
"sources" : [
"AsyncExecutorMapTests.swift",
"AsyncSerailExecutorTests.swift",
"CentralManagerUtilsTests.swift",
"PeripheralDataConversionTests.swift"
],
"target_dependencies" : [
"AsyncBluetooth"
],
"type" : "test"
},
{
"c99name" : "AsyncBluetooth",
"module_type" : "SwiftTarget",
"name" : "AsyncBluetooth",
"path" : "Sources",
"product_memberships" : [
"AsyncBluetooth"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncBluetooth.swift",
"CentralManager/CentralManager.swift",
"CentralManager/CentralManagerContext.swift",
"CentralManager/CentralManagerEvent.swift",
"CentralManager/ScanData.swift",
"DataConversion/PeripheralDataConvertible.swift",
"Peripheral/BluetoothError.swift",
"Peripheral/Characteristic.swift",
"Peripheral/CharacteristicValueUpdateEventData.swift",
"Peripheral/Descriptor.swift",
"Peripheral/Extensions/Characteristic+DataConversion.swift",
"Peripheral/Extensions/CharacteristicValueUpdateData+DataConversion.swift",
"Peripheral/Extensions/Peripheral+ReadWrite.swift",
"Peripheral/Peripheral.swift",
"Peripheral/PeripheralContext.swift",
"Peripheral/PeripheralDelegate.swift",
"Peripheral/Service.swift",
"Utils/AsyncBluetoothLogging.swift",
"Utils/AsyncExecutorMap.swift",
"Utils/AsyncSerialExecutor.swift",
"Utils/AsyncSerialExecutorConstants.swift",
"Utils/CallbackUtils.swift",
"Utils/CentralManagerUtils.swift",
"Utils/Extensions/AsyncExecutor+Flushable.swift",
"Utils/Extensions/CBUUID+Sendable.swift",
"Utils/FlushableExecutor.swift",
"Utils/ThreadSafeArray.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AsyncBluetooth"
]
}
}
2026-04-21 17:16:01.555 xcodebuild[628:3872] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncBluetooth -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.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 AsyncBluetooth -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
AsyncBluetooth: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'AsyncBluetooth' in project 'AsyncBluetooth'
➜ Explicit dependency on target 'AsyncBluetooth' in project 'AsyncBluetooth'
➜ Explicit dependency on target 'AsyncBluetooth_AsyncBluetooth' in project 'AsyncBluetooth'
Target 'AsyncBluetooth' in project 'AsyncBluetooth'
➜ Explicit dependency on target 'AsyncBluetooth_AsyncBluetooth' in project 'AsyncBluetooth'
Target 'AsyncBluetooth_AsyncBluetooth' in project 'AsyncBluetooth' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5d97a6c35650f9a55b63df0c5767e556
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5d97a6c35650f9a55b63df0c5767e556.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.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/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth_AsyncBluetooth.bundle (in target 'AsyncBluetooth_AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth_AsyncBluetooth.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth_AsyncBluetooth.build/AsyncBluetooth_AsyncBluetooth.DependencyStaticMetadataFileList (in target 'AsyncBluetooth_AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth_AsyncBluetooth.build/AsyncBluetooth_AsyncBluetooth.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth_AsyncBluetooth.build/AsyncBluetooth_AsyncBluetooth.DependencyMetadataFileList (in target 'AsyncBluetooth_AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth_AsyncBluetooth.build/AsyncBluetooth_AsyncBluetooth.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth_AsyncBluetooth.build/empty-AsyncBluetooth_AsyncBluetooth.plist (in target 'AsyncBluetooth_AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth_AsyncBluetooth.build/empty-AsyncBluetooth_AsyncBluetooth.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.LinkFileList (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-OutputFileMap.json (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.SwiftConstValuesFileList (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth_const_extract_protocols.json (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.SwiftFileList (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/DerivedSources/resource_bundle_accessor.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/AsyncBluetooth.modulemap (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/AsyncBluetooth.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/AsyncBluetooth.DependencyStaticMetadataFileList (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/AsyncBluetooth.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/AsyncBluetooth.DependencyMetadataFileList (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/AsyncBluetooth.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/AsyncBluetooth.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/AsyncBluetooth.modulemap (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/AsyncBluetooth.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth_AsyncBluetooth.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth_AsyncBluetooth.build/empty-AsyncBluetooth_AsyncBluetooth.plist (in target 'AsyncBluetooth_AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth_AsyncBluetooth.build/empty-AsyncBluetooth_AsyncBluetooth.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth_AsyncBluetooth.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth_AsyncBluetooth.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy (in target 'AsyncBluetooth_AsyncBluetooth' from project 'AsyncBluetooth')
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/Sources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth_AsyncBluetooth.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth_AsyncBluetooth.bundle (in target 'AsyncBluetooth_AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth_AsyncBluetooth.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth_AsyncBluetooth.bundle (in target 'AsyncBluetooth_AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth_AsyncBluetooth.bundle
SwiftDriver AsyncBluetooth normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncBluetooth -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-3LC9AV7E10N7DY0X0GCMCK815.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-YJD3LAGSNF10FZWR3J8P610Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CN303CE9AXGY9XZYFJ6QXAOBR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-3BRLCCDYHUXKOK1AB0M8MOV64.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-CWY49DJXJH8MV7H9KA3I9OY1L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-7QMZRTZ3S79OIWTXSAPUIRHYI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9C98A8UQW5H0T6TWPICZ19KK6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AGP3KRETLXAMYQDW488IY6LKX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-27WOC2HU4MJP517U0TI50ZP6R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-A6RKRULJVWPNWLT2MY2XALPE3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-1WMMNGC2O206RLV4U5QNHI9ZB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-CAYUJ2WWB7YLVQ3VIZXCDL30U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2PXMKHAWCG53C3RNOK7N1KWX6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-702OW6MB2UYB2TOQQFSKPAKW9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-6FZKKZ4XEUC29PTNXJWF33U9M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-DET4J8XS334UT6TI8UIL7DF4M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DS3VJWLWEXU7S7AS4RHQN5VZZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1IQGC7FWS7Q3CJO29Z7BCG728.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-2CZPD0H9RTV4M5QCVDMSJ35Y9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-1MTCF5GQ63OQIRM6WIIH9FJ8U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-EZN7U2Y4H5FX9WZTA9F8B6AIM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-32NYW9B0ZUCWOJ6NY33OVEITX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-8EN8HC46CEO13I4PTKBOX9IAW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-36DV76SDNEJ71ZU1Q5WQTD2UX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-52BCPMJP809TT4WMWEHIVNDW4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-DOIHLDND0RDY1XJEDBABNPKS7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-22PB0EARRYBLWHT3T9EURGBWW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9IEGUIVXSDZ0Z7F0FKH73EQJK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-1016IJVOTD7PT4P0ELAQH2JFC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreBluetooth-B1851J80TND2467C9JKP0S2SA.pcm
SwiftCompile normal arm64 Compiling\ CharacteristicValueUpdateData+DataConversion.swift,\ Peripheral+ReadWrite.swift,\ Peripheral.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Extensions/CharacteristicValueUpdateData+DataConversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Extensions/Peripheral+ReadWrite.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Peripheral.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Extensions/CharacteristicValueUpdateData+DataConversion.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Extensions/Peripheral+ReadWrite.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Peripheral.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ AsyncBluetooth (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
EmitSwiftModule normal arm64 (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncSerialExecutorConstants.swift,\ CallbackUtils.swift,\ CentralManagerUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/Utils/AsyncSerialExecutorConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/Utils/CallbackUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/Utils/CentralManagerUtils.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utils/AsyncSerialExecutorConstants.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utils/CallbackUtils.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utils/CentralManagerUtils.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PeripheralDataConvertible.swift,\ BluetoothError.swift,\ Characteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/DataConversion/PeripheralDataConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/BluetoothError.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Characteristic.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DataConversion/PeripheralDataConvertible.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/BluetoothError.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Characteristic.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlushableExecutor.swift,\ ThreadSafeArray.swift /Users/admin/builder/spi-builder-workspace/Sources/Utils/FlushableExecutor.swift /Users/admin/builder/spi-builder-workspace/Sources/Utils/ThreadSafeArray.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utils/FlushableExecutor.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utils/ThreadSafeArray.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncBluetoothLogging.swift,\ AsyncExecutorMap.swift,\ AsyncSerialExecutor.swift /Users/admin/builder/spi-builder-workspace/Sources/Utils/AsyncBluetoothLogging.swift /Users/admin/builder/spi-builder-workspace/Sources/Utils/AsyncExecutorMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Utils/AsyncSerialExecutor.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utils/AsyncBluetoothLogging.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utils/AsyncExecutorMap.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utils/AsyncSerialExecutor.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CharacteristicValueUpdateEventData.swift,\ Descriptor.swift,\ Characteristic+DataConversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/CharacteristicValueUpdateEventData.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Descriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Extensions/Characteristic+DataConversion.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/CharacteristicValueUpdateEventData.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Descriptor.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Extensions/Characteristic+DataConversion.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ AsyncBluetooth.swift,\ CentralManager.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncBluetooth.swift /Users/admin/builder/spi-builder-workspace/Sources/CentralManager/CentralManager.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/DerivedSources/resource_bundle_accessor.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncBluetooth.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CentralManager/CentralManager.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PeripheralContext.swift,\ PeripheralDelegate.swift,\ Service.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Service.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralContext.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralDelegate.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Peripheral/Service.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncExecutor+Flushable.swift,\ CBUUID+Sendable.swift /Users/admin/builder/spi-builder-workspace/Sources/Utils/Extensions/AsyncExecutor+Flushable.swift /Users/admin/builder/spi-builder-workspace/Sources/Utils/Extensions/CBUUID+Sendable.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utils/Extensions/AsyncExecutor+Flushable.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utils/Extensions/CBUUID+Sendable.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CentralManagerContext.swift,\ CentralManagerEvent.swift,\ ScanData.swift /Users/admin/builder/spi-builder-workspace/Sources/CentralManager/CentralManagerContext.swift /Users/admin/builder/spi-builder-workspace/Sources/CentralManager/CentralManagerEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/CentralManager/ScanData.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CentralManager/CentralManagerContext.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CentralManager/CentralManagerEvent.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CentralManager/ScanData.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncBluetooth (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftDriver\ Compilation\ Requirements AsyncBluetooth normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncBluetooth -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling FlushableExecutor.swift, ThreadSafeArray.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncExecutor+Flushable.swift, CBUUID+Sendable.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/AsyncBluetooth-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-Swift.h (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/AsyncBluetooth-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.swiftmodule (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.swiftdoc (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.abi.json (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.swiftsourceinfo (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CharacteristicValueUpdateEventData.swift, Descriptor.swift, Characteristic+DataConversion.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling PeripheralDataConvertible.swift, BluetoothError.swift, Characteristic.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling CentralManagerContext.swift, CentralManagerEvent.swift, ScanData.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSerialExecutorConstants.swift, CallbackUtils.swift, CentralManagerUtils.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling PeripheralContext.swift, PeripheralDelegate.swift, Service.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling CharacteristicValueUpdateData+DataConversion.swift, Peripheral+ReadWrite.swift, Peripheral.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncBluetoothLogging.swift, AsyncExecutorMap.swift, AsyncSerialExecutor.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, AsyncBluetooth.swift, CentralManager.swift (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
SwiftDriver\ Compilation AsyncBluetooth normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncBluetooth -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.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/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-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-xros/AsyncBluetooth.o normal (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.o
ExtractAppIntentsMetadata (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.kkavD8/Metal.xctoolchain --module-name AsyncBluetooth --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.AsyncBluetooth --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/AsyncBluetooth.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/AsyncBluetooth.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncBluetooth.build/Debug-xros/AsyncBluetooth.build/Objects-normal/arm64/AsyncBluetooth.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-21 17:16:11.840 appintentsmetadataprocessor[731:4473] Starting appintentsmetadataprocessor export
2026-04-21 17:16:11.861 appintentsmetadataprocessor[731:4473] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.o (in target 'AsyncBluetooth' from project 'AsyncBluetooth')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncBluetooth.o
** BUILD SUCCEEDED **
2026-04-21 17:16:03.079 xcodebuild[659:4140] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncBluetooth",
"name" : "AsyncBluetooth",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "AsyncBluetooth",
"targets" : [
"AsyncBluetooth"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "AsyncBluetoothTests",
"module_type" : "SwiftTarget",
"name" : "AsyncBluetoothTests",
"path" : "Tests",
"sources" : [
"AsyncExecutorMapTests.swift",
"AsyncSerailExecutorTests.swift",
"CentralManagerUtilsTests.swift",
"PeripheralDataConversionTests.swift"
],
"target_dependencies" : [
"AsyncBluetooth"
],
"type" : "test"
},
{
"c99name" : "AsyncBluetooth",
"module_type" : "SwiftTarget",
"name" : "AsyncBluetooth",
"path" : "Sources",
"product_memberships" : [
"AsyncBluetooth"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncBluetooth.swift",
"CentralManager/CentralManager.swift",
"CentralManager/CentralManagerContext.swift",
"CentralManager/CentralManagerEvent.swift",
"CentralManager/ScanData.swift",
"DataConversion/PeripheralDataConvertible.swift",
"Peripheral/BluetoothError.swift",
"Peripheral/Characteristic.swift",
"Peripheral/CharacteristicValueUpdateEventData.swift",
"Peripheral/Descriptor.swift",
"Peripheral/Extensions/Characteristic+DataConversion.swift",
"Peripheral/Extensions/CharacteristicValueUpdateData+DataConversion.swift",
"Peripheral/Extensions/Peripheral+ReadWrite.swift",
"Peripheral/Peripheral.swift",
"Peripheral/PeripheralContext.swift",
"Peripheral/PeripheralDelegate.swift",
"Peripheral/Service.swift",
"Utils/AsyncBluetoothLogging.swift",
"Utils/AsyncExecutorMap.swift",
"Utils/AsyncSerialExecutor.swift",
"Utils/AsyncSerialExecutorConstants.swift",
"Utils/CallbackUtils.swift",
"Utils/CentralManagerUtils.swift",
"Utils/Extensions/AsyncExecutor+Flushable.swift",
"Utils/Extensions/CBUUID+Sendable.swift",
"Utils/FlushableExecutor.swift",
"Utils/ThreadSafeArray.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.