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 master (3db328), with Swift 6.1 for Wasm on 31 May 2025 18:03:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-4606859-1":/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/70558] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.15s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (7.65s)
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
[3/14] Copying MemberUUID.json
[6/14] Copying ServiceUUID.json
[6/14] Copying CharacteristicUUID.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 BluetoothUUID.swift
[13/19] Emitting module BluetoothMetadata
[14/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[15/19] Compiling BluetoothMetadata CompanyIdentifier.swift
[16/20] Wrapping AST for BluetoothMetadata for debugging
[18/27] Compiling GenerateBluetooth Generate.swift
[19/27] Compiling GenerateBluetooth Hexadecimal.swift
[20/27] Compiling GenerateBluetooth CompanyIdentifier.swift
[21/27] Compiling GenerateBluetooth BluetoothUUID.swift
[22/27] Emitting module GenerateBluetooth
[23/27] Compiling GenerateBluetooth String.swift
[24/27] Compiling GenerateBluetooth UnitIdentifier.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
[20/69] Copying ServiceUUID.json
[20/69] Copying MemberUUID.json
[20/69] Copying UnitIdentifier.json
[20/69] Copying DescriptorUUID.json
[20/69] Copying DeclarationUUID.json
[20/69] Copying UnitIdentifier.json
[20/69] Copying ServiceUUID.json
[20/69] Copying CharacteristicUUID.json
[20/69] Copying DescriptorUUID.json
[20/69] Copying DeclarationUUID.json
[20/69] Copying MemberUUID.json
[20/69] Copying CharacteristicUUID.json
[22/69] Copying CompanyIdentifier.json
[34/69] Compiling _SwiftSyntaxCShims dummy.c
[35/69] Write swift-version-24593BA9C3E375BF.txt
[37/81] Emitting module SwiftSyntax510
[38/81] Emitting module SwiftSyntax509
[39/81] Compiling SwiftSyntax509 Empty.swift
[40/82] Emitting module SwiftSyntax600
[41/82] Compiling SwiftSyntax510 Empty.swift
[42/82] Compiling SwiftSyntax600 Empty.swift
[43/84] Emitting module BluetoothMetadata
[47/85] Wrapping AST for SwiftSyntax600 for debugging
[48/85] Wrapping AST for SwiftSyntax509 for debugging
[49/85] Wrapping AST for SwiftSyntax510 for debugging
[50/85] Wrapping AST for BluetoothMetadata for debugging
[52/150] 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/DescriptorUUID.swift
[57/151] Generate Bluetooth Descriptor UUID 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
[59/151] Generate Bluetooth Declaration UUID Definitions
[61/151] Compiling SwiftSyntax AbsolutePosition.swift
[62/151] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[63/151] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[64/151] Compiling SwiftSyntax Assert.swift
[65/151] Compiling SwiftSyntax BumpPtrAllocator.swift
[66/151] Compiling SwiftSyntax CommonAncestor.swift
[67/151] Compiling SwiftSyntax Convenience.swift
[68/151] Compiling SwiftSyntax CustomTraits.swift
[69/151] Compiling SwiftSyntax Identifier.swift
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[69/159] Generate Bluetooth Member UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[70/159] Generate Bluetooth Characteristic UUID Definitions
[72/159] Compiling SwiftSyntax MemoryLayout.swift
[73/159] Compiling SwiftSyntax MissingNodeInitializers.swift
[74/159] Compiling SwiftSyntax RawSyntax.swift
[75/159] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[76/159] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[77/159] Compiling SwiftSyntax RawSyntaxTokenView.swift
[78/159] Compiling SwiftSyntax SourceEdit.swift
[79/159] Compiling SwiftSyntax SourceLength.swift
[80/159] Compiling SwiftSyntax SourceLocation.swift
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[80/159] Generate Bluetooth Company Identifier Definitions
[81/159] Write sources
[83/159] Compiling BluetoothMetadata BluetoothUUID.swift
[84/159] Compiling BluetoothMetadata CompanyIdentifier.swift
[85/159] Compiling BluetoothMetadata resource_bundle_accessor.swift
[86/159] Emitting module BluetoothMetadata
[87/159] Compiling BluetoothMetadata BluetoothMetadata.swift
[88/160] Wrapping AST for BluetoothMetadata for debugging
[90/167] Emitting module GenerateBluetooth
[91/167] Compiling GenerateBluetooth Generate.swift
[92/167] Compiling GenerateBluetooth BluetoothUUID.swift
[93/167] Compiling GenerateBluetooth CompanyIdentifier.swift
[94/167] Compiling GenerateBluetooth UnitIdentifier.swift
[95/167] Compiling GenerateBluetooth Hexadecimal.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 Utils.swift
[130/168] Compiling SwiftSyntax ChildNameForKeyPath.swift
[131/168] Compiling SwiftSyntax Keyword.swift
[132/168] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[133/168] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[134/168] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[135/168] Compiling SwiftSyntax SyntaxBaseNodes.swift
[136/168] Compiling SwiftSyntax SyntaxCollections.swift
[137/168] Compiling SwiftSyntax SyntaxEnum.swift
[138/168] Compiling SwiftSyntax SourcePresence.swift
[139/168] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[140/168] Compiling SwiftSyntax Syntax.swift
[141/168] Compiling SwiftSyntax SyntaxArena.swift
[142/168] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[143/168] Compiling SwiftSyntax SyntaxChildren.swift
[144/168] Compiling SwiftSyntax SyntaxCollection.swift
[145/168] Compiling SwiftSyntax SyntaxHashable.swift
[146/168] Compiling SwiftSyntax SyntaxIdentifier.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/169] Wrapping AST for SwiftSyntax for debugging
[157/226] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[158/226] Compiling SwiftDiagnostics Message.swift
[159/227] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[160/227] Compiling SwiftBasicFormat Syntax+Extensions.swift
[161/227] Compiling SwiftParser Attributes.swift
[162/227] Compiling SwiftParser Availability.swift
[163/227] Compiling SwiftParser CharacterInfo.swift
[164/227] Compiling SwiftParser CollectionNodes+Parsable.swift
[165/227] Emitting module SwiftDiagnostics
[166/227] Compiling SwiftDiagnostics Note.swift
[167/227] Compiling SwiftBasicFormat InferIndentation.swift
[168/227] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[169/227] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[170/227] Compiling SwiftDiagnostics FixIt.swift
[171/227] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[173/228] Emitting module SwiftBasicFormat
[174/228] Compiling SwiftBasicFormat BasicFormat.swift
[175/229] Wrapping AST for SwiftDiagnostics for debugging
[176/229] Wrapping AST for SwiftBasicFormat for debugging
[178/229] Compiling SwiftParser LexemeSequence.swift
[179/229] Compiling SwiftParser Lexer.swift
[180/229] Compiling SwiftParser RegexLiteralLexer.swift
[181/229] Compiling SwiftParser UnicodeScalarExtensions.swift
[182/229] Compiling SwiftParser Lookahead.swift
[183/229] Compiling SwiftParser LoopProgressCondition.swift
[184/234] Compiling SwiftParser Modifiers.swift
[185/234] Compiling SwiftParser Names.swift
[186/234] Compiling SwiftParser Nominals.swift
[187/234] Compiling SwiftParser Parameters.swift
[188/234] Compiling SwiftParser ParseSourceFile.swift
[189/234] Compiling SwiftParser Parser.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] Emitting module SwiftParser
[197/234] Compiling SwiftParser SwiftParserCompatibility.swift
[198/234] Compiling SwiftParser SwiftVersion.swift
[199/234] Compiling SwiftParser SyntaxUtils.swift
[200/234] Compiling SwiftParser TokenConsumer.swift
[201/234] Compiling SwiftParser TokenPrecedence.swift
[202/234] Compiling SwiftParser TokenSpec.swift
[203/234] Compiling SwiftParser TokenSpecSet.swift
[204/234] Compiling SwiftParser TopLevel.swift
[205/234] Compiling SwiftParser TriviaParser.swift
[206/234] Compiling SwiftParser Types.swift
[207/234] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[208/234] Compiling SwiftParser Expressions.swift
[209/234] Compiling SwiftParser IncrementalParseTransition.swift
[210/234] Compiling SwiftParser IsValidIdentifier.swift
[211/234] Compiling SwiftParser Cursor.swift
[212/234] Compiling SwiftParser Lexeme.swift
[217/234] Compiling SwiftParser Declarations.swift
[218/234] Compiling SwiftParser Directives.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 SwiftOperators PrecedenceGroup.swift
[227/259] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[228/260] Compiling SwiftOperators PrecedenceGraph.swift
[229/260] Compiling SwiftOperators OperatorTable.swift
[230/260] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[231/260] Compiling SwiftOperators SyntaxSynthesis.swift
[232/260] Compiling SwiftOperators OperatorTable+Folding.swift
[233/260] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[234/260] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[235/260] Emitting module SwiftOperators
[236/260] Compiling SwiftOperators OperatorTable+Semantics.swift
[237/260] Compiling SwiftParserDiagnostics MissingNodesError.swift
[238/260] Compiling SwiftParserDiagnostics MissingTokenError.swift
[239/261] Wrapping AST for SwiftOperators for debugging
[241/261] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[242/261] Compiling SwiftParserDiagnostics Utils.swift
[243/261] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[244/261] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[245/261] Compiling SwiftParserDiagnostics PresenceUtils.swift
[246/261] Emitting module SwiftParserDiagnostics
[251/261] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[252/261] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[253/262] Wrapping AST for SwiftParserDiagnostics for debugging
[255/277] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[256/277] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[257/278] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[258/278] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[259/278] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[260/278] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[261/278] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[262/278] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[263/278] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[264/278] Compiling SwiftSyntaxBuilder Indenter.swift
[265/278] Compiling SwiftSyntaxBuilder ListBuilder.swift
[266/278] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[267/278] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[268/278] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[269/278] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[270/278] Emitting module SwiftSyntaxBuilder
[271/279] Wrapping AST for SwiftSyntaxBuilder for debugging
[273/296] Compiling SwiftSyntaxMacros Macro.swift
[274/296] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[275/296] Compiling SwiftSyntaxMacros MemberMacro.swift
[276/296] Compiling SwiftSyntaxMacros PeerMacro.swift
[277/298] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[278/298] Compiling SwiftSyntaxMacros Macro+Format.swift
[279/298] Emitting module SwiftSyntaxMacros
[280/298] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[281/298] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[282/298] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[283/298] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[284/298] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[285/298] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[286/298] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[287/298] Compiling SwiftSyntaxMacros AccessorMacro.swift
[288/298] Compiling SwiftSyntaxMacros AttachedMacro.swift
[289/298] Compiling SwiftSyntaxMacros BodyMacro.swift
[290/298] Compiling SwiftSyntaxMacros PreambleMacro.swift
[291/298] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[292/299] Wrapping AST for SwiftSyntaxMacros for debugging
[294/308] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[295/309] Emitting module SwiftSyntaxMacroExpansion
[296/309] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[297/309] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[298/309] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[299/309] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[300/309] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[301/309] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[302/309] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[303/309] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[304/310] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[306/322] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[307/322] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[308/322] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[309/323] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[310/323] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[311/323] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[312/323] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[313/323] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[314/323] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[315/323] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[316/323] Emitting module SwiftCompilerPluginMessageHandling
[317/323] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[318/323] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[319/324] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[321/326] Emitting module SwiftCompilerPlugin
[322/326] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[323/327] Wrapping AST for SwiftCompilerPlugin for debugging
[325/332] Compiling BluetoothMacros Plugins.swift
[326/332] Compiling BluetoothMacros BluetoothUUID.swift
[327/332] Compiling BluetoothMacros BluetoothAddress.swift
[328/332] Emitting module BluetoothMacros
[329/332] Compiling BluetoothMacros Hexadecimal.swift
[330/333] Wrapping AST for BluetoothMacros for debugging
[331/333] Write Objects.LinkFileList
[332/333] Linking BluetoothMacros-tool
[334/369] Compiling Bluetooth UInt40.swift
[335/369] Compiling Bluetooth UInt48.swift
[336/369] Compiling Bluetooth UInt512.swift
[337/369] Compiling Bluetooth Unit.swift
[338/369] Compiling Bluetooth UnitIdentifier.swift
[339/373] Compiling Bluetooth SFloat.swift
[340/373] Compiling Bluetooth SecurityLevel.swift
[341/373] Compiling Bluetooth UInt128.swift
[342/373] Compiling Bluetooth UInt24.swift
[343/373] Compiling Bluetooth UInt256.swift
[344/373] Compiling Bluetooth Data.swift
[345/373] Compiling Bluetooth Hexadecimal.swift
[346/373] Compiling Bluetooth Integer.swift
[347/373] Compiling Bluetooth String.swift
[348/373] Compiling Bluetooth System.swift
[349/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 {
[350/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 {
[351/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 {
[352/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 {
[353/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 {
[354/373] 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:
[355/373] 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:
[356/373] 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:
[357/373] 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:
[358/373] 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:
[359/373] Compiling Bluetooth CharacteristicUUID.swift
[360/373] Compiling Bluetooth DescriptorUUID.swift
[361/373] Compiling Bluetooth MemberUUID.swift
[362/373] Compiling Bluetooth DeclarationUUID.swift
[363/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
[364/373] Compiling Bluetooth UUID.swift
[365/373] Compiling Bluetooth L2CAPSocket.swift
[366/373] Compiling Bluetooth LowEnergyAdvertisingData.swift
[367/373] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[368/373] Compiling Bluetooth RSSI.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! (108.24s)
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.