Build Information
Failed to build BluetoothLinux, reference 5.0.5 (ddd549
), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 19:12:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BluetoothLinux -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pureswift/bluetoothlinux.git
Reference: 5.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pureswift/bluetoothlinux
* tag 5.0.5 -> FETCH_HEAD
HEAD is now at ddd5493 Updated dependencies
Cloned https://github.com/pureswift/bluetoothlinux.git
Revision (git rev-parse @):
ddd5493bd5382ca0132b8ca121dd35c7554ab7d0
SUCCESS checkout https://github.com/pureswift/bluetoothlinux.git at 5.0.5
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/pureswift/bluetoothlinux.git
https://github.com/pureswift/bluetoothlinux.git
{
"dependencies" : [
{
"identity" : "bluetooth",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Bluetooth.git"
},
{
"identity" : "socket",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Socket.git"
}
],
"manifest_display_name" : "BluetoothLinux",
"name" : "BluetoothLinux",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BluetoothLinux",
"targets" : [
"BluetoothLinux"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CBluetoothLinuxTest",
"module_type" : "ClangTarget",
"name" : "CBluetoothLinuxTest",
"path" : "Sources/CBluetoothLinuxTest",
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "CBluetoothLinux",
"module_type" : "ClangTarget",
"name" : "CBluetoothLinux",
"path" : "Sources/CBluetoothLinux",
"product_memberships" : [
"BluetoothLinux"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "BluetoothLinuxTests",
"module_type" : "SwiftTarget",
"name" : "BluetoothLinuxTests",
"path" : "Tests/BluetoothLinuxTests",
"sources" : [
"BluetoothLinuxTests.swift"
],
"target_dependencies" : [
"BluetoothLinux",
"CBluetoothLinuxTest"
],
"type" : "test"
},
{
"c99name" : "BluetoothLinux",
"module_type" : "SwiftTarget",
"name" : "BluetoothLinux",
"path" : "Sources/BluetoothLinux",
"product_dependencies" : [
"Bluetooth",
"BluetoothHCI",
"Socket"
],
"product_memberships" : [
"BluetoothLinux"
],
"sources" : [
"AddressType.swift",
"BNEP/BNEP.swift",
"BNEP/IOCTL/BNEPIO.swift",
"CMTP/CMTP.swift",
"CMTP/IOCTL/CMTPIO.swift",
"Error.swift",
"Extensions/Sequence.swift",
"HCI/DeviceCommand.swift",
"HCI/DevicePollEvent.swift",
"HCI/DeviceRequest.swift",
"HCI/HCIBusType.swift",
"HCI/HCIChannel.swift",
"HCI/HCIControllerType.swift",
"HCI/HCIDeviceEvent.swift",
"HCI/HCIDeviceFlag.swift",
"HCI/HCIDeviceOptions.swift",
"HCI/HCIFileDescriptor.swift",
"HCI/HCIPacketType.swift",
"HCI/HCISocketAddress.swift",
"HCI/HCISocketOption.swift",
"HCI/HostController.swift",
"HCI/IOCTL/HCIDeviceDown.swift",
"HCI/IOCTL/HCIDeviceInformation.swift",
"HCI/IOCTL/HCIDeviceList.swift",
"HCI/IOCTL/HCIDeviceUp.swift",
"HCI/IOCTL/HCIScan.swift",
"HCI/IOCTL/HostControllerIO.swift",
"HCI/SocketOptions/HCIFilterSocketOption.swift",
"HIDP/HIDP.swift",
"HIDP/IOCTL/HIDPIO.swift",
"IOControl/DeviceDown.swift",
"Internal/CInterop.swift",
"Internal/CSocketAddress.swift",
"Internal/Darwin.swift",
"Internal/IOCTL.swift",
"Internal/SocketDescriptor.swift",
"L2CAP/L2CAPFileDescriptor.swift",
"L2CAP/L2CAPSocket.swift",
"L2CAP/L2CAPSocketAddress.swift",
"L2CAP/L2CAPSocketOption.swift",
"LinkMode.swift",
"RFCOMM/IOCTL/RFCOMMCreateDevice.swift",
"RFCOMM/IOCTL/RFCOMMGetDeviceInformation.swift",
"RFCOMM/IOCTL/RFCOMMGetDeviceList.swift",
"RFCOMM/IOCTL/RFCOMMIO.swift",
"RFCOMM/IOCTL/RFCOMMReleaseDevice.swift",
"RFCOMM/RFCOMMDevice.swift",
"RFCOMM/RFCOMMFlag.swift",
"RFCOMM/RFCOMMLinkMode.swift",
"RFCOMM/RFCOMMSocket.swift",
"RFCOMM/RFCOMMSocketAddress.swift",
"RFCOMM/RFCOMMSocketOption.swift",
"RFCOMM/RFCOMMState.swift",
"SCO/SCOSocket.swift",
"SCO/SCOSocketOption.swift",
"SocketAddress.swift",
"SocketOption.swift",
"SocketOptionLevel.swift",
"SocketOptions/SecuritySocketOption.swift",
"SocketProtocol.swift"
],
"target_dependencies" : [
"CBluetoothLinux"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/PureSwift/Socket.git
Fetching from https://github.com/PureSwift/Bluetooth.git
Fetching from https://github.com/apple/swift-system (cached)
Creating working copy of package ‘Bluetooth’
Checking out 6.4.3 of package ‘Bluetooth’
Creating working copy of package ‘Socket’
Checking out main (fa5f3c5) of package ‘Socket’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Resolve Package Graph
Resolved source packages:
swift-system: https://github.com/apple/swift-system @ 1.4.2
Socket: https://github.com/PureSwift/Socket.git @ main (fa5f3c5)
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ 6.4.3
BluetoothLinux: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-system, Socket, Bluetooth, BluetoothLinux
{
"dependencies" : [
{
"identity" : "bluetooth",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Bluetooth.git"
},
{
"identity" : "socket",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Socket.git"
}
],
"manifest_display_name" : "BluetoothLinux",
"name" : "BluetoothLinux",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BluetoothLinux",
"targets" : [
"BluetoothLinux"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CBluetoothLinuxTest",
"module_type" : "ClangTarget",
"name" : "CBluetoothLinuxTest",
"path" : "Sources/CBluetoothLinuxTest",
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "CBluetoothLinux",
"module_type" : "ClangTarget",
"name" : "CBluetoothLinux",
"path" : "Sources/CBluetoothLinux",
"product_memberships" : [
"BluetoothLinux"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "BluetoothLinuxTests",
"module_type" : "SwiftTarget",
"name" : "BluetoothLinuxTests",
"path" : "Tests/BluetoothLinuxTests",
"sources" : [
"BluetoothLinuxTests.swift"
],
"target_dependencies" : [
"BluetoothLinux",
"CBluetoothLinuxTest"
],
"type" : "test"
},
{
"c99name" : "BluetoothLinux",
"module_type" : "SwiftTarget",
"name" : "BluetoothLinux",
"path" : "Sources/BluetoothLinux",
"product_dependencies" : [
"Bluetooth",
"BluetoothHCI",
"Socket"
],
"product_memberships" : [
"BluetoothLinux"
],
"sources" : [
"AddressType.swift",
"BNEP/BNEP.swift",
"BNEP/IOCTL/BNEPIO.swift",
"CMTP/CMTP.swift",
"CMTP/IOCTL/CMTPIO.swift",
"Error.swift",
"Extensions/Sequence.swift",
"HCI/DeviceCommand.swift",
"HCI/DevicePollEvent.swift",
"HCI/DeviceRequest.swift",
"HCI/HCIBusType.swift",
"HCI/HCIChannel.swift",
"HCI/HCIControllerType.swift",
"HCI/HCIDeviceEvent.swift",
"HCI/HCIDeviceFlag.swift",
"HCI/HCIDeviceOptions.swift",
"HCI/HCIFileDescriptor.swift",
"HCI/HCIPacketType.swift",
"HCI/HCISocketAddress.swift",
"HCI/HCISocketOption.swift",
"HCI/HostController.swift",
"HCI/IOCTL/HCIDeviceDown.swift",
"HCI/IOCTL/HCIDeviceInformation.swift",
"HCI/IOCTL/HCIDeviceList.swift",
"HCI/IOCTL/HCIDeviceUp.swift",
"HCI/IOCTL/HCIScan.swift",
"HCI/IOCTL/HostControllerIO.swift",
"HCI/SocketOptions/HCIFilterSocketOption.swift",
"HIDP/HIDP.swift",
"HIDP/IOCTL/HIDPIO.swift",
"IOControl/DeviceDown.swift",
"Internal/CInterop.swift",
"Internal/CSocketAddress.swift",
"Internal/Darwin.swift",
"Internal/IOCTL.swift",
"Internal/SocketDescriptor.swift",
"L2CAP/L2CAPFileDescriptor.swift",
"L2CAP/L2CAPSocket.swift",
"L2CAP/L2CAPSocketAddress.swift",
"L2CAP/L2CAPSocketOption.swift",
"LinkMode.swift",
"RFCOMM/IOCTL/RFCOMMCreateDevice.swift",
"RFCOMM/IOCTL/RFCOMMGetDeviceInformation.swift",
"RFCOMM/IOCTL/RFCOMMGetDeviceList.swift",
"RFCOMM/IOCTL/RFCOMMIO.swift",
"RFCOMM/IOCTL/RFCOMMReleaseDevice.swift",
"RFCOMM/RFCOMMDevice.swift",
"RFCOMM/RFCOMMFlag.swift",
"RFCOMM/RFCOMMLinkMode.swift",
"RFCOMM/RFCOMMSocket.swift",
"RFCOMM/RFCOMMSocketAddress.swift",
"RFCOMM/RFCOMMSocketOption.swift",
"RFCOMM/RFCOMMState.swift",
"SCO/SCOSocket.swift",
"SCO/SCOSocketOption.swift",
"SocketAddress.swift",
"SocketOption.swift",
"SocketOptionLevel.swift",
"SocketOptions/SecuritySocketOption.swift",
"SocketProtocol.swift"
],
"target_dependencies" : [
"CBluetoothLinux"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"BluetoothLinux"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BluetoothLinux -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BluetoothLinux -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Socket: https://github.com/PureSwift/Socket.git @ main (fa5f3c5)
BluetoothLinux: /Users/admin/builder/spi-builder-workspace
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ 6.4.3
swift-system: https://github.com/apple/swift-system @ 1.4.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
Target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'CBluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'CBluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'CSocket' in project 'Socket'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'CSocket' in project 'Socket'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
Target 'CSocket' in project 'Socket' (no dependencies)
Target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothGAP' in project 'Bluetooth'
Target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothGAP' in project 'Bluetooth'
Target 'BluetoothGAP' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
Target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
Target 'Bluetooth' in project 'Bluetooth' (no dependencies)
Target 'CBluetoothLinux' in project 'BluetoothLinux' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a020b8403a58951fa53cca40312db6e5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a020b8403a58951fa53cca40312db6e5.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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/swift-system.build/Debug-xros/SystemPackage.build/SystemPackage.DependencyMetadataFileList (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/SystemPackage.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/SystemPackage.modulemap (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/SystemPackage.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/SystemPackage.DependencyStaticMetadataFileList (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/SystemPackage.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.SwiftFileList (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.LinkFileList (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.SwiftConstValuesFileList (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage_const_extract_protocols.json (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-OutputFileMap.json (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/CSystem.LinkFileList (in target 'CSystem' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/CSystem.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.modulemap (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.DependencyStaticMetadataFileList (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SystemPackage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/SystemPackage.modulemap (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
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/swift-system.build/Debug-xros/SystemPackage.build/SystemPackage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.DependencyMetadataFileList (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket_const_extract_protocols.json (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftFileList (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftConstValuesFileList (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.LinkFileList (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-OutputFileMap.json (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'CSystem' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-xros1.0 -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=CSystem' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/CSystem/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -DXcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Socket.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.modulemap (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
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/Socket.build/Debug-xros/Socket.build/Socket.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/CSystem.DependencyStaticMetadataFileList (in target 'CSystem' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/CSystem.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/CSystem.DependencyMetadataFileList (in target 'CSystem' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/CSystem.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/CSocket.LinkFileList (in target 'CSocket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/CSocket.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'CSocket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-xros1.0 -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=CSocket' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket/Sources/CSocket/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/CSocket.DependencyStaticMetadataFileList (in target 'CSocket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/CSocket.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/CSocket.DependencyMetadataFileList (in target 'CSocket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/CSocket.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/CBluetoothLinux.DependencyStaticMetadataFileList (in target 'CBluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/CBluetoothLinux.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'CBluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-xros1.0 -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=CBluetoothLinux' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/Sources/CBluetoothLinux/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/CBluetoothLinux.LinkFileList (in target 'CBluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/CBluetoothLinux.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/CBluetoothLinux.DependencyMetadataFileList (in target 'CBluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/CBluetoothLinux.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/Objects-normal/arm64/BluetoothLinux_const_extract_protocols.json (in target 'BluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/Objects-normal/arm64/BluetoothLinux_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/Objects-normal/arm64/BluetoothLinux.SwiftFileList (in target 'BluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/Objects-normal/arm64/BluetoothLinux.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/Objects-normal/arm64/BluetoothLinux.SwiftConstValuesFileList (in target 'BluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/Objects-normal/arm64/BluetoothLinux.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/Objects-normal/arm64/BluetoothLinux.LinkFileList (in target 'BluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/Objects-normal/arm64/BluetoothLinux.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/Objects-normal/arm64/BluetoothLinux-OutputFileMap.json (in target 'BluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/Objects-normal/arm64/BluetoothLinux-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/BluetoothLinux.modulemap (in target 'BluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/BluetoothLinux.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/BluetoothLinux.DependencyStaticMetadataFileList (in target 'BluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/BluetoothLinux.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/BluetoothLinux.DependencyMetadataFileList (in target 'BluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/BluetoothLinux.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI_const_extract_protocols.json (in target 'BluetoothHCI' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.SwiftFileList (in target 'BluetoothHCI' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.SwiftConstValuesFileList (in target 'BluetoothHCI' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.LinkFileList (in target 'BluetoothHCI' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI-OutputFileMap.json (in target 'BluetoothHCI' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/BluetoothHCI.modulemap (in target 'BluetoothHCI' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/BluetoothHCI.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/BluetoothHCI.DependencyStaticMetadataFileList (in target 'BluetoothHCI' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/BluetoothHCI.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BluetoothLinux.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/BluetoothLinux.modulemap (in target 'BluetoothLinux' from project 'BluetoothLinux')
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/BluetoothLinux.build/Debug-xros/BluetoothLinux.build/BluetoothLinux.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/BluetoothHCI.DependencyMetadataFileList (in target 'BluetoothHCI' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/BluetoothHCI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/Objects-normal/arm64/BluetoothGAP_const_extract_protocols.json (in target 'BluetoothGAP' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/Objects-normal/arm64/BluetoothGAP_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/Objects-normal/arm64/BluetoothGAP.SwiftFileList (in target 'BluetoothGAP' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/Objects-normal/arm64/BluetoothGAP.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/Objects-normal/arm64/BluetoothGAP.SwiftConstValuesFileList (in target 'BluetoothGAP' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/Objects-normal/arm64/BluetoothGAP.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/Objects-normal/arm64/BluetoothGAP.LinkFileList (in target 'BluetoothGAP' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/Objects-normal/arm64/BluetoothGAP.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/Objects-normal/arm64/BluetoothGAP-OutputFileMap.json (in target 'BluetoothGAP' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/Objects-normal/arm64/BluetoothGAP-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BluetoothHCI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothHCI.build/BluetoothHCI.modulemap (in target 'BluetoothHCI' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
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/Bluetooth.build/Debug-xros/BluetoothHCI.build/BluetoothHCI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/BluetoothGAP.modulemap (in target 'BluetoothGAP' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/BluetoothGAP.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/BluetoothGAP.DependencyStaticMetadataFileList (in target 'BluetoothGAP' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/BluetoothGAP.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/BluetoothGAP.DependencyMetadataFileList (in target 'BluetoothGAP' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/BluetoothGAP.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth.SwiftFileList (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth_const_extract_protocols.json (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth.SwiftConstValuesFileList (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth.LinkFileList (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth-OutputFileMap.json (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Bluetooth.modulemap (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Bluetooth.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BluetoothGAP.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/BluetoothGAP.build/BluetoothGAP.modulemap (in target 'BluetoothGAP' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
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/Bluetooth.build/Debug-xros/BluetoothGAP.build/BluetoothGAP.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Bluetooth.DependencyStaticMetadataFileList (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Bluetooth.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Bluetooth.DependencyMetadataFileList (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Bluetooth.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Bluetooth.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Bluetooth.modulemap (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
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/Bluetooth.build/Debug-xros/Bluetooth.build/Bluetooth.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/CSystem/shims.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CSystem' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/CSystem/shims.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.o -index-unit-output-path /swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket/Sources/CSocket/shims.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CSocket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket/Sources/CSocket/shims.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.o -index-unit-output-path /Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.o /Users/admin/builder/spi-builder-workspace/Sources/CBluetoothLinux/dummy.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CBluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CBluetoothLinux/dummy.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.o -index-unit-output-path /BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.o
SwiftDriver Bluetooth normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Bluetooth -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth.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/Bluetooth.build/Debug-xros/Bluetooth.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth_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/Bluetooth.build/Debug-xros/Bluetooth.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.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/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SystemPackage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SystemPackage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSYSTEM_PACKAGE -DENABLE_MOCKING -DSYSTEM_PACKAGE_DARWIN -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-16.3.0.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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_system -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/CSystem/include -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/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.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/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/CSystem/shims.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CSystem' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/CSystem/shims.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.o -index-unit-output-path /swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/shims.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket/Sources/CSocket/shims.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CSocket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket/Sources/CSocket/shims.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.o -index-unit-output-path /Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/shims.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.o /Users/admin/builder/spi-builder-workspace/Sources/CBluetoothLinux/dummy.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CBluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CBluetoothLinux/dummy.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.o -index-unit-output-path /BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/dummy.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CSystem.o normal (in target 'CSystem' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/CSystem.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/CSystem_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/CSystem.build/Objects-normal/arm64/CSystem_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CSystem.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CSocket.o normal (in target 'CSocket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/CSocket.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/CSocket_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/CSocket.build/Objects-normal/arm64/CSocket_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CSocket.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CBluetoothLinux.o normal (in target 'CBluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/CBluetoothLinux.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/CBluetoothLinux_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothLinux.build/Debug-xros/CBluetoothLinux.build/Objects-normal/arm64/CBluetoothLinux_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CBluetoothLinux.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CSystem.o (in target 'CSystem' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CSystem.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CSocket.o (in target 'CSocket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Socket
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CSocket.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CBluetoothLinux.o (in target 'CBluetoothLinux' from project 'BluetoothLinux')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CBluetoothLinux.o
SwiftCompile normal arm64 Compiling\ FilePathString.swift,\ FilePathSyntax.swift,\ FilePathTemp.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathTemp.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathTemp.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FilePathComponentView.swift,\ FilePathComponents.swift,\ FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Errno.swift,\ ErrnoWindows.swift,\ FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/ErrnoWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/ErrnoWindows.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MachPort.swift,\ PlatformString.swift,\ SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/MachPort.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/MachPort.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FilePathTempPosix.swift,\ FilePathTempWindows.swift,\ FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathTempPosix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathTempWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathTempPosix.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathTempWindows.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Util+StringArray.swift,\ Util.swift,\ UtilConsumers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util+StringArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util+StringArray.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Constants.swift,\ Exports.swift,\ Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FilePermissions.swift,\ Backcompat.swift,\ CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Backcompat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Backcompat.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FileHelpers.swift,\ FileOperations.swift,\ FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RawBuffer.swift,\ Syscalls.swift,\ WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/RawBuffer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/RawBuffer.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SystemPackage (in target 'SystemPackage' from project 'swift-system')
EmitSwiftModule normal arm64 (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling FileHelpers.swift, FileOperations.swift, FilePath.swift (in target 'SystemPackage' from project 'swift-system')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Bluetooth (in target 'Bluetooth' from project 'Bluetooth')
EmitSwiftModule normal arm64 (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling FilePathComponentView.swift, FilePathComponents.swift, FilePathParsing.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ UInt24.swift,\ UInt256.swift,\ UInt40.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt24.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt256.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt40.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt24.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt256.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt40.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Errno.swift, ErrnoWindows.swift, FileDescriptor.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ SFloat.swift,\ SecurityLevel.swift,\ UInt128.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt128.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt128.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling FilePathString.swift, FilePathSyntax.swift, FilePathTemp.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ GeneratedCompanyIdentifierNames.swift,\ GeneratedCompanyIdentifiers.swift,\ L2CAPSocket.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifierNames.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifiers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/L2CAPSocket.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifierNames.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifiers.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/L2CAPSocket.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling FilePathTempPosix.swift, FilePathTempWindows.swift, FilePathWindows.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ Address.swift,\ AsyncIndefiniteStream.swift,\ BitMaskOption.swift,\ BluetoothUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BluetoothUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BluetoothUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Util+StringArray.swift, Util.swift, UtilConsumers.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ ByteSwap.swift,\ ByteValue.swift,\ ClassOfDevice.swift,\ CompanyIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/CompanyIdentifier.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/CompanyIdentifier.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling RawBuffer.swift, Syscalls.swift, WindowsSyscallAdapters.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ LowEnergyAdvertisingData.swift,\ LowEnergyScanTimeInterval.swift,\ RSSI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyScanTimeInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/RSSI.swift (in target 'Bluetooth' from project 'Bluetooth')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BluetoothUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/CompanyIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/DataConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Integer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/UUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifierNames.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifiers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/L2CAPSocket.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyScanTimeInterval.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/RSSI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt128.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt24.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt256.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt40.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt48.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt512.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Unit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UnitIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UnitIdentifierExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/iBeacon.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/supplementaryOutputs-13 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/swift-overrides.hmap -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/Bluetooth.build/Debug-xros/Bluetooth.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/LowEnergyAdvertisingData.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/LowEnergyScanTimeInterval.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/RSSI.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/LowEnergyAdvertisingData.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/LowEnergyScanTimeInterval.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/RSSI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:221:1: error: type 'LowEnergyAdvertisingData' does not conform to protocol 'Sequence'
extension LowEnergyAdvertisingData: Sequence {
^
Swift.Sequence.Iterator:2:16: note: unable to infer associated type 'Iterator' for protocol 'Sequence'
associatedtype Iterator : IteratorProtocol}
^
Swift.Sequence.makeIterator:2:36: note: candidate would match and infer 'Iterator' = 'LowEnergyAdvertisingData' if 'LowEnergyAdvertisingData' conformed to 'IteratorProtocol'
@inlinable public __consuming func makeIterator() -> Self}
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:230:1: error: type 'LowEnergyAdvertisingData' does not conform to protocol 'MutableCollection'
extension LowEnergyAdvertisingData: MutableCollection {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:230:1: error: type 'LowEnergyAdvertisingData' does not conform to protocol 'Collection'
extension LowEnergyAdvertisingData: MutableCollection {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:230:1: note: add stubs for conformance
extension LowEnergyAdvertisingData: MutableCollection {
^
Swift.MutableCollection.Element:2:16: note: protocol requires nested type 'Element'
associatedtype Element}
^
Swift.Collection.Iterator:2:16: note: protocol requires nested type 'Iterator'
associatedtype Iterator = IndexingIterator<Self>}
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:331:1: error: type 'LowEnergyAdvertisingData' does not conform to protocol 'RandomAccessCollection'
extension LowEnergyAdvertisingData: RandomAccessCollection {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:331:1: note: add stubs for conformance
extension LowEnergyAdvertisingData: RandomAccessCollection {
^
Swift.RandomAccessCollection.Element:2:16: note: protocol requires nested type 'Element'
associatedtype Element}
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:72:36: error: cannot infer type of closure parameter '$0' without a type annotation
slice.enumerated().forEach {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:184:16: error: referencing instance method 'toHexadecimal()' on 'Collection' requires that 'LowEnergyAdvertisingData.Element' conform to 'FixedWidthInteger'
return toHexadecimal()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift:21:10: note: where 'Self.Element' = 'LowEnergyAdvertisingData.Element'
internal extension Collection where Element: FixedWidthInteger {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:214:14: error: binary operator '+=' cannot be applied to operands of type 'Data' and 'LowEnergyAdvertisingData'
data += self
~~~~ ^ ~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyScanTimeInterval.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/RSSI.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling FilePermissions.swift, Backcompat.swift, CInterop.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ DefinedUUID.swift,\ DefinedUUIDExtension.swift,\ DataConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/DataConvertible.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/DataConvertible.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Constants.swift, Exports.swift, Mocking.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ UInt48.swift,\ UInt512.swift,\ Unit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt48.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt512.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Unit.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt48.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt512.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Unit.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling MachPort.swift, PlatformString.swift, SystemString.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ Hexadecimal.swift,\ Integer.swift,\ UUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Integer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/UUID.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Integer.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/UUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SystemPackage (in target 'SystemPackage' from project 'swift-system')
SwiftDriver\ Compilation\ Requirements SystemPackage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SystemPackage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSYSTEM_PACKAGE -DENABLE_MOCKING -DSYSTEM_PACKAGE_DARWIN -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-16.3.0.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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_system -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/CSystem/include -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/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.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/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Hexadecimal.swift, Integer.swift, UUID.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftDriver\ Compilation SystemPackage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SystemPackage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSYSTEM_PACKAGE -DENABLE_MOCKING -DSYSTEM_PACKAGE_DARWIN -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-16.3.0.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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_system -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/CSystem/include -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/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.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/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UnitIdentifier.swift,\ UnitIdentifierExtension.swift,\ iBeacon.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UnitIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UnitIdentifierExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/iBeacon.swift (in target 'Bluetooth' from project 'Bluetooth')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ LowEnergyAdvertisingData.swift,\ LowEnergyScanTimeInterval.swift,\ RSSI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyScanTimeInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/RSSI.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 Compiling\ UnitIdentifier.swift,\ UnitIdentifierExtension.swift,\ iBeacon.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UnitIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UnitIdentifierExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/iBeacon.swift (in target 'Bluetooth' from project 'Bluetooth')
Building workspace spi-builder-workspace with scheme BluetoothLinux
(4 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
BluetoothLinux: /Users/admin/builder/spi-builder-workspace
Socket: https://github.com/PureSwift/Socket.git @ main (fa5f3c5)
swift-system: https://github.com/apple/swift-system @ 1.4.2
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ 6.4.3
resolved source packages: BluetoothLinux, Socket, swift-system, Bluetooth
{
"dependencies" : [
{
"identity" : "bluetooth",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Bluetooth.git"
},
{
"identity" : "socket",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Socket.git"
}
],
"manifest_display_name" : "BluetoothLinux",
"name" : "BluetoothLinux",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BluetoothLinux",
"targets" : [
"BluetoothLinux"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CBluetoothLinuxTest",
"module_type" : "ClangTarget",
"name" : "CBluetoothLinuxTest",
"path" : "Sources/CBluetoothLinuxTest",
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "CBluetoothLinux",
"module_type" : "ClangTarget",
"name" : "CBluetoothLinux",
"path" : "Sources/CBluetoothLinux",
"product_memberships" : [
"BluetoothLinux"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "BluetoothLinuxTests",
"module_type" : "SwiftTarget",
"name" : "BluetoothLinuxTests",
"path" : "Tests/BluetoothLinuxTests",
"sources" : [
"BluetoothLinuxTests.swift"
],
"target_dependencies" : [
"BluetoothLinux",
"CBluetoothLinuxTest"
],
"type" : "test"
},
{
"c99name" : "BluetoothLinux",
"module_type" : "SwiftTarget",
"name" : "BluetoothLinux",
"path" : "Sources/BluetoothLinux",
"product_dependencies" : [
"Bluetooth",
"BluetoothHCI",
"Socket"
],
"product_memberships" : [
"BluetoothLinux"
],
"sources" : [
"AddressType.swift",
"BNEP/BNEP.swift",
"BNEP/IOCTL/BNEPIO.swift",
"CMTP/CMTP.swift",
"CMTP/IOCTL/CMTPIO.swift",
"Error.swift",
"Extensions/Sequence.swift",
"HCI/DeviceCommand.swift",
"HCI/DevicePollEvent.swift",
"HCI/DeviceRequest.swift",
"HCI/HCIBusType.swift",
"HCI/HCIChannel.swift",
"HCI/HCIControllerType.swift",
"HCI/HCIDeviceEvent.swift",
"HCI/HCIDeviceFlag.swift",
"HCI/HCIDeviceOptions.swift",
"HCI/HCIFileDescriptor.swift",
"HCI/HCIPacketType.swift",
"HCI/HCISocketAddress.swift",
"HCI/HCISocketOption.swift",
"HCI/HostController.swift",
"HCI/IOCTL/HCIDeviceDown.swift",
"HCI/IOCTL/HCIDeviceInformation.swift",
"HCI/IOCTL/HCIDeviceList.swift",
"HCI/IOCTL/HCIDeviceUp.swift",
"HCI/IOCTL/HCIScan.swift",
"HCI/IOCTL/HostControllerIO.swift",
"HCI/SocketOptions/HCIFilterSocketOption.swift",
"HIDP/HIDP.swift",
"HIDP/IOCTL/HIDPIO.swift",
"IOControl/DeviceDown.swift",
"Internal/CInterop.swift",
"Internal/CSocketAddress.swift",
"Internal/Darwin.swift",
"Internal/IOCTL.swift",
"Internal/SocketDescriptor.swift",
"L2CAP/L2CAPFileDescriptor.swift",
"L2CAP/L2CAPSocket.swift",
"L2CAP/L2CAPSocketAddress.swift",
"L2CAP/L2CAPSocketOption.swift",
"LinkMode.swift",
"RFCOMM/IOCTL/RFCOMMCreateDevice.swift",
"RFCOMM/IOCTL/RFCOMMGetDeviceInformation.swift",
"RFCOMM/IOCTL/RFCOMMGetDeviceList.swift",
"RFCOMM/IOCTL/RFCOMMIO.swift",
"RFCOMM/IOCTL/RFCOMMReleaseDevice.swift",
"RFCOMM/RFCOMMDevice.swift",
"RFCOMM/RFCOMMFlag.swift",
"RFCOMM/RFCOMMLinkMode.swift",
"RFCOMM/RFCOMMSocket.swift",
"RFCOMM/RFCOMMSocketAddress.swift",
"RFCOMM/RFCOMMSocketOption.swift",
"RFCOMM/RFCOMMState.swift",
"SCO/SCOSocket.swift",
"SCO/SCOSocketOption.swift",
"SocketAddress.swift",
"SocketOption.swift",
"SocketOptionLevel.swift",
"SocketOptions/SecuritySocketOption.swift",
"SocketProtocol.swift"
],
"target_dependencies" : [
"CBluetoothLinux"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"BluetoothLinux"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BluetoothLinux -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BluetoothLinux -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
swift-system: https://github.com/apple/swift-system @ 1.4.2
Socket: https://github.com/PureSwift/Socket.git @ main (fa5f3c5)
BluetoothLinux: /Users/admin/builder/spi-builder-workspace
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ 6.4.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
Target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'CBluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'CBluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'CSocket' in project 'Socket'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'CSocket' in project 'Socket'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
Target 'CSocket' in project 'Socket' (no dependencies)
Target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothGAP' in project 'Bluetooth'
Target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothGAP' in project 'Bluetooth'
Target 'BluetoothGAP' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
Target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
Target 'Bluetooth' in project 'Bluetooth' (no dependencies)
Target 'CBluetoothLinux' in project 'BluetoothLinux' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a68e59a455f4de4e9613043eabcf45c3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a68e59a455f4de4e9613043eabcf45c3.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver Bluetooth normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Bluetooth -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth.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/Bluetooth.build/Debug-xros/Bluetooth.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth_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/Bluetooth.build/Debug-xros/Bluetooth.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.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/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SystemPackage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SystemPackage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSYSTEM_PACKAGE -DENABLE_MOCKING -DSYSTEM_PACKAGE_DARWIN -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-16.3.0.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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_system -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/CSystem/include -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/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.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/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DefinedUUID.swift,\ DefinedUUIDExtension.swift,\ DataConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/DataConvertible.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/DataConvertible.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LowEnergyAdvertisingData.swift,\ LowEnergyScanTimeInterval.swift,\ RSSI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyScanTimeInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/RSSI.swift (in target 'Bluetooth' from project 'Bluetooth')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BluetoothUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/CompanyIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/DataConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Integer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/UUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifierNames.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifiers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/L2CAPSocket.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyScanTimeInterval.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/RSSI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt128.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt24.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt256.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt40.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt48.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt512.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Unit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UnitIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UnitIdentifierExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/iBeacon.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Bluetooth_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/swift-overrides.hmap -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/Bluetooth.build/Debug-xros/Bluetooth.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/LowEnergyAdvertisingData.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/LowEnergyScanTimeInterval.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/RSSI.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/LowEnergyAdvertisingData.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/LowEnergyScanTimeInterval.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/RSSI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:221:1: error: type 'LowEnergyAdvertisingData' does not conform to protocol 'Sequence'
extension LowEnergyAdvertisingData: Sequence {
^
Swift.Sequence.Iterator:2:16: note: unable to infer associated type 'Iterator' for protocol 'Sequence'
associatedtype Iterator : IteratorProtocol}
^
Swift.Sequence.makeIterator:2:36: note: candidate would match and infer 'Iterator' = 'LowEnergyAdvertisingData' if 'LowEnergyAdvertisingData' conformed to 'IteratorProtocol'
@inlinable public __consuming func makeIterator() -> Self}
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:230:1: error: type 'LowEnergyAdvertisingData' does not conform to protocol 'MutableCollection'
extension LowEnergyAdvertisingData: MutableCollection {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:230:1: error: type 'LowEnergyAdvertisingData' does not conform to protocol 'Collection'
extension LowEnergyAdvertisingData: MutableCollection {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:230:1: note: add stubs for conformance
extension LowEnergyAdvertisingData: MutableCollection {
^
Swift.MutableCollection.Element:2:16: note: protocol requires nested type 'Element'
associatedtype Element}
^
Swift.Collection.Iterator:2:16: note: protocol requires nested type 'Iterator'
associatedtype Iterator = IndexingIterator<Self>}
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:331:1: error: type 'LowEnergyAdvertisingData' does not conform to protocol 'RandomAccessCollection'
extension LowEnergyAdvertisingData: RandomAccessCollection {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:331:1: note: add stubs for conformance
extension LowEnergyAdvertisingData: RandomAccessCollection {
^
Swift.RandomAccessCollection.Element:2:16: note: protocol requires nested type 'Element'
associatedtype Element}
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:72:36: error: cannot infer type of closure parameter '$0' without a type annotation
slice.enumerated().forEach {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:184:16: error: referencing instance method 'toHexadecimal()' on 'Collection' requires that 'LowEnergyAdvertisingData.Element' conform to 'FixedWidthInteger'
return toHexadecimal()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift:21:10: note: where 'Self.Element' = 'LowEnergyAdvertisingData.Element'
internal extension Collection where Element: FixedWidthInteger {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift:214:14: error: binary operator '+=' cannot be applied to operands of type 'Data' and 'LowEnergyAdvertisingData'
data += self
~~~~ ^ ~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyScanTimeInterval.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/RSSI.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SFloat.swift,\ SecurityLevel.swift,\ UInt128.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt128.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt128.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ByteSwap.swift,\ ByteValue.swift,\ ClassOfDevice.swift,\ CompanyIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/CompanyIdentifier.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/CompanyIdentifier.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UInt48.swift,\ UInt512.swift,\ Unit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt48.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt512.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Unit.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt48.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt512.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Unit.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GeneratedCompanyIdentifierNames.swift,\ GeneratedCompanyIdentifiers.swift,\ L2CAPSocket.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifierNames.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifiers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/L2CAPSocket.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifierNames.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifiers.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/L2CAPSocket.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Hexadecimal.swift,\ Integer.swift,\ UUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Integer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/UUID.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Integer.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/UUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Address.swift,\ AsyncIndefiniteStream.swift,\ BitMaskOption.swift,\ BluetoothUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BluetoothUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BluetoothUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Bluetooth (in target 'Bluetooth' from project 'Bluetooth')
EmitSwiftModule normal arm64 (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UInt24.swift,\ UInt256.swift,\ UInt40.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt24.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt256.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt40.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt24.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt256.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt40.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SystemPackage (in target 'SystemPackage' from project 'swift-system')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ LowEnergyAdvertisingData.swift,\ LowEnergyScanTimeInterval.swift,\ RSSI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyScanTimeInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/RSSI.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SystemPackage (in target 'SystemPackage' from project 'swift-system')
Building workspace spi-builder-workspace with scheme BluetoothLinux
(4 failures)
BUILD FAILURE 6.1 visionOS