Build Information
Successful build of iOS-BLE-Library, reference main (dbb8a2
), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 4 Sep 2025 07:25:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iOS-BLE-Library-Package -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NordicSemiconductor/IOS-BLE-Library.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NordicSemiconductor/IOS-BLE-Library
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dbb8a25 Pulled CoreBluetoothMock-Collection dependency and updated Mock Library to 1.0.1
Cloned https://github.com/NordicSemiconductor/IOS-BLE-Library.git
Revision (git rev-parse @):
dbb8a255185add411a643d76b111825c27b3217d
SUCCESS checkout https://github.com/NordicSemiconductor/IOS-BLE-Library.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/NordicSemiconductor/IOS-BLE-Library.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘IOS-CoreBluetooth-Mock’
Checking out 1.0.1 of package ‘IOS-CoreBluetooth-Mock’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.5 of package ‘swift-docc-plugin’
Resolve Package Graph
Resolved source packages:
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
CoreBluetoothMock: https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git @ 1.0.1
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
iOS-BLE-Library: /Users/admin/builder/spi-builder-workspace
resolved source packages: SymbolKit, CoreBluetoothMock, SwiftDocCPlugin, iOS-BLE-Library
{
"dependencies" : [
{
"identity" : "ios-corebluetooth-mock",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "iOS-BLE-Library",
"name" : "iOS-BLE-Library",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "iOS-BLE-Library",
"targets" : [
"iOS-BLE-Library"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "iOS-BLE-Library-Mock",
"targets" : [
"iOS-BLE-Library-Mock"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "iOS_BLE_Library_Mock",
"module_type" : "SwiftTarget",
"name" : "iOS-BLE-Library-Mock",
"path" : "Sources/iOS-BLE-Library-Mock",
"product_dependencies" : [
"CoreBluetoothMock"
],
"product_memberships" : [
"iOS-BLE-Library-Mock"
],
"sources" : [
"Alias.swift",
"CentralManager/CentralManager.swift",
"CentralManager/Model/ScanResult.swift",
"CentralManager/ReactiveCentralManagerDelegate.swift",
"Peripheral/Peripheral+Writer.swift",
"Peripheral/Peripheral.swift",
"Peripheral/ReactivePeripheralDelegate.swift",
"Utilities/AdvertisementData.swift",
"Utilities/AsyncCharacteristicData.swift",
"Utilities/CBManagerState.swift",
"Utilities/Extensions/CBManagerState+Ext.swift",
"Utilities/Extensions/Data+Ext.swift.swift",
"Utilities/Extensions/Publishers+Async.swift",
"Utilities/Logger.swift",
"Utilities/Publishers/ContinuationSubscriber.swift",
"Utilities/Publishers/Publishers+Bluetooth.swift",
"Utilities/Publishers/Publishers+Connectable.swift",
"Utilities/Publishers/Publishers+FailablePrefix.swift.swift",
"Utilities/Publishers/Publishers+GuestList.swift",
"Utilities/Publishers/Publishers+Peripheral.swift",
"Utilities/Queue.swift",
"Utilities/RSSI.swift",
"Utilities/UnimplementedError.swift"
],
"target_dependencies" : [
"iOS-BLE-Library"
],
"type" : "library"
},
{
"c99name" : "iOS_BLE_Library",
"module_type" : "SwiftTarget",
"name" : "iOS-BLE-Library",
"path" : "Sources/iOS-BLE-Library",
"product_memberships" : [
"iOS-BLE-Library",
"iOS-BLE-Library-Mock"
],
"sources" : [
"CentralManager/CentralManager.swift",
"CentralManager/Model/ScanResult.swift",
"CentralManager/ReactiveCentralManagerDelegate.swift",
"Peripheral/Peripheral+Writer.swift",
"Peripheral/Peripheral.swift",
"Peripheral/ReactivePeripheralDelegate.swift",
"Utilities/AdvertisementData.swift",
"Utilities/AsyncCharacteristicData.swift",
"Utilities/CBManagerState.swift",
"Utilities/Extensions/CBManagerState+Ext.swift",
"Utilities/Extensions/Data+Ext.swift.swift",
"Utilities/Extensions/Publishers+Async.swift",
"Utilities/Logger.swift",
"Utilities/Publishers/ContinuationSubscriber.swift",
"Utilities/Publishers/Publishers+Bluetooth.swift",
"Utilities/Publishers/Publishers+Connectable.swift",
"Utilities/Publishers/Publishers+FailablePrefix.swift.swift",
"Utilities/Publishers/Publishers+GuestList.swift",
"Utilities/Queue.swift",
"Utilities/RSSI.swift",
"Utilities/UnimplementedError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"iOS-BLE-Library",
"iOS-BLE-Library-Mock",
"iOS-BLE-Library-Package",
"iOS-BLE-LibraryTests"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"iOS-BLE-Library",
"iOS-BLE-Library-Mock",
"iOS-BLE-Library-Package",
"iOS-BLE-LibraryTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iOS-BLE-Library-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 iOS-BLE-Library-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
CoreBluetoothMock: https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git @ 1.0.1
iOS-BLE-Library: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'iOS-BLE-Library-Mock' in project 'iOS-BLE-Library'
➜ Explicit dependency on target 'iOS-BLE-Library-Mock' in project 'iOS-BLE-Library'
➜ Explicit dependency on target 'iOS-BLE-Library' in project 'iOS-BLE-Library'
➜ Explicit dependency on target 'CoreBluetoothMock' in project 'CoreBluetoothMock'
Target 'iOS-BLE-Library-Mock' in project 'iOS-BLE-Library'
➜ Explicit dependency on target 'iOS-BLE-Library' in project 'iOS-BLE-Library'
➜ Explicit dependency on target 'CoreBluetoothMock' in project 'CoreBluetoothMock'
Target 'CoreBluetoothMock' in project 'CoreBluetoothMock'
➜ Explicit dependency on target 'CoreBluetoothMock' in project 'CoreBluetoothMock'
Target 'CoreBluetoothMock' in project 'CoreBluetoothMock' (no dependencies)
Target 'iOS-BLE-Library' in project 'iOS-BLE-Library'
➜ Explicit dependency on target 'iOS-BLE-Library' in project 'iOS-BLE-Library'
Target 'iOS-BLE-Library' in project 'iOS-BLE-Library' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 83a51b4e1348a2bb2a628d118e53eaf7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/83a51b4e1348a2bb2a628d118e53eaf7.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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/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/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/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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/iOS-BLE-Library.modulemap (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/iOS-BLE-Library.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/iOS-BLE-Library.DependencyStaticMetadataFileList (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/iOS-BLE-Library.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/iOS-BLE-Library.DependencyMetadataFileList (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/iOS-BLE-Library.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.SwiftFileList (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.SwiftConstValuesFileList (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.LinkFileList (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library_const_extract_protocols.json (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/iOS-BLE-Library-Mock.modulemap (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/iOS-BLE-Library-Mock.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library-OutputFileMap.json (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/iOS-BLE-Library-Mock.DependencyStaticMetadataFileList (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/iOS-BLE-Library-Mock.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/iOS-BLE-Library-Mock.DependencyMetadataFileList (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/iOS-BLE-Library-Mock.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock_const_extract_protocols.json (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.SwiftFileList (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.SwiftConstValuesFileList (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.LinkFileList (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/iOS-BLE-Library.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/iOS-BLE-Library.modulemap (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/iOS-BLE-Library.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock-OutputFileMap.json (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/iOS-BLE-Library-Mock.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/iOS-BLE-Library-Mock.modulemap (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/iOS-BLE-Library-Mock.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock_const_extract_protocols.json (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.SwiftFileList (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.SwiftConstValuesFileList (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.LinkFileList (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-OutputFileMap.json (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/CoreBluetoothMock.modulemap (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/CoreBluetoothMock.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/CoreBluetoothMock.DependencyStaticMetadataFileList (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/CoreBluetoothMock.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/CoreBluetoothMock.DependencyMetadataFileList (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/CoreBluetoothMock.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CoreBluetoothMock.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/CoreBluetoothMock.modulemap (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/CoreBluetoothMock.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver iOS-BLE-Library normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOS_BLE_Library -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library-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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library_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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:201:11: warning: Check `connect` method
#warning("check `connect` method")
^~~~~~~~~~~~~~~~~~~~~~~~ (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:232:11: warning: Question: Should we throw an error if the scan is already running?
#warning("Question: Should we throw an error if the scan is already running?")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+FailablePrefix.swift.swift:41:10: warning: Thread safety should be considered
#warning("Thread safety should be considered")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftDriver CoreBluetoothMock normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreBluetoothMock -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -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-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name ios_corebluetooth_mock -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock_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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-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/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1A4982RSW4YACYNKJWET3FF20.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7IAHOD1D4EZJRBSJ4YXQCX8QK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-DJ2DGRSSX1IILMZHOQ7F0PPPR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-4E1SP3WAFRYHKCGMQMO3RTT4C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C55Z6VZ589KY8LHRRM3J869RS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreBluetooth-2WPKKFSJIF2HP9U1EUEV3L7XE.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ iOS_BLE_Library (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
EmitSwiftModule normal arm64 (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+FailablePrefix.swift.swift:41:10: warning: Thread safety should be considered
#warning("Thread safety should be considered")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:201:11: warning: check `connect` method
#warning("check `connect` method")
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:232:11: warning: Question: Should we throw an error if the scan is already running?
#warning("Question: Should we throw an error if the scan is already running?")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ Publishers+Connectable.swift,\ Publishers+FailablePrefix.swift.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+Connectable.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+FailablePrefix.swift.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+Connectable.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+FailablePrefix.swift.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+FailablePrefix.swift.swift:41:10: warning: Thread safety should be considered
#warning("Thread safety should be considered")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ ContinuationSubscriber.swift,\ Publishers+Bluetooth.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/ContinuationSubscriber.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+Bluetooth.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/ContinuationSubscriber.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+Bluetooth.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RSSI.swift,\ UnimplementedError.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/RSSI.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/UnimplementedError.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/RSSI.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/UnimplementedError.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Publishers+Async.swift,\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Publishers+Async.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Logger.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Publishers+Async.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Publishers+Async.swift:47:5: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
inner.cancel()
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Publishers+Async.swift:46:6: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
[inner] in
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Publishers+Async.swift:180:5: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
inner.cancel()
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Publishers+Async.swift:179:6: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
[inner] in
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Logger.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Publishers+Async.swift:47:5: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
inner.cancel()
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Publishers+Async.swift:46:6: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
[inner] in
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Publishers+Async.swift:180:5: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
inner.cancel()
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Publishers+Async.swift:179:6: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
[inner] in
^
SwiftCompile normal arm64 Compiling\ Peripheral+Writer.swift,\ Peripheral.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Peripheral/Peripheral+Writer.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Peripheral/Peripheral.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Peripheral/Peripheral+Writer.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Peripheral/Peripheral.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ReactivePeripheralDelegate.swift,\ AdvertisementData.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Peripheral/ReactivePeripheralDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/AdvertisementData.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Peripheral/ReactivePeripheralDelegate.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/AdvertisementData.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CBManagerState+Ext.swift,\ Data+Ext.swift.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/CBManagerState+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Data+Ext.swift.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/CBManagerState+Ext.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Extensions/Data+Ext.swift.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncCharacteristicData.swift,\ CBManagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/AsyncCharacteristicData.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/CBManagerState.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/AsyncCharacteristicData.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/CBManagerState.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ CoreBluetoothMock (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
EmitSwiftModule normal arm64 (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CentralManager.swift,\ ScanResult.swift,\ ReactiveCentralManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/Model/ScanResult.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/ReactiveCentralManagerDelegate.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:201:11: warning: check `connect` method
#warning("check `connect` method")
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:232:11: warning: Question: Should we throw an error if the scan is already running?
#warning("Question: Should we throw an error if the scan is already running?")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/Model/ScanResult.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/ReactiveCentralManagerDelegate.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for iOS_BLE_Library (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftDriver\ Compilation\ Requirements iOS-BLE-Library normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOS_BLE_Library -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library-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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library_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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for CoreBluetoothMock (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 Compiling\ Publishers+GuestList.swift,\ Queue.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+GuestList.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Queue.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+GuestList.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Queue.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/iOS-BLE-Library-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library-Swift.h (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/iOS-BLE-Library-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling RSSI.swift, UnimplementedError.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.swiftmodule (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.swiftdoc (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.abi.json (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.swiftsourceinfo (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver\ Compilation\ Requirements CoreBluetoothMock normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreBluetoothMock -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -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-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name ios_corebluetooth_mock -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock_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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CoreBluetoothMock-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-Swift.h (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CoreBluetoothMock-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.swiftmodule (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.swiftdoc (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.abi.json (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.swiftsourceinfo (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ CBMManagerTypes.swift,\ CBMPeer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMManagerTypes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeer.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMManagerTypes.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeer.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Publishers+GuestList.swift, Queue.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 Compiling\ CBMAttributes.swift,\ CBMCentralManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManager.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManager.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CBMPeripheralSpecDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ContinuationSubscriber.swift, Publishers+Bluetooth.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 Compiling\ CBMCentralManagerFactory.swift,\ CBMCentralManagerMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManagerFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManagerMock.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManagerFactory.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManagerMock.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Publishers+Connectable.swift, Publishers+FailablePrefix.swift.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling Publishers+Async.swift, Logger.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 Compiling\ CBMCentralManagerNative.swift,\ CBMDictionary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManagerNative.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMDictionary.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManagerNative.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMDictionary.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CBMPeripheralPreview.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheralPreview.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheralPreview.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CBMManagerTypes.swift, CBMPeer.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 Compiling\ CBMPeripheral.swift,\ CBMPeripheralDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheralDelegate.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheral.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheralDelegate.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ReactivePeripheralDelegate.swift, AdvertisementData.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 Compiling\ CBMPeripheralSpec.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheralSpec.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheralSpec.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CBManagerState+Ext.swift, Data+Ext.swift.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 Compiling\ CBMCentralManagerDelegate.swift,\ CBMCentralManagerDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManagerDelegateProxy.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManagerDelegate.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMCentralManagerDelegateProxy.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AsyncCharacteristicData.swift, CBManagerState.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 Compiling\ CBMPeripheralDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheralDelegateProxy.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMPeripheralDelegateProxy.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CentralManager.swift, ScanResult.swift, ReactiveCentralManagerDelegate.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling Peripheral+Writer.swift, Peripheral.swift (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling CBMPeripheralSpecDelegate.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftDriver\ Compilation iOS-BLE-Library normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOS_BLE_Library -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library-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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library_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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library-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/iOS-BLE-Library.o normal (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS_BLE_Library-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS-BLE-Library.o
SwiftDriver iOS-BLE-Library-Mock normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOS_BLE_Library_Mock -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock-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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock_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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift:192:11: warning: Check `connect` method
#warning("check `connect` method")
^~~~~~~~~~~~~~~~~~~~~~~~ (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift:223:11: warning: Question: Should we throw an error if the scan is already running?
#warning("Question: Should we throw an error if the scan is already running?")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Peripheral/Peripheral.swift:68:13: warning: Queue can be not only main
#warning("queue can be not only main")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+FailablePrefix.swift.swift:41:10: warning: Thread safety should be considered
#warning("Thread safety should be considered")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling CBMPeripheralPreview.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
ExtractAppIntentsMetadata (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name iOS_BLE_Library --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.iOS-BLE-Library --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS-BLE-Library.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/iOS-BLE-Library.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/iOS-BLE-Library.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library.build/Objects-normal/arm64/iOS-BLE-Library.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-04 00:25:03.179 appintentsmetadataprocessor[1159:6854] Starting appintentsmetadataprocessor export
2025-09-04 00:25:03.247 appintentsmetadataprocessor[1159:6854] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling CBMPeripheral.swift, CBMPeripheralDelegate.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftDriverJobDiscovery normal arm64 Compiling CBMPeripheralDelegateProxy.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftDriverJobDiscovery normal arm64 Compiling CBMCentralManagerDelegate.swift, CBMCentralManagerDelegateProxy.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftDriverJobDiscovery normal arm64 Compiling CBMAttributes.swift, CBMCentralManager.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS-BLE-Library.o (in target 'iOS-BLE-Library' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS-BLE-Library.o
SwiftDriverJobDiscovery normal arm64 Compiling CBMPeripheralSpec.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 Compiling\ ReactiveCentralManagerDelegate.swift,\ Peripheral+Writer.swift,\ Peripheral.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/ReactiveCentralManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Peripheral/Peripheral+Writer.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Peripheral/Peripheral.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/ReactiveCentralManagerDelegate.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Peripheral/Peripheral+Writer.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Peripheral/Peripheral.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Peripheral/Peripheral.swift:68:13: warning: queue can be not only main
#warning("queue can be not only main")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ ReactivePeripheralDelegate.swift,\ AdvertisementData.swift,\ AsyncCharacteristicData.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Peripheral/ReactivePeripheralDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/AdvertisementData.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/AsyncCharacteristicData.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Peripheral/ReactivePeripheralDelegate.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/AdvertisementData.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/AsyncCharacteristicData.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CBManagerState.swift,\ CBManagerState+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/CBManagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/CBManagerState+Ext.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/CBManagerState.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/CBManagerState+Ext.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/CBManagerState+Ext.swift:21:3: warning: default will never be executed
default:
^
SwiftCompile normal arm64 Compiling\ Data+Ext.swift.swift,\ Publishers+Async.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Data+Ext.swift.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Publishers+Async.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Data+Ext.swift.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Publishers+Async.swift:47:5: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
inner.cancel()
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Publishers+Async.swift:46:6: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
[inner] in
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Publishers+Async.swift:180:5: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
inner.cancel()
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Publishers+Async.swift:179:6: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
[inner] in
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Publishers+Async.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Publishers+Async.swift:47:5: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
inner.cancel()
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Publishers+Async.swift:46:6: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
[inner] in
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Publishers+Async.swift:180:5: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
inner.cancel()
^
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Extensions/Publishers+Async.swift:179:6: warning: capture of non-sendable type 'Upstream.Type' in an isolated closure; this is an error in the Swift 6 language mode
[inner] in
^
SwiftCompile normal arm64 Compiling\ Logger.swift,\ ContinuationSubscriber.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/ContinuationSubscriber.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Logger.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/ContinuationSubscriber.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ iOS_BLE_Library_Mock (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
EmitSwiftModule normal arm64 (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+FailablePrefix.swift.swift:41:10: warning: Thread safety should be considered
#warning("Thread safety should be considered")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift:192:11: warning: check `connect` method
#warning("check `connect` method")
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift:223:11: warning: Question: Should we throw an error if the scan is already running?
#warning("Question: Should we throw an error if the scan is already running?")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ Publishers+FailablePrefix.swift.swift,\ Publishers+GuestList.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+FailablePrefix.swift.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+GuestList.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+FailablePrefix.swift.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+FailablePrefix.swift.swift:41:10: warning: Thread safety should be considered
#warning("Thread safety should be considered")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+GuestList.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Publishers+Bluetooth.swift,\ Publishers+Connectable.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+Bluetooth.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+Connectable.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+Bluetooth.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+Connectable.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Publishers+Peripheral.swift,\ Queue.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+Peripheral.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Queue.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+Peripheral.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Queue.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CBMCentralManagerNative.swift, CBMDictionary.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftCompile normal arm64 Compiling\ RSSI.swift,\ UnimplementedError.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/RSSI.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/UnimplementedError.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/RSSI.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/UnimplementedError.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CBManagerState.swift, CBManagerState+Ext.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 Compiling\ Alias.swift,\ CentralManager.swift,\ ScanResult.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Alias.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/Model/ScanResult.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Alias.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift:192:11: warning: check `connect` method
#warning("check `connect` method")
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift:223:11: warning: Question: Should we throw an error if the scan is already running?
#warning("Question: Should we throw an error if the scan is already running?")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/Model/ScanResult.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Publishers+Bluetooth.swift, Publishers+Connectable.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling Publishers+FailablePrefix.swift.swift, Publishers+GuestList.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling Publishers+Peripheral.swift, Queue.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Emitting module for iOS_BLE_Library_Mock (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriver\ Compilation\ Requirements iOS-BLE-Library-Mock normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOS_BLE_Library_Mock -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock-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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock_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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/iOS-BLE-Library-Mock-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock-Swift.h (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/iOS-BLE-Library-Mock-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library_Mock.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.swiftmodule (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library_Mock.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library_Mock.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.swiftdoc (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library_Mock.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library_Mock.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.abi.json (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library_Mock.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library_Mock.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.swiftsourceinfo (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library_Mock.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling RSSI.swift, UnimplementedError.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift, ContinuationSubscriber.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling Data+Ext.swift.swift, Publishers+Async.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling ReactivePeripheralDelegate.swift, AdvertisementData.swift, AsyncCharacteristicData.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling Alias.swift, CentralManager.swift, ScanResult.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriverJobDiscovery normal arm64 Compiling ReactiveCentralManagerDelegate.swift, Peripheral+Writer.swift, Peripheral.swift (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
SwiftDriver\ Compilation iOS-BLE-Library-Mock normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOS_BLE_Library_Mock -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock-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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock_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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CBMCentralManagerFactory.swift, CBMCentralManagerMock.swift (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
SwiftDriver\ Compilation CoreBluetoothMock normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreBluetoothMock -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -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-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name ios_corebluetooth_mock -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock_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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-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/CoreBluetoothMock.o normal (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.o
ExtractAppIntentsMetadata (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CoreBluetoothMock --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier ios-corebluetooth-mock.CoreBluetoothMock --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/CoreBluetoothMock.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/CoreBluetoothMock.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreBluetoothMock.build/Debug-xros/CoreBluetoothMock.build/Objects-normal/arm64/CoreBluetoothMock.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-04 00:25:04.061 appintentsmetadataprocessor[1173:6968] Starting appintentsmetadataprocessor export
2025-09-04 00:25:04.102 appintentsmetadataprocessor[1173:6968] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.o (in target 'CoreBluetoothMock' from project 'CoreBluetoothMock')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/IOS-CoreBluetooth-Mock
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CoreBluetoothMock.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS-BLE-Library-Mock.o normal (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS_BLE_Library_Mock-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS-BLE-Library-Mock.o
ExtractAppIntentsMetadata (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name iOS_BLE_Library_Mock --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.iOS-BLE-Library-Mock --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS_BLE_Library_Mock.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS-BLE-Library-Mock.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/iOS-BLE-Library-Mock.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/iOS-BLE-Library-Mock.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOS-BLE-Library.build/Debug-xros/iOS-BLE-Library-Mock.build/Objects-normal/arm64/iOS-BLE-Library-Mock.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-04 00:25:04.156 appintentsmetadataprocessor[1176:6983] Starting appintentsmetadataprocessor export
2025-09-04 00:25:04.196 appintentsmetadataprocessor[1176:6983] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS-BLE-Library-Mock.o (in target 'iOS-BLE-Library-Mock' from project 'iOS-BLE-Library')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/iOS-BLE-Library-Mock.o
** BUILD SUCCEEDED **
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:201:11: warning: check `connect` method
#warning("check `connect` method")
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/CentralManager/CentralManager.swift:232:11: warning: Question: Should we throw an error if the scan is already running?
#warning("Question: Should we throw an error if the scan is already running?")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library/Utilities/Publishers/Publishers+FailablePrefix.swift.swift:41:10: warning: Thread safety should be considered
#warning("Thread safety should be considered")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift:192:11: warning: check `connect` method
#warning("check `connect` method")
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift:223:11: warning: Question: Should we throw an error if the scan is already running?
#warning("Question: Should we throw an error if the scan is already running?")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Peripheral/Peripheral.swift:68:13: warning: queue can be not only main
#warning("queue can be not only main")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/iOS-BLE-Library-Mock/Utilities/Publishers/Publishers+FailablePrefix.swift.swift:41:10: warning: Thread safety should be considered
#warning("Thread safety should be considered")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Build complete.
{
"dependencies" : [
{
"identity" : "ios-corebluetooth-mock",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "iOS-BLE-Library",
"name" : "iOS-BLE-Library",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "iOS-BLE-Library",
"targets" : [
"iOS-BLE-Library"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "iOS-BLE-Library-Mock",
"targets" : [
"iOS-BLE-Library-Mock"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "iOS_BLE_Library_Mock",
"module_type" : "SwiftTarget",
"name" : "iOS-BLE-Library-Mock",
"path" : "Sources/iOS-BLE-Library-Mock",
"product_dependencies" : [
"CoreBluetoothMock"
],
"product_memberships" : [
"iOS-BLE-Library-Mock"
],
"sources" : [
"Alias.swift",
"CentralManager/CentralManager.swift",
"CentralManager/Model/ScanResult.swift",
"CentralManager/ReactiveCentralManagerDelegate.swift",
"Peripheral/Peripheral+Writer.swift",
"Peripheral/Peripheral.swift",
"Peripheral/ReactivePeripheralDelegate.swift",
"Utilities/AdvertisementData.swift",
"Utilities/AsyncCharacteristicData.swift",
"Utilities/CBManagerState.swift",
"Utilities/Extensions/CBManagerState+Ext.swift",
"Utilities/Extensions/Data+Ext.swift.swift",
"Utilities/Extensions/Publishers+Async.swift",
"Utilities/Logger.swift",
"Utilities/Publishers/ContinuationSubscriber.swift",
"Utilities/Publishers/Publishers+Bluetooth.swift",
"Utilities/Publishers/Publishers+Connectable.swift",
"Utilities/Publishers/Publishers+FailablePrefix.swift.swift",
"Utilities/Publishers/Publishers+GuestList.swift",
"Utilities/Publishers/Publishers+Peripheral.swift",
"Utilities/Queue.swift",
"Utilities/RSSI.swift",
"Utilities/UnimplementedError.swift"
],
"target_dependencies" : [
"iOS-BLE-Library"
],
"type" : "library"
},
{
"c99name" : "iOS_BLE_Library",
"module_type" : "SwiftTarget",
"name" : "iOS-BLE-Library",
"path" : "Sources/iOS-BLE-Library",
"product_memberships" : [
"iOS-BLE-Library",
"iOS-BLE-Library-Mock"
],
"sources" : [
"CentralManager/CentralManager.swift",
"CentralManager/Model/ScanResult.swift",
"CentralManager/ReactiveCentralManagerDelegate.swift",
"Peripheral/Peripheral+Writer.swift",
"Peripheral/Peripheral.swift",
"Peripheral/ReactivePeripheralDelegate.swift",
"Utilities/AdvertisementData.swift",
"Utilities/AsyncCharacteristicData.swift",
"Utilities/CBManagerState.swift",
"Utilities/Extensions/CBManagerState+Ext.swift",
"Utilities/Extensions/Data+Ext.swift.swift",
"Utilities/Extensions/Publishers+Async.swift",
"Utilities/Logger.swift",
"Utilities/Publishers/ContinuationSubscriber.swift",
"Utilities/Publishers/Publishers+Bluetooth.swift",
"Utilities/Publishers/Publishers+Connectable.swift",
"Utilities/Publishers/Publishers+FailablePrefix.swift.swift",
"Utilities/Publishers/Publishers+GuestList.swift",
"Utilities/Queue.swift",
"Utilities/RSSI.swift",
"Utilities/UnimplementedError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.