The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build GATT, reference master (113a71), with Swift 6.0 for visionOS using Xcode 16.0 on 4 Nov 2024 11:31:18 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GATT-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/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:3:20: note: unable to infer associated type 'Iterator' for protocol 'Sequence'
    associatedtype Iterator : IteratorProtocol
                   ^
Swift.Sequence:2:40: 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 {
^
Swift.MutableCollection:2:20: note: protocol requires nested type 'Element'; add nested type 'Element' for conformance
    associatedtype Element
                   ^
Swift.Collection:10:20: note: protocol requires nested type 'Iterator'; add nested type 'Iterator' for conformance
    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 {
^
Swift.RandomAccessCollection:2:20: note: protocol requires nested type 'Element'; add nested type 'Element' for conformance
    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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/RSSI.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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 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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifierNames.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/L2CAPSocket.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 /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-5 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/GeneratedCompanyIdentifierNames.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifiers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/L2CAPSocket.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifierNames.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifiers.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/L2CAPSocket.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/Generated/GeneratedCompanyIdentifierNames.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifierNames.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/L2CAPSocket.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 /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-5 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/GeneratedCompanyIdentifierNames.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifiers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/L2CAPSocket.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifierNames.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifiers.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/L2CAPSocket.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/Generated/GeneratedCompanyIdentifiers.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifierNames.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/L2CAPSocket.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 /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-5 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/GeneratedCompanyIdentifierNames.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifiers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/L2CAPSocket.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifierNames.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifiers.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/L2CAPSocket.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/L2CAPSocket.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifierNames.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Generated/GeneratedCompanyIdentifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/L2CAPSocket.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 /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-5 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/GeneratedCompanyIdentifierNames.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifiers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/L2CAPSocket.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifierNames.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/GeneratedCompanyIdentifiers.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/L2CAPSocket.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Integer.swift -primary-file /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 /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 /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-4 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Hexadecimal.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Integer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/UUID.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Hexadecimal.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Integer.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/UUID.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/Extensions/Hexadecimal.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Integer.swift -primary-file /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 /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 /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-4 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Hexadecimal.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Integer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/UUID.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Hexadecimal.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Integer.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/UUID.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/Extensions/Integer.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Integer.swift -primary-file /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 /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 /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-4 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Hexadecimal.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Integer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/UUID.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Hexadecimal.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Integer.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/UUID.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/Extensions/UUID.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Hexadecimal.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/Integer.swift -primary-file /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 /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 /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-4 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Hexadecimal.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Integer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/UUID.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Hexadecimal.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Integer.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/UUID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift -primary-file /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 /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 /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-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Address.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/AsyncIndefiniteStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BitMaskOption.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BluetoothUUID.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Address.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/AsyncIndefiniteStream.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BitMaskOption.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BluetoothUUID.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/Address.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift -primary-file /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 /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 /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-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Address.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/AsyncIndefiniteStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BitMaskOption.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BluetoothUUID.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Address.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/AsyncIndefiniteStream.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BitMaskOption.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BluetoothUUID.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/AsyncIndefiniteStream.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift -primary-file /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 /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 /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-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Address.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/AsyncIndefiniteStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BitMaskOption.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BluetoothUUID.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Address.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/AsyncIndefiniteStream.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BitMaskOption.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BluetoothUUID.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/BitMaskOption.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift -primary-file /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 /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 /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-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Address.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/AsyncIndefiniteStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BitMaskOption.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BluetoothUUID.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Address.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/AsyncIndefiniteStream.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BitMaskOption.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BluetoothUUID.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/BluetoothUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Address.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/AsyncIndefiniteStream.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/BitMaskOption.swift -primary-file /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 /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 /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-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Address.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/AsyncIndefiniteStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BitMaskOption.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BluetoothUUID.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/Address.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/AsyncIndefiniteStream.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BitMaskOption.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/BluetoothUUID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift -primary-file /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 /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 /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-2 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/ByteSwap.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteValue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ClassOfDevice.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/CompanyIdentifier.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteSwap.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteValue.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ClassOfDevice.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/CompanyIdentifier.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/ByteSwap.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift -primary-file /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 /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 /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-2 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/ByteSwap.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteValue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ClassOfDevice.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/CompanyIdentifier.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteSwap.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteValue.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ClassOfDevice.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/CompanyIdentifier.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/ByteValue.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift -primary-file /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 /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 /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-2 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/ByteSwap.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteValue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ClassOfDevice.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/CompanyIdentifier.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteSwap.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteValue.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ClassOfDevice.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/CompanyIdentifier.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/ClassOfDevice.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift -primary-file /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 /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 /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-2 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/ByteSwap.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteValue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ClassOfDevice.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/CompanyIdentifier.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteSwap.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteValue.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ClassOfDevice.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/CompanyIdentifier.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/CompanyIdentifier.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteSwap.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ByteValue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/ClassOfDevice.swift -primary-file /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 /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 /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-2 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.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.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/ByteSwap.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteValue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ClassOfDevice.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/CompanyIdentifier.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteSwap.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ByteValue.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/ClassOfDevice.o -index-unit-output-path /Bluetooth.build/Debug-xros/Bluetooth.build/Objects-normal/arm64/CompanyIdentifier.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Hexadecimal.swift, Integer.swift, UUID.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling UnitIdentifier.swift, UnitIdentifierExtension.swift, iBeacon.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling SFloat.swift, SecurityLevel.swift, UInt128.swift (in target 'Bluetooth' from project 'Bluetooth')
** 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')
	Building workspace spi-builder-workspace with scheme GATT-Package
(3 failures)
BUILD FAILURE 6.0 visionOS