The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Bluetooth, reference master (7879b3), with Swift 6.1 for Wasm on 22 Jun 2025 04:16:00 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

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