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.1 (3db328), with Swift 6.1 for Wasm on 7 Jun 2025 05:58:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pureswift/bluetooth.git
Reference: 7.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pureswift/bluetooth
 * tag               7.2.1      -> FETCH_HEAD
HEAD is now at 3db3287 Merge pull request #186 from zunda-pixel/patch-1
Cloned https://github.com/pureswift/bluetooth.git
Revision (git rev-parse @):
3db3287b6e99a1815e4056aa03b8f5b170540e44
SUCCESS checkout https://github.com/pureswift/bluetooth.git at 7.2.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pureswift/bluetooth.git
https://github.com/pureswift/bluetooth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/CharacteristicUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/CompanyIdentifier.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/DeclarationUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/DescriptorUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/MemberUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/ServiceUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70764] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.98s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (7.13s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
[0/14] Write sources
[0/14] Copying DeclarationUUID.json
[0/14] Copying DescriptorUUID.json
[0/14] Copying UnitIdentifier.json
[4/14] Write sources
[4/14] Copying MemberUUID.json
[6/14] Copying CharacteristicUUID.json
[6/14] Copying ServiceUUID.json
[8/14] Copying CompanyIdentifier.json
[9/14] Write swift-version-24593BA9C3E375BF.txt
[11/19] Compiling BluetoothMetadata resource_bundle_accessor.swift
[12/19] Compiling BluetoothMetadata CompanyIdentifier.swift
[13/19] Compiling BluetoothMetadata BluetoothUUID.swift
[14/19] Emitting module BluetoothMetadata
[15/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[16/20] Wrapping AST for BluetoothMetadata for debugging
[18/27] Compiling GenerateBluetooth Generate.swift
[19/27] Emitting module GenerateBluetooth
[20/27] Compiling GenerateBluetooth UnitIdentifier.swift
[21/27] Compiling GenerateBluetooth Hexadecimal.swift
[22/27] Compiling GenerateBluetooth CompanyIdentifier.swift
[23/27] Compiling GenerateBluetooth BluetoothUUID.swift
[24/27] Compiling GenerateBluetooth String.swift
[25/28] Wrapping AST for GenerateBluetooth for debugging
[26/28] Write Objects.LinkFileList
[27/28] Linking GenerateBluetooth-tool
[1/1] Compiling plugin GenerateBluetoothDefinitions
Building for debugging...
[1/69] Write sources
[3/69] Copying ServiceUUID.json
[3/69] Copying UnitIdentifier.json
[3/69] Copying DescriptorUUID.json
[3/69] Copying DeclarationUUID.json
[3/69] Copying CharacteristicUUID.json
[3/69] Copying CompanyIdentifier.json
[3/69] Copying UnitIdentifier.json
[3/69] Copying ServiceUUID.json
[3/69] Copying MemberUUID.json
[3/69] Copying DescriptorUUID.json
[3/69] Copying DeclarationUUID.json
[3/69] Copying CharacteristicUUID.json
[3/69] Copying CompanyIdentifier.json
[3/69] Copying MemberUUID.json
[34/69] Compiling _SwiftSyntaxCShims dummy.c
[35/69] Write swift-version-24593BA9C3E375BF.txt
[37/76] Compiling SwiftSyntax510 Empty.swift
[38/80] Emitting module SwiftSyntax510
[39/80] Compiling SwiftSyntax600 Empty.swift
[41/82] Emitting module SwiftSyntax600
[42/83] Compiling SwiftSyntax509 Empty.swift
[43/83] Emitting module SwiftSyntax509
[44/83] Emitting module BluetoothMetadata
[47/85] Wrapping AST for SwiftSyntax510 for debugging
[48/85] Wrapping AST for SwiftSyntax509 for debugging
[49/85] Wrapping AST for SwiftSyntax600 for debugging
[50/85] Wrapping AST for BluetoothMetadata for debugging
[52/94] Emitting module GenerateBluetooth
[53/151] Wrapping AST for GenerateBluetooth for debugging
[54/151] Write Objects.LinkFileList
[55/151] Linking GenerateBluetooth-tool
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/UnitIdentifiers.swift
[56/151] Generate Bluetooth Unit Identifier Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[57/151] Generate Bluetooth Service UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/DeclarationUUID.swift
[58/151] Generate Bluetooth Declaration UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[59/151] Generate Bluetooth Descriptor UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[60/151] Generate Bluetooth Characteristic UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[61/151] Generate Bluetooth Member UUID Definitions
[63/151] Emitting module BluetoothMetadata
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[63/151] Generate Bluetooth Company Identifier Definitions
[64/151] Write sources
[66/151] Compiling SwiftSyntax AbsolutePosition.swift
[67/151] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[68/151] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[69/151] Compiling SwiftSyntax Assert.swift
[70/151] Compiling SwiftSyntax BumpPtrAllocator.swift
[71/151] Compiling SwiftSyntax CommonAncestor.swift
[72/151] Compiling SwiftSyntax Convenience.swift
[73/151] Compiling SwiftSyntax CustomTraits.swift
[74/151] Compiling SwiftSyntax Identifier.swift
[75/151] Compiling SwiftSyntax MemoryLayout.swift
[76/151] Compiling SwiftSyntax MissingNodeInitializers.swift
[77/151] Compiling SwiftSyntax RawSyntax.swift
[78/151] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[79/151] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[80/151] Compiling SwiftSyntax RawSyntaxTokenView.swift
[81/151] Compiling SwiftSyntax SourceEdit.swift
[82/151] Compiling SwiftSyntax SourceLength.swift
[83/151] Compiling SwiftSyntax SourceLocation.swift
[84/159] Compiling BluetoothMetadata BluetoothMetadata.swift
[85/159] Compiling BluetoothMetadata BluetoothUUID.swift
[86/159] Compiling BluetoothMetadata resource_bundle_accessor.swift
[87/159] Compiling BluetoothMetadata CompanyIdentifier.swift
[88/160] Wrapping AST for BluetoothMetadata for debugging
[90/167] Compiling GenerateBluetooth Generate.swift
[91/167] Emitting module GenerateBluetooth
[92/167] Compiling GenerateBluetooth UnitIdentifier.swift
[93/167] Compiling GenerateBluetooth Hexadecimal.swift
[94/167] Compiling GenerateBluetooth BluetoothUUID.swift
[95/167] Compiling GenerateBluetooth CompanyIdentifier.swift
[96/167] Compiling GenerateBluetooth String.swift
[97/168] Wrapping AST for GenerateBluetooth for debugging
[98/168] Write Objects.LinkFileList
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[99/168] Linking GenerateBluetooth.wasm
[101/168] Emitting module SwiftSyntax
[102/168] Compiling SwiftSyntax SyntaxKind.swift
[103/168] Compiling SwiftSyntax SyntaxRewriter.swift
[104/168] Compiling SwiftSyntax SyntaxTraits.swift
[105/168] Compiling SwiftSyntax SyntaxVisitor.swift
[106/168] Compiling SwiftSyntax TokenKind.swift
[107/168] Compiling SwiftSyntax Tokens.swift
[108/168] Compiling SwiftSyntax TriviaPieces.swift
[109/168] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[110/168] Compiling SwiftSyntax RawSyntaxNodesC.swift
[111/168] Compiling SwiftSyntax RawSyntaxNodesD.swift
[112/168] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[113/168] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[114/168] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[115/168] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[116/168] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[117/168] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[118/168] Compiling SwiftSyntax RawSyntaxValidation.swift
[119/168] Compiling SwiftSyntax SyntaxNodesAB.swift
[120/168] Compiling SwiftSyntax SyntaxNodeFactory.swift
[121/168] Compiling SwiftSyntax SyntaxNodeStructure.swift
[122/168] Compiling SwiftSyntax SyntaxProtocol.swift
[123/168] Compiling SwiftSyntax SyntaxText.swift
[124/168] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[125/168] Compiling SwiftSyntax TokenDiagnostic.swift
[126/168] Compiling SwiftSyntax TokenSequence.swift
[127/168] Compiling SwiftSyntax TokenSyntax.swift
[128/168] Compiling SwiftSyntax Trivia.swift
[129/168] Compiling SwiftSyntax SourcePresence.swift
[130/168] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[131/168] Compiling SwiftSyntax Syntax.swift
[132/168] Compiling SwiftSyntax SyntaxArena.swift
[133/168] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[134/168] Compiling SwiftSyntax SyntaxChildren.swift
[135/168] Compiling SwiftSyntax SyntaxCollection.swift
[136/168] Compiling SwiftSyntax SyntaxHashable.swift
[137/168] Compiling SwiftSyntax SyntaxIdentifier.swift
[138/168] Compiling SwiftSyntax Utils.swift
[139/168] Compiling SwiftSyntax ChildNameForKeyPath.swift
[140/168] Compiling SwiftSyntax Keyword.swift
[141/168] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[142/168] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[143/168] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[144/168] Compiling SwiftSyntax SyntaxBaseNodes.swift
[145/168] Compiling SwiftSyntax SyntaxCollections.swift
[146/168] Compiling SwiftSyntax SyntaxEnum.swift
[147/168] Compiling SwiftSyntax SyntaxNodesC.swift
[148/168] Compiling SwiftSyntax SyntaxNodesD.swift
[149/168] Compiling SwiftSyntax SyntaxNodesEF.swift
[150/168] Compiling SwiftSyntax SyntaxNodesGHI.swift
[151/168] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[152/168] Compiling SwiftSyntax SyntaxNodesOP.swift
[153/168] Compiling SwiftSyntax SyntaxNodesQRS.swift
[154/168] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[155/170] Wrapping AST for SwiftSyntax for debugging
[157/226] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[158/226] Compiling SwiftBasicFormat Syntax+Extensions.swift
[159/226] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[160/226] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[161/226] Compiling SwiftDiagnostics Message.swift
[162/227] Compiling SwiftDiagnostics FixIt.swift
[163/227] Compiling SwiftDiagnostics Note.swift
[164/227] Compiling SwiftBasicFormat InferIndentation.swift
[165/227] Emitting module SwiftBasicFormat
[166/227] Compiling SwiftBasicFormat BasicFormat.swift
[168/228] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[169/228] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[170/228] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[171/228] Emitting module SwiftDiagnostics
[172/228] Compiling SwiftDiagnostics Convenience.swift
[173/228] Compiling SwiftDiagnostics Diagnostic.swift
[174/228] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[175/229] Wrapping AST for SwiftBasicFormat for debugging
[176/229] Wrapping AST for SwiftDiagnostics for debugging
[178/229] Compiling SwiftParser Modifiers.swift
[179/229] Compiling SwiftParser Names.swift
[180/229] Compiling SwiftParser Nominals.swift
[181/229] Compiling SwiftParser Parameters.swift
[182/229] Compiling SwiftParser ParseSourceFile.swift
[183/229] Compiling SwiftParser Parser.swift
[184/234] Compiling SwiftParser LexemeSequence.swift
[185/234] Compiling SwiftParser Lexer.swift
[186/234] Compiling SwiftParser RegexLiteralLexer.swift
[187/234] Compiling SwiftParser UnicodeScalarExtensions.swift
[188/234] Compiling SwiftParser Lookahead.swift
[189/234] Compiling SwiftParser LoopProgressCondition.swift
[190/234] Compiling SwiftParser Patterns.swift
[191/234] Compiling SwiftParser Recovery.swift
[192/234] Compiling SwiftParser Specifiers.swift
[193/234] Compiling SwiftParser Statements.swift
[194/234] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[195/234] Compiling SwiftParser StringLiterals.swift
[196/234] Compiling SwiftParser SwiftParserCompatibility.swift
[197/234] Compiling SwiftParser SwiftVersion.swift
[198/234] Compiling SwiftParser SyntaxUtils.swift
[199/234] Compiling SwiftParser TokenConsumer.swift
[200/234] Compiling SwiftParser TokenPrecedence.swift
[201/234] Compiling SwiftParser TokenSpec.swift
[202/234] Compiling SwiftParser TokenSpecSet.swift
[203/234] Compiling SwiftParser TopLevel.swift
[204/234] Compiling SwiftParser TriviaParser.swift
[205/234] Compiling SwiftParser Types.swift
[210/234] Compiling SwiftParser Declarations.swift
[211/234] Compiling SwiftParser Directives.swift
[212/234] Emitting module SwiftParser
[213/234] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[214/234] Compiling SwiftParser Expressions.swift
[215/234] Compiling SwiftParser IncrementalParseTransition.swift
[216/234] Compiling SwiftParser IsValidIdentifier.swift
[217/234] Compiling SwiftParser Cursor.swift
[218/234] Compiling SwiftParser Lexeme.swift
[219/234] Compiling SwiftParser ExperimentalFeatures.swift
[220/234] Compiling SwiftParser IsLexerClassified.swift
[221/234] Compiling SwiftParser LayoutNodes+Parsable.swift
[222/234] Compiling SwiftParser Parser+TokenSpecSet.swift
[223/234] Compiling SwiftParser TokenSpecStaticMembers.swift
[224/235] Wrapping AST for SwiftParser for debugging
[226/258] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[227/259] Compiling SwiftOperators PrecedenceGroup.swift
[228/260] Compiling SwiftOperators OperatorTable.swift
[229/260] Compiling SwiftOperators SyntaxSynthesis.swift
[230/260] Compiling SwiftOperators PrecedenceGraph.swift
[231/260] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[232/260] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[233/260] Compiling SwiftOperators OperatorTable+Semantics.swift
[234/260] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[235/260] Compiling SwiftParserDiagnostics Utils.swift
[236/260] Emitting module SwiftParserDiagnostics
[237/260] Compiling SwiftOperators Operator.swift
[238/260] Compiling SwiftOperators OperatorError+Diagnostics.swift
[241/260] Compiling SwiftOperators OperatorTable+Folding.swift
[242/260] Compiling SwiftOperators OperatorError.swift
[243/260] Compiling SwiftOperators OperatorTable+Defaults.swift
[244/260] Emitting module SwiftOperators
[248/261] Compiling SwiftParserDiagnostics MissingNodesError.swift
[249/261] Compiling SwiftParserDiagnostics MissingTokenError.swift
[250/261] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[251/261] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[252/262] Wrapping AST for SwiftOperators for debugging
[253/262] Wrapping AST for SwiftParserDiagnostics for debugging
[255/277] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[256/277] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[257/277] Compiling SwiftSyntaxBuilder Indenter.swift
[258/277] Compiling SwiftSyntaxBuilder ListBuilder.swift
[259/277] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[260/277] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[261/277] Emitting module SwiftSyntaxBuilder
[262/277] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[263/277] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[264/278] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[265/278] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[266/278] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[267/278] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[268/278] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[269/278] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[270/278] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[271/279] Wrapping AST for SwiftSyntaxBuilder for debugging
[273/296] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[274/296] Compiling SwiftSyntaxMacros Macro+Format.swift
[275/298] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[276/298] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[277/298] Compiling SwiftSyntaxMacros AccessorMacro.swift
[278/298] Compiling SwiftSyntaxMacros AttachedMacro.swift
[279/298] Compiling SwiftSyntaxMacros BodyMacro.swift
[280/298] Emitting module SwiftSyntaxMacros
[281/298] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[282/298] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[283/298] Compiling SwiftSyntaxMacros MemberMacro.swift
[284/298] Compiling SwiftSyntaxMacros PeerMacro.swift
[285/298] Compiling SwiftSyntaxMacros Macro.swift
[286/298] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[287/298] Compiling SwiftSyntaxMacros PreambleMacro.swift
[288/298] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[289/298] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[290/298] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[291/298] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[292/299] Wrapping AST for SwiftSyntaxMacros for debugging
[294/308] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[295/309] Emitting module SwiftSyntaxMacroExpansion
[296/309] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[297/309] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[298/309] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[299/309] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[300/309] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[301/309] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[302/309] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[303/309] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[304/310] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[306/322] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[307/323] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[308/323] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[309/323] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[310/323] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[311/323] Emitting module SwiftCompilerPluginMessageHandling
[312/323] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[313/323] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[314/323] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[315/323] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[316/323] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[317/323] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[318/323] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[319/324] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[321/326] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[322/326] Emitting module SwiftCompilerPlugin
[323/327] Wrapping AST for SwiftCompilerPlugin for debugging
[325/332] Emitting module BluetoothMacros
[326/332] Compiling BluetoothMacros BluetoothAddress.swift
[327/332] Compiling BluetoothMacros Plugins.swift
[328/332] Compiling BluetoothMacros Hexadecimal.swift
[329/332] Compiling BluetoothMacros BluetoothUUID.swift
[330/333] Wrapping AST for BluetoothMacros for debugging
[331/333] Write Objects.LinkFileList
[332/333] Linking BluetoothMacros-tool
[334/369] Compiling Bluetooth ByteSwap.swift
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:16:35: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 14 |     public var formatType: FormatType
 15 |
 16 |     public var majorServiceClass: BitMaskOptionSet<MajorServiceClass>
    |                                   `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 17 |
 18 |     public var majorDeviceClass: MajorDeviceClass
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:22:28: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 20 |     public init(
 21 |         formatType: FormatType,
 22 |         majorServiceClass: BitMaskOptionSet<MajorServiceClass>,
    |                            `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 23 |         majorDeviceClass: MajorDeviceClass
 24 |     ) {
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:132:37: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
130 | public extension ClassOfDevice {
131 |
132 |     enum MajorServiceClass: UInt16, BitMaskOption, Sendable {
    |                                     `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
133 |
134 |         /// Limited Discoverable Mode [Ref #1]
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:198:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
196 |
197 |         /// Imaging (printer, scanner, camera, display, ...)
198 |         case imaging(BitMaskOptionSet<Imaging>)
    |                      `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
199 |
200 |         /// Wearable
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:527:26: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
525 | public extension ClassOfDevice.MinorDeviceClass {
526 |
527 |     enum Imaging: UInt8, BitMaskOption, Sendable, CaseIterable {
    |                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
528 |
529 |         /// Uncategorized
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:46:34: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 44 |         let majorServiceValue = UInt16(littleEndian: UInt16(bytes: (data[1], data[2]))) >> 5
 45 |
 46 |         self.majorServiceClass = BitMaskOptionSet<MajorServiceClass>(rawValue: majorServiceValue)
    |                                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 47 |
 48 |         let majorDeviceClassType = MajorDeviceClassType(rawValue: (data[1] << 3) >> 3) ?? MajorDeviceClassType.miscellaneous
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:73:46: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 71 |
 72 |         case .imaging:
 73 |             self.majorDeviceClass = .imaging(BitMaskOptionSet<Imaging>(rawValue: data[0] >> 4))
    |                                              `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 74 |
 75 |         case .wearable:
[335/369] Compiling Bluetooth ByteValue.swift
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:16:35: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 14 |     public var formatType: FormatType
 15 |
 16 |     public var majorServiceClass: BitMaskOptionSet<MajorServiceClass>
    |                                   `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 17 |
 18 |     public var majorDeviceClass: MajorDeviceClass
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:22:28: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 20 |     public init(
 21 |         formatType: FormatType,
 22 |         majorServiceClass: BitMaskOptionSet<MajorServiceClass>,
    |                            `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 23 |         majorDeviceClass: MajorDeviceClass
 24 |     ) {
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:132:37: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
130 | public extension ClassOfDevice {
131 |
132 |     enum MajorServiceClass: UInt16, BitMaskOption, Sendable {
    |                                     `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
133 |
134 |         /// Limited Discoverable Mode [Ref #1]
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:198:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
196 |
197 |         /// Imaging (printer, scanner, camera, display, ...)
198 |         case imaging(BitMaskOptionSet<Imaging>)
    |                      `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
199 |
200 |         /// Wearable
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:527:26: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
525 | public extension ClassOfDevice.MinorDeviceClass {
526 |
527 |     enum Imaging: UInt8, BitMaskOption, Sendable, CaseIterable {
    |                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
528 |
529 |         /// Uncategorized
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:46:34: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 44 |         let majorServiceValue = UInt16(littleEndian: UInt16(bytes: (data[1], data[2]))) >> 5
 45 |
 46 |         self.majorServiceClass = BitMaskOptionSet<MajorServiceClass>(rawValue: majorServiceValue)
    |                                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 47 |
 48 |         let majorDeviceClassType = MajorDeviceClassType(rawValue: (data[1] << 3) >> 3) ?? MajorDeviceClassType.miscellaneous
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:73:46: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 71 |
 72 |         case .imaging:
 73 |             self.majorDeviceClass = .imaging(BitMaskOptionSet<Imaging>(rawValue: data[0] >> 4))
    |                                              `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 74 |
 75 |         case .wearable:
[336/369] Compiling Bluetooth ClassOfDevice.swift
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:16:35: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 14 |     public var formatType: FormatType
 15 |
 16 |     public var majorServiceClass: BitMaskOptionSet<MajorServiceClass>
    |                                   `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 17 |
 18 |     public var majorDeviceClass: MajorDeviceClass
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:22:28: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 20 |     public init(
 21 |         formatType: FormatType,
 22 |         majorServiceClass: BitMaskOptionSet<MajorServiceClass>,
    |                            `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 23 |         majorDeviceClass: MajorDeviceClass
 24 |     ) {
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:132:37: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
130 | public extension ClassOfDevice {
131 |
132 |     enum MajorServiceClass: UInt16, BitMaskOption, Sendable {
    |                                     `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
133 |
134 |         /// Limited Discoverable Mode [Ref #1]
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:198:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
196 |
197 |         /// Imaging (printer, scanner, camera, display, ...)
198 |         case imaging(BitMaskOptionSet<Imaging>)
    |                      `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
199 |
200 |         /// Wearable
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:527:26: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
525 | public extension ClassOfDevice.MinorDeviceClass {
526 |
527 |     enum Imaging: UInt8, BitMaskOption, Sendable, CaseIterable {
    |                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
528 |
529 |         /// Uncategorized
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:46:34: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 44 |         let majorServiceValue = UInt16(littleEndian: UInt16(bytes: (data[1], data[2]))) >> 5
 45 |
 46 |         self.majorServiceClass = BitMaskOptionSet<MajorServiceClass>(rawValue: majorServiceValue)
    |                                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 47 |
 48 |         let majorDeviceClassType = MajorDeviceClassType(rawValue: (data[1] << 3) >> 3) ?? MajorDeviceClassType.miscellaneous
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:73:46: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 71 |
 72 |         case .imaging:
 73 |             self.majorDeviceClass = .imaging(BitMaskOptionSet<Imaging>(rawValue: data[0] >> 4))
    |                                              `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 74 |
 75 |         case .wearable:
[337/369] Compiling Bluetooth CompanyIdentifier.swift
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:16:35: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 14 |     public var formatType: FormatType
 15 |
 16 |     public var majorServiceClass: BitMaskOptionSet<MajorServiceClass>
    |                                   `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 17 |
 18 |     public var majorDeviceClass: MajorDeviceClass
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:22:28: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 20 |     public init(
 21 |         formatType: FormatType,
 22 |         majorServiceClass: BitMaskOptionSet<MajorServiceClass>,
    |                            `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 23 |         majorDeviceClass: MajorDeviceClass
 24 |     ) {
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:132:37: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
130 | public extension ClassOfDevice {
131 |
132 |     enum MajorServiceClass: UInt16, BitMaskOption, Sendable {
    |                                     `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
133 |
134 |         /// Limited Discoverable Mode [Ref #1]
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:198:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
196 |
197 |         /// Imaging (printer, scanner, camera, display, ...)
198 |         case imaging(BitMaskOptionSet<Imaging>)
    |                      `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
199 |
200 |         /// Wearable
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:527:26: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
525 | public extension ClassOfDevice.MinorDeviceClass {
526 |
527 |     enum Imaging: UInt8, BitMaskOption, Sendable, CaseIterable {
    |                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
528 |
529 |         /// Uncategorized
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:46:34: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 44 |         let majorServiceValue = UInt16(littleEndian: UInt16(bytes: (data[1], data[2]))) >> 5
 45 |
 46 |         self.majorServiceClass = BitMaskOptionSet<MajorServiceClass>(rawValue: majorServiceValue)
    |                                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 47 |
 48 |         let majorDeviceClassType = MajorDeviceClassType(rawValue: (data[1] << 3) >> 3) ?? MajorDeviceClassType.miscellaneous
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:73:46: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 71 |
 72 |         case .imaging:
 73 |             self.majorDeviceClass = .imaging(BitMaskOptionSet<Imaging>(rawValue: data[0] >> 4))
    |                                              `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 74 |
 75 |         case .wearable:
[338/369] Compiling Bluetooth CompanyIdentifierMetadata.swift
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:16:35: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 14 |     public var formatType: FormatType
 15 |
 16 |     public var majorServiceClass: BitMaskOptionSet<MajorServiceClass>
    |                                   `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 17 |
 18 |     public var majorDeviceClass: MajorDeviceClass
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:22:28: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 20 |     public init(
 21 |         formatType: FormatType,
 22 |         majorServiceClass: BitMaskOptionSet<MajorServiceClass>,
    |                            `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 23 |         majorDeviceClass: MajorDeviceClass
 24 |     ) {
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:132:37: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
130 | public extension ClassOfDevice {
131 |
132 |     enum MajorServiceClass: UInt16, BitMaskOption, Sendable {
    |                                     `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
133 |
134 |         /// Limited Discoverable Mode [Ref #1]
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:198:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
196 |
197 |         /// Imaging (printer, scanner, camera, display, ...)
198 |         case imaging(BitMaskOptionSet<Imaging>)
    |                      `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
199 |
200 |         /// Wearable
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:527:26: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
525 | public extension ClassOfDevice.MinorDeviceClass {
526 |
527 |     enum Imaging: UInt8, BitMaskOption, Sendable, CaseIterable {
    |                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
528 |
529 |         /// Uncategorized
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:46:34: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 44 |         let majorServiceValue = UInt16(littleEndian: UInt16(bytes: (data[1], data[2]))) >> 5
 45 |
 46 |         self.majorServiceClass = BitMaskOptionSet<MajorServiceClass>(rawValue: majorServiceValue)
    |                                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 47 |
 48 |         let majorDeviceClassType = MajorDeviceClassType(rawValue: (data[1] << 3) >> 3) ?? MajorDeviceClassType.miscellaneous
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:73:46: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 71 |
 72 |         case .imaging:
 73 |             self.majorDeviceClass = .imaging(BitMaskOptionSet<Imaging>(rawValue: data[0] >> 4))
    |                                              `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 74 |
 75 |         case .wearable:
[339/369] Compiling Bluetooth Data.swift
[340/369] Compiling Bluetooth Hexadecimal.swift
[341/369] Compiling Bluetooth Integer.swift
[342/369] Compiling Bluetooth String.swift
[343/369] Compiling Bluetooth System.swift
[344/373] Compiling Bluetooth Address.swift
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:15:42: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 13 | public protocol BitMaskOption: RawRepresentable, Hashable, CaseIterable where RawValue: FixedWidthInteger {}
 14 |
 15 | public extension Sequence where Element: BitMaskOption {
    |                                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 16 |
 17 |     /// Convert Swift enums for bit mask options into their raw values OR'd.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:23:18: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 21 | }
 22 |
 23 | public extension BitMaskOption {
    |                  `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 24 |
 25 |     /// Whether the enum case is present in the raw value.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:109:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
107 | // MARK: - Sendable
108 |
109 | extension BitMaskOptionSet: Sendable where RawValue: Sendable {}
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
110 |
111 | // MARK: - Sequence Conversion
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:113:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
111 | // MARK: - Sequence Conversion
112 |
113 | public extension BitMaskOptionSet {
    |                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
114 |
115 |     init<S: Sequence>(_ sequence: S) where S.Iterator.Element == Element {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:33: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                 `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:56: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                                        `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:122:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
120 | // MARK: - Equatable
121 |
122 | extension BitMaskOptionSet: Equatable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:131:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
129 | // MARK: - CustomStringConvertible
130 |
131 | extension BitMaskOptionSet: CustomStringConvertible {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
132 |
133 |     public var description: String {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:146:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
144 | // MARK: - Hashable
145 |
146 | extension BitMaskOptionSet: Hashable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
147 |
148 |     public func hash(into hasher: inout Hasher) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:155:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
153 | // MARK: - ExpressibleByArrayLiteral
154 |
155 | extension BitMaskOptionSet: ExpressibleByArrayLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
156 |
157 |     public init(arrayLiteral elements: Element...) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:164:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
162 | // MARK: - ExpressibleByIntegerLiteral
163 |
164 | extension BitMaskOptionSet: ExpressibleByIntegerLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
165 |
166 |     public init(integerLiteral value: UInt64) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:173:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
171 | // MARK: - Sequence
172 |
173 | extension BitMaskOptionSet: Sequence {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
174 |
175 |     public func makeIterator() -> IndexingIterator<[Element]> {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:183:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
181 |
182 | #if !hasFeature(Embedded)
183 | extension BitMaskOptionSet: Decodable where Self.RawValue: Decodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 |
185 |     public init(from decoder: Decoder) throws {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:191:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
189 | }
190 |
191 | extension BitMaskOptionSet: Encodable where Self.RawValue: Encodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
192 |
193 |     public func encode(to encoder: Encoder) throws {
[345/373] Compiling Bluetooth AsyncIndefiniteStream.swift
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:15:42: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 13 | public protocol BitMaskOption: RawRepresentable, Hashable, CaseIterable where RawValue: FixedWidthInteger {}
 14 |
 15 | public extension Sequence where Element: BitMaskOption {
    |                                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 16 |
 17 |     /// Convert Swift enums for bit mask options into their raw values OR'd.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:23:18: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 21 | }
 22 |
 23 | public extension BitMaskOption {
    |                  `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 24 |
 25 |     /// Whether the enum case is present in the raw value.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:109:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
107 | // MARK: - Sendable
108 |
109 | extension BitMaskOptionSet: Sendable where RawValue: Sendable {}
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
110 |
111 | // MARK: - Sequence Conversion
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:113:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
111 | // MARK: - Sequence Conversion
112 |
113 | public extension BitMaskOptionSet {
    |                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
114 |
115 |     init<S: Sequence>(_ sequence: S) where S.Iterator.Element == Element {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:33: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                 `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:56: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                                        `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:122:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
120 | // MARK: - Equatable
121 |
122 | extension BitMaskOptionSet: Equatable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:131:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
129 | // MARK: - CustomStringConvertible
130 |
131 | extension BitMaskOptionSet: CustomStringConvertible {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
132 |
133 |     public var description: String {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:146:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
144 | // MARK: - Hashable
145 |
146 | extension BitMaskOptionSet: Hashable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
147 |
148 |     public func hash(into hasher: inout Hasher) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:155:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
153 | // MARK: - ExpressibleByArrayLiteral
154 |
155 | extension BitMaskOptionSet: ExpressibleByArrayLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
156 |
157 |     public init(arrayLiteral elements: Element...) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:164:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
162 | // MARK: - ExpressibleByIntegerLiteral
163 |
164 | extension BitMaskOptionSet: ExpressibleByIntegerLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
165 |
166 |     public init(integerLiteral value: UInt64) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:173:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
171 | // MARK: - Sequence
172 |
173 | extension BitMaskOptionSet: Sequence {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
174 |
175 |     public func makeIterator() -> IndexingIterator<[Element]> {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:183:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
181 |
182 | #if !hasFeature(Embedded)
183 | extension BitMaskOptionSet: Decodable where Self.RawValue: Decodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 |
185 |     public init(from decoder: Decoder) throws {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:191:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
189 | }
190 |
191 | extension BitMaskOptionSet: Encodable where Self.RawValue: Encodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
192 |
193 |     public func encode(to encoder: Encoder) throws {
[346/373] Compiling Bluetooth BitMaskOption.swift
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:15:42: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 13 | public protocol BitMaskOption: RawRepresentable, Hashable, CaseIterable where RawValue: FixedWidthInteger {}
 14 |
 15 | public extension Sequence where Element: BitMaskOption {
    |                                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 16 |
 17 |     /// Convert Swift enums for bit mask options into their raw values OR'd.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:23:18: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 21 | }
 22 |
 23 | public extension BitMaskOption {
    |                  `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 24 |
 25 |     /// Whether the enum case is present in the raw value.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:109:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
107 | // MARK: - Sendable
108 |
109 | extension BitMaskOptionSet: Sendable where RawValue: Sendable {}
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
110 |
111 | // MARK: - Sequence Conversion
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:113:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
111 | // MARK: - Sequence Conversion
112 |
113 | public extension BitMaskOptionSet {
    |                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
114 |
115 |     init<S: Sequence>(_ sequence: S) where S.Iterator.Element == Element {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:33: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                 `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:56: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                                        `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:122:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
120 | // MARK: - Equatable
121 |
122 | extension BitMaskOptionSet: Equatable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:131:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
129 | // MARK: - CustomStringConvertible
130 |
131 | extension BitMaskOptionSet: CustomStringConvertible {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
132 |
133 |     public var description: String {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:146:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
144 | // MARK: - Hashable
145 |
146 | extension BitMaskOptionSet: Hashable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
147 |
148 |     public func hash(into hasher: inout Hasher) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:155:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
153 | // MARK: - ExpressibleByArrayLiteral
154 |
155 | extension BitMaskOptionSet: ExpressibleByArrayLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
156 |
157 |     public init(arrayLiteral elements: Element...) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:164:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
162 | // MARK: - ExpressibleByIntegerLiteral
163 |
164 | extension BitMaskOptionSet: ExpressibleByIntegerLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
165 |
166 |     public init(integerLiteral value: UInt64) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:173:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
171 | // MARK: - Sequence
172 |
173 | extension BitMaskOptionSet: Sequence {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
174 |
175 |     public func makeIterator() -> IndexingIterator<[Element]> {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:183:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
181 |
182 | #if !hasFeature(Embedded)
183 | extension BitMaskOptionSet: Decodable where Self.RawValue: Decodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 |
185 |     public init(from decoder: Decoder) throws {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:191:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
189 | }
190 |
191 | extension BitMaskOptionSet: Encodable where Self.RawValue: Encodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
192 |
193 |     public func encode(to encoder: Encoder) throws {
[347/373] Compiling Bluetooth BluetoothUUID.swift
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:15:42: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 13 | public protocol BitMaskOption: RawRepresentable, Hashable, CaseIterable where RawValue: FixedWidthInteger {}
 14 |
 15 | public extension Sequence where Element: BitMaskOption {
    |                                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 16 |
 17 |     /// Convert Swift enums for bit mask options into their raw values OR'd.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:23:18: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 21 | }
 22 |
 23 | public extension BitMaskOption {
    |                  `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 24 |
 25 |     /// Whether the enum case is present in the raw value.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:109:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
107 | // MARK: - Sendable
108 |
109 | extension BitMaskOptionSet: Sendable where RawValue: Sendable {}
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
110 |
111 | // MARK: - Sequence Conversion
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:113:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
111 | // MARK: - Sequence Conversion
112 |
113 | public extension BitMaskOptionSet {
    |                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
114 |
115 |     init<S: Sequence>(_ sequence: S) where S.Iterator.Element == Element {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:33: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                 `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:56: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                                        `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:122:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
120 | // MARK: - Equatable
121 |
122 | extension BitMaskOptionSet: Equatable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:131:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
129 | // MARK: - CustomStringConvertible
130 |
131 | extension BitMaskOptionSet: CustomStringConvertible {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
132 |
133 |     public var description: String {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:146:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
144 | // MARK: - Hashable
145 |
146 | extension BitMaskOptionSet: Hashable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
147 |
148 |     public func hash(into hasher: inout Hasher) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:155:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
153 | // MARK: - ExpressibleByArrayLiteral
154 |
155 | extension BitMaskOptionSet: ExpressibleByArrayLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
156 |
157 |     public init(arrayLiteral elements: Element...) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:164:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
162 | // MARK: - ExpressibleByIntegerLiteral
163 |
164 | extension BitMaskOptionSet: ExpressibleByIntegerLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
165 |
166 |     public init(integerLiteral value: UInt64) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:173:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
171 | // MARK: - Sequence
172 |
173 | extension BitMaskOptionSet: Sequence {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
174 |
175 |     public func makeIterator() -> IndexingIterator<[Element]> {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:183:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
181 |
182 | #if !hasFeature(Embedded)
183 | extension BitMaskOptionSet: Decodable where Self.RawValue: Decodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 |
185 |     public init(from decoder: Decoder) throws {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:191:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
189 | }
190 |
191 | extension BitMaskOptionSet: Encodable where Self.RawValue: Encodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
192 |
193 |     public func encode(to encoder: Encoder) throws {
[348/373] Compiling Bluetooth BluetoothUUIDMetadata.swift
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:15:42: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 13 | public protocol BitMaskOption: RawRepresentable, Hashable, CaseIterable where RawValue: FixedWidthInteger {}
 14 |
 15 | public extension Sequence where Element: BitMaskOption {
    |                                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 16 |
 17 |     /// Convert Swift enums for bit mask options into their raw values OR'd.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:23:18: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 21 | }
 22 |
 23 | public extension BitMaskOption {
    |                  `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 24 |
 25 |     /// Whether the enum case is present in the raw value.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:109:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
107 | // MARK: - Sendable
108 |
109 | extension BitMaskOptionSet: Sendable where RawValue: Sendable {}
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
110 |
111 | // MARK: - Sequence Conversion
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:113:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
111 | // MARK: - Sequence Conversion
112 |
113 | public extension BitMaskOptionSet {
    |                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
114 |
115 |     init<S: Sequence>(_ sequence: S) where S.Iterator.Element == Element {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:33: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                 `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:56: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                                        `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:122:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
120 | // MARK: - Equatable
121 |
122 | extension BitMaskOptionSet: Equatable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:131:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
129 | // MARK: - CustomStringConvertible
130 |
131 | extension BitMaskOptionSet: CustomStringConvertible {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
132 |
133 |     public var description: String {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:146:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
144 | // MARK: - Hashable
145 |
146 | extension BitMaskOptionSet: Hashable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
147 |
148 |     public func hash(into hasher: inout Hasher) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:155:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
153 | // MARK: - ExpressibleByArrayLiteral
154 |
155 | extension BitMaskOptionSet: ExpressibleByArrayLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
156 |
157 |     public init(arrayLiteral elements: Element...) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:164:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
162 | // MARK: - ExpressibleByIntegerLiteral
163 |
164 | extension BitMaskOptionSet: ExpressibleByIntegerLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
165 |
166 |     public init(integerLiteral value: UInt64) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:173:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
171 | // MARK: - Sequence
172 |
173 | extension BitMaskOptionSet: Sequence {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
174 |
175 |     public func makeIterator() -> IndexingIterator<[Element]> {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:183:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
181 |
182 | #if !hasFeature(Embedded)
183 | extension BitMaskOptionSet: Decodable where Self.RawValue: Decodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 |
185 |     public init(from decoder: Decoder) throws {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:191:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
189 | }
190 |
191 | extension BitMaskOptionSet: Encodable where Self.RawValue: Encodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
192 |
193 |     public func encode(to encoder: Encoder) throws {
[349/373] Compiling Bluetooth UUID.swift
[350/373] Compiling Bluetooth L2CAPSocket.swift
[351/373] Compiling Bluetooth LowEnergyAdvertisingData.swift
[352/373] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[353/373] Compiling Bluetooth RSSI.swift
[354/373] Compiling Bluetooth CharacteristicUUID.swift
[355/373] Compiling Bluetooth DescriptorUUID.swift
[356/373] Compiling Bluetooth MemberUUID.swift
[357/373] Compiling Bluetooth DeclarationUUID.swift
[358/373] Emitting module Bluetooth
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:15:42: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 13 | public protocol BitMaskOption: RawRepresentable, Hashable, CaseIterable where RawValue: FixedWidthInteger {}
 14 |
 15 | public extension Sequence where Element: BitMaskOption {
    |                                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 16 |
 17 |     /// Convert Swift enums for bit mask options into their raw values OR'd.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:23:18: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 21 | }
 22 |
 23 | public extension BitMaskOption {
    |                  `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
 24 |
 25 |     /// Whether the enum case is present in the raw value.
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:109:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
107 | // MARK: - Sendable
108 |
109 | extension BitMaskOptionSet: Sendable where RawValue: Sendable {}
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
110 |
111 | // MARK: - Sequence Conversion
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:113:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
111 | // MARK: - Sequence Conversion
112 |
113 | public extension BitMaskOptionSet {
    |                  `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
114 |
115 |     init<S: Sequence>(_ sequence: S) where S.Iterator.Element == Element {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:33: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                 `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:124:56: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
122 | extension BitMaskOptionSet: Equatable {
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
    |                                                        `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
125 |         return lhs.rawValue == rhs.rawValue
126 |     }
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:122:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
120 | // MARK: - Equatable
121 |
122 | extension BitMaskOptionSet: Equatable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
123 |
124 |     public static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:131:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
129 | // MARK: - CustomStringConvertible
130 |
131 | extension BitMaskOptionSet: CustomStringConvertible {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
132 |
133 |     public var description: String {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:146:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
144 | // MARK: - Hashable
145 |
146 | extension BitMaskOptionSet: Hashable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
147 |
148 |     public func hash(into hasher: inout Hasher) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:155:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
153 | // MARK: - ExpressibleByArrayLiteral
154 |
155 | extension BitMaskOptionSet: ExpressibleByArrayLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
156 |
157 |     public init(arrayLiteral elements: Element...) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:164:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
162 | // MARK: - ExpressibleByIntegerLiteral
163 |
164 | extension BitMaskOptionSet: ExpressibleByIntegerLiteral {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
165 |
166 |     public init(integerLiteral value: UInt64) {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:173:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
171 | // MARK: - Sequence
172 |
173 | extension BitMaskOptionSet: Sequence {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
174 |
175 |     public func makeIterator() -> IndexingIterator<[Element]> {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:183:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
181 |
182 | #if !hasFeature(Embedded)
183 | extension BitMaskOptionSet: Decodable where Self.RawValue: Decodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 |
185 |     public init(from decoder: Decoder) throws {
/host/spi-builder-workspace/Sources/Bluetooth/BitMaskOption.swift:191:11: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
189 | }
190 |
191 | extension BitMaskOptionSet: Encodable where Self.RawValue: Encodable {
    |           `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
192 |
193 |     public func encode(to encoder: Encoder) throws {
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:16:35: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 14 |     public var formatType: FormatType
 15 |
 16 |     public var majorServiceClass: BitMaskOptionSet<MajorServiceClass>
    |                                   `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 17 |
 18 |     public var majorDeviceClass: MajorDeviceClass
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:22:28: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 20 |     public init(
 21 |         formatType: FormatType,
 22 |         majorServiceClass: BitMaskOptionSet<MajorServiceClass>,
    |                            `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
 23 |         majorDeviceClass: MajorDeviceClass
 24 |     ) {
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:132:37: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
130 | public extension ClassOfDevice {
131 |
132 |     enum MajorServiceClass: UInt16, BitMaskOption, Sendable {
    |                                     `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
133 |
134 |         /// Limited Discoverable Mode [Ref #1]
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:198:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
196 |
197 |         /// Imaging (printer, scanner, camera, display, ...)
198 |         case imaging(BitMaskOptionSet<Imaging>)
    |                      `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
199 |
200 |         /// Wearable
/host/spi-builder-workspace/Sources/Bluetooth/ClassOfDevice.swift:527:26: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
525 | public extension ClassOfDevice.MinorDeviceClass {
526 |
527 |     enum Imaging: UInt8, BitMaskOption, Sendable, CaseIterable {
    |                          `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
528 |
529 |         /// Uncategorized
[359/373] Compiling Bluetooth UInt40.swift
[360/373] Compiling Bluetooth UInt48.swift
[361/373] Compiling Bluetooth UInt512.swift
[362/373] Compiling Bluetooth Unit.swift
[363/373] Compiling Bluetooth UnitIdentifier.swift
[364/373] Compiling Bluetooth SFloat.swift
[365/373] Compiling Bluetooth SecurityLevel.swift
[366/373] Compiling Bluetooth UInt128.swift
[367/373] Compiling Bluetooth UInt24.swift
[368/373] Compiling Bluetooth UInt256.swift
[369/373] Compiling Bluetooth UnitIdentifierMetadata.swift
[370/373] Compiling Bluetooth iBeacon.swift
[371/373] Compiling Bluetooth CompanyIdentifiers.swift
[372/373] Compiling Bluetooth UnitIdentifiers.swift
[373/373] Compiling Bluetooth ServiceUUID.swift
Build complete! (113.97s)
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" : "/host/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" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/CharacteristicUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/CompanyIdentifier.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/DeclarationUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/DescriptorUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/MemberUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/ServiceUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.