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 3.2.1 (113a71), with Swift 6.0 for watchOS using Xcode 16.0 on 4 Nov 2024 11:31:11 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=watchOS 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_32 /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-watchos/Bluetooth.build/Objects-normal/arm64_32/supplementaryOutputs-14 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/arm64_32/LowEnergyAdvertisingData.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/LowEnergyScanTimeInterval.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/RSSI.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/LowEnergyAdvertisingData.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/LowEnergyScanTimeInterval.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/RSSI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /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-watchos/Bluetooth.build/Objects-normal/arm64_32/supplementaryOutputs-14 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/arm64_32/LowEnergyAdvertisingData.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/LowEnergyScanTimeInterval.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/RSSI.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/LowEnergyAdvertisingData.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/LowEnergyScanTimeInterval.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/RSSI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal armv7k Compiling UnitIdentifier.swift, UnitIdentifierExtension.swift, iBeacon.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal armv7k 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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-6 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/Address.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/AsyncIndefiniteStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BitMaskOption.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BluetoothUUID.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/Address.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/AsyncIndefiniteStream.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BitMaskOption.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BluetoothUUID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-6 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/Address.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/AsyncIndefiniteStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BitMaskOption.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BluetoothUUID.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/Address.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/AsyncIndefiniteStream.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BitMaskOption.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BluetoothUUID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-6 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/Address.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/AsyncIndefiniteStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BitMaskOption.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BluetoothUUID.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/Address.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/AsyncIndefiniteStream.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BitMaskOption.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BluetoothUUID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-6 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/Address.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/AsyncIndefiniteStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BitMaskOption.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BluetoothUUID.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/Address.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/AsyncIndefiniteStream.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BitMaskOption.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BluetoothUUID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-6 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/Address.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/AsyncIndefiniteStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BitMaskOption.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BluetoothUUID.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/Address.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/AsyncIndefiniteStream.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BitMaskOption.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/BluetoothUUID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64_32 Compiling Hexadecimal.swift, Integer.swift, UUID.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal armv7k Compiling\ DefinedUUID.swift,\ DefinedUUIDExtension.swift,\ DataConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/DataConvertible.swift (in target 'Bluetooth' from project 'Bluetooth')
    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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift -primary-file /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-12 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUIDExtension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DataConvertible.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUID.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUIDExtension.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DataConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift -primary-file /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-12 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUIDExtension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DataConvertible.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUID.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUIDExtension.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DataConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift -primary-file /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-12 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUIDExtension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DataConvertible.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUID.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUIDExtension.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DataConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/Extensions/DataConvertible.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUID.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/DefinedUUIDExtension.swift -primary-file /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-12 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUIDExtension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DataConvertible.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUID.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DefinedUUIDExtension.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/DataConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ SFloat.swift,\ SecurityLevel.swift,\ UInt128.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt128.swift (in target 'Bluetooth' from project 'Bluetooth')
    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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift -primary-file /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-watchos/Bluetooth.build/Objects-normal/arm64_32/supplementaryOutputs-17 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/arm64_32/SFloat.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SecurityLevel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/UInt128.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SFloat.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SecurityLevel.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/UInt128.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift -primary-file /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-watchos/Bluetooth.build/Objects-normal/arm64_32/supplementaryOutputs-17 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/arm64_32/SFloat.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SecurityLevel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/UInt128.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SFloat.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SecurityLevel.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/UInt128.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift -primary-file /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-watchos/Bluetooth.build/Objects-normal/arm64_32/supplementaryOutputs-17 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/arm64_32/SFloat.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SecurityLevel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/UInt128.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SFloat.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SecurityLevel.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/UInt128.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/UInt128.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SFloat.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/SecurityLevel.swift -primary-file /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-watchos/Bluetooth.build/Objects-normal/arm64_32/supplementaryOutputs-17 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/arm64_32/SFloat.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SecurityLevel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/UInt128.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SFloat.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/SecurityLevel.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/UInt128.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64_32 Compiling UInt48.swift, UInt512.swift, Unit.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftDriverJobDiscovery normal arm64_32 Compiling ByteSwap.swift, ByteValue.swift, ClassOfDevice.swift, CompanyIdentifier.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal armv7k 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')
    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 /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-21 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyAdvertisingData.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyScanTimeInterval.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/RSSI.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyAdvertisingData.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyScanTimeInterval.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/RSSI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift (in target 'Bluetooth' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-21 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyAdvertisingData.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyScanTimeInterval.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/RSSI.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyAdvertisingData.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyScanTimeInterval.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/RSSI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-21 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyAdvertisingData.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyScanTimeInterval.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/RSSI.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyAdvertisingData.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyScanTimeInterval.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/RSSI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Bluetooth.build/Objects-normal/armv7k/supplementaryOutputs-21 -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyAdvertisingData.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyScanTimeInterval.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/RSSI.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyAdvertisingData.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/LowEnergyScanTimeInterval.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/armv7k/RSSI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 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-watchos/Bluetooth.build/Objects-normal/arm64_32/supplementaryOutputs-11 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Bluetooth.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Bluetooth.build/Objects-normal/arm64_32/GeneratedCompanyIdentifierNames.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/GeneratedCompanyIdentifiers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/L2CAPSocket.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/GeneratedCompanyIdentifierNames.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/GeneratedCompanyIdentifiers.o -index-unit-output-path /Bluetooth.build/Debug-watchos/Bluetooth.build/Objects-normal/arm64_32/L2CAPSocket.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64_32 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_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bluetooth/LowEnergyAdvertisingData.swift (in target 'Bluetooth' from project 'Bluetooth')
	SwiftCompile normal arm64_32 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')
	Building workspace spi-builder-workspace with scheme GATT-Package
(4 failures)
BUILD FAILURE 6.0 watchOS