The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Bluetooth, reference 7.2.2 (7879b3), with Swift 6.1 for Android on 22 Jun 2025 04:15:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pureswift/bluetooth.git
Reference: 7.2.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pureswift/bluetooth
 * tag               7.2.2      -> FETCH_HEAD
HEAD is now at 7879b33 #139 Update `GATTBloodPressureMeasurement`
Cloned https://github.com/pureswift/bluetooth.git
Revision (git rev-parse @):
7879b33a0259fdb77e3361ea8ff50d7e7fd15cba
SUCCESS checkout https://github.com/pureswift/bluetooth.git at 7.2.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pureswift/bluetooth.git
https://github.com/pureswift/bluetooth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Bluetooth",
  "name" : "Bluetooth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Bluetooth",
      "targets" : [
        "Bluetooth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BluetoothMetadata",
      "targets" : [
        "BluetoothMetadata"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BluetoothGAP",
      "targets" : [
        "BluetoothGAP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BluetoothGATT",
      "targets" : [
        "BluetoothGATT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BluetoothHCI",
      "targets" : [
        "BluetoothHCI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GenerateBluetooth",
      "targets" : [
        "GenerateBluetooth"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "BluetoothMacros",
      "targets" : [
        "BluetoothMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenerateBluetoothDefinitions",
      "module_type" : "PluginTarget",
      "name" : "GenerateBluetoothDefinitions",
      "path" : "Plugins/GenerateBluetoothDefinitions",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "Bluetooth",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI"
      ],
      "sources" : [
        "BluetoothUUID.swift",
        "CompanyIdentifier.swift",
        "Plugin.swift",
        "UnitIdentifier.swift"
      ],
      "target_dependencies" : [
        "GenerateBluetooth"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GenerateBluetooth",
      "module_type" : "SwiftTarget",
      "name" : "GenerateBluetooth",
      "path" : "Sources/GenerateBluetooth",
      "product_memberships" : [
        "Bluetooth",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI",
        "GenerateBluetooth"
      ],
      "sources" : [
        "BluetoothUUID.swift",
        "CompanyIdentifier.swift",
        "Extensions/Hexadecimal.swift",
        "Extensions/String.swift",
        "Generate.swift",
        "UnitIdentifier.swift"
      ],
      "target_dependencies" : [
        "BluetoothMetadata"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BluetoothTests",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothTests",
      "path" : "Tests/BluetoothTests",
      "sources" : [
        "AddressTests.swift",
        "AttributeProtocolTests.swift",
        "BluetoothTests.swift",
        "BluetoothUUIDTests.swift",
        "DarwinTests.swift",
        "GAPTests.swift",
        "GATTCharacteristicTests.swift",
        "GATTDatabaseTests.swift",
        "GATTDescriptorTests.swift",
        "GATTTests.swift",
        "HCITests.swift",
        "HostController.swift",
        "IntegerTests.swift",
        "L2CAPSocket.swift",
        "TestProfile.swift",
        "UInt128Tests.swift",
        "UInt24Tests.swift",
        "UInt256Tests.swift",
        "UInt40Tests.swift",
        "UInt48Tests.swift",
        "UInt512Tests.swift",
        "UUIDTests.swift",
        "iBeaconTests.swift"
      ],
      "target_dependencies" : [
        "Bluetooth",
        "BluetoothMetadata",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BluetoothMetadata",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothMetadata",
      "path" : "Sources/BluetoothMetadata",
      "product_memberships" : [
        "Bluetooth",
        "BluetoothMetadata",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI",
        "GenerateBluetooth"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/CharacteristicUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/CompanyIdentifier.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/DeclarationUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/DescriptorUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/MemberUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/ServiceUUID.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/BluetoothMetadata/Resources/UnitIdentifier.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BluetoothMetadata.swift",
        "BluetoothUUID.swift",
        "CompanyIdentifier.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BluetoothMacros",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothMacros",
      "path" : "Sources/BluetoothMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Bluetooth",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI",
        "BluetoothMacros"
      ],
      "sources" : [
        "BluetoothAddress.swift",
        "BluetoothUUID.swift",
        "Extensions/Hexadecimal.swift",
        "Plugins.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "BluetoothHCI",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothHCI",
      "path" : "Sources/BluetoothHCI",
      "product_memberships" : [
        "BluetoothHCI"
      ],
      "sources" : [
        "AdvertisingChannelHeader.swift",
        "AdvertisingInterval.swift",
        "BluetoothHostController.swift",
        "ChannelIdentifier.swift",
        "ConnectionAcceptTimeout.swift",
        "Extensions/Bool.swift",
        "Extensions/Hexadecimal.swift",
        "Extensions/Integer.swift",
        "Extensions/String.swift",
        "Extensions/System.swift",
        "HCI.swift",
        "HCIAcceptConnectionRequest.swift",
        "HCIAuthenticationComplete.swift",
        "HCIAuthenticationRequested.swift",
        "HCIChangeConnectionPacketType.swift",
        "HCICommand.swift",
        "HCICommandComplete.swift",
        "HCICommandStatus.swift",
        "HCICommandTimeout.swift",
        "HCIConnectionComplete.swift",
        "HCIConnectionPacketTypeChange.swift",
        "HCIConnectionRequest.swift",
        "HCICreateConnection.swift",
        "HCICreateConnectionCancel.swift",
        "HCIDeleteStoredLinkKey.swift",
        "HCIDisconnect.swift",
        "HCIDisconnectionComplete.swift",
        "HCIEncryptionChange.swift",
        "HCIEncryptionKeyRefreshComplete.swift",
        "HCIError.swift",
        "HCIEvent.swift",
        "HCIExitPeriodicInquiryMode.swift",
        "HCIGeneralEvent.swift",
        "HCIHoldMode.swift",
        "HCIIOCapabilityRequest.swift",
        "HCIIOCapabilityRequestReply.swift",
        "HCIIOCapabilityResponse.swift",
        "HCIInquiry.swift",
        "HCIInquiryCancel.swift",
        "HCIInquiryComplete.swift",
        "HCIInquiryResult.swift",
        "HCILEAddDeviceToPeriodicAdvertiserList.swift",
        "HCILEAddDeviceToResolvingList.swift",
        "HCILEAddDeviceToWhiteList.swift",
        "HCILEAdvertisingReport.swift",
        "HCILEAdvertisingSetTerminated.swift",
        "HCILEChannelSelectionAlgorithm.swift",
        "HCILEConnectionComplete.swift",
        "HCILEConnectionUpdateComplete.swift",
        "HCILECreateConnection.swift",
        "HCILEDataLengthChange.swift",
        "HCILEDirectedAdvertisingReport.swift",
        "HCILEEncrypt.swift",
        "HCILEEnhancedConnectionComplete.swift",
        "HCILEEnhancedReceiverTest.swift",
        "HCILEEnhancedTransmitterTest.swift",
        "HCILEExtendedAdvertisingReport.swift",
        "HCILEExtendedCreateConnection.swift",
        "HCILEGenerateDHKey.swift",
        "HCILEGenerateDHKeyComplete.swift",
        "HCILELongTermKeyRequest.swift",
        "HCILELongTermKeyRequestNegativeReply.swift",
        "HCILELongTermKeyRequestReply.swift",
        "HCILEPeriodicAdvertisingCreateSync.swift",
        "HCILEPeriodicAdvertisingReport.swift",
        "HCILEPeriodicAdvertisingSyncEstablished.swift",
        "HCILEPeriodicAdvertisingSyncLost.swift",
        "HCILEPeriodicAdvertisingTerminateSync.swift",
        "HCILEPhyUpdateComplete.swift",
        "HCILERandom.swift",
        "HCILEReadAdvertisingChannelTxPower.swift",
        "HCILEReadBufferSize.swift",
        "HCILEReadChannelMap.swift",
        "HCILEReadLocalP256PublicKeyComplete.swift",
        "HCILEReadLocalResolvableAddressReturn.swift",
        "HCILEReadLocalSupportedFeatures.swift",
        "HCILEReadMaximumAdvertisingDataLength.swift",
        "HCILEReadMaximumDataLength.swift",
        "HCILEReadNumberOfSupportedAdvertisingSets.swift",
        "HCILEReadPeerResolvableAddressReturn.swift",
        "HCILEReadPeriodicAdvertisingListSize.swift",
        "HCILEReadPhy.swift",
        "HCILEReadRemoteUsedFeatures.swift",
        "HCILEReadRemoteUsedFeaturesComplete.swift",
        "HCILEReadResolvingListSize.swift",
        "HCILEReadRfPathCompensation.swift",
        "HCILEReadSuggestedDefaultDataLength.swift",
        "HCILEReadSupportedStates.swift",
        "HCILEReadTransmitPower.swift",
        "HCILEReadWhiteListSize.swift",
        "HCILEReceiverTest.swift",
        "HCILERemoteConnectionParameterRequest.swift",
        "HCILERemoteConnectionParameterRequestNegativeReply.swift",
        "HCILERemoteConnectionParameterRequestReply.swift",
        "HCILERemoveAdvertisingSet.swift",
        "HCILERemoveDeviceFromResolvingList.swift",
        "HCILERemoveDeviceFromWhiteList.swift",
        "HCILERemoveDeviceToPeriodicAdvertiserList.swift",
        "HCILEScanRequestReceived.swift",
        "HCILESetAddressResolutionEnable.swift",
        "HCILESetAdvertiseEnable.swift",
        "HCILESetAdvertisingData.swift",
        "HCILESetAdvertisingParameters.swift",
        "HCILESetAdvertisingSetRandomAddress.swift",
        "HCILESetDataLength.swift",
        "HCILESetDefaultPhy.swift",
        "HCILESetEventMask.swift",
        "HCILESetExtendedAdvertisingData.swift",
        "HCILESetExtendedAdvertisingParameters.swift",
        "HCILESetExtendedScanEnable.swift",
        "HCILESetExtendedScanParameters.swift",
        "HCILESetExtendedScanResponseData.swift",
        "HCILESetHostChannelClassification.swift",
        "HCILESetPeriodicAdvertisingData.swift",
        "HCILESetPeriodicAdvertisingEnable.swift",
        "HCILESetPeriodicAdvertisingParameters.swift",
        "HCILESetPhy.swift",
        "HCILESetPrivacyMode.swift",
        "HCILESetRandomAddress.swift",
        "HCILESetResolvablePrivateAddressTimeout.swift",
        "HCILESetScanEnable.swift",
        "HCILESetScanParameters.swift",
        "HCILESetScanResponseData.swift",
        "HCILEStartEncryption.swift",
        "HCILETestEnd.swift",
        "HCILETransmitterTest.swift",
        "HCILEUpdateConnection.swift",
        "HCILEWriteRfPathCompensation.swift",
        "HCILEWriteSuggestedDefaultDataLength.swift",
        "HCILinkKeyNotification.swift",
        "HCILinkKeyRequest.swift",
        "HCILinkKeyRequestNegativeReply.swift",
        "HCILinkKeyRequestReply.swift",
        "HCILowEnergyMetaEvent.swift",
        "HCIMaxSlotsChange.swift",
        "HCIModeChange.swift",
        "HCINumberOfCompletedPackets.swift",
        "HCIPINCodeRequest.swift",
        "HCIPINCodeRequestReply.swift",
        "HCIPacketHeader.swift",
        "HCIPageScanRepetitionMode.swift",
        "HCIPeriodicInquiryMode.swift",
        "HCIQoSSetup.swift",
        "HCIQoSSetupComplete.swift",
        "HCIReadClassOfDevice.swift",
        "HCIReadClockOffset.swift",
        "HCIReadClockOffsetComplete.swift",
        "HCIReadConnectionAcceptTimeout.swift",
        "HCIReadDataBlockSize.swift",
        "HCIReadDeviceAddress.swift",
        "HCIReadLMPHandle.swift",
        "HCIReadLocalName.swift",
        "HCIReadLocalSupportedFeatures.swift",
        "HCIReadLocalVersionInformation.swift",
        "HCIReadPageTimeout.swift",
        "HCIReadRemoteExtendedFeatures.swift",
        "HCIReadRemoteExtendedFeaturesComplete.swift",
        "HCIReadRemoteFeaturesComplete.swift",
        "HCIReadRemoteSupportedFeatures.swift",
        "HCIReadRemoteVersionInformation.swift",
        "HCIReadRemoteVersionInformationComplete.swift",
        "HCIReadStoredLinkKey.swift",
        "HCIRejectConnectionRequest.swift",
        "HCIRemoteNameRequest.swift",
        "HCIRemoteNameRequestComplete.swift",
        "HCIReset.swift",
        "HCISetConnectionEncryption.swift",
        "HCISetEventFilter.swift",
        "HCISimplePairingComplete.swift",
        "HCIUserConfirmationRequest.swift",
        "HCIUserConfirmationRequestReply.swift",
        "HCIVersion.swift",
        "HCIWriteClassOfDevice.swift",
        "HCIWriteConnectionAcceptTimeout.swift",
        "HCIWriteLinkPolicySettings.swift",
        "HCIWriteLinkSupervisionTimeout.swift",
        "HCIWriteLocalName.swift",
        "HCIWritePageScanActivity.swift",
        "HCIWritePageScanType.swift",
        "HCIWritePageTimeout.swift",
        "HCIWriteScanEnable.swift",
        "HostControllerBasebandCommand.swift",
        "InformationalCommand.swift",
        "LMPFeature.swift",
        "LinkControlCommand.swift",
        "LinkPolicyCommand.swift",
        "LowEnergyAddressType.swift",
        "LowEnergyAdvertiserAddressType.swift",
        "LowEnergyAdvertising.swift",
        "LowEnergyAllPhys.swift",
        "LowEnergyChannelMap.swift",
        "LowEnergyClockAccuracy.swift",
        "LowEnergyCommand.swift",
        "LowEnergyConnection.swift",
        "LowEnergyConnectionInterval.swift",
        "LowEnergyConnectionIntervalRange.swift",
        "LowEnergyConnectionLatency.swift",
        "LowEnergyConnectionLength.swift",
        "LowEnergyEvent.swift",
        "LowEnergyFeature.swift",
        "LowEnergyFragmentPreference.swift",
        "LowEnergyMaxTxOctets.swift",
        "LowEnergyMaxTxTime.swift",
        "LowEnergyPacketPayload.swift",
        "LowEnergyPeerIdentifyAddressType.swift",
        "LowEnergyPhyOptions.swift",
        "LowEnergyResolvingList.swift",
        "LowEnergyRfRxPathCompensationValue.swift",
        "LowEnergyRfTxPathCompensationValue.swift",
        "LowEnergyRole.swift",
        "LowEnergyRxChannel.swift",
        "LowEnergyRxPhy.swift",
        "LowEnergyRxPhys.swift",
        "LowEnergyScanInterval.swift",
        "LowEnergyState.swift",
        "LowEnergySupervisionTimeout.swift",
        "LowEnergyTxChannel.swift",
        "LowEnergyTxPhy.swift",
        "LowEnergyTxPhys.swift",
        "LowEnergyTxPower.swift",
        "LowEnergyWhiteList.swift",
        "LowEnergyWhiteListDevice.swift",
        "PacketType.swift",
        "ProtocolServiceMultiplexer.swift",
        "StatusParametersCommand.swift",
        "VendorCommand.swift",
        "iBeacon.swift"
      ],
      "target_dependencies" : [
        "Bluetooth",
        "BluetoothGAP",
        "GenerateBluetoothDefinitions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BluetoothGATT",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothGATT",
      "path" : "Sources/BluetoothGATT",
      "product_memberships" : [
        "BluetoothGATT"
      ],
      "sources" : [
        "ATTAttributePermissions.swift",
        "ATTConnection.swift",
        "ATTError.swift",
        "ATTErrorResponse.swift",
        "ATTExecuteWriteRequest.swift",
        "ATTExecuteWriteResponse.swift",
        "ATTFindByTypeRequest.swift",
        "ATTFindByTypeResponse.swift",
        "ATTFindInformationRequest.swift",
        "ATTFindInformationResponse.swift",
        "ATTHandleValueConfirmation.swift",
        "ATTHandleValueIndication.swift",
        "ATTHandleValueNotification.swift",
        "ATTMaximumTransmissionUnit.swift",
        "ATTMaximumTransmissionUnitRequest.swift",
        "ATTMaximumTransmissionUnitResponse.swift",
        "ATTOpcode.swift",
        "ATTPrepareWriteRequest.swift",
        "ATTPrepareWriteResponse.swift",
        "ATTProtocolDataUnit.swift",
        "ATTReadBlobRequest.swift",
        "ATTReadBlobResponse.swift",
        "ATTReadByGroupTypeRequest.swift",
        "ATTReadByGroupTypeResponse.swift",
        "ATTReadByTypeRequest.swift",
        "ATTReadByTypeResponse.swift",
        "ATTReadMultipleRequest.swift",
        "ATTReadMultipleResponse.swift",
        "ATTReadRequest.swift",
        "ATTReadResponse.swift",
        "ATTSignedWriteCommand.swift",
        "ATTWriteCommand.swift",
        "ATTWriteRequest.swift",
        "ATTWriteResponse.swift",
        "Extensions/Array.swift",
        "Extensions/Bool.swift",
        "Extensions/Data.swift",
        "Extensions/Hexadecimal.swift",
        "Extensions/Integer.swift",
        "Extensions/OptionSet.swift",
        "Extensions/String.swift",
        "Extensions/System.swift",
        "GATT.swift",
        "GATTAerobicHeartRateLowerLimit.swift",
        "GATTAerobicHeartRateUpperLimit.swift",
        "GATTAerobicThreshold.swift",
        "GATTAge.swift",
        "GATTAggregateFormatDescriptor.swift",
        "GATTAlertCategory.swift",
        "GATTAlertCategoryBitMask.swift",
        "GATTAlertLevel.swift",
        "GATTAlertNotificationControlPoint.swift",
        "GATTAlertNotificationService.swift",
        "GATTAlertStatus.swift",
        "GATTAltitude.swift",
        "GATTAnaerobicHeartRateLowerLimit.swift",
        "GATTAnaerobicHeartRateUpperLimit.swift",
        "GATTAttributes.swift",
        "GATTBarometricPressureTrend.swift",
        "GATTBatteryLevel.swift",
        "GATTBatteryPowerState.swift",
        "GATTBatteryService.swift",
        "GATTBloodPressureFeature.swift",
        "GATTBloodPressureManagement.swift",
        "GATTBloodPressureService.swift",
        "GATTBodyCompositionMeasurement.swift",
        "GATTBodySensorLocation.swift",
        "GATTBootKeyboardInputReport.swift",
        "GATTBootKeyboardOutputReport.swift",
        "GATTBootMouseInputReport.swift",
        "GATTCGMSessionRunTime.swift",
        "GATTCentralAddressResolution.swift",
        "GATTCharacteristic.swift",
        "GATTCharacteristicExtendedProperties.swift",
        "GATTCharacteristicFormatType.swift",
        "GATTCharacteristicProperties.swift",
        "GATTClient.swift",
        "GATTClientCharacteristicConfiguration.swift",
        "GATTCrossTrainerData.swift",
        "GATTCurrentTime.swift",
        "GATTDatabase.swift",
        "GATTDateTime.swift",
        "GATTDateUTC.swift",
        "GATTDayDateTime.swift",
        "GATTDayOfWeek.swift",
        "GATTDescriptor.swift",
        "GATTDstOffset.swift",
        "GATTExactTime256.swift",
        "GATTExternalReportReference.swift",
        "GATTFirmwareRevisionString.swift",
        "GATTFloorNumber.swift",
        "GATTFormatDescriptor.swift",
        "GATTHardwareRevisionString.swift",
        "GATTIndoorPositioningConfiguration.swift",
        "GATTLatitude.swift",
        "GATTLocalEastCoordinate.swift",
        "GATTLocalNorthCoordinate.swift",
        "GATTLocalTimeInformation.swift",
        "GATTLocationName.swift",
        "GATTLongitude.swift",
        "GATTManufacturerNameString.swift",
        "GATTModelNumber.swift",
        "GATTNewAlert.swift",
        "GATTNumberOfDigitals.swift",
        "GATTObjectID.swift",
        "GATTObjectName.swift",
        "GATTObjectSize.swift",
        "GATTObjectType.swift",
        "GATTPnPID.swift",
        "GATTProfile.swift",
        "GATTReferenceTimeInformation.swift",
        "GATTReportReference.swift",
        "GATTScanIntervalWindow.swift",
        "GATTScanRefresh.swift",
        "GATTSerialNumberString.swift",
        "GATTServer.swift",
        "GATTServerCharacteristicConfiguration.swift",
        "GATTService.swift",
        "GATTSoftwareRevisionString.swift",
        "GATTSupportedNewAlertCategory.swift",
        "GATTSupportedUnreadAlertCategory.swift",
        "GATTSystemID.swift",
        "GATTTimeAccuracy.swift",
        "GATTTimeSource.swift",
        "GATTTimeTriggerSetting.swift",
        "GATTTimeUpdateControlPoint.swift",
        "GATTTimeUpdateState.swift",
        "GATTTimeWithDst.swift",
        "GATTTimeZone.swift",
        "GATTUUIDList.swift",
        "GATTUncertainty.swift",
        "GATTUnits.swift",
        "GATTUnreadAlertStatus.swift",
        "GATTUserDescription.swift"
      ],
      "target_dependencies" : [
        "Bluetooth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BluetoothGAP",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothGAP",
      "path" : "Sources/BluetoothGAP",
      "product_memberships" : [
        "BluetoothGAP",
        "BluetoothHCI"
      ],
      "sources" : [
        "Decoder.swift",
        "Encoder.swift",
        "Extensions/Hexadecimal.swift",
        "Extensions/Integer.swift",
        "Extensions/OptionSet.swift",
        "Extensions/String.swift",
        "Extensions/System.swift",
        "GAP3DInformation.swift",
        "GAPAdvertisingInterval.swift",
        "GAPAppearance.swift",
        "GAPAppearanceData.swift",
        "GAPChannelMapUpdateIndication.swift",
        "GAPClassOfDevice.swift",
        "GAPCompleteListOf128BitServiceClassUUIDs.swift",
        "GAPCompleteListOf16BitServiceClassUUIDs.swift",
        "GAPCompleteListOf32BitServiceClassUUIDs.swift",
        "GAPCompleteLocalName.swift",
        "GAPData.swift",
        "GAPDataType.swift",
        "GAPFlags.swift",
        "GAPIncompleteListOf128BitServiceClassUUIDs.swift",
        "GAPIncompleteListOf16BitServiceClassUUIDs.swift",
        "GAPIncompleteListOf32BitServiceClassUUIDs.swift",
        "GAPIndoorPositioning.swift",
        "GAPLEDeviceAddress.swift",
        "GAPLERole.swift",
        "GAPLESecureConnectionsConfirmation.swift",
        "GAPLESecureConnectionsRandom.swift",
        "GAPLESupportedFeatures.swift",
        "GAPListOf128BitServiceSolicitationUUIDs.swift",
        "GAPListOf16BitServiceSolicitationUUIDs.swift",
        "GAPListOf32BitServiceSolicitationUUIDs.swift",
        "GAPManufacturerSpecificData.swift",
        "GAPMeshBeacon.swift",
        "GAPMeshMessage.swift",
        "GAPPBADV.swift",
        "GAPPublicTargetAddress.swift",
        "GAPRandomTargetAddress.swift",
        "GAPSecurityManagerOOBFlags.swift",
        "GAPSecurityManagerTKValue.swift",
        "GAPServiceData128BitUUID.swift",
        "GAPServiceData16BitUUID.swift",
        "GAPServiceData32BitUUID.swift",
        "GAPShortLocalName.swift",
        "GAPSimplePairingHashC.swift",
        "GAPSimplePairingRandomizerR.swift",
        "GAPSlaveConnectionIntervalRange.swift",
        "GAPTransportDiscoveryData.swift",
        "GAPTxPowerLevel.swift",
        "GAPURI.swift",
        "GAPUUIDList.swift",
        "iBeacon.swift"
      ],
      "target_dependencies" : [
        "Bluetooth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Bluetooth",
      "module_type" : "SwiftTarget",
      "name" : "Bluetooth",
      "path" : "Sources/Bluetooth",
      "product_memberships" : [
        "Bluetooth",
        "BluetoothGAP",
        "BluetoothGATT",
        "BluetoothHCI"
      ],
      "sources" : [
        "Address.swift",
        "AsyncIndefiniteStream.swift",
        "BitMaskOption.swift",
        "BluetoothUUID.swift",
        "BluetoothUUIDMetadata.swift",
        "ByteSwap.swift",
        "ByteValue.swift",
        "ClassOfDevice.swift",
        "CompanyIdentifier.swift",
        "CompanyIdentifierMetadata.swift",
        "Data.swift",
        "Extensions/Hexadecimal.swift",
        "Extensions/Integer.swift",
        "Extensions/String.swift",
        "Extensions/System.swift",
        "Extensions/UUID.swift",
        "L2CAPSocket.swift",
        "LowEnergyAdvertisingData.swift",
        "LowEnergyScanTimeInterval.swift",
        "RSSI.swift",
        "SFloat.swift",
        "SecurityLevel.swift",
        "UInt128.swift",
        "UInt24.swift",
        "UInt256.swift",
        "UInt40.swift",
        "UInt48.swift",
        "UInt512.swift",
        "Unit.swift",
        "UnitIdentifier.swift",
        "UnitIdentifierMetadata.swift",
        "iBeacon.swift"
      ],
      "target_dependencies" : [
        "BluetoothMetadata",
        "BluetoothMacros",
        "GenerateBluetoothDefinitions"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70924] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.54s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (9.98s)
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] Write sources
[0/14] Copying CharacteristicUUID.json
[0/14] Copying CompanyIdentifier.json
[5/14] Copying MemberUUID.json
[6/14] Copying DescriptorUUID.json
[6/14] Copying ServiceUUID.json
[6/14] Copying UnitIdentifier.json
[9/14] Write swift-version-24593BA9C3E375BF.txt
[11/19] Compiling BluetoothMetadata CompanyIdentifier.swift
[12/19] Compiling BluetoothMetadata resource_bundle_accessor.swift
[13/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[14/19] Compiling BluetoothMetadata BluetoothUUID.swift
[15/19] Emitting module BluetoothMetadata
[16/20] Wrapping AST for BluetoothMetadata for debugging
[18/27] Compiling GenerateBluetooth CompanyIdentifier.swift
[19/27] Emitting module GenerateBluetooth
[20/27] Compiling GenerateBluetooth BluetoothUUID.swift
[21/27] Compiling GenerateBluetooth Generate.swift
[22/27] Compiling GenerateBluetooth UnitIdentifier.swift
[23/27] Compiling GenerateBluetooth String.swift
[24/27] Compiling GenerateBluetooth Hexadecimal.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
[12/69] Copying UnitIdentifier.json
[12/69] Copying ServiceUUID.json
[12/69] Copying MemberUUID.json
[12/69] Copying DescriptorUUID.json
[12/69] Copying DeclarationUUID.json
[12/69] Copying CompanyIdentifier.json
[12/69] Copying CharacteristicUUID.json
[12/69] Copying UnitIdentifier.json
[12/69] Copying ServiceUUID.json
[12/69] Copying MemberUUID.json
[12/69] Copying DescriptorUUID.json
[12/69] Copying DeclarationUUID.json
[12/69] Write sources
[12/69] Copying CharacteristicUUID.json
[12/69] Copying CompanyIdentifier.json
[14/69] Write sources
[34/69] Compiling _SwiftSyntaxCShims dummy.c
[35/69] Write swift-version-24593BA9C3E375BF.txt
[37/81] Compiling SwiftSyntax509 Empty.swift
[38/81] Emitting module SwiftSyntax510
[39/81] Emitting module SwiftSyntax509
[40/82] Emitting module BluetoothMetadata
[41/83] Compiling SwiftSyntax600 Empty.swift
[42/83] Emitting module SwiftSyntax600
[44/84] Compiling SwiftSyntax510 Empty.swift
[47/85] Wrapping AST for SwiftSyntax509 for debugging
[48/85] Wrapping AST for BluetoothMetadata for debugging
[49/85] Wrapping AST for SwiftSyntax510 for debugging
[50/149] Wrapping AST for SwiftSyntax600 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/DeclarationUUID.swift
[57/151] Generate Bluetooth Declaration UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[58/151] Generate Bluetooth Descriptor UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[59/151] Generate Bluetooth Service 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/CharacteristicUUID.swift
[69/159] Generate Bluetooth Characteristic UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[70/159] Generate Bluetooth Member UUID Definitions
[72/159] Compiling SwiftSyntax SyntaxNodeFactory.swift
[73/159] Compiling SwiftSyntax SyntaxNodeStructure.swift
[74/159] Compiling SwiftSyntax SyntaxProtocol.swift
[75/159] Compiling SwiftSyntax SyntaxText.swift
[76/159] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[77/159] Compiling SwiftSyntax TokenDiagnostic.swift
[78/159] Compiling SwiftSyntax TokenSequence.swift
[79/159] Compiling SwiftSyntax TokenSyntax.swift
[80/159] Compiling SwiftSyntax Trivia.swift
[81/159] Compiling SwiftSyntax MemoryLayout.swift
[82/159] Compiling SwiftSyntax MissingNodeInitializers.swift
[83/159] Compiling SwiftSyntax RawSyntax.swift
[84/159] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[85/159] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[86/159] Compiling SwiftSyntax RawSyntaxTokenView.swift
[87/159] Compiling SwiftSyntax SourceEdit.swift
[88/159] Compiling SwiftSyntax SourceLength.swift
[89/159] Compiling SwiftSyntax SourceLocation.swift
[90/159] Compiling SwiftSyntax SourcePresence.swift
[91/159] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[92/159] Compiling SwiftSyntax Syntax.swift
[93/159] Compiling SwiftSyntax SyntaxArena.swift
[94/159] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[95/159] Compiling SwiftSyntax SyntaxChildren.swift
[96/159] Compiling SwiftSyntax SyntaxCollection.swift
[97/159] Compiling SwiftSyntax SyntaxHashable.swift
[98/159] Compiling SwiftSyntax SyntaxIdentifier.swift
Generated /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[98/159] Generate Bluetooth Company Identifier Definitions
[99/159] Write sources
[101/159] Compiling BluetoothMetadata resource_bundle_accessor.swift
[102/159] Emitting module BluetoothMetadata
[103/159] Compiling BluetoothMetadata BluetoothMetadata.swift
[104/159] Compiling BluetoothMetadata CompanyIdentifier.swift
[105/159] Compiling BluetoothMetadata BluetoothUUID.swift
[106/160] Wrapping AST for BluetoothMetadata for debugging
[108/167] Compiling GenerateBluetooth String.swift
[109/167] Compiling GenerateBluetooth Hexadecimal.swift
[110/167] Compiling GenerateBluetooth UnitIdentifier.swift
[111/167] Compiling GenerateBluetooth Generate.swift
[112/167] Compiling GenerateBluetooth BluetoothUUID.swift
[113/167] Emitting module GenerateBluetooth
[114/167] Compiling GenerateBluetooth CompanyIdentifier.swift
[115/168] Wrapping AST for GenerateBluetooth for debugging
[116/168] Write Objects.LinkFileList
[118/168] Emitting module SwiftSyntax
[118/168] Linking GenerateBluetooth
[120/168] Compiling SwiftSyntax SyntaxKind.swift
[121/168] Compiling SwiftSyntax SyntaxRewriter.swift
[122/168] Compiling SwiftSyntax SyntaxTraits.swift
[123/168] Compiling SwiftSyntax SyntaxVisitor.swift
[124/168] Compiling SwiftSyntax TokenKind.swift
[125/168] Compiling SwiftSyntax Tokens.swift
[126/168] Compiling SwiftSyntax TriviaPieces.swift
[127/168] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[128/168] Compiling SwiftSyntax RawSyntaxNodesC.swift
[129/168] Compiling SwiftSyntax RawSyntaxNodesD.swift
[130/168] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[131/168] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[132/168] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[133/168] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[134/168] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[135/168] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[136/168] Compiling SwiftSyntax RawSyntaxValidation.swift
[137/168] Compiling SwiftSyntax SyntaxNodesAB.swift
[138/168] Compiling SwiftSyntax Utils.swift
[139/168] Compiling SwiftSyntax ChildNameForKeyPath.swift
[140/168] Compiling SwiftSyntax Keyword.swift
[141/168] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[142/168] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[143/168] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[144/168] Compiling SwiftSyntax SyntaxBaseNodes.swift
[145/168] Compiling SwiftSyntax SyntaxCollections.swift
[146/168] Compiling SwiftSyntax SyntaxEnum.swift
[147/168] Compiling SwiftSyntax SyntaxNodesC.swift
[148/168] Compiling SwiftSyntax SyntaxNodesD.swift
[149/168] Compiling SwiftSyntax SyntaxNodesEF.swift
[150/168] Compiling SwiftSyntax SyntaxNodesGHI.swift
[151/168] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[152/168] Compiling SwiftSyntax SyntaxNodesOP.swift
[153/168] Compiling SwiftSyntax SyntaxNodesQRS.swift
[154/168] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[155/169] Wrapping AST for SwiftSyntax for debugging
[157/226] Compiling SwiftDiagnostics Message.swift
[158/227] Compiling SwiftParser Attributes.swift
[159/227] Compiling SwiftParser Availability.swift
[160/227] Emitting module SwiftDiagnostics
[161/227] Compiling SwiftDiagnostics Note.swift
[162/227] Compiling SwiftBasicFormat Syntax+Extensions.swift
[163/227] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[164/227] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[165/227] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[166/227] Compiling SwiftDiagnostics FixIt.swift
[167/227] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[168/227] Compiling SwiftParser CharacterInfo.swift
[169/227] Compiling SwiftParser CollectionNodes+Parsable.swift
[170/227] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[171/228] Compiling SwiftParser SwiftParserCompatibility.swift
[172/228] Compiling SwiftParser SwiftVersion.swift
[173/228] Compiling SwiftParser SyntaxUtils.swift
[174/228] Compiling SwiftParser TokenConsumer.swift
[175/228] Compiling SwiftParser TokenPrecedence.swift
[176/233] Compiling SwiftBasicFormat InferIndentation.swift
[177/233] Wrapping AST for SwiftDiagnostics for debugging
[179/233] Emitting module SwiftBasicFormat
[180/233] Compiling SwiftBasicFormat BasicFormat.swift
[182/234] Compiling SwiftParser LexemeSequence.swift
[183/234] Compiling SwiftParser Lexer.swift
[184/234] Compiling SwiftParser RegexLiteralLexer.swift
[185/234] Compiling SwiftParser UnicodeScalarExtensions.swift
[186/234] Compiling SwiftParser Lookahead.swift
[187/234] Compiling SwiftParser LoopProgressCondition.swift
[187/234] Wrapping AST for SwiftBasicFormat for debugging
[189/234] Emitting module SwiftParser
[194/234] Compiling SwiftParser Declarations.swift
[195/234] Compiling SwiftParser Directives.swift
[196/234] Compiling SwiftParser Modifiers.swift
[197/234] Compiling SwiftParser Names.swift
[198/234] Compiling SwiftParser Nominals.swift
[199/234] Compiling SwiftParser Parameters.swift
[200/234] Compiling SwiftParser ParseSourceFile.swift
[201/234] Compiling SwiftParser Parser.swift
[202/234] Compiling SwiftParser Patterns.swift
[203/234] Compiling SwiftParser Recovery.swift
[204/234] Compiling SwiftParser Specifiers.swift
[205/234] Compiling SwiftParser Statements.swift
[206/234] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[207/234] Compiling SwiftParser StringLiterals.swift
[208/234] Compiling SwiftParser TokenSpec.swift
[209/234] Compiling SwiftParser TokenSpecSet.swift
[210/234] Compiling SwiftParser TopLevel.swift
[211/234] Compiling SwiftParser TriviaParser.swift
[212/234] Compiling SwiftParser Types.swift
[213/234] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[214/234] Compiling SwiftParser Expressions.swift
[215/234] Compiling SwiftParser IncrementalParseTransition.swift
[216/234] Compiling SwiftParser IsValidIdentifier.swift
[217/234] Compiling SwiftParser Cursor.swift
[218/234] Compiling SwiftParser Lexeme.swift
[219/234] Compiling SwiftParser ExperimentalFeatures.swift
[220/234] Compiling SwiftParser IsLexerClassified.swift
[221/234] Compiling SwiftParser LayoutNodes+Parsable.swift
[222/234] Compiling SwiftParser Parser+TokenSpecSet.swift
[223/234] Compiling SwiftParser TokenSpecStaticMembers.swift
[224/235] Wrapping AST for SwiftParser for debugging
[226/258] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[227/259] Compiling SwiftOperators PrecedenceGroup.swift
[228/260] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[229/260] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[230/260] Emitting module SwiftOperators
[231/260] Compiling SwiftOperators PrecedenceGraph.swift
[232/260] Compiling SwiftOperators OperatorTable+Semantics.swift
[233/260] Compiling SwiftOperators OperatorTable.swift
[234/260] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[235/260] Compiling SwiftOperators SyntaxSynthesis.swift
[236/260] Compiling SwiftOperators OperatorTable+Folding.swift
[237/260] Compiling SwiftParserDiagnostics MissingNodesError.swift
[238/260] Compiling SwiftParserDiagnostics MissingTokenError.swift
[239/261] Emitting module SwiftParserDiagnostics
[243/261] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[244/261] Compiling SwiftParserDiagnostics Utils.swift
[245/261] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[245/261] Wrapping AST for SwiftOperators for debugging
[247/261] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[248/261] Compiling SwiftParserDiagnostics PresenceUtils.swift
[249/261] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[250/261] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[253/262] Wrapping AST for SwiftParserDiagnostics for debugging
[255/277] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[256/277] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[257/278] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[258/278] Compiling SwiftSyntaxBuilder Indenter.swift
[259/278] Compiling SwiftSyntaxBuilder ListBuilder.swift
[260/278] Emitting module SwiftSyntaxBuilder
[261/278] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[262/278] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[263/278] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[264/278] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[265/278] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[266/278] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[267/278] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[268/278] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[269/278] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[270/278] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[271/279] Wrapping AST for SwiftSyntaxBuilder for debugging
[273/296] Compiling SwiftSyntaxMacros MemberMacro.swift
[274/296] Compiling SwiftSyntaxMacros PeerMacro.swift
[275/296] Compiling SwiftSyntaxMacros Macro.swift
[276/296] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[277/296] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[278/296] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[279/296] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[280/296] Compiling SwiftSyntaxMacros Macro+Format.swift
[281/298] Compiling SwiftSyntaxMacros AccessorMacro.swift
[282/298] Compiling SwiftSyntaxMacros AttachedMacro.swift
[283/298] Compiling SwiftSyntaxMacros BodyMacro.swift
[284/298] Emitting module SwiftSyntaxMacros
[285/298] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[286/298] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[287/298] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[288/298] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[289/298] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.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] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[296/309] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[297/309] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[298/309] Emitting module SwiftSyntaxMacroExpansion
[299/309] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[300/309] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.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/323] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[308/323] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[309/323] Emitting module SwiftCompilerPluginMessageHandling
[310/323] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[311/323] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[312/323] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[313/323] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[314/323] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[315/323] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[316/323] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[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] Emitting module BluetoothMacros
[327/332] Compiling BluetoothMacros BluetoothUUID.swift
[328/332] Compiling BluetoothMacros BluetoothAddress.swift
[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 Data.swift
[335/369] Compiling Bluetooth Hexadecimal.swift
[336/369] Compiling Bluetooth Integer.swift
[337/369] Compiling Bluetooth String.swift
[338/369] Compiling Bluetooth System.swift
[339/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 {
[340/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 {
[341/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 {
[342/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 {
[343/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 {
[344/373] Compiling Bluetooth SFloat.swift
[345/373] Compiling Bluetooth SecurityLevel.swift
[346/373] Compiling Bluetooth UInt128.swift
[347/373] Compiling Bluetooth UInt24.swift
[348/373] Compiling Bluetooth UInt256.swift
[349/373] Compiling Bluetooth ByteSwap.swift
[350/373] Compiling Bluetooth ByteValue.swift
[351/373] Compiling Bluetooth ClassOfDevice.swift
[352/373] Compiling Bluetooth CompanyIdentifier.swift
[353/373] Compiling Bluetooth CompanyIdentifierMetadata.swift
[354/373] Compiling Bluetooth UUID.swift
[355/373] Compiling Bluetooth L2CAPSocket.swift
[356/373] Compiling Bluetooth LowEnergyAdvertisingData.swift
[357/373] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[358/373] Compiling Bluetooth RSSI.swift
[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 {
[364/373] Compiling Bluetooth UInt40.swift
[365/373] Compiling Bluetooth UInt48.swift
[366/373] Compiling Bluetooth UInt512.swift
[367/373] Compiling Bluetooth Unit.swift
[368/373] Compiling Bluetooth UnitIdentifier.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! (150.56s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.