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