The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Bluetooth, reference 7.2.2 (7879b3), with Swift 6.1 for watchOS using Xcode 16.3 on 22 Jun 2025 05:15:35 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Bluetooth-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats

Build Log

    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadLocalName.swift:47:31: warning: 'init(validatingUTF8:)' is deprecated: replaced by 'String.init(validatingCString:)'
        guard let localName = String(validatingUTF8: &data)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadLocalName.swift:47:31: note: use 'String.init(validatingCString:)' instead
        guard let localName = String(validatingUTF8: &data)
                              ^~~~~~ ~~~~~~~~~~~~~~
                              String validatingCString
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadLocalSupportedFeatures.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadLocalSupportedFeatures.swift:18:92: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    func readLocalSupportedFeatures(timeout: HCICommandTimeout = .default) async throws -> BitMaskOptionSet<LMPFeature> {
                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadLocalSupportedFeatures.swift:38:26: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public let features: BitMaskOptionSet<LMPFeature>
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadLocalSupportedFeatures.swift:58:25: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        self.features = BitMaskOptionSet<LMPFeature>(rawValue: featuresValue)
                        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadLocalVersionInformation.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadPageTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteExtendedFeatures.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteExtendedFeatures.swift:22:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    ) async throws -> BitMaskOptionSet<LMPFeature> {
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteExtendedFeaturesComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteExtendedFeaturesComplete.swift:29:26: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public let features: BitMaskOptionSet<LMPFeature>
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteExtendedFeaturesComplete.swift:47:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        let features = BitMaskOptionSet<LMPFeature>(rawValue: featuresValue)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteFeaturesComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteFeaturesComplete.swift:25:26: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public let features: BitMaskOptionSet<LMPFeature>
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteFeaturesComplete.swift:39:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        let features = BitMaskOptionSet<LMPFeature>(rawValue: featuresValue)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteSupportedFeatures.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteSupportedFeatures.swift:21:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    ) async throws -> BitMaskOptionSet<LMPFeature> {
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteVersionInformation.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadRemoteVersionInformationComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling HCILESetPeriodicAdvertisingParameters.swift, HCILESetPhy.swift, HCILESetPrivacyMode.swift, HCILESetRandomAddress.swift, HCILESetResolvablePrivateAddressTimeout.swift, HCILESetScanEnable.swift, HCILESetScanParameters.swift, HCILESetScanResponseData.swift, HCILEStartEncryption.swift, HCILETestEnd.swift, HCILETransmitterTest.swift, HCILEUpdateConnection.swift, HCILEWriteRfPathCompensation.swift, HCILEWriteSuggestedDefaultDataLength.swift, HCILinkKeyNotification.swift, HCILinkKeyRequest.swift, HCILinkKeyRequestNegativeReply.swift, HCILinkKeyRequestReply.swift, HCILowEnergyMetaEvent.swift, HCIMaxSlotsChange.swift, HCIModeChange.swift, HCINumberOfCompletedPackets.swift, HCIPINCodeRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 Compiling\ AdvertisingChannelHeader.swift,\ AdvertisingInterval.swift,\ BluetoothHostController.swift,\ ChannelIdentifier.swift,\ ConnectionAcceptTimeout.swift,\ Bool.swift,\ Hexadecimal.swift,\ Integer.swift,\ String.swift,\ System.swift,\ HCI.swift,\ HCIAcceptConnectionRequest.swift,\ HCIAuthenticationComplete.swift,\ HCIAuthenticationRequested.swift,\ HCIChangeConnectionPacketType.swift,\ HCICommand.swift,\ HCICommandComplete.swift,\ HCICommandStatus.swift,\ HCICommandTimeout.swift,\ HCIConnectionComplete.swift,\ HCIConnectionPacketTypeChange.swift,\ HCIConnectionRequest.swift,\ HCICreateConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/AdvertisingChannelHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/AdvertisingInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/BluetoothHostController.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/ChannelIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/ConnectionAcceptTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Bool.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Hexadecimal.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Integer.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/String.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/System.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCI.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAcceptConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAuthenticationComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAuthenticationRequested.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIChangeConnectionPacketType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionPacketTypeChange.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/AdvertisingChannelHeader.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/AdvertisingInterval.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/BluetoothHostController.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/ChannelIdentifier.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/ConnectionAcceptTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Bool.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Hexadecimal.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Integer.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/String.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/String.swift:44:14: warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination.
        self.init(cString: cString)
             ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/System.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCI.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAcceptConnectionRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAuthenticationComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAuthenticationRequested.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIChangeConnectionPacketType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandStatus.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionPacketTypeChange.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift:22:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        clockOffset: BitMaskOptionSet<HCICreateConnection.ClockOffset>,
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift:64:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public var clockOffset: BitMaskOptionSet<ClockOffset>
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift:73:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        clockOffset: BitMaskOptionSet<ClockOffset>,
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift:116:38: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
    public enum ClockOffset: UInt16, BitMaskOption {
                                     ^
SwiftDriverJobDiscovery normal arm64_32 Compiling HCILEChannelSelectionAlgorithm.swift, HCILEConnectionComplete.swift, HCILEConnectionUpdateComplete.swift, HCILECreateConnection.swift, HCILEDataLengthChange.swift, HCILEDirectedAdvertisingReport.swift, HCILEEncrypt.swift, HCILEEnhancedConnectionComplete.swift, HCILEEnhancedReceiverTest.swift, HCILEEnhancedTransmitterTest.swift, HCILEExtendedAdvertisingReport.swift, HCILEExtendedCreateConnection.swift, HCILEGenerateDHKey.swift, HCILEGenerateDHKeyComplete.swift, HCILELongTermKeyRequest.swift, HCILELongTermKeyRequestNegativeReply.swift, HCILELongTermKeyRequestReply.swift, HCILEPeriodicAdvertisingCreateSync.swift, HCILEPeriodicAdvertisingReport.swift, HCILEPeriodicAdvertisingSyncEstablished.swift, HCILEPeriodicAdvertisingSyncLost.swift, HCILEPeriodicAdvertisingTerminateSync.swift, HCILEPhyUpdateComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 Compiling\ HCIReadStoredLinkKey.swift,\ HCIRejectConnectionRequest.swift,\ HCIRemoteNameRequest.swift,\ HCIRemoteNameRequestComplete.swift,\ HCIReset.swift,\ HCISetConnectionEncryption.swift,\ HCISetEventFilter.swift,\ HCISimplePairingComplete.swift,\ HCIUserConfirmationRequest.swift,\ HCIUserConfirmationRequestReply.swift,\ HCIVersion.swift,\ HCIWriteClassOfDevice.swift,\ HCIWriteConnectionAcceptTimeout.swift,\ HCIWriteLinkPolicySettings.swift,\ HCIWriteLinkSupervisionTimeout.swift,\ HCIWriteLocalName.swift,\ HCIWritePageScanActivity.swift,\ HCIWritePageScanType.swift,\ HCIWritePageTimeout.swift,\ HCIWriteScanEnable.swift,\ HostControllerBasebandCommand.swift,\ InformationalCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadStoredLinkKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRejectConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequestComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReset.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetConnectionEncryption.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetEventFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISimplePairingComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequestReply.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteClassOfDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteConnectionAcceptTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkSupervisionTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLocalName.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteScanEnable.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HostControllerBasebandCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/InformationalCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadStoredLinkKey.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRejectConnectionRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequestComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReset.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetConnectionEncryption.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetEventFilter.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISimplePairingComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequestReply.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIVersion.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteClassOfDevice.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteConnectionAcceptTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:21:19: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        settings: BitMaskOptionSet<HCIWriteLinkPolicySettings.LinkPolicySettings>,
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:48:26: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public var settings: BitMaskOptionSet<LinkPolicySettings>
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:50:53: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public init(connectionHandle: UInt16, settings: BitMaskOptionSet<LinkPolicySettings>) {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:73:45: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
    public enum LinkPolicySettings: UInt16, BitMaskOption {
                                            ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkSupervisionTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLocalName.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanActivity.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteScanEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HostControllerBasebandCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/InformationalCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LMPFeature.swift,\ LinkControlCommand.swift,\ LinkPolicyCommand.swift,\ LowEnergyAddressType.swift,\ LowEnergyAdvertiserAddressType.swift,\ LowEnergyAdvertising.swift,\ LowEnergyAllPhys.swift,\ LowEnergyChannelMap.swift,\ LowEnergyClockAccuracy.swift,\ LowEnergyCommand.swift,\ LowEnergyConnection.swift,\ LowEnergyConnectionInterval.swift,\ LowEnergyConnectionIntervalRange.swift,\ LowEnergyConnectionLatency.swift,\ LowEnergyConnectionLength.swift,\ LowEnergyEvent.swift,\ LowEnergyFeature.swift,\ LowEnergyFragmentPreference.swift,\ LowEnergyMaxTxOctets.swift,\ LowEnergyMaxTxTime.swift,\ LowEnergyPacketPayload.swift,\ LowEnergyPeerIdentifyAddressType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LMPFeature.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LinkControlCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LinkPolicyCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAddressType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAdvertiserAddressType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAdvertising.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAllPhys.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyChannelMap.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyClockAccuracy.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionIntervalRange.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionLatency.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionLength.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFeature.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFragmentPreference.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyMaxTxOctets.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyMaxTxTime.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPacketPayload.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPeerIdentifyAddressType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LMPFeature.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LMPFeature.swift:13:33: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum LMPFeature: UInt64, BitMaskOption {
                                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LinkControlCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LinkPolicyCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAddressType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAdvertiserAddressType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAdvertising.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAllPhys.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAllPhys.swift:13:38: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum LowEnergyAllPhys: UInt8, BitMaskOption {
                                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyChannelMap.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyClockAccuracy.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnection.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionInterval.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionIntervalRange.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionLatency.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionLength.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyEvent.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFeature.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFeature.swift:18:39: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum LowEnergyFeature: UInt64, BitMaskOption {
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFeature.swift:154:40: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
public typealias LowEnergyFeatureSet = BitMaskOptionSet<LowEnergyFeature>
                                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFragmentPreference.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyMaxTxOctets.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyMaxTxTime.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPacketPayload.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPeerIdentifyAddressType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling HCIPINCodeRequestReply.swift, HCIPacketHeader.swift, HCIPageScanRepetitionMode.swift, HCIPeriodicInquiryMode.swift, HCIQoSSetup.swift, HCIQoSSetupComplete.swift, HCIReadClassOfDevice.swift, HCIReadClockOffset.swift, HCIReadClockOffsetComplete.swift, HCIReadConnectionAcceptTimeout.swift, HCIReadDataBlockSize.swift, HCIReadDeviceAddress.swift, HCIReadLMPHandle.swift, HCIReadLocalName.swift, HCIReadLocalSupportedFeatures.swift, HCIReadLocalVersionInformation.swift, HCIReadPageTimeout.swift, HCIReadRemoteExtendedFeatures.swift, HCIReadRemoteExtendedFeaturesComplete.swift, HCIReadRemoteFeaturesComplete.swift, HCIReadRemoteSupportedFeatures.swift, HCIReadRemoteVersionInformation.swift, HCIReadRemoteVersionInformationComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling HCILERandom.swift, HCILEReadAdvertisingChannelTxPower.swift, HCILEReadBufferSize.swift, HCILEReadChannelMap.swift, HCILEReadLocalP256PublicKeyComplete.swift, HCILEReadLocalResolvableAddressReturn.swift, HCILEReadLocalSupportedFeatures.swift, HCILEReadMaximumAdvertisingDataLength.swift, HCILEReadMaximumDataLength.swift, HCILEReadNumberOfSupportedAdvertisingSets.swift, HCILEReadPeerResolvableAddressReturn.swift, HCILEReadPeriodicAdvertisingListSize.swift, HCILEReadPhy.swift, HCILEReadRemoteUsedFeatures.swift, HCILEReadRemoteUsedFeaturesComplete.swift, HCILEReadResolvingListSize.swift, HCILEReadRfPathCompensation.swift, HCILEReadSuggestedDefaultDataLength.swift, HCILEReadSupportedStates.swift, HCILEReadTransmitPower.swift, HCILEReadWhiteListSize.swift, HCILEReceiverTest.swift, HCILERemoteConnectionParameterRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64 Compiling\ AdvertisingChannelHeader.swift,\ AdvertisingInterval.swift,\ BluetoothHostController.swift,\ ChannelIdentifier.swift,\ ConnectionAcceptTimeout.swift,\ Bool.swift,\ Hexadecimal.swift,\ Integer.swift,\ String.swift,\ System.swift,\ HCI.swift,\ HCIAcceptConnectionRequest.swift,\ HCIAuthenticationComplete.swift,\ HCIAuthenticationRequested.swift,\ HCIChangeConnectionPacketType.swift,\ HCICommand.swift,\ HCICommandComplete.swift,\ HCICommandStatus.swift,\ HCICommandTimeout.swift,\ HCIConnectionComplete.swift,\ HCIConnectionPacketTypeChange.swift,\ HCIConnectionRequest.swift,\ HCICreateConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/AdvertisingChannelHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/AdvertisingInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/BluetoothHostController.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/ChannelIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/ConnectionAcceptTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Bool.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Hexadecimal.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Integer.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/String.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/System.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCI.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAcceptConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAuthenticationComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAuthenticationRequested.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIChangeConnectionPacketType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionPacketTypeChange.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/AdvertisingChannelHeader.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/AdvertisingInterval.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/BluetoothHostController.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/ChannelIdentifier.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/ConnectionAcceptTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Bool.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Hexadecimal.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/Integer.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/String.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/String.swift:44:14: warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination.
        self.init(cString: cString)
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/Extensions/System.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCI.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAcceptConnectionRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAuthenticationComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIAuthenticationRequested.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIChangeConnectionPacketType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandStatus.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICommandTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionPacketTypeChange.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIConnectionRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift:22:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        clockOffset: BitMaskOptionSet<HCICreateConnection.ClockOffset>,
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift:64:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public var clockOffset: BitMaskOptionSet<ClockOffset>
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift:73:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        clockOffset: BitMaskOptionSet<ClockOffset>,
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnection.swift:116:38: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
    public enum ClockOffset: UInt16, BitMaskOption {
                                     ^
SwiftDriverJobDiscovery normal arm64 Compiling HCILERemoteConnectionParameterRequestNegativeReply.swift, HCILERemoteConnectionParameterRequestReply.swift, HCILERemoveAdvertisingSet.swift, HCILERemoveDeviceFromResolvingList.swift, HCILERemoveDeviceFromWhiteList.swift, HCILERemoveDeviceToPeriodicAdvertiserList.swift, HCILEScanRequestReceived.swift, HCILESetAddressResolutionEnable.swift, HCILESetAdvertiseEnable.swift, HCILESetAdvertisingData.swift, HCILESetAdvertisingParameters.swift, HCILESetAdvertisingSetRandomAddress.swift, HCILESetDataLength.swift, HCILESetDefaultPhy.swift, HCILESetEventMask.swift, HCILESetExtendedAdvertisingData.swift, HCILESetExtendedAdvertisingParameters.swift, HCILESetExtendedScanEnable.swift, HCILESetExtendedScanParameters.swift, HCILESetExtendedScanResponseData.swift, HCILESetHostChannelClassification.swift, HCILESetPeriodicAdvertisingData.swift, HCILESetPeriodicAdvertisingEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 Compiling\ HCILERandom.swift,\ HCILEReadAdvertisingChannelTxPower.swift,\ HCILEReadBufferSize.swift,\ HCILEReadChannelMap.swift,\ HCILEReadLocalP256PublicKeyComplete.swift,\ HCILEReadLocalResolvableAddressReturn.swift,\ HCILEReadLocalSupportedFeatures.swift,\ HCILEReadMaximumAdvertisingDataLength.swift,\ HCILEReadMaximumDataLength.swift,\ HCILEReadNumberOfSupportedAdvertisingSets.swift,\ HCILEReadPeerResolvableAddressReturn.swift,\ HCILEReadPeriodicAdvertisingListSize.swift,\ HCILEReadPhy.swift,\ HCILEReadRemoteUsedFeatures.swift,\ HCILEReadRemoteUsedFeaturesComplete.swift,\ HCILEReadResolvingListSize.swift,\ HCILEReadRfPathCompensation.swift,\ HCILEReadSuggestedDefaultDataLength.swift,\ HCILEReadSupportedStates.swift,\ HCILEReadTransmitPower.swift,\ HCILEReadWhiteListSize.swift,\ HCILEReceiverTest.swift,\ HCILERemoteConnectionParameterRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERandom.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadAdvertisingChannelTxPower.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadBufferSize.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadChannelMap.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadLocalP256PublicKeyComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadLocalResolvableAddressReturn.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadLocalSupportedFeatures.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadMaximumAdvertisingDataLength.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadMaximumDataLength.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadNumberOfSupportedAdvertisingSets.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadPeerResolvableAddressReturn.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadPeriodicAdvertisingListSize.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadPhy.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadRemoteUsedFeatures.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadRemoteUsedFeaturesComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadResolvingListSize.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadRfPathCompensation.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadSuggestedDefaultDataLength.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadSupportedStates.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadTransmitPower.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadWhiteListSize.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReceiverTest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoteConnectionParameterRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERandom.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadAdvertisingChannelTxPower.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadBufferSize.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadChannelMap.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadLocalP256PublicKeyComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadLocalResolvableAddressReturn.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadLocalSupportedFeatures.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadMaximumAdvertisingDataLength.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadMaximumDataLength.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadNumberOfSupportedAdvertisingSets.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadPeerResolvableAddressReturn.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadPeriodicAdvertisingListSize.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadPhy.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadRemoteUsedFeatures.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadRemoteUsedFeaturesComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadResolvingListSize.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadRfPathCompensation.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadSuggestedDefaultDataLength.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadSupportedStates.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadTransmitPower.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReadWhiteListSize.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEReceiverTest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoteConnectionParameterRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Emitting module for BluetoothHCI (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriver\ Compilation\ Requirements BluetoothHCI normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BluetoothHCI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFTPM_ENABLE_PLUGINS -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BluetoothMacros\#BluetoothMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI_const_extract_protocols.json -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/BluetoothHCI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling HCILEChannelSelectionAlgorithm.swift, HCILEConnectionComplete.swift, HCILEConnectionUpdateComplete.swift, HCILECreateConnection.swift, HCILEDataLengthChange.swift, HCILEDirectedAdvertisingReport.swift, HCILEEncrypt.swift, HCILEEnhancedConnectionComplete.swift, HCILEEnhancedReceiverTest.swift, HCILEEnhancedTransmitterTest.swift, HCILEExtendedAdvertisingReport.swift, HCILEExtendedCreateConnection.swift, HCILEGenerateDHKey.swift, HCILEGenerateDHKeyComplete.swift, HCILELongTermKeyRequest.swift, HCILELongTermKeyRequestNegativeReply.swift, HCILELongTermKeyRequestReply.swift, HCILEPeriodicAdvertisingCreateSync.swift, HCILEPeriodicAdvertisingReport.swift, HCILEPeriodicAdvertisingSyncEstablished.swift, HCILEPeriodicAdvertisingSyncLost.swift, HCILEPeriodicAdvertisingTerminateSync.swift, HCILEPhyUpdateComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64 Compiling\ HCICreateConnectionCancel.swift,\ HCIDeleteStoredLinkKey.swift,\ HCIDisconnect.swift,\ HCIDisconnectionComplete.swift,\ HCIEncryptionChange.swift,\ HCIEncryptionKeyRefreshComplete.swift,\ HCIError.swift,\ HCIEvent.swift,\ HCIExitPeriodicInquiryMode.swift,\ HCIGeneralEvent.swift,\ HCIHoldMode.swift,\ HCIIOCapabilityRequest.swift,\ HCIIOCapabilityRequestReply.swift,\ HCIIOCapabilityResponse.swift,\ HCIInquiry.swift,\ HCIInquiryCancel.swift,\ HCIInquiryComplete.swift,\ HCIInquiryResult.swift,\ HCILEAddDeviceToPeriodicAdvertiserList.swift,\ HCILEAddDeviceToResolvingList.swift,\ HCILEAddDeviceToWhiteList.swift,\ HCILEAdvertisingReport.swift,\ HCILEAdvertisingSetTerminated.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnectionCancel.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDeleteStoredLinkKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDisconnect.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDisconnectionComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEncryptionChange.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEncryptionKeyRefreshComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIError.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIExitPeriodicInquiryMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIGeneralEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIHoldMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityRequestReply.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiry.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryCancel.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryResult.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToPeriodicAdvertiserList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToResolvingList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToWhiteList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAdvertisingReport.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAdvertisingSetTerminated.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnectionCancel.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDeleteStoredLinkKey.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDisconnect.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDisconnectionComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEncryptionChange.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEncryptionKeyRefreshComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIError.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEvent.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIExitPeriodicInquiryMode.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIGeneralEvent.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIHoldMode.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityRequestReply.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityResponse.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiry.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryCancel.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryResult.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToPeriodicAdvertiserList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToResolvingList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToWhiteList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAdvertisingReport.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAdvertisingSetTerminated.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/BluetoothHCI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI-Swift.h (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/BluetoothHCI-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling HCILESetPeriodicAdvertisingParameters.swift, HCILESetPhy.swift, HCILESetPrivacyMode.swift, HCILESetRandomAddress.swift, HCILESetResolvablePrivateAddressTimeout.swift, HCILESetScanEnable.swift, HCILESetScanParameters.swift, HCILESetScanResponseData.swift, HCILEStartEncryption.swift, HCILETestEnd.swift, HCILETransmitterTest.swift, HCILEUpdateConnection.swift, HCILEWriteRfPathCompensation.swift, HCILEWriteSuggestedDefaultDataLength.swift, HCILinkKeyNotification.swift, HCILinkKeyRequest.swift, HCILinkKeyRequestNegativeReply.swift, HCILinkKeyRequestReply.swift, HCILowEnergyMetaEvent.swift, HCIMaxSlotsChange.swift, HCIModeChange.swift, HCINumberOfCompletedPackets.swift, HCIPINCodeRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.swiftmodule (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.swiftdoc (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.abi.json (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.swiftsourceinfo (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ HCIReadStoredLinkKey.swift,\ HCIRejectConnectionRequest.swift,\ HCIRemoteNameRequest.swift,\ HCIRemoteNameRequestComplete.swift,\ HCIReset.swift,\ HCISetConnectionEncryption.swift,\ HCISetEventFilter.swift,\ HCISimplePairingComplete.swift,\ HCIUserConfirmationRequest.swift,\ HCIUserConfirmationRequestReply.swift,\ HCIVersion.swift,\ HCIWriteClassOfDevice.swift,\ HCIWriteConnectionAcceptTimeout.swift,\ HCIWriteLinkPolicySettings.swift,\ HCIWriteLinkSupervisionTimeout.swift,\ HCIWriteLocalName.swift,\ HCIWritePageScanActivity.swift,\ HCIWritePageScanType.swift,\ HCIWritePageTimeout.swift,\ HCIWriteScanEnable.swift,\ HostControllerBasebandCommand.swift,\ InformationalCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadStoredLinkKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRejectConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequestComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReset.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetConnectionEncryption.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetEventFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISimplePairingComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequestReply.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteClassOfDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteConnectionAcceptTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkSupervisionTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLocalName.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteScanEnable.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HostControllerBasebandCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/InformationalCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadStoredLinkKey.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRejectConnectionRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequestComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReset.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetConnectionEncryption.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetEventFilter.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISimplePairingComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequestReply.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIVersion.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteClassOfDevice.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteConnectionAcceptTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:21:19: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        settings: BitMaskOptionSet<HCIWriteLinkPolicySettings.LinkPolicySettings>,
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:48:26: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public var settings: BitMaskOptionSet<LinkPolicySettings>
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:50:53: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public init(connectionHandle: UInt16, settings: BitMaskOptionSet<LinkPolicySettings>) {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:73:45: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
    public enum LinkPolicySettings: UInt16, BitMaskOption {
                                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkSupervisionTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLocalName.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanActivity.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteScanEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HostControllerBasebandCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/InformationalCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ HCICreateConnectionCancel.swift,\ HCIDeleteStoredLinkKey.swift,\ HCIDisconnect.swift,\ HCIDisconnectionComplete.swift,\ HCIEncryptionChange.swift,\ HCIEncryptionKeyRefreshComplete.swift,\ HCIError.swift,\ HCIEvent.swift,\ HCIExitPeriodicInquiryMode.swift,\ HCIGeneralEvent.swift,\ HCIHoldMode.swift,\ HCIIOCapabilityRequest.swift,\ HCIIOCapabilityRequestReply.swift,\ HCIIOCapabilityResponse.swift,\ HCIInquiry.swift,\ HCIInquiryCancel.swift,\ HCIInquiryComplete.swift,\ HCIInquiryResult.swift,\ HCILEAddDeviceToPeriodicAdvertiserList.swift,\ HCILEAddDeviceToResolvingList.swift,\ HCILEAddDeviceToWhiteList.swift,\ HCILEAdvertisingReport.swift,\ HCILEAdvertisingSetTerminated.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnectionCancel.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDeleteStoredLinkKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDisconnect.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDisconnectionComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEncryptionChange.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEncryptionKeyRefreshComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIError.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIExitPeriodicInquiryMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIGeneralEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIHoldMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityRequestReply.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiry.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryCancel.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryResult.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToPeriodicAdvertiserList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToResolvingList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToWhiteList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAdvertisingReport.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAdvertisingSetTerminated.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCICreateConnectionCancel.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDeleteStoredLinkKey.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDisconnect.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIDisconnectionComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEncryptionChange.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEncryptionKeyRefreshComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIError.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIEvent.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIExitPeriodicInquiryMode.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIGeneralEvent.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIHoldMode.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityRequestReply.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIIOCapabilityResponse.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiry.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryCancel.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIInquiryResult.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToPeriodicAdvertiserList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToResolvingList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAddDeviceToWhiteList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAdvertisingReport.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEAdvertisingSetTerminated.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LowEnergyPhyOptions.swift, LowEnergyResolvingList.swift, LowEnergyRfRxPathCompensationValue.swift, LowEnergyRfTxPathCompensationValue.swift, LowEnergyRole.swift, LowEnergyRxChannel.swift, LowEnergyRxPhy.swift, LowEnergyRxPhys.swift, LowEnergyScanInterval.swift, LowEnergyState.swift, LowEnergySupervisionTimeout.swift, LowEnergyTxChannel.swift, LowEnergyTxPhy.swift, LowEnergyTxPhys.swift, LowEnergyTxPower.swift, LowEnergyWhiteList.swift, LowEnergyWhiteListDevice.swift, PacketType.swift, ProtocolServiceMultiplexer.swift, StatusParametersCommand.swift, VendorCommand.swift, iBeacon.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 Compiling\ LowEnergyPhyOptions.swift,\ LowEnergyResolvingList.swift,\ LowEnergyRfRxPathCompensationValue.swift,\ LowEnergyRfTxPathCompensationValue.swift,\ LowEnergyRole.swift,\ LowEnergyRxChannel.swift,\ LowEnergyRxPhy.swift,\ LowEnergyRxPhys.swift,\ LowEnergyScanInterval.swift,\ LowEnergyState.swift,\ LowEnergySupervisionTimeout.swift,\ LowEnergyTxChannel.swift,\ LowEnergyTxPhy.swift,\ LowEnergyTxPhys.swift,\ LowEnergyTxPower.swift,\ LowEnergyWhiteList.swift,\ LowEnergyWhiteListDevice.swift,\ PacketType.swift,\ ProtocolServiceMultiplexer.swift,\ StatusParametersCommand.swift,\ VendorCommand.swift,\ iBeacon.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPhyOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyResolvingList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRfRxPathCompensationValue.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRfTxPathCompensationValue.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRole.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRxChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRxPhy.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRxPhys.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyScanInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyState.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergySupervisionTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyTxChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyTxPhy.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyTxPhys.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyTxPower.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyWhiteList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyWhiteListDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/PacketType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/StatusParametersCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/VendorCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/iBeacon.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPhyOptions.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPhyOptions.swift:13:42: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum LowEnergyPhyOptions: UInt16, BitMaskOption {
                                         ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyResolvingList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRfRxPathCompensationValue.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRfTxPathCompensationValue.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRole.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRxChannel.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRxPhy.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRxPhys.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyRxPhys.swift:13:37: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum LowEnergyRxPhys: UInt8, BitMaskOption {
                                    ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyScanInterval.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyState.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyState.swift:11:34: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum LowEnergyState: Int, BitMaskOption {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyState.swift:122:17: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    var states: BitMaskOptionSet<LowEnergyState> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyState.swift:133:52: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
internal let lowEnergyStates: [LowEnergyStateSet: (BitMaskOptionSet<LowEnergyState>)] = [
                                                   ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergySupervisionTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyTxChannel.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyTxPhy.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyTxPhys.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyTxPhys.swift:13:37: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum LowEnergyTxPhys: UInt8, BitMaskOption {
                                    ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyTxPower.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyWhiteList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyWhiteListDevice.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/PacketType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/PacketType.swift:24:14: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    case acl(BitMaskOptionSet<ACLPacketType>)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/PacketType.swift:27:14: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    case sco(BitMaskOptionSet<SCOPacketType>)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/PacketType.swift:45:36: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum ACLPacketType: UInt16, BitMaskOption {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/PacketType.swift:101:36: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum SCOPacketType: UInt16, BitMaskOption {
                                   ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/StatusParametersCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/VendorCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/iBeacon.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling HCILERemoteConnectionParameterRequestNegativeReply.swift, HCILERemoteConnectionParameterRequestReply.swift, HCILERemoveAdvertisingSet.swift, HCILERemoveDeviceFromResolvingList.swift, HCILERemoveDeviceFromWhiteList.swift, HCILERemoveDeviceToPeriodicAdvertiserList.swift, HCILEScanRequestReceived.swift, HCILESetAddressResolutionEnable.swift, HCILESetAdvertiseEnable.swift, HCILESetAdvertisingData.swift, HCILESetAdvertisingParameters.swift, HCILESetAdvertisingSetRandomAddress.swift, HCILESetDataLength.swift, HCILESetDefaultPhy.swift, HCILESetEventMask.swift, HCILESetExtendedAdvertisingData.swift, HCILESetExtendedAdvertisingParameters.swift, HCILESetExtendedScanEnable.swift, HCILESetExtendedScanParameters.swift, HCILESetExtendedScanResponseData.swift, HCILESetHostChannelClassification.swift, HCILESetPeriodicAdvertisingData.swift, HCILESetPeriodicAdvertisingEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal armv7k Compiling\ HCIReadStoredLinkKey.swift,\ HCIRejectConnectionRequest.swift,\ HCIRemoteNameRequest.swift,\ HCIRemoteNameRequestComplete.swift,\ HCIReset.swift,\ HCISetConnectionEncryption.swift,\ HCISetEventFilter.swift,\ HCISimplePairingComplete.swift,\ HCIUserConfirmationRequest.swift,\ HCIUserConfirmationRequestReply.swift,\ HCIVersion.swift,\ HCIWriteClassOfDevice.swift,\ HCIWriteConnectionAcceptTimeout.swift,\ HCIWriteLinkPolicySettings.swift,\ HCIWriteLinkSupervisionTimeout.swift,\ HCIWriteLocalName.swift,\ HCIWritePageScanActivity.swift,\ HCIWritePageScanType.swift,\ HCIWritePageTimeout.swift,\ HCIWriteScanEnable.swift,\ HostControllerBasebandCommand.swift,\ InformationalCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadStoredLinkKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRejectConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequestComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReset.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetConnectionEncryption.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetEventFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISimplePairingComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequestReply.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteClassOfDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteConnectionAcceptTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkSupervisionTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLocalName.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageTimeout.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteScanEnable.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HostControllerBasebandCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/InformationalCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReadStoredLinkKey.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRejectConnectionRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIRemoteNameRequestComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIReset.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetConnectionEncryption.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISetEventFilter.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCISimplePairingComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIUserConfirmationRequestReply.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIVersion.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteClassOfDevice.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteConnectionAcceptTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:21:19: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        settings: BitMaskOptionSet<HCIWriteLinkPolicySettings.LinkPolicySettings>,
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:48:26: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public var settings: BitMaskOptionSet<LinkPolicySettings>
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:50:53: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public init(connectionHandle: UInt16, settings: BitMaskOptionSet<LinkPolicySettings>) {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkPolicySettings.swift:73:45: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
    public enum LinkPolicySettings: UInt16, BitMaskOption {
                                            ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLinkSupervisionTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteLocalName.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanActivity.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageScanType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWritePageTimeout.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCIWriteScanEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HostControllerBasebandCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/InformationalCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LMPFeature.swift, LinkControlCommand.swift, LinkPolicyCommand.swift, LowEnergyAddressType.swift, LowEnergyAdvertiserAddressType.swift, LowEnergyAdvertising.swift, LowEnergyAllPhys.swift, LowEnergyChannelMap.swift, LowEnergyClockAccuracy.swift, LowEnergyCommand.swift, LowEnergyConnection.swift, LowEnergyConnectionInterval.swift, LowEnergyConnectionIntervalRange.swift, LowEnergyConnectionLatency.swift, LowEnergyConnectionLength.swift, LowEnergyEvent.swift, LowEnergyFeature.swift, LowEnergyFragmentPreference.swift, LowEnergyMaxTxOctets.swift, LowEnergyMaxTxTime.swift, LowEnergyPacketPayload.swift, LowEnergyPeerIdentifyAddressType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal armv7k Compiling\ HCILERemoteConnectionParameterRequestNegativeReply.swift,\ HCILERemoteConnectionParameterRequestReply.swift,\ HCILERemoveAdvertisingSet.swift,\ HCILERemoveDeviceFromResolvingList.swift,\ HCILERemoveDeviceFromWhiteList.swift,\ HCILERemoveDeviceToPeriodicAdvertiserList.swift,\ HCILEScanRequestReceived.swift,\ HCILESetAddressResolutionEnable.swift,\ HCILESetAdvertiseEnable.swift,\ HCILESetAdvertisingData.swift,\ HCILESetAdvertisingParameters.swift,\ HCILESetAdvertisingSetRandomAddress.swift,\ HCILESetDataLength.swift,\ HCILESetDefaultPhy.swift,\ HCILESetEventMask.swift,\ HCILESetExtendedAdvertisingData.swift,\ HCILESetExtendedAdvertisingParameters.swift,\ HCILESetExtendedScanEnable.swift,\ HCILESetExtendedScanParameters.swift,\ HCILESetExtendedScanResponseData.swift,\ HCILESetHostChannelClassification.swift,\ HCILESetPeriodicAdvertisingData.swift,\ HCILESetPeriodicAdvertisingEnable.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoteConnectionParameterRequestNegativeReply.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoteConnectionParameterRequestReply.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoveAdvertisingSet.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoveDeviceFromResolvingList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoveDeviceFromWhiteList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoveDeviceToPeriodicAdvertiserList.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEScanRequestReceived.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAddressResolutionEnable.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertiseEnable.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertisingData.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertisingParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertisingSetRandomAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetDataLength.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetDefaultPhy.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetEventMask.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedAdvertisingData.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedAdvertisingParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedScanEnable.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedScanParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedScanResponseData.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetHostChannelClassification.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetPeriodicAdvertisingData.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetPeriodicAdvertisingEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoteConnectionParameterRequestNegativeReply.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoteConnectionParameterRequestReply.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoveAdvertisingSet.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoveDeviceFromResolvingList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoveDeviceFromWhiteList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILERemoveDeviceToPeriodicAdvertiserList.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILEScanRequestReceived.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAddressResolutionEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertiseEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertisingData.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertisingParameters.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertisingParameters.swift:62:28: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public var channelMap: BitMaskOptionSet<ChannelMap>
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertisingParameters.swift:72:21: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
        channelMap: BitMaskOptionSet<ChannelMap> = .all,
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertisingParameters.swift:142:29: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
    enum ChannelMap: UInt8, BitMaskOption {
                            ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetAdvertisingSetRandomAddress.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetDataLength.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetDefaultPhy.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetEventMask.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetEventMask.swift:44:34: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public typealias EventMask = BitMaskOptionSet<Event>
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetEventMask.swift:53:40: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
    public init(eventMask: EventMask = 0x0000_0000_0000_001F) {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetEventMask.swift:83:25: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
    enum Event: UInt64, BitMaskOption, CustomStringConvertible {
                        ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedAdvertisingData.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedAdvertisingParameters.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedAdvertisingParameters.swift:257:54: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
    public enum PrimaryAdvertisingChannelMap: UInt8, BitMaskOption {
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedAdvertisingParameters.swift:301:53: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
    public enum AdvertisingEventProperties: UInt16, BitMaskOption {
                                                    ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedScanEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedScanParameters.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetExtendedScanResponseData.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetHostChannelClassification.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetPeriodicAdvertisingData.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/HCILESetPeriodicAdvertisingEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling HCIPINCodeRequestReply.swift, HCIPacketHeader.swift, HCIPageScanRepetitionMode.swift, HCIPeriodicInquiryMode.swift, HCIQoSSetup.swift, HCIQoSSetupComplete.swift, HCIReadClassOfDevice.swift, HCIReadClockOffset.swift, HCIReadClockOffsetComplete.swift, HCIReadConnectionAcceptTimeout.swift, HCIReadDataBlockSize.swift, HCIReadDeviceAddress.swift, HCIReadLMPHandle.swift, HCIReadLocalName.swift, HCIReadLocalSupportedFeatures.swift, HCIReadLocalVersionInformation.swift, HCIReadPageTimeout.swift, HCIReadRemoteExtendedFeatures.swift, HCIReadRemoteExtendedFeaturesComplete.swift, HCIReadRemoteFeaturesComplete.swift, HCIReadRemoteSupportedFeatures.swift, HCIReadRemoteVersionInformation.swift, HCIReadRemoteVersionInformationComplete.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 Compiling\ LMPFeature.swift,\ LinkControlCommand.swift,\ LinkPolicyCommand.swift,\ LowEnergyAddressType.swift,\ LowEnergyAdvertiserAddressType.swift,\ LowEnergyAdvertising.swift,\ LowEnergyAllPhys.swift,\ LowEnergyChannelMap.swift,\ LowEnergyClockAccuracy.swift,\ LowEnergyCommand.swift,\ LowEnergyConnection.swift,\ LowEnergyConnectionInterval.swift,\ LowEnergyConnectionIntervalRange.swift,\ LowEnergyConnectionLatency.swift,\ LowEnergyConnectionLength.swift,\ LowEnergyEvent.swift,\ LowEnergyFeature.swift,\ LowEnergyFragmentPreference.swift,\ LowEnergyMaxTxOctets.swift,\ LowEnergyMaxTxTime.swift,\ LowEnergyPacketPayload.swift,\ LowEnergyPeerIdentifyAddressType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LMPFeature.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LinkControlCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LinkPolicyCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAddressType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAdvertiserAddressType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAdvertising.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAllPhys.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyChannelMap.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyClockAccuracy.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionIntervalRange.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionLatency.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionLength.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFeature.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFragmentPreference.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyMaxTxOctets.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyMaxTxTime.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPacketPayload.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPeerIdentifyAddressType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LMPFeature.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LMPFeature.swift:13:33: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum LMPFeature: UInt64, BitMaskOption {
                                ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LinkControlCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LinkPolicyCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAddressType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAdvertiserAddressType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAdvertising.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAllPhys.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyAllPhys.swift:13:38: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum LowEnergyAllPhys: UInt8, BitMaskOption {
                                     ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyChannelMap.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyClockAccuracy.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnection.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionInterval.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionIntervalRange.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionLatency.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyConnectionLength.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyEvent.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFeature.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFeature.swift:18:39: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
public enum LowEnergyFeature: UInt64, BitMaskOption {
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFeature.swift:154:40: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
public typealias LowEnergyFeatureSet = BitMaskOptionSet<LowEnergyFeature>
                                       ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyFragmentPreference.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyMaxTxOctets.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyMaxTxTime.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPacketPayload.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothHCI/LowEnergyPeerIdentifyAddressType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling AdvertisingChannelHeader.swift, AdvertisingInterval.swift, BluetoothHostController.swift, ChannelIdentifier.swift, ConnectionAcceptTimeout.swift, Bool.swift, Hexadecimal.swift, Integer.swift, String.swift, System.swift, HCI.swift, HCIAcceptConnectionRequest.swift, HCIAuthenticationComplete.swift, HCIAuthenticationRequested.swift, HCIChangeConnectionPacketType.swift, HCICommand.swift, HCICommandComplete.swift, HCICommandStatus.swift, HCICommandTimeout.swift, HCIConnectionComplete.swift, HCIConnectionPacketTypeChange.swift, HCIConnectionRequest.swift, HCICreateConnection.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriverJobDiscovery normal arm64_32 Compiling HCIReadStoredLinkKey.swift, HCIRejectConnectionRequest.swift, HCIRemoteNameRequest.swift, HCIRemoteNameRequestComplete.swift, HCIReset.swift, HCISetConnectionEncryption.swift, HCISetEventFilter.swift, HCISimplePairingComplete.swift, HCIUserConfirmationRequest.swift, HCIUserConfirmationRequestReply.swift, HCIVersion.swift, HCIWriteClassOfDevice.swift, HCIWriteConnectionAcceptTimeout.swift, HCIWriteLinkPolicySettings.swift, HCIWriteLinkSupervisionTimeout.swift, HCIWriteLocalName.swift, HCIWritePageScanActivity.swift, HCIWritePageScanType.swift, HCIWritePageTimeout.swift, HCIWriteScanEnable.swift, HostControllerBasebandCommand.swift, InformationalCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothGATT.o (in target 'BluetoothGATT' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothGATT.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothGAP.o (in target 'BluetoothGAP' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothGAP.o
SwiftDriverJobDiscovery normal arm64_32 Compiling HCILERandom.swift, HCILEReadAdvertisingChannelTxPower.swift, HCILEReadBufferSize.swift, HCILEReadChannelMap.swift, HCILEReadLocalP256PublicKeyComplete.swift, HCILEReadLocalResolvableAddressReturn.swift, HCILEReadLocalSupportedFeatures.swift, HCILEReadMaximumAdvertisingDataLength.swift, HCILEReadMaximumDataLength.swift, HCILEReadNumberOfSupportedAdvertisingSets.swift, HCILEReadPeerResolvableAddressReturn.swift, HCILEReadPeriodicAdvertisingListSize.swift, HCILEReadPhy.swift, HCILEReadRemoteUsedFeatures.swift, HCILEReadRemoteUsedFeaturesComplete.swift, HCILEReadResolvingListSize.swift, HCILEReadRfPathCompensation.swift, HCILEReadSuggestedDefaultDataLength.swift, HCILEReadSupportedStates.swift, HCILEReadTransmitPower.swift, HCILEReadWhiteListSize.swift, HCILEReceiverTest.swift, HCILERemoteConnectionParameterRequest.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling AdvertisingChannelHeader.swift, AdvertisingInterval.swift, BluetoothHostController.swift, ChannelIdentifier.swift, ConnectionAcceptTimeout.swift, Bool.swift, Hexadecimal.swift, Integer.swift, String.swift, System.swift, HCI.swift, HCIAcceptConnectionRequest.swift, HCIAuthenticationComplete.swift, HCIAuthenticationRequested.swift, HCIChangeConnectionPacketType.swift, HCICommand.swift, HCICommandComplete.swift, HCICommandStatus.swift, HCICommandTimeout.swift, HCIConnectionComplete.swift, HCIConnectionPacketTypeChange.swift, HCIConnectionRequest.swift, HCICreateConnection.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling HCIReadStoredLinkKey.swift, HCIRejectConnectionRequest.swift, HCIRemoteNameRequest.swift, HCIRemoteNameRequestComplete.swift, HCIReset.swift, HCISetConnectionEncryption.swift, HCISetEventFilter.swift, HCISimplePairingComplete.swift, HCIUserConfirmationRequest.swift, HCIUserConfirmationRequestReply.swift, HCIVersion.swift, HCIWriteClassOfDevice.swift, HCIWriteConnectionAcceptTimeout.swift, HCIWriteLinkPolicySettings.swift, HCIWriteLinkSupervisionTimeout.swift, HCIWriteLocalName.swift, HCIWritePageScanActivity.swift, HCIWritePageScanType.swift, HCIWritePageTimeout.swift, HCIWriteScanEnable.swift, HostControllerBasebandCommand.swift, InformationalCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriverJobDiscovery normal arm64 Compiling HCICreateConnectionCancel.swift, HCIDeleteStoredLinkKey.swift, HCIDisconnect.swift, HCIDisconnectionComplete.swift, HCIEncryptionChange.swift, HCIEncryptionKeyRefreshComplete.swift, HCIError.swift, HCIEvent.swift, HCIExitPeriodicInquiryMode.swift, HCIGeneralEvent.swift, HCIHoldMode.swift, HCIIOCapabilityRequest.swift, HCIIOCapabilityRequestReply.swift, HCIIOCapabilityResponse.swift, HCIInquiry.swift, HCIInquiryCancel.swift, HCIInquiryComplete.swift, HCIInquiryResult.swift, HCILEAddDeviceToPeriodicAdvertiserList.swift, HCILEAddDeviceToResolvingList.swift, HCILEAddDeviceToWhiteList.swift, HCILEAdvertisingReport.swift, HCILEAdvertisingSetTerminated.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriver\ Compilation BluetoothHCI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BluetoothHCI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFTPM_ENABLE_PLUGINS -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BluetoothMacros\#BluetoothMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI_const_extract_protocols.json -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/BluetoothHCI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/Binary/BluetoothHCI.o normal arm64 (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/Binary/BluetoothHCI.o
SwiftDriverJobDiscovery normal arm64_32 Compiling HCICreateConnectionCancel.swift, HCIDeleteStoredLinkKey.swift, HCIDisconnect.swift, HCIDisconnectionComplete.swift, HCIEncryptionChange.swift, HCIEncryptionKeyRefreshComplete.swift, HCIError.swift, HCIEvent.swift, HCIExitPeriodicInquiryMode.swift, HCIGeneralEvent.swift, HCIHoldMode.swift, HCIIOCapabilityRequest.swift, HCIIOCapabilityRequestReply.swift, HCIIOCapabilityResponse.swift, HCIInquiry.swift, HCIInquiryCancel.swift, HCIInquiryComplete.swift, HCIInquiryResult.swift, HCILEAddDeviceToPeriodicAdvertiserList.swift, HCILEAddDeviceToResolvingList.swift, HCILEAddDeviceToWhiteList.swift, HCILEAdvertisingReport.swift, HCILEAdvertisingSetTerminated.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriverJobDiscovery normal arm64_32 Compiling LowEnergyPhyOptions.swift, LowEnergyResolvingList.swift, LowEnergyRfRxPathCompensationValue.swift, LowEnergyRfTxPathCompensationValue.swift, LowEnergyRole.swift, LowEnergyRxChannel.swift, LowEnergyRxPhy.swift, LowEnergyRxPhys.swift, LowEnergyScanInterval.swift, LowEnergyState.swift, LowEnergySupervisionTimeout.swift, LowEnergyTxChannel.swift, LowEnergyTxPhy.swift, LowEnergyTxPhys.swift, LowEnergyTxPower.swift, LowEnergyWhiteList.swift, LowEnergyWhiteListDevice.swift, PacketType.swift, ProtocolServiceMultiplexer.swift, StatusParametersCommand.swift, VendorCommand.swift, iBeacon.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriverJobDiscovery normal armv7k Compiling HCIReadStoredLinkKey.swift, HCIRejectConnectionRequest.swift, HCIRemoteNameRequest.swift, HCIRemoteNameRequestComplete.swift, HCIReset.swift, HCISetConnectionEncryption.swift, HCISetEventFilter.swift, HCISimplePairingComplete.swift, HCIUserConfirmationRequest.swift, HCIUserConfirmationRequestReply.swift, HCIVersion.swift, HCIWriteClassOfDevice.swift, HCIWriteConnectionAcceptTimeout.swift, HCIWriteLinkPolicySettings.swift, HCIWriteLinkSupervisionTimeout.swift, HCIWriteLocalName.swift, HCIWritePageScanActivity.swift, HCIWritePageScanType.swift, HCIWritePageTimeout.swift, HCIWriteScanEnable.swift, HostControllerBasebandCommand.swift, InformationalCommand.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriverJobDiscovery normal arm64_32 Compiling LMPFeature.swift, LinkControlCommand.swift, LinkPolicyCommand.swift, LowEnergyAddressType.swift, LowEnergyAdvertiserAddressType.swift, LowEnergyAdvertising.swift, LowEnergyAllPhys.swift, LowEnergyChannelMap.swift, LowEnergyClockAccuracy.swift, LowEnergyCommand.swift, LowEnergyConnection.swift, LowEnergyConnectionInterval.swift, LowEnergyConnectionIntervalRange.swift, LowEnergyConnectionLatency.swift, LowEnergyConnectionLength.swift, LowEnergyEvent.swift, LowEnergyFeature.swift, LowEnergyFragmentPreference.swift, LowEnergyMaxTxOctets.swift, LowEnergyMaxTxTime.swift, LowEnergyPacketPayload.swift, LowEnergyPeerIdentifyAddressType.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriver\ Compilation BluetoothHCI normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BluetoothHCI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFTPM_ENABLE_PLUGINS -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BluetoothMacros\#BluetoothMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI_const_extract_protocols.json -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/BluetoothHCI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/Binary/BluetoothHCI.o normal arm64_32 (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/Binary/BluetoothHCI.o
SwiftDriverJobDiscovery normal armv7k Compiling HCILERemoteConnectionParameterRequestNegativeReply.swift, HCILERemoteConnectionParameterRequestReply.swift, HCILERemoveAdvertisingSet.swift, HCILERemoveDeviceFromResolvingList.swift, HCILERemoveDeviceFromWhiteList.swift, HCILERemoveDeviceToPeriodicAdvertiserList.swift, HCILEScanRequestReceived.swift, HCILESetAddressResolutionEnable.swift, HCILESetAdvertiseEnable.swift, HCILESetAdvertisingData.swift, HCILESetAdvertisingParameters.swift, HCILESetAdvertisingSetRandomAddress.swift, HCILESetDataLength.swift, HCILESetDefaultPhy.swift, HCILESetEventMask.swift, HCILESetExtendedAdvertisingData.swift, HCILESetExtendedAdvertisingParameters.swift, HCILESetExtendedScanEnable.swift, HCILESetExtendedScanParameters.swift, HCILESetExtendedScanResponseData.swift, HCILESetHostChannelClassification.swift, HCILESetPeriodicAdvertisingData.swift, HCILESetPeriodicAdvertisingEnable.swift (in target 'BluetoothHCI' from project 'Bluetooth')
SwiftDriver\ Compilation BluetoothHCI normal armv7k com.apple.xcode.tools.swift.compiler (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BluetoothHCI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFTPM_ENABLE_PLUGINS -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BluetoothMacros\#BluetoothMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI_const_extract_protocols.json -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/BluetoothHCI.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/Binary/BluetoothHCI.o normal armv7k (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/Binary/BluetoothHCI.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.o normal arm64\ armv7k\ arm64_32 (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/Binary/BluetoothHCI.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/Binary/BluetoothHCI.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/Binary/BluetoothHCI.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.o
ExtractAppIntentsMetadata (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BluetoothHCI --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.BluetoothHCI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/BluetoothHCI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/BluetoothHCI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64/BluetoothHCI.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/armv7k/BluetoothHCI.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-watchos/BluetoothHCI.build/Objects-normal/arm64_32/BluetoothHCI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-21 22:15:34.327 appintentsmetadataprocessor[1384:8541] Starting appintentsmetadataprocessor export
2025-06-21 22:15:34.373 appintentsmetadataprocessor[1384:8541] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.o (in target 'BluetoothHCI' from project 'Bluetooth')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothHCI.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Bluetooth",
  "name" : "Bluetooth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Bluetooth",
      "targets" : [
        "Bluetooth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BluetoothMetadata",
      "targets" : [
        "BluetoothMetadata"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BluetoothGAP",
      "targets" : [
        "BluetoothGAP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BluetoothGATT",
      "targets" : [
        "BluetoothGATT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BluetoothHCI",
      "targets" : [
        "BluetoothHCI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GenerateBluetooth",
      "targets" : [
        "GenerateBluetooth"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "BluetoothMacros",
      "targets" : [
        "BluetoothMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenerateBluetoothDefinitions",
      "module_type" : "PluginTarget",
      "name" : "GenerateBluetoothDefinitions",
      "path" : "Plugins/GenerateBluetoothDefinitions",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "Bluetooth",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI"
      ],
      "sources" : [
        "BluetoothUUID.swift",
        "CompanyIdentifier.swift",
        "Plugin.swift",
        "UnitIdentifier.swift"
      ],
      "target_dependencies" : [
        "GenerateBluetooth"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GenerateBluetooth",
      "module_type" : "SwiftTarget",
      "name" : "GenerateBluetooth",
      "path" : "Sources/GenerateBluetooth",
      "product_memberships" : [
        "Bluetooth",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI",
        "GenerateBluetooth"
      ],
      "sources" : [
        "BluetoothUUID.swift",
        "CompanyIdentifier.swift",
        "Extensions/Hexadecimal.swift",
        "Extensions/String.swift",
        "Generate.swift",
        "UnitIdentifier.swift"
      ],
      "target_dependencies" : [
        "BluetoothMetadata"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BluetoothTests",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothTests",
      "path" : "Tests/BluetoothTests",
      "sources" : [
        "AddressTests.swift",
        "AttributeProtocolTests.swift",
        "BluetoothTests.swift",
        "BluetoothUUIDTests.swift",
        "DarwinTests.swift",
        "GAPTests.swift",
        "GATTCharacteristicTests.swift",
        "GATTDatabaseTests.swift",
        "GATTDescriptorTests.swift",
        "GATTTests.swift",
        "HCITests.swift",
        "HostController.swift",
        "IntegerTests.swift",
        "L2CAPSocket.swift",
        "TestProfile.swift",
        "UInt128Tests.swift",
        "UInt24Tests.swift",
        "UInt256Tests.swift",
        "UInt40Tests.swift",
        "UInt48Tests.swift",
        "UInt512Tests.swift",
        "UUIDTests.swift",
        "iBeaconTests.swift"
      ],
      "target_dependencies" : [
        "Bluetooth",
        "BluetoothMetadata",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BluetoothMetadata",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothMetadata",
      "path" : "Sources/BluetoothMetadata",
      "product_memberships" : [
        "Bluetooth",
        "BluetoothMetadata",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI",
        "GenerateBluetooth"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMetadata/Resources/CharacteristicUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMetadata/Resources/CompanyIdentifier.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMetadata/Resources/DeclarationUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMetadata/Resources/DescriptorUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMetadata/Resources/MemberUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMetadata/Resources/ServiceUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMetadata/Resources/UnitIdentifier.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BluetoothMetadata.swift",
        "BluetoothUUID.swift",
        "CompanyIdentifier.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BluetoothMacros",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothMacros",
      "path" : "Sources/BluetoothMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Bluetooth",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI",
        "BluetoothMacros"
      ],
      "sources" : [
        "BluetoothAddress.swift",
        "BluetoothUUID.swift",
        "Extensions/Hexadecimal.swift",
        "Plugins.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "BluetoothHCI",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothHCI",
      "path" : "Sources/BluetoothHCI",
      "product_memberships" : [
        "BluetoothHCI"
      ],
      "sources" : [
        "AdvertisingChannelHeader.swift",
        "AdvertisingInterval.swift",
        "BluetoothHostController.swift",
        "ChannelIdentifier.swift",
        "ConnectionAcceptTimeout.swift",
        "Extensions/Bool.swift",
        "Extensions/Hexadecimal.swift",
        "Extensions/Integer.swift",
        "Extensions/String.swift",
        "Extensions/System.swift",
        "HCI.swift",
        "HCIAcceptConnectionRequest.swift",
        "HCIAuthenticationComplete.swift",
        "HCIAuthenticationRequested.swift",
        "HCIChangeConnectionPacketType.swift",
        "HCICommand.swift",
        "HCICommandComplete.swift",
        "HCICommandStatus.swift",
        "HCICommandTimeout.swift",
        "HCIConnectionComplete.swift",
        "HCIConnectionPacketTypeChange.swift",
        "HCIConnectionRequest.swift",
        "HCICreateConnection.swift",
        "HCICreateConnectionCancel.swift",
        "HCIDeleteStoredLinkKey.swift",
        "HCIDisconnect.swift",
        "HCIDisconnectionComplete.swift",
        "HCIEncryptionChange.swift",
        "HCIEncryptionKeyRefreshComplete.swift",
        "HCIError.swift",
        "HCIEvent.swift",
        "HCIExitPeriodicInquiryMode.swift",
        "HCIGeneralEvent.swift",
        "HCIHoldMode.swift",
        "HCIIOCapabilityRequest.swift",
        "HCIIOCapabilityRequestReply.swift",
        "HCIIOCapabilityResponse.swift",
        "HCIInquiry.swift",
        "HCIInquiryCancel.swift",
        "HCIInquiryComplete.swift",
        "HCIInquiryResult.swift",
        "HCILEAddDeviceToPeriodicAdvertiserList.swift",
        "HCILEAddDeviceToResolvingList.swift",
        "HCILEAddDeviceToWhiteList.swift",
        "HCILEAdvertisingReport.swift",
        "HCILEAdvertisingSetTerminated.swift",
        "HCILEChannelSelectionAlgorithm.swift",
        "HCILEConnectionComplete.swift",
        "HCILEConnectionUpdateComplete.swift",
        "HCILECreateConnection.swift",
        "HCILEDataLengthChange.swift",
        "HCILEDirectedAdvertisingReport.swift",
        "HCILEEncrypt.swift",
        "HCILEEnhancedConnectionComplete.swift",
        "HCILEEnhancedReceiverTest.swift",
        "HCILEEnhancedTransmitterTest.swift",
        "HCILEExtendedAdvertisingReport.swift",
        "HCILEExtendedCreateConnection.swift",
        "HCILEGenerateDHKey.swift",
        "HCILEGenerateDHKeyComplete.swift",
        "HCILELongTermKeyRequest.swift",
        "HCILELongTermKeyRequestNegativeReply.swift",
        "HCILELongTermKeyRequestReply.swift",
        "HCILEPeriodicAdvertisingCreateSync.swift",
        "HCILEPeriodicAdvertisingReport.swift",
        "HCILEPeriodicAdvertisingSyncEstablished.swift",
        "HCILEPeriodicAdvertisingSyncLost.swift",
        "HCILEPeriodicAdvertisingTerminateSync.swift",
        "HCILEPhyUpdateComplete.swift",
        "HCILERandom.swift",
        "HCILEReadAdvertisingChannelTxPower.swift",
        "HCILEReadBufferSize.swift",
        "HCILEReadChannelMap.swift",
        "HCILEReadLocalP256PublicKeyComplete.swift",
        "HCILEReadLocalResolvableAddressReturn.swift",
        "HCILEReadLocalSupportedFeatures.swift",
        "HCILEReadMaximumAdvertisingDataLength.swift",
        "HCILEReadMaximumDataLength.swift",
        "HCILEReadNumberOfSupportedAdvertisingSets.swift",
        "HCILEReadPeerResolvableAddressReturn.swift",
        "HCILEReadPeriodicAdvertisingListSize.swift",
        "HCILEReadPhy.swift",
        "HCILEReadRemoteUsedFeatures.swift",
        "HCILEReadRemoteUsedFeaturesComplete.swift",
        "HCILEReadResolvingListSize.swift",
        "HCILEReadRfPathCompensation.swift",
        "HCILEReadSuggestedDefaultDataLength.swift",
        "HCILEReadSupportedStates.swift",
        "HCILEReadTransmitPower.swift",
        "HCILEReadWhiteListSize.swift",
        "HCILEReceiverTest.swift",
        "HCILERemoteConnectionParameterRequest.swift",
        "HCILERemoteConnectionParameterRequestNegativeReply.swift",
        "HCILERemoteConnectionParameterRequestReply.swift",
        "HCILERemoveAdvertisingSet.swift",
        "HCILERemoveDeviceFromResolvingList.swift",
        "HCILERemoveDeviceFromWhiteList.swift",
        "HCILERemoveDeviceToPeriodicAdvertiserList.swift",
        "HCILEScanRequestReceived.swift",
        "HCILESetAddressResolutionEnable.swift",
        "HCILESetAdvertiseEnable.swift",
        "HCILESetAdvertisingData.swift",
        "HCILESetAdvertisingParameters.swift",
        "HCILESetAdvertisingSetRandomAddress.swift",
        "HCILESetDataLength.swift",
        "HCILESetDefaultPhy.swift",
        "HCILESetEventMask.swift",
        "HCILESetExtendedAdvertisingData.swift",
        "HCILESetExtendedAdvertisingParameters.swift",
        "HCILESetExtendedScanEnable.swift",
        "HCILESetExtendedScanParameters.swift",
        "HCILESetExtendedScanResponseData.swift",
        "HCILESetHostChannelClassification.swift",
        "HCILESetPeriodicAdvertisingData.swift",
        "HCILESetPeriodicAdvertisingEnable.swift",
        "HCILESetPeriodicAdvertisingParameters.swift",
        "HCILESetPhy.swift",
        "HCILESetPrivacyMode.swift",
        "HCILESetRandomAddress.swift",
        "HCILESetResolvablePrivateAddressTimeout.swift",
        "HCILESetScanEnable.swift",
        "HCILESetScanParameters.swift",
        "HCILESetScanResponseData.swift",
        "HCILEStartEncryption.swift",
        "HCILETestEnd.swift",
        "HCILETransmitterTest.swift",
        "HCILEUpdateConnection.swift",
        "HCILEWriteRfPathCompensation.swift",
        "HCILEWriteSuggestedDefaultDataLength.swift",
        "HCILinkKeyNotification.swift",
        "HCILinkKeyRequest.swift",
        "HCILinkKeyRequestNegativeReply.swift",
        "HCILinkKeyRequestReply.swift",
        "HCILowEnergyMetaEvent.swift",
        "HCIMaxSlotsChange.swift",
        "HCIModeChange.swift",
        "HCINumberOfCompletedPackets.swift",
        "HCIPINCodeRequest.swift",
        "HCIPINCodeRequestReply.swift",
        "HCIPacketHeader.swift",
        "HCIPageScanRepetitionMode.swift",
        "HCIPeriodicInquiryMode.swift",
        "HCIQoSSetup.swift",
        "HCIQoSSetupComplete.swift",
        "HCIReadClassOfDevice.swift",
        "HCIReadClockOffset.swift",
        "HCIReadClockOffsetComplete.swift",
        "HCIReadConnectionAcceptTimeout.swift",
        "HCIReadDataBlockSize.swift",
        "HCIReadDeviceAddress.swift",
        "HCIReadLMPHandle.swift",
        "HCIReadLocalName.swift",
        "HCIReadLocalSupportedFeatures.swift",
        "HCIReadLocalVersionInformation.swift",
        "HCIReadPageTimeout.swift",
        "HCIReadRemoteExtendedFeatures.swift",
        "HCIReadRemoteExtendedFeaturesComplete.swift",
        "HCIReadRemoteFeaturesComplete.swift",
        "HCIReadRemoteSupportedFeatures.swift",
        "HCIReadRemoteVersionInformation.swift",
        "HCIReadRemoteVersionInformationComplete.swift",
        "HCIReadStoredLinkKey.swift",
        "HCIRejectConnectionRequest.swift",
        "HCIRemoteNameRequest.swift",
        "HCIRemoteNameRequestComplete.swift",
        "HCIReset.swift",
        "HCISetConnectionEncryption.swift",
        "HCISetEventFilter.swift",
        "HCISimplePairingComplete.swift",
        "HCIUserConfirmationRequest.swift",
        "HCIUserConfirmationRequestReply.swift",
        "HCIVersion.swift",
        "HCIWriteClassOfDevice.swift",
        "HCIWriteConnectionAcceptTimeout.swift",
        "HCIWriteLinkPolicySettings.swift",
        "HCIWriteLinkSupervisionTimeout.swift",
        "HCIWriteLocalName.swift",
        "HCIWritePageScanActivity.swift",
        "HCIWritePageScanType.swift",
        "HCIWritePageTimeout.swift",
        "HCIWriteScanEnable.swift",
        "HostControllerBasebandCommand.swift",
        "InformationalCommand.swift",
        "LMPFeature.swift",
        "LinkControlCommand.swift",
        "LinkPolicyCommand.swift",
        "LowEnergyAddressType.swift",
        "LowEnergyAdvertiserAddressType.swift",
        "LowEnergyAdvertising.swift",
        "LowEnergyAllPhys.swift",
        "LowEnergyChannelMap.swift",
        "LowEnergyClockAccuracy.swift",
        "LowEnergyCommand.swift",
        "LowEnergyConnection.swift",
        "LowEnergyConnectionInterval.swift",
        "LowEnergyConnectionIntervalRange.swift",
        "LowEnergyConnectionLatency.swift",
        "LowEnergyConnectionLength.swift",
        "LowEnergyEvent.swift",
        "LowEnergyFeature.swift",
        "LowEnergyFragmentPreference.swift",
        "LowEnergyMaxTxOctets.swift",
        "LowEnergyMaxTxTime.swift",
        "LowEnergyPacketPayload.swift",
        "LowEnergyPeerIdentifyAddressType.swift",
        "LowEnergyPhyOptions.swift",
        "LowEnergyResolvingList.swift",
        "LowEnergyRfRxPathCompensationValue.swift",
        "LowEnergyRfTxPathCompensationValue.swift",
        "LowEnergyRole.swift",
        "LowEnergyRxChannel.swift",
        "LowEnergyRxPhy.swift",
        "LowEnergyRxPhys.swift",
        "LowEnergyScanInterval.swift",
        "LowEnergyState.swift",
        "LowEnergySupervisionTimeout.swift",
        "LowEnergyTxChannel.swift",
        "LowEnergyTxPhy.swift",
        "LowEnergyTxPhys.swift",
        "LowEnergyTxPower.swift",
        "LowEnergyWhiteList.swift",
        "LowEnergyWhiteListDevice.swift",
        "PacketType.swift",
        "ProtocolServiceMultiplexer.swift",
        "StatusParametersCommand.swift",
        "VendorCommand.swift",
        "iBeacon.swift"
      ],
      "target_dependencies" : [
        "Bluetooth",
        "BluetoothGAP",
        "GenerateBluetoothDefinitions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BluetoothGATT",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothGATT",
      "path" : "Sources/BluetoothGATT",
      "product_memberships" : [
        "BluetoothGATT"
      ],
      "sources" : [
        "ATTAttributePermissions.swift",
        "ATTConnection.swift",
        "ATTError.swift",
        "ATTErrorResponse.swift",
        "ATTExecuteWriteRequest.swift",
        "ATTExecuteWriteResponse.swift",
        "ATTFindByTypeRequest.swift",
        "ATTFindByTypeResponse.swift",
        "ATTFindInformationRequest.swift",
        "ATTFindInformationResponse.swift",
        "ATTHandleValueConfirmation.swift",
        "ATTHandleValueIndication.swift",
        "ATTHandleValueNotification.swift",
        "ATTMaximumTransmissionUnit.swift",
        "ATTMaximumTransmissionUnitRequest.swift",
        "ATTMaximumTransmissionUnitResponse.swift",
        "ATTOpcode.swift",
        "ATTPrepareWriteRequest.swift",
        "ATTPrepareWriteResponse.swift",
        "ATTProtocolDataUnit.swift",
        "ATTReadBlobRequest.swift",
        "ATTReadBlobResponse.swift",
        "ATTReadByGroupTypeRequest.swift",
        "ATTReadByGroupTypeResponse.swift",
        "ATTReadByTypeRequest.swift",
        "ATTReadByTypeResponse.swift",
        "ATTReadMultipleRequest.swift",
        "ATTReadMultipleResponse.swift",
        "ATTReadRequest.swift",
        "ATTReadResponse.swift",
        "ATTSignedWriteCommand.swift",
        "ATTWriteCommand.swift",
        "ATTWriteRequest.swift",
        "ATTWriteResponse.swift",
        "Extensions/Array.swift",
        "Extensions/Bool.swift",
        "Extensions/Data.swift",
        "Extensions/Hexadecimal.swift",
        "Extensions/Integer.swift",
        "Extensions/OptionSet.swift",
        "Extensions/String.swift",
        "Extensions/System.swift",
        "GATT.swift",
        "GATTAerobicHeartRateLowerLimit.swift",
        "GATTAerobicHeartRateUpperLimit.swift",
        "GATTAerobicThreshold.swift",
        "GATTAge.swift",
        "GATTAggregateFormatDescriptor.swift",
        "GATTAlertCategory.swift",
        "GATTAlertCategoryBitMask.swift",
        "GATTAlertLevel.swift",
        "GATTAlertNotificationControlPoint.swift",
        "GATTAlertNotificationService.swift",
        "GATTAlertStatus.swift",
        "GATTAltitude.swift",
        "GATTAnaerobicHeartRateLowerLimit.swift",
        "GATTAnaerobicHeartRateUpperLimit.swift",
        "GATTAttributes.swift",
        "GATTBarometricPressureTrend.swift",
        "GATTBatteryLevel.swift",
        "GATTBatteryPowerState.swift",
        "GATTBatteryService.swift",
        "GATTBloodPressureFeature.swift",
        "GATTBloodPressureManagement.swift",
        "GATTBloodPressureService.swift",
        "GATTBodyCompositionMeasurement.swift",
        "GATTBodySensorLocation.swift",
        "GATTBootKeyboardInputReport.swift",
        "GATTBootKeyboardOutputReport.swift",
        "GATTBootMouseInputReport.swift",
        "GATTCGMSessionRunTime.swift",
        "GATTCentralAddressResolution.swift",
        "GATTCharacteristic.swift",
        "GATTCharacteristicExtendedProperties.swift",
        "GATTCharacteristicFormatType.swift",
        "GATTCharacteristicProperties.swift",
        "GATTClient.swift",
        "GATTClientCharacteristicConfiguration.swift",
        "GATTCrossTrainerData.swift",
        "GATTCurrentTime.swift",
        "GATTDatabase.swift",
        "GATTDateTime.swift",
        "GATTDateUTC.swift",
        "GATTDayDateTime.swift",
        "GATTDayOfWeek.swift",
        "GATTDescriptor.swift",
        "GATTDstOffset.swift",
        "GATTExactTime256.swift",
        "GATTExternalReportReference.swift",
        "GATTFirmwareRevisionString.swift",
        "GATTFloorNumber.swift",
        "GATTFormatDescriptor.swift",
        "GATTHardwareRevisionString.swift",
        "GATTIndoorPositioningConfiguration.swift",
        "GATTLatitude.swift",
        "GATTLocalEastCoordinate.swift",
        "GATTLocalNorthCoordinate.swift",
        "GATTLocalTimeInformation.swift",
        "GATTLocationName.swift",
        "GATTLongitude.swift",
        "GATTManufacturerNameString.swift",
        "GATTModelNumber.swift",
        "GATTNewAlert.swift",
        "GATTNumberOfDigitals.swift",
        "GATTObjectID.swift",
        "GATTObjectName.swift",
        "GATTObjectSize.swift",
        "GATTObjectType.swift",
        "GATTPnPID.swift",
        "GATTProfile.swift",
        "GATTReferenceTimeInformation.swift",
        "GATTReportReference.swift",
        "GATTScanIntervalWindow.swift",
        "GATTScanRefresh.swift",
        "GATTSerialNumberString.swift",
        "GATTServer.swift",
        "GATTServerCharacteristicConfiguration.swift",
        "GATTService.swift",
        "GATTSoftwareRevisionString.swift",
        "GATTSupportedNewAlertCategory.swift",
        "GATTSupportedUnreadAlertCategory.swift",
        "GATTSystemID.swift",
        "GATTTimeAccuracy.swift",
        "GATTTimeSource.swift",
        "GATTTimeTriggerSetting.swift",
        "GATTTimeUpdateControlPoint.swift",
        "GATTTimeUpdateState.swift",
        "GATTTimeWithDst.swift",
        "GATTTimeZone.swift",
        "GATTUUIDList.swift",
        "GATTUncertainty.swift",
        "GATTUnits.swift",
        "GATTUnreadAlertStatus.swift",
        "GATTUserDescription.swift"
      ],
      "target_dependencies" : [
        "Bluetooth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BluetoothGAP",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothGAP",
      "path" : "Sources/BluetoothGAP",
      "product_memberships" : [
        "BluetoothGAP",
        "BluetoothHCI"
      ],
      "sources" : [
        "Decoder.swift",
        "Encoder.swift",
        "Extensions/Hexadecimal.swift",
        "Extensions/Integer.swift",
        "Extensions/OptionSet.swift",
        "Extensions/String.swift",
        "Extensions/System.swift",
        "GAP3DInformation.swift",
        "GAPAdvertisingInterval.swift",
        "GAPAppearance.swift",
        "GAPAppearanceData.swift",
        "GAPChannelMapUpdateIndication.swift",
        "GAPClassOfDevice.swift",
        "GAPCompleteListOf128BitServiceClassUUIDs.swift",
        "GAPCompleteListOf16BitServiceClassUUIDs.swift",
        "GAPCompleteListOf32BitServiceClassUUIDs.swift",
        "GAPCompleteLocalName.swift",
        "GAPData.swift",
        "GAPDataType.swift",
        "GAPFlags.swift",
        "GAPIncompleteListOf128BitServiceClassUUIDs.swift",
        "GAPIncompleteListOf16BitServiceClassUUIDs.swift",
        "GAPIncompleteListOf32BitServiceClassUUIDs.swift",
        "GAPIndoorPositioning.swift",
        "GAPLEDeviceAddress.swift",
        "GAPLERole.swift",
        "GAPLESecureConnectionsConfirmation.swift",
        "GAPLESecureConnectionsRandom.swift",
        "GAPLESupportedFeatures.swift",
        "GAPListOf128BitServiceSolicitationUUIDs.swift",
        "GAPListOf16BitServiceSolicitationUUIDs.swift",
        "GAPListOf32BitServiceSolicitationUUIDs.swift",
        "GAPManufacturerSpecificData.swift",
        "GAPMeshBeacon.swift",
        "GAPMeshMessage.swift",
        "GAPPBADV.swift",
        "GAPPublicTargetAddress.swift",
        "GAPRandomTargetAddress.swift",
        "GAPSecurityManagerOOBFlags.swift",
        "GAPSecurityManagerTKValue.swift",
        "GAPServiceData128BitUUID.swift",
        "GAPServiceData16BitUUID.swift",
        "GAPServiceData32BitUUID.swift",
        "GAPShortLocalName.swift",
        "GAPSimplePairingHashC.swift",
        "GAPSimplePairingRandomizerR.swift",
        "GAPSlaveConnectionIntervalRange.swift",
        "GAPTransportDiscoveryData.swift",
        "GAPTxPowerLevel.swift",
        "GAPURI.swift",
        "GAPUUIDList.swift",
        "iBeacon.swift"
      ],
      "target_dependencies" : [
        "Bluetooth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Bluetooth",
      "module_type" : "SwiftTarget",
      "name" : "Bluetooth",
      "path" : "Sources/Bluetooth",
      "product_memberships" : [
        "Bluetooth",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI"
      ],
      "sources" : [
        "Address.swift",
        "AsyncIndefiniteStream.swift",
        "BitMaskOption.swift",
        "BluetoothUUID.swift",
        "BluetoothUUIDMetadata.swift",
        "ByteSwap.swift",
        "ByteValue.swift",
        "ClassOfDevice.swift",
        "CompanyIdentifier.swift",
        "CompanyIdentifierMetadata.swift",
        "Data.swift",
        "Extensions/Hexadecimal.swift",
        "Extensions/Integer.swift",
        "Extensions/String.swift",
        "Extensions/System.swift",
        "Extensions/UUID.swift",
        "L2CAPSocket.swift",
        "LowEnergyAdvertisingData.swift",
        "LowEnergyScanTimeInterval.swift",
        "RSSI.swift",
        "SFloat.swift",
        "SecurityLevel.swift",
        "UInt128.swift",
        "UInt24.swift",
        "UInt256.swift",
        "UInt40.swift",
        "UInt48.swift",
        "UInt512.swift",
        "Unit.swift",
        "UnitIdentifier.swift",
        "UnitIdentifierMetadata.swift",
        "iBeacon.swift"
      ],
      "target_dependencies" : [
        "BluetoothMetadata",
        "BluetoothMacros",
        "GenerateBluetoothDefinitions"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.