Build Information
Successful build of BluetoothMessageProtocol, reference 2.0.1 (10cba9
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:33:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FitnessKit/BluetoothMessageProtocol.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FitnessKit/BluetoothMessageProtocol
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at 10cba91 Merge pull request #10 from FitnessKit/testing
Cloned https://github.com/FitnessKit/BluetoothMessageProtocol.git
Revision (git rev-parse @):
10cba91b742d3297a7cf3b55843fbd8e1e664fca
SUCCESS checkout https://github.com/FitnessKit/BluetoothMessageProtocol.git at 2.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/FitnessKit/BluetoothMessageProtocol.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[2/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/139] Compiling CryptoSwift CTR.swift
[8/139] Compiling CryptoSwift CipherModeWorker.swift
[9/141] Compiling CryptoSwift BlockModeOptions.swift
[10/141] Compiling CryptoSwift CBC.swift
[11/141] Compiling CryptoSwift ChaCha20.swift
[12/141] Compiling CryptoSwift Checksum.swift
[13/141] Compiling CryptoSwift Cipher.swift
[14/141] Compiling CryptoSwift Collection+Extension.swift
[15/141] Compiling CryptoSwift CompactMap.swift
[16/141] Compiling CryptoSwift Bit.swift
[17/141] Compiling CryptoSwift BlockCipher.swift
[18/141] Compiling CryptoSwift BlockDecryptor.swift
[19/141] Compiling CryptoSwift BlockEncryptor.swift
[20/141] Compiling CryptoSwift BlockMode.swift
[21/141] Compiling CryptoSwift CCM.swift
[22/141] Compiling CryptoSwift CFB.swift
[23/141] Emitting module FitnessUnits
[24/141] Compiling CryptoSwift Cryptor.swift
[25/141] Compiling CryptoSwift Cryptors.swift
[26/141] Compiling CryptoSwift Digest.swift
[27/141] Compiling CryptoSwift DigestType.swift
[28/141] Compiling CryptoSwift AES+Foundation.swift
[29/141] Compiling CryptoSwift Array+Foundation.swift
[30/141] Compiling CryptoSwift Blowfish+Foundation.swift
[31/141] Compiling CryptoSwift ChaCha20+Foundation.swift
[32/141] Compiling CryptoSwift Data+Extension.swift
[33/141] Compiling CryptoSwift HMAC+Foundation.swift
[34/141] Compiling CryptoSwift Rabbit+Foundation.swift
[35/141] Compiling CryptoSwift Shifts.swift
[36/141] Compiling CryptoSwift SquareRoot.swift
[37/141] Compiling CryptoSwift Strideable.swift
[38/141] Compiling CryptoSwift StringConversion.swift
[39/141] Compiling CryptoSwift Subtraction.swift
[40/141] Compiling CryptoSwift WordsAndBits.swift
[41/152] Compiling DataDecoder Decoder.swift
[42/152] Compiling DataDecoder DataExtension.swift
[43/152] Compiling DataDecoder ANTToggleByte.swift
[44/152] Emitting module DataDecoder
[45/152] Compiling DataDecoder MACAddress.swift
[46/152] Compiling DataDecoder Nibble.swift
[47/152] Emitting module CryptoSwift
[48/152] Compiling CryptoSwift String+FoundationExtension.swift
[49/152] Compiling CryptoSwift Utils+Foundation.swift
[50/152] Compiling CryptoSwift XChaCha20+Foundation.swift
[51/152] Compiling CryptoSwift Generics.swift
[52/152] Compiling CryptoSwift HKDF.swift
[53/152] Compiling CryptoSwift HMAC.swift
[54/152] Compiling CryptoSwift ISO10126Padding.swift
[55/152] Compiling CryptoSwift ISO78164Padding.swift
[56/152] Compiling CryptoSwift Int+Extension.swift
[57/152] Compiling CryptoSwift MD5.swift
[58/152] Compiling CryptoSwift NoPadding.swift
[59/152] Compiling CryptoSwift Codable.swift
[60/152] Compiling CryptoSwift Comparable.swift
[61/152] Compiling CryptoSwift DataConversion.swift
[62/152] Compiling CryptoSwift Division.swift
[63/152] Compiling CryptoSwift Exponentiation.swift
[64/152] Compiling CryptoSwift FloatingPointConversion.swift
[65/152] Compiling CryptoSwift GCD.swift
[66/152] Compiling CryptoSwift Hashable.swift
[67/152] Compiling CryptoSwift IntegerConversion.swift
[68/152] Compiling CryptoSwift Multiplication.swift
[69/152] Compiling CryptoSwift PrimeTest.swift
[70/152] Compiling CryptoSwift Random.swift
[71/152] Compiling CryptoSwift GCM.swift
[72/152] Compiling CryptoSwift OCB.swift
[73/152] Compiling CryptoSwift OFB.swift
[74/152] Compiling CryptoSwift PCBC.swift
[75/152] Compiling CryptoSwift Blowfish.swift
[76/152] Compiling CryptoSwift CBCMAC.swift
[77/152] Compiling CryptoSwift CMAC.swift
[78/152] Compiling CryptoSwift Addition.swift
[79/152] Compiling CryptoSwift BigInt.swift
[80/152] Compiling CryptoSwift BigUInt.swift
[81/152] Compiling CryptoSwift BitwiseOps.swift
[82/152] Compiling CryptoSwift CS.swift
[83/152] Compiling FitnessUnits ValidatedBinaryInteger.swift
[84/152] Compiling FitnessUnits ValidatedMeasurement.swift
[109/152] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[110/152] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[111/152] Compiling CryptoSwift AES.Cryptors.swift
[112/152] Compiling CryptoSwift AES.swift
[113/152] Compiling CryptoSwift ASN1.swift
[114/152] Compiling CryptoSwift ASN1Decoder.swift
[115/152] Compiling CryptoSwift ASN1Encoder.swift
[116/152] Compiling CryptoSwift ASN1Scanner.swift
[117/152] Compiling CryptoSwift Array+Extension.swift
[118/152] Compiling CryptoSwift Authenticator.swift
[119/152] Compiling CryptoSwift BatchedCollection.swift
[120/152] Compiling CryptoSwift Operators.swift
[121/152] Compiling CryptoSwift DER.swift
[122/152] Compiling CryptoSwift PBKDF1.swift
[123/152] Compiling CryptoSwift PBKDF2.swift
[124/152] Compiling CryptoSwift PKCS1v15.swift
[125/152] Compiling CryptoSwift PKCS5.swift
[126/152] Compiling CryptoSwift PKCS7.swift
[127/152] Compiling CryptoSwift PKCS7Padding.swift
[128/152] Compiling CryptoSwift Padding.swift
[129/152] Compiling CryptoSwift Poly1305.swift
[130/152] Compiling CryptoSwift RSA+Cipher.swift
[131/152] Compiling CryptoSwift RSA+Signature.swift
[132/152] Compiling CryptoSwift RSA.swift
[133/152] Compiling CryptoSwift Rabbit.swift
[134/152] Compiling CryptoSwift SHA1.swift
[135/152] Compiling CryptoSwift SHA2.swift
[136/152] Compiling CryptoSwift SHA3.swift
[137/152] Compiling CryptoSwift Scrypt.swift
[138/152] Compiling CryptoSwift SecureBytes.swift
[139/152] Compiling CryptoSwift Signature.swift
[140/152] Compiling CryptoSwift StreamDecryptor.swift
[141/152] Compiling CryptoSwift StreamEncryptor.swift
[142/152] Compiling CryptoSwift String+Extension.swift
[143/152] Compiling CryptoSwift UInt128.swift
[144/152] Compiling CryptoSwift UInt16+Extension.swift
[145/152] Compiling CryptoSwift UInt32+Extension.swift
[146/152] Compiling CryptoSwift UInt64+Extension.swift
[147/152] Compiling CryptoSwift UInt8+Extension.swift
[148/152] Compiling CryptoSwift Updatable.swift
[149/152] Compiling CryptoSwift Utils.swift
[150/152] Compiling CryptoSwift XChaCha20.swift
[151/152] Compiling CryptoSwift ZeroPadding.swift
[152/152] Compiling CryptoSwift resource_bundle_accessor.swift
[153/378] Compiling BluetoothMessageProtocol CharacteristicAnaerobicHeartRateUpperLimit.swift
[154/378] Compiling BluetoothMessageProtocol CharacteristicAnaerobicThreshold.swift
[155/378] Compiling BluetoothMessageProtocol CharacteristicAnalog.swift
[156/378] Compiling BluetoothMessageProtocol CharacteristicAnalogOutput.swift
[157/378] Compiling BluetoothMessageProtocol CharacteristicApparentWindDirection.swift
[158/378] Compiling BluetoothMessageProtocol CharacteristicApparentWindSpeed.swift
[159/378] Compiling BluetoothMessageProtocol CharacteristicAppearance.swift
[160/378] Compiling BluetoothMessageProtocol CharacteristicBarometricPressureTrend.swift
[161/378] Compiling BluetoothMessageProtocol CharacteristicBatteryLevel.swift
[162/378] Compiling BluetoothMessageProtocol CharacteristicBatteryLevelState.swift
[163/378] Compiling BluetoothMessageProtocol CharacteristicBatteryPowerState.swift
[164/378] Compiling BluetoothMessageProtocol CharacteristicBloodPressureFeature.swift
[165/378] Compiling BluetoothMessageProtocol CharacteristicBloodPressureMeasurement.swift
[166/378] Compiling BluetoothMessageProtocol CharacteristicBodyCompositionMeasurement.swift
[167/378] Compiling BluetoothMessageProtocol CharacteristicBodySensorLocation.swift
[168/378] Compiling BluetoothMessageProtocol CharacteristicBondManagementFeatures.swift
[169/378] Compiling BluetoothMessageProtocol CharacteristicContinuousGlucoseMonitoringFeature.swift
[170/378] Compiling BluetoothMessageProtocol CharacteristicCrossTrainerData.swift
[171/378] Compiling BluetoothMessageProtocol CharacteristicCurrentTime.swift
[172/378] Compiling BluetoothMessageProtocol CharacteristicCyclingSpeedCadence.swift
[173/378] Compiling BluetoothMessageProtocol CharacteristicCyclingSpeedCadenceFeature.swift
[174/378] Compiling BluetoothMessageProtocol CharacteristicDSTOffset.swift
[175/378] Compiling BluetoothMessageProtocol CharacteristicDatabaseChangeIncrement.swift
[176/378] Compiling BluetoothMessageProtocol CharacteristicDateOfBirth.swift
[177/378] Compiling BluetoothMessageProtocol CharacteristicDateTime.swift
[178/402] Compiling BluetoothMessageProtocol CharacteristicMeshProvisioningDataIn.swift
[179/402] Compiling BluetoothMessageProtocol CharacteristicMeshProvisioningDataOut.swift
[180/402] Compiling BluetoothMessageProtocol CharacteristicMeshProxyDataIn.swift
[181/402] Compiling BluetoothMessageProtocol CharacteristicMeshProxyDataOut.swift
[182/402] Compiling BluetoothMessageProtocol ProvisioningAuthentication.swift
[183/402] Compiling BluetoothMessageProtocol ProvisioningData.swift
[184/402] Compiling BluetoothMessageProtocol ProvisioningDataUnitCapabilities.swift
[185/402] Compiling BluetoothMessageProtocol ProvisioningDataUnitInvite.swift
[186/402] Compiling BluetoothMessageProtocol ProvisioningDataUnitStart.swift
[187/402] Compiling BluetoothMessageProtocol ProvisioningDataUnitType.swift
[188/402] Compiling BluetoothMessageProtocol ProvisioningDataUnits.swift
[189/402] Compiling BluetoothMessageProtocol ProxyDataUnits.swift
[190/402] Compiling BluetoothMessageProtocol ProxyMessageType.swift
[191/402] Compiling BluetoothMessageProtocol MeshModelIdentifier.swift
[192/402] Compiling BluetoothMessageProtocol MeshModelIdentifierExtension.swift
[193/402] Compiling BluetoothMessageProtocol MeshModelIdentifierVendorExtension.swift
[194/402] Compiling BluetoothMessageProtocol MeshOutOfBandInformation.swift
[195/402] Compiling BluetoothMessageProtocol MeshTransitionTime.swift
[196/402] Compiling BluetoothMessageProtocol MeshMessage.swift
[197/402] Compiling BluetoothMessageProtocol MeshMessageGenericDelta.swift
[198/402] Compiling BluetoothMessageProtocol MeshMessageGenericLevel.swift
[199/402] Compiling BluetoothMessageProtocol MeshMessageGenericOnOff.swift
[200/402] Compiling BluetoothMessageProtocol Service.swift
[201/402] Compiling BluetoothMessageProtocol ServiceAppleMidi.swift
[202/426] Compiling BluetoothMessageProtocol ServiceCustomExtension.swift
[203/426] Compiling BluetoothMessageProtocol ServiceCycleOps.swift
[204/426] Compiling BluetoothMessageProtocol ServiceDropcam.swift
[205/426] Compiling BluetoothMessageProtocol ServiceEliteTrainer.swift
[206/426] Compiling BluetoothMessageProtocol ServiceGoogleGlass.swift
[207/426] Compiling BluetoothMessageProtocol ServiceGymConnect.swift
[208/426] Compiling BluetoothMessageProtocol ServiceKomoot.swift
[209/426] Compiling BluetoothMessageProtocol ServiceMyoClassifierEvent.swift
[210/426] Compiling BluetoothMessageProtocol ServiceMyoControl.swift
[211/426] Compiling BluetoothMessageProtocol ServiceMyoImu.swift
[212/426] Compiling BluetoothMessageProtocol ServiceMyoRawEMGData.swift
[213/426] Compiling BluetoothMessageProtocol ServiceNordicLegacyDeviceFirmwareUpdate.swift
[214/426] Compiling BluetoothMessageProtocol ServiceNordicSecureDeviceFirmwareUpdate.swift
[215/426] Compiling BluetoothMessageProtocol ServiceNorthPoleAweDiagnostics.swift
[216/426] Compiling BluetoothMessageProtocol ServiceNorthPoleAweHeartRate.swift
[217/426] Compiling BluetoothMessageProtocol ServiceTacxAntFec.swift
[218/426] Compiling BluetoothMessageProtocol ServiceWahooFitnessGEMModuleFirmwareUpdate.swift
[219/426] Compiling BluetoothMessageProtocol ServiceTexasInstrumentsFirmwareUpdate.swift
[220/426] Compiling BluetoothMessageProtocol ServiceTexasInstrumentsSensorTagAccelerometer.swift
[221/426] Compiling BluetoothMessageProtocol ServiceTexasInstrumentsSensorTagBarometer.swift
[222/426] Compiling BluetoothMessageProtocol ServiceTexasInstrumentsSensorTagControl.swift
[223/426] Compiling BluetoothMessageProtocol ServiceTexasInstrumentsSensorTagGyroscope.swift
[224/426] Compiling BluetoothMessageProtocol ServiceTexasInstrumentsSensorTagHumidity.swift
[225/426] Compiling BluetoothMessageProtocol ServiceTexasInstrumentsSensorTagMagnetometer.swift
[226/450] Compiling BluetoothMessageProtocol ServiceTexasInstrumentsSensorTagTemperature.swift
[227/450] Compiling BluetoothMessageProtocol ServiceAlertNotification.swift
[228/450] Compiling BluetoothMessageProtocol ServiceAutomationInputOutput.swift
[229/450] Compiling BluetoothMessageProtocol ServiceBattery.swift
[230/450] Compiling BluetoothMessageProtocol ServiceBloodPressure.swift
[231/450] Compiling BluetoothMessageProtocol ServiceBodyComposition.swift
[232/450] Compiling BluetoothMessageProtocol ServiceBondManagement.swift
[233/450] Compiling BluetoothMessageProtocol ServiceContinuousGlucoseMonitoring.swift
[234/450] Compiling BluetoothMessageProtocol ServiceCurrentTime.swift
[235/450] Compiling BluetoothMessageProtocol ServiceCyclingPower.swift
[236/450] Compiling BluetoothMessageProtocol ServiceCyclingSpeedAndCadence.swift
[237/450] Compiling BluetoothMessageProtocol ServiceDeviceInformation.swift
[238/450] Compiling BluetoothMessageProtocol ServiceEnvironmentalSensing.swift
[239/450] Compiling BluetoothMessageProtocol ServiceExtension.swift
[240/450] Compiling BluetoothMessageProtocol ServiceFitnessMachine.swift
[241/450] Compiling BluetoothMessageProtocol ServiceGenericAccess.swift
[242/450] Compiling BluetoothMessageProtocol ServiceGenericAttribute.swift
[243/450] Compiling BluetoothMessageProtocol ServiceGlucose.swift
[244/450] Compiling BluetoothMessageProtocol ServiceHealthThermometer.swift
[245/450] Compiling BluetoothMessageProtocol ServiceHeartRate.swift
[246/450] Compiling BluetoothMessageProtocol ServiceHttpProxy.swift
[247/450] Compiling BluetoothMessageProtocol ServiceHumanInterfaceDevice.swift
[248/450] Compiling BluetoothMessageProtocol ServiceImmediateAlert.swift
[249/450] Compiling BluetoothMessageProtocol ServiceIndoorPositioning.swift
[250/474] Compiling BluetoothMessageProtocol ServiceInsulinDelivery.swift
[251/474] Compiling BluetoothMessageProtocol ServiceInternetProtocolSupport.swift
[252/474] Compiling BluetoothMessageProtocol ServiceLinkLoss.swift
[253/474] Compiling BluetoothMessageProtocol ServiceLocationAndNavigation.swift
[254/474] Compiling BluetoothMessageProtocol ServiceMeshProvisioning.swift
[255/474] Compiling BluetoothMessageProtocol ServiceMeshProxy.swift
[256/474] Compiling BluetoothMessageProtocol ServiceNextDSTChange.swift
[257/474] Compiling BluetoothMessageProtocol ServiceObjectTransfer.swift
[258/474] Compiling BluetoothMessageProtocol ServicePhoneAlertStatus.swift
[259/474] Compiling BluetoothMessageProtocol ServicePulseOximeter.swift
[260/474] Compiling BluetoothMessageProtocol ServiceReconnectionConfiguration.swift
[261/474] Compiling BluetoothMessageProtocol ServiceReferenceTimeUpdate.swift
[262/474] Compiling BluetoothMessageProtocol ServiceRunningSpeedAndCadence.swift
[263/474] Compiling BluetoothMessageProtocol ServiceScanParameters.swift
[264/474] Compiling BluetoothMessageProtocol ServiceTransportDiscovery.swift
[265/474] Compiling BluetoothMessageProtocol ServiceTxPower.swift
[266/474] Compiling BluetoothMessageProtocol ServiceUserData.swift
[267/474] Compiling BluetoothMessageProtocol ServiceWeightScale.swift
[268/474] Compiling BluetoothMessageProtocol ServiceData.swift
[269/474] Compiling BluetoothMessageProtocol ServiceDataFitnessMachine.swift
[270/474] Compiling BluetoothMessageProtocol ServiceDataMeshProvisioning.swift
[271/474] Compiling BluetoothMessageProtocol AppleDeviceType.swift
[272/474] Compiling BluetoothMessageProtocol BatteryTypes.swift
[273/474] Compiling BluetoothMessageProtocol BloodPressureMeasurementStatus.swift
[274/498] Compiling BluetoothMessageProtocol BluetoothAlertTypes.swift
[275/498] Compiling BluetoothMessageProtocol BluetoothAppearance.swift
[276/498] Compiling BluetoothMessageProtocol BluetoothAppearanceCategory.swift
[277/498] Compiling BluetoothMessageProtocol BluetoothGender.swift
[278/498] Compiling BluetoothMessageProtocol BluetoothSensorLocations.swift
[279/498] Compiling BluetoothMessageProtocol BluetoothTimeZones.swift
[280/498] Compiling BluetoothMessageProtocol CodingKeys.swift
[281/498] Compiling BluetoothMessageProtocol DSTOffset.swift
[282/498] Compiling BluetoothMessageProtocol DateTimeType.swift
[283/498] Compiling BluetoothMessageProtocol DayOfWeekType.swift
[284/498] Compiling BluetoothMessageProtocol FitnessMachineControlCode.swift
[285/498] Compiling BluetoothMessageProtocol FitnessMachineControlProcedure.swift
[286/498] Compiling BluetoothMessageProtocol FitnessMachineControlResponseTypes.swift
[287/498] Compiling BluetoothMessageProtocol FitnessMachineStatusCode.swift
[288/498] Compiling BluetoothMessageProtocol FitnessMachineStatusValue.swift
[289/498] Compiling BluetoothMessageProtocol FitnessMachineTargetTypes.swift
[290/498] Compiling BluetoothMessageProtocol FitnessMachineTypes.swift
[291/498] Compiling BluetoothMessageProtocol GymConnectEquipmentState.swift
[292/498] Compiling BluetoothMessageProtocol GymConnectEquipmentType.swift
[293/498] Compiling BluetoothMessageProtocol HeartRateTypes.swift
[294/498] Compiling BluetoothMessageProtocol MonthType.swift
[295/498] Compiling BluetoothMessageProtocol TemperatureTypes.swift
[296/498] Compiling BluetoothMessageProtocol UserType.swift
[297/498] Compiling BluetoothMessageProtocol YearMonthDay.swift
[298/498] Emitting module BluetoothMessageProtocol
[299/498] Compiling BluetoothMessageProtocol BluetoothBounds.swift
[300/498] Compiling BluetoothMessageProtocol BluetoothCodable.swift
[301/498] Compiling BluetoothMessageProtocol BluetoothMessageProtocol.swift
[302/498] Compiling BluetoothMessageProtocol Characteristic.swift
[303/498] Compiling BluetoothMessageProtocol CharacteristicGymConnectEquipmentState.swift
[304/498] Compiling BluetoothMessageProtocol CharacteristicGymConnectEquipmentStateName.swift
[305/498] Compiling BluetoothMessageProtocol CharacteristicGymConnectEquipmentType.swift
[306/498] Compiling BluetoothMessageProtocol CharacteristicGymConnectMeasurement.swift
[307/498] Compiling BluetoothMessageProtocol CharacteristicGymConnectWorkoutProgramName.swift
[308/498] Compiling BluetoothMessageProtocol CharacteristicNorthPoleAweDiagnostics.swift
[309/498] Compiling BluetoothMessageProtocol CharacteristicNorthPoleAweHeartRateMeasurement.swift
[310/498] Compiling BluetoothMessageProtocol CharacteristicNorthPoleAweWorkoutInformation.swift
[311/498] Compiling BluetoothMessageProtocol CharacteristicTacxAntFecReceive.swift
[312/498] Compiling BluetoothMessageProtocol CharacteristicTacxAntFecSend.swift
[313/498] Compiling BluetoothMessageProtocol CharacteristicAerobicHeartRateLowerLimit.swift
[314/498] Compiling BluetoothMessageProtocol CharacteristicAerobicHeartRateUpperLimit.swift
[315/498] Compiling BluetoothMessageProtocol CharacteristicAerobicThreshold.swift
[316/498] Compiling BluetoothMessageProtocol CharacteristicAge.swift
[317/498] Compiling BluetoothMessageProtocol CharacteristicAlertCategoryID.swift
[318/498] Compiling BluetoothMessageProtocol CharacteristicAlertCategoryIDBitMask.swift
[319/498] Compiling BluetoothMessageProtocol CharacteristicAlertLevel.swift
[320/498] Compiling BluetoothMessageProtocol CharacteristicAlertNotificationControlPoint.swift
[321/498] Compiling BluetoothMessageProtocol CharacteristicAlertStatus.swift
[322/498] Compiling BluetoothMessageProtocol CharacteristicAltitude.swift
[323/498] Compiling BluetoothMessageProtocol CharacteristicAnaerobicHeartRateLowerLimit.swift
[324/498] Compiling BluetoothMessageProtocol CharacteristicTemperatureCelsius.swift
[325/498] Compiling BluetoothMessageProtocol CharacteristicTemperatureFahrenheit.swift
[326/498] Compiling BluetoothMessageProtocol CharacteristicTemperatureMeasurement.swift
[327/498] Compiling BluetoothMessageProtocol CharacteristicTemperatureType.swift
[328/498] Compiling BluetoothMessageProtocol CharacteristicThreeZoneHeartRateLimits.swift
[329/498] Compiling BluetoothMessageProtocol CharacteristicTimeSource.swift
[330/498] Compiling BluetoothMessageProtocol CharacteristicTimeUpdateControlPoint.swift
[331/498] Compiling BluetoothMessageProtocol CharacteristicTimeUpdateState.swift
[332/498] Compiling BluetoothMessageProtocol CharacteristicTimeWithDst.swift
[333/498] Compiling BluetoothMessageProtocol CharacteristicTimeZone.swift
[334/498] Compiling BluetoothMessageProtocol CharacteristicTrainingStatus.swift
[335/498] Compiling BluetoothMessageProtocol CharacteristicTreadmillData.swift
[336/498] Compiling BluetoothMessageProtocol CharacteristicTrueWindDirection.swift
[337/498] Compiling BluetoothMessageProtocol CharacteristicTrueWindSpeed.swift
[338/498] Compiling BluetoothMessageProtocol CharacteristicTwoZoneHeartRateLimit.swift
[339/498] Compiling BluetoothMessageProtocol CharacteristicTxPowerLevel.swift
[340/498] Compiling BluetoothMessageProtocol CharacteristicUVIndex.swift
[341/498] Compiling BluetoothMessageProtocol CharacteristicUniformResourceIdentifier.swift
[342/498] Compiling BluetoothMessageProtocol CharacteristicUnreadAlertStatus.swift
[343/498] Compiling BluetoothMessageProtocol CharacteristicUserIndex.swift
[344/498] Compiling BluetoothMessageProtocol CharacteristicV02Max.swift
[345/498] Compiling BluetoothMessageProtocol CharacteristicWaistCircumference.swift
[346/498] Compiling BluetoothMessageProtocol CharacteristicWeight.swift
[347/498] Compiling BluetoothMessageProtocol CharacteristicWeightMeasurement.swift
[348/498] Compiling BluetoothMessageProtocol CharacteristicWeightScaleFeature.swift
[349/498] Compiling BluetoothMessageProtocol CharacteristicObjectSize.swift
[350/498] Compiling BluetoothMessageProtocol CharacteristicPnPID.swift
[351/498] Compiling BluetoothMessageProtocol CharacteristicPollenConcentration.swift
[352/498] Compiling BluetoothMessageProtocol CharacteristicPosition2D.swift
[353/498] Compiling BluetoothMessageProtocol CharacteristicPosition3D.swift
[354/498] Compiling BluetoothMessageProtocol CharacteristicPressure.swift
[355/498] Compiling BluetoothMessageProtocol CharacteristicRainfall.swift
[356/498] Compiling BluetoothMessageProtocol CharacteristicRestingHeartRate.swift
[357/498] Compiling BluetoothMessageProtocol CharacteristicRingerSetting.swift
[358/498] Compiling BluetoothMessageProtocol CharacteristicRowerData.swift
[359/498] Compiling BluetoothMessageProtocol CharacteristicScanIntervalWindow.swift
[360/498] Compiling BluetoothMessageProtocol CharacteristicScanRefresh.swift
[361/498] Compiling BluetoothMessageProtocol CharacteristicSensorLocation.swift
[362/498] Compiling BluetoothMessageProtocol CharacteristicSerialNumberString.swift
[363/498] Compiling BluetoothMessageProtocol CharacteristicSoftwareRevisionString.swift
[364/498] Compiling BluetoothMessageProtocol CharacteristicSportTypeForAerobicAndAnaerobicThresholds.swift
[365/498] Compiling BluetoothMessageProtocol CharacteristicStairClimberData.swift
[366/498] Compiling BluetoothMessageProtocol CharacteristicStepClimberData.swift
[367/498] Compiling BluetoothMessageProtocol CharacteristicString.swift
[368/498] Compiling BluetoothMessageProtocol CharacteristicSupportedHeartRateRange.swift
[369/498] Compiling BluetoothMessageProtocol CharacteristicSupportedInclinationRange.swift
[370/498] Compiling BluetoothMessageProtocol CharacteristicSupportedPowerRange.swift
[371/498] Compiling BluetoothMessageProtocol CharacteristicSupportedResistanceLevel.swift
[372/498] Compiling BluetoothMessageProtocol CharacteristicSupportedSpeedRange.swift
[373/498] Compiling BluetoothMessageProtocol CharacteristicTemperature.swift
[374/498] Compiling BluetoothMessageProtocol ServiceHapDoorbell.swift
[375/498] Compiling BluetoothMessageProtocol ServiceHapFan.swift
[376/498] Compiling BluetoothMessageProtocol ServiceHapFaucet.swift
[377/498] Compiling BluetoothMessageProtocol ServiceHapFilterMaintenance.swift
[378/498] Compiling BluetoothMessageProtocol ServiceHapGarageDoorOpener.swift
[379/498] Compiling BluetoothMessageProtocol ServiceHapHeaterCooler.swift
[380/498] Compiling BluetoothMessageProtocol ServiceHapHumidifierDehumidifier.swift
[381/498] Compiling BluetoothMessageProtocol ServiceHapHumiditySensor.swift
[382/498] Compiling BluetoothMessageProtocol ServiceHapIrrigationSystem.swift
[383/498] Compiling BluetoothMessageProtocol ServiceHapLeakSensor.swift
[384/498] Compiling BluetoothMessageProtocol ServiceHapLightSensor.swift
[385/498] Compiling BluetoothMessageProtocol ServiceHapLightbulb.swift
[386/498] Compiling BluetoothMessageProtocol ServiceHapLockManagement.swift
[387/498] Compiling BluetoothMessageProtocol ServiceHapLockMechanism.swift
[388/498] Compiling BluetoothMessageProtocol ServiceHapMicrophone.swift
[389/498] Compiling BluetoothMessageProtocol ServiceHapMotionSensor.swift
[390/498] Compiling BluetoothMessageProtocol ServiceHapOccupancySensor.swift
[391/498] Compiling BluetoothMessageProtocol ServiceHapOutlet.swift
[392/498] Compiling BluetoothMessageProtocol ServiceHapPairing.swift
[393/498] Compiling BluetoothMessageProtocol ServiceHapProtocolInformationService.swift
[394/498] Compiling BluetoothMessageProtocol ServiceHapSecuritySystem.swift
[395/498] Compiling BluetoothMessageProtocol ServiceHapServiceLabel.swift
[396/498] Compiling BluetoothMessageProtocol ServiceHapSlat.swift
[397/498] Compiling BluetoothMessageProtocol ServiceHapSmokeSensor.swift
[398/498] Compiling BluetoothMessageProtocol ServiceHapSpeaker.swift
[399/498] Compiling BluetoothMessageProtocol ServiceHapStatelessProgrammableSwitch.swift
[400/498] Compiling BluetoothMessageProtocol ServiceHapSwitch.swift
[401/498] Compiling BluetoothMessageProtocol ServiceHapTemperatureSensor.swift
[402/498] Compiling BluetoothMessageProtocol ServiceHapThermostat.swift
[403/498] Compiling BluetoothMessageProtocol ServiceHapValve.swift
[404/498] Compiling BluetoothMessageProtocol ServiceHapWindow.swift
[405/498] Compiling BluetoothMessageProtocol ServiceHapWindowCovering.swift
[406/498] Compiling BluetoothMessageProtocol ServiceHomeKitProtocolExtension.swift
[407/498] Compiling BluetoothMessageProtocol AccessoryCategory.swift
[408/498] Compiling BluetoothMessageProtocol HomeKitPairingErrors.swift
[409/498] Compiling BluetoothMessageProtocol HomeKitPairingMethods.swift
[410/498] Compiling BluetoothMessageProtocol HomeKitSoftwareAuthenticationTlvType.swift
[411/498] Compiling BluetoothMessageProtocol PairingTlvType.swift
[412/498] Compiling BluetoothMessageProtocol TlvFormat.swift
[413/498] Compiling BluetoothMessageProtocol AppleBeaconExtension.swift
[414/498] Compiling BluetoothMessageProtocol ManufacturerData.swift
[415/498] Compiling BluetoothMessageProtocol ManufacturerDataAltBeacon.swift
[416/498] Compiling BluetoothMessageProtocol ManufacturerDataAppleHomeKit.swift
[417/498] Compiling BluetoothMessageProtocol ManufacturerDataAppleHomeKitEncryptedNotification.swift
[418/498] Compiling BluetoothMessageProtocol ManufacturerDataAppleiBeacon.swift
[419/498] Compiling BluetoothMessageProtocol ManufacturerDataGymConnect.swift
[420/498] Compiling BluetoothMessageProtocol ManufacturerDataPolarHeartRate.swift
[421/498] Compiling BluetoothMessageProtocol MemberIdentifier.swift
[422/498] Compiling BluetoothMessageProtocol MemberIdentifierSupportedExtension.swift
[423/498] Compiling BluetoothMessageProtocol MeshBeaconUnit.swift
[424/498] Compiling BluetoothMessageProtocol CharacteristicDateofThresholdAssessment.swift
[425/498] Compiling BluetoothMessageProtocol CharacteristicDayDateTime.swift
[426/498] Compiling BluetoothMessageProtocol CharacteristicDayOfWeek.swift
[427/498] Compiling BluetoothMessageProtocol CharacteristicDeviceName.swift
[428/498] Compiling BluetoothMessageProtocol CharacteristicDewPoint.swift
[429/498] Compiling BluetoothMessageProtocol CharacteristicElevation.swift
[430/498] Compiling BluetoothMessageProtocol CharacteristicEmailAddress.swift
[431/498] Compiling BluetoothMessageProtocol CharacteristicFatBurnHeartRateLowerLimit.swift
[432/498] Compiling BluetoothMessageProtocol CharacteristicFatBurnHeartRateUpperLimit.swift
[433/498] Compiling BluetoothMessageProtocol CharacteristicFirmwareRevisionString.swift
[434/498] Compiling BluetoothMessageProtocol CharacteristicFirstName.swift
[435/498] Compiling BluetoothMessageProtocol CharacteristicFitnessMachineFeature.swift
[436/498] Compiling BluetoothMessageProtocol CharacteristicFitnessMachineStatus.swift
[437/498] Compiling BluetoothMessageProtocol CharacteristicFiveZoneHeartRateLimits.swift
[438/498] Compiling BluetoothMessageProtocol CharacteristicFloorNumber.swift
[439/498] Compiling BluetoothMessageProtocol CharacteristicGender.swift
[440/498] Compiling BluetoothMessageProtocol CharacteristicGustFactor.swift
[441/498] Compiling BluetoothMessageProtocol CharacteristicHTTPControlPoint.swift
[442/498] Compiling BluetoothMessageProtocol CharacteristicHTTPEntityBody.swift
[443/498] Compiling BluetoothMessageProtocol CharacteristicHTTPHeaders.swift
[444/498] Compiling BluetoothMessageProtocol CharacteristicHTTPSSecurity.swift
[445/498] Compiling BluetoothMessageProtocol CharacteristicHTTPStatusCode.swift
[446/498] Compiling BluetoothMessageProtocol CharacteristicHardwareRevisionString.swift
[447/498] Compiling BluetoothMessageProtocol CharacteristicHeartRateControlPoint.swift
[448/498] Compiling BluetoothMessageProtocol CharacteristicHeartRateMax.swift
[449/498] Compiling BluetoothMessageProtocol CharacteristicHeartRateMeasurement.swift
[450/498] Compiling BluetoothMessageProtocol CharacteristicHeatIndex.swift
[451/498] Compiling BluetoothMessageProtocol CharacteristicHeight.swift
[452/498] Compiling BluetoothMessageProtocol CharacteristicHipCircumference.swift
[453/498] Compiling BluetoothMessageProtocol CharacteristicHumidity.swift
[454/498] Compiling BluetoothMessageProtocol CharacteristicIndoorBikeData.swift
[455/498] Compiling BluetoothMessageProtocol CharacteristicIntermediateCuffPressure.swift
[456/498] Compiling BluetoothMessageProtocol CharacteristicIntermediateTemperature.swift
[457/498] Compiling BluetoothMessageProtocol CharacteristicLanguage.swift
[458/498] Compiling BluetoothMessageProtocol CharacteristicLastName.swift
[459/498] Compiling BluetoothMessageProtocol CharacteristicLatitude.swift
[460/498] Compiling BluetoothMessageProtocol CharacteristicLocalEastCoordinate.swift
[461/498] Compiling BluetoothMessageProtocol CharacteristicLocalNorthCoordinate.swift
[462/498] Compiling BluetoothMessageProtocol CharacteristicLocalTimeInformation.swift
[463/498] Compiling BluetoothMessageProtocol CharacteristicLocationName.swift
[464/498] Compiling BluetoothMessageProtocol CharacteristicLocationNavigationFeature.swift
[465/498] Compiling BluetoothMessageProtocol CharacteristicLongitude.swift
[466/498] Compiling BluetoothMessageProtocol CharacteristicMagneticDeclination.swift
[467/498] Compiling BluetoothMessageProtocol CharacteristicManufacturerNameString.swift
[468/498] Compiling BluetoothMessageProtocol CharacteristicMaximumRecommendedHeartRate.swift
[469/498] Compiling BluetoothMessageProtocol CharacteristicMeasurementInterval.swift
[470/498] Compiling BluetoothMessageProtocol CharacteristicModelNumberString.swift
[471/498] Compiling BluetoothMessageProtocol CharacteristicNetworkAvailability.swift
[472/498] Compiling BluetoothMessageProtocol CharacteristicNewAlert.swift
[473/498] Compiling BluetoothMessageProtocol CharacteristicObjectName.swift
[474/498] Compiling BluetoothMessageProtocol CharacteristicWindChill.swift
[475/498] Compiling BluetoothMessageProtocol CompanyIdentifier.swift
[476/498] Compiling BluetoothMessageProtocol CompanyIdentifierExtension.swift
[477/498] Compiling BluetoothMessageProtocol CompanyIdentifierExtensionMore.swift
[478/498] Compiling BluetoothMessageProtocol CompanyIdentifierNonAssigned.swift
[479/498] Compiling BluetoothMessageProtocol CompanyIdentifierSupportedExtension.swift
[480/498] Compiling BluetoothMessageProtocol Errors.swift
[481/498] Compiling BluetoothMessageProtocol DataExtension.swift
[482/498] Compiling BluetoothMessageProtocol Resolutionable.swift
[483/498] Compiling BluetoothMessageProtocol StringExtension.swift
[484/498] Compiling BluetoothMessageProtocol UInt8Extension.swift
[485/498] Compiling BluetoothMessageProtocol UUIDExtension.swift
[486/498] Compiling BluetoothMessageProtocol GapAdvertisingType.swift
[487/498] Compiling BluetoothMessageProtocol GapDataType.swift
[488/498] Compiling BluetoothMessageProtocol GapEventType.swift
[489/498] Compiling BluetoothMessageProtocol PeerAddress.swift
[490/498] Compiling BluetoothMessageProtocol ServiceHapAccessoryInformation.swift
[491/498] Compiling BluetoothMessageProtocol ServiceHapAirPurifier.swift
[492/498] Compiling BluetoothMessageProtocol ServiceHapAirQualitySensor.swift
[493/498] Compiling BluetoothMessageProtocol ServiceHapBatteryService.swift
[494/498] Compiling BluetoothMessageProtocol ServiceHapCameraRtpStreamManagement.swift
[495/498] Compiling BluetoothMessageProtocol ServiceHapCarbonDioxideSensor.swift
[496/498] Compiling BluetoothMessageProtocol ServiceHapCarbonMonoxideSensor.swift
[497/498] Compiling BluetoothMessageProtocol ServiceHapContactSensor.swift
[498/498] Compiling BluetoothMessageProtocol ServiceHapDoor.swift
Build complete! (31.11s)
Fetching https://github.com/krzyzanowskim/CryptoSwift
Fetching https://github.com/FitnessKit/FitnessUnits
Fetching https://github.com/FitnessKit/DataDecoder
[1/758] Fetching fitnessunits
[199/1175] Fetching fitnessunits, datadecoder
[358/14116] Fetching fitnessunits, datadecoder, cryptoswift
Fetched https://github.com/FitnessKit/DataDecoder from cache (0.76s)
[585/13699] Fetching fitnessunits, cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (1.78s)
Fetched https://github.com/FitnessKit/FitnessUnits from cache (1.78s)
Computing version for https://github.com/FitnessKit/DataDecoder
Computed https://github.com/FitnessKit/DataDecoder at 5.0.0 (2.32s)
Computing version for https://github.com/FitnessKit/FitnessUnits
Computed https://github.com/FitnessKit/FitnessUnits at 3.1.0 (0.50s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.8.4 (0.50s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 1.8.4
Creating working copy for https://github.com/FitnessKit/DataDecoder
Working copy of https://github.com/FitnessKit/DataDecoder resolved at 5.0.0
Creating working copy for https://github.com/FitnessKit/FitnessUnits
Working copy of https://github.com/FitnessKit/FitnessUnits resolved at 3.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "fitnessunits",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/FitnessKit/FitnessUnits"
},
{
"identity" : "datadecoder",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/FitnessKit/DataDecoder"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift"
}
],
"manifest_display_name" : "BluetoothMessageProtocol",
"name" : "BluetoothMessageProtocol",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "BluetoothMessageProtocol",
"targets" : [
"BluetoothMessageProtocol"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "BluetoothMessageProtocolTests",
"module_type" : "SwiftTarget",
"name" : "BluetoothMessageProtocolTests",
"path" : "Tests/BluetoothMessageProtocolTests",
"sources" : [
"CharacteristicCurrentTimeTests.swift",
"CodeableTests.swift",
"CompanyIdentifierTests.swift",
"GymConnectTests.swift",
"HeartRateTests.swift",
"HomeKitTests.swift",
"MemberIdentifierTests.swift",
"ModelIdentifierTests.swift",
"ResolutionTest.swift"
],
"target_dependencies" : [
"BluetoothMessageProtocol"
],
"type" : "test"
},
{
"c99name" : "BluetoothMessageProtocol",
"module_type" : "SwiftTarget",
"name" : "BluetoothMessageProtocol",
"path" : "Sources/BluetoothMessageProtocol",
"product_dependencies" : [
"FitnessUnits",
"DataDecoder",
"CryptoSwift"
],
"product_memberships" : [
"BluetoothMessageProtocol"
],
"sources" : [
"BluetoothBounds.swift",
"BluetoothCodable.swift",
"BluetoothMessageProtocol.swift",
"Characteristic.swift",
"Characteristic/Custom/CharacteristicGymConnectEquipmentState.swift",
"Characteristic/Custom/CharacteristicGymConnectEquipmentStateName.swift",
"Characteristic/Custom/CharacteristicGymConnectEquipmentType.swift",
"Characteristic/Custom/CharacteristicGymConnectMeasurement.swift",
"Characteristic/Custom/CharacteristicGymConnectWorkoutProgramName.swift",
"Characteristic/Custom/CharacteristicNorthPoleAweDiagnostics.swift",
"Characteristic/Custom/CharacteristicNorthPoleAweHeartRateMeasurement.swift",
"Characteristic/Custom/CharacteristicNorthPoleAweWorkoutInformation.swift",
"Characteristic/Custom/CharacteristicTacxAntFecReceive.swift",
"Characteristic/Custom/CharacteristicTacxAntFecSend.swift",
"Characteristic/SIG/CharacteristicAerobicHeartRateLowerLimit.swift",
"Characteristic/SIG/CharacteristicAerobicHeartRateUpperLimit.swift",
"Characteristic/SIG/CharacteristicAerobicThreshold.swift",
"Characteristic/SIG/CharacteristicAge.swift",
"Characteristic/SIG/CharacteristicAlertCategoryID.swift",
"Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift",
"Characteristic/SIG/CharacteristicAlertLevel.swift",
"Characteristic/SIG/CharacteristicAlertNotificationControlPoint.swift",
"Characteristic/SIG/CharacteristicAlertStatus.swift",
"Characteristic/SIG/CharacteristicAltitude.swift",
"Characteristic/SIG/CharacteristicAnaerobicHeartRateLowerLimit.swift",
"Characteristic/SIG/CharacteristicAnaerobicHeartRateUpperLimit.swift",
"Characteristic/SIG/CharacteristicAnaerobicThreshold.swift",
"Characteristic/SIG/CharacteristicAnalog.swift",
"Characteristic/SIG/CharacteristicAnalogOutput.swift",
"Characteristic/SIG/CharacteristicApparentWindDirection.swift",
"Characteristic/SIG/CharacteristicApparentWindSpeed.swift",
"Characteristic/SIG/CharacteristicAppearance.swift",
"Characteristic/SIG/CharacteristicBarometricPressureTrend.swift",
"Characteristic/SIG/CharacteristicBatteryLevel.swift",
"Characteristic/SIG/CharacteristicBatteryLevelState.swift",
"Characteristic/SIG/CharacteristicBatteryPowerState.swift",
"Characteristic/SIG/CharacteristicBloodPressureFeature.swift",
"Characteristic/SIG/CharacteristicBloodPressureMeasurement.swift",
"Characteristic/SIG/CharacteristicBodyCompositionMeasurement.swift",
"Characteristic/SIG/CharacteristicBodySensorLocation.swift",
"Characteristic/SIG/CharacteristicBondManagementFeatures.swift",
"Characteristic/SIG/CharacteristicContinuousGlucoseMonitoringFeature.swift",
"Characteristic/SIG/CharacteristicCrossTrainerData.swift",
"Characteristic/SIG/CharacteristicCurrentTime.swift",
"Characteristic/SIG/CharacteristicCyclingSpeedCadence.swift",
"Characteristic/SIG/CharacteristicCyclingSpeedCadenceFeature.swift",
"Characteristic/SIG/CharacteristicDSTOffset.swift",
"Characteristic/SIG/CharacteristicDatabaseChangeIncrement.swift",
"Characteristic/SIG/CharacteristicDateOfBirth.swift",
"Characteristic/SIG/CharacteristicDateTime.swift",
"Characteristic/SIG/CharacteristicDateofThresholdAssessment.swift",
"Characteristic/SIG/CharacteristicDayDateTime.swift",
"Characteristic/SIG/CharacteristicDayOfWeek.swift",
"Characteristic/SIG/CharacteristicDeviceName.swift",
"Characteristic/SIG/CharacteristicDewPoint.swift",
"Characteristic/SIG/CharacteristicElevation.swift",
"Characteristic/SIG/CharacteristicEmailAddress.swift",
"Characteristic/SIG/CharacteristicFatBurnHeartRateLowerLimit.swift",
"Characteristic/SIG/CharacteristicFatBurnHeartRateUpperLimit.swift",
"Characteristic/SIG/CharacteristicFirmwareRevisionString.swift",
"Characteristic/SIG/CharacteristicFirstName.swift",
"Characteristic/SIG/CharacteristicFitnessMachineFeature.swift",
"Characteristic/SIG/CharacteristicFitnessMachineStatus.swift",
"Characteristic/SIG/CharacteristicFiveZoneHeartRateLimits.swift",
"Characteristic/SIG/CharacteristicFloorNumber.swift",
"Characteristic/SIG/CharacteristicGender.swift",
"Characteristic/SIG/CharacteristicGustFactor.swift",
"Characteristic/SIG/CharacteristicHTTPControlPoint.swift",
"Characteristic/SIG/CharacteristicHTTPEntityBody.swift",
"Characteristic/SIG/CharacteristicHTTPHeaders.swift",
"Characteristic/SIG/CharacteristicHTTPSSecurity.swift",
"Characteristic/SIG/CharacteristicHTTPStatusCode.swift",
"Characteristic/SIG/CharacteristicHardwareRevisionString.swift",
"Characteristic/SIG/CharacteristicHeartRateControlPoint.swift",
"Characteristic/SIG/CharacteristicHeartRateMax.swift",
"Characteristic/SIG/CharacteristicHeartRateMeasurement.swift",
"Characteristic/SIG/CharacteristicHeatIndex.swift",
"Characteristic/SIG/CharacteristicHeight.swift",
"Characteristic/SIG/CharacteristicHipCircumference.swift",
"Characteristic/SIG/CharacteristicHumidity.swift",
"Characteristic/SIG/CharacteristicIndoorBikeData.swift",
"Characteristic/SIG/CharacteristicIntermediateCuffPressure.swift",
"Characteristic/SIG/CharacteristicIntermediateTemperature.swift",
"Characteristic/SIG/CharacteristicLanguage.swift",
"Characteristic/SIG/CharacteristicLastName.swift",
"Characteristic/SIG/CharacteristicLatitude.swift",
"Characteristic/SIG/CharacteristicLocalEastCoordinate.swift",
"Characteristic/SIG/CharacteristicLocalNorthCoordinate.swift",
"Characteristic/SIG/CharacteristicLocalTimeInformation.swift",
"Characteristic/SIG/CharacteristicLocationName.swift",
"Characteristic/SIG/CharacteristicLocationNavigationFeature.swift",
"Characteristic/SIG/CharacteristicLongitude.swift",
"Characteristic/SIG/CharacteristicMagneticDeclination.swift",
"Characteristic/SIG/CharacteristicManufacturerNameString.swift",
"Characteristic/SIG/CharacteristicMaximumRecommendedHeartRate.swift",
"Characteristic/SIG/CharacteristicMeasurementInterval.swift",
"Characteristic/SIG/CharacteristicModelNumberString.swift",
"Characteristic/SIG/CharacteristicNetworkAvailability.swift",
"Characteristic/SIG/CharacteristicNewAlert.swift",
"Characteristic/SIG/CharacteristicObjectName.swift",
"Characteristic/SIG/CharacteristicObjectSize.swift",
"Characteristic/SIG/CharacteristicPnPID.swift",
"Characteristic/SIG/CharacteristicPollenConcentration.swift",
"Characteristic/SIG/CharacteristicPosition2D.swift",
"Characteristic/SIG/CharacteristicPosition3D.swift",
"Characteristic/SIG/CharacteristicPressure.swift",
"Characteristic/SIG/CharacteristicRainfall.swift",
"Characteristic/SIG/CharacteristicRestingHeartRate.swift",
"Characteristic/SIG/CharacteristicRingerSetting.swift",
"Characteristic/SIG/CharacteristicRowerData.swift",
"Characteristic/SIG/CharacteristicScanIntervalWindow.swift",
"Characteristic/SIG/CharacteristicScanRefresh.swift",
"Characteristic/SIG/CharacteristicSensorLocation.swift",
"Characteristic/SIG/CharacteristicSerialNumberString.swift",
"Characteristic/SIG/CharacteristicSoftwareRevisionString.swift",
"Characteristic/SIG/CharacteristicSportTypeForAerobicAndAnaerobicThresholds.swift",
"Characteristic/SIG/CharacteristicStairClimberData.swift",
"Characteristic/SIG/CharacteristicStepClimberData.swift",
"Characteristic/SIG/CharacteristicString.swift",
"Characteristic/SIG/CharacteristicSupportedHeartRateRange.swift",
"Characteristic/SIG/CharacteristicSupportedInclinationRange.swift",
"Characteristic/SIG/CharacteristicSupportedPowerRange.swift",
"Characteristic/SIG/CharacteristicSupportedResistanceLevel.swift",
"Characteristic/SIG/CharacteristicSupportedSpeedRange.swift",
"Characteristic/SIG/CharacteristicTemperature.swift",
"Characteristic/SIG/CharacteristicTemperatureCelsius.swift",
"Characteristic/SIG/CharacteristicTemperatureFahrenheit.swift",
"Characteristic/SIG/CharacteristicTemperatureMeasurement.swift",
"Characteristic/SIG/CharacteristicTemperatureType.swift",
"Characteristic/SIG/CharacteristicThreeZoneHeartRateLimits.swift",
"Characteristic/SIG/CharacteristicTimeSource.swift",
"Characteristic/SIG/CharacteristicTimeUpdateControlPoint.swift",
"Characteristic/SIG/CharacteristicTimeUpdateState.swift",
"Characteristic/SIG/CharacteristicTimeWithDst.swift",
"Characteristic/SIG/CharacteristicTimeZone.swift",
"Characteristic/SIG/CharacteristicTrainingStatus.swift",
"Characteristic/SIG/CharacteristicTreadmillData.swift",
"Characteristic/SIG/CharacteristicTrueWindDirection.swift",
"Characteristic/SIG/CharacteristicTrueWindSpeed.swift",
"Characteristic/SIG/CharacteristicTwoZoneHeartRateLimit.swift",
"Characteristic/SIG/CharacteristicTxPowerLevel.swift",
"Characteristic/SIG/CharacteristicUVIndex.swift",
"Characteristic/SIG/CharacteristicUniformResourceIdentifier.swift",
"Characteristic/SIG/CharacteristicUnreadAlertStatus.swift",
"Characteristic/SIG/CharacteristicUserIndex.swift",
"Characteristic/SIG/CharacteristicV02Max.swift",
"Characteristic/SIG/CharacteristicWaistCircumference.swift",
"Characteristic/SIG/CharacteristicWeight.swift",
"Characteristic/SIG/CharacteristicWeightMeasurement.swift",
"Characteristic/SIG/CharacteristicWeightScaleFeature.swift",
"Characteristic/SIG/CharacteristicWindChill.swift",
"CompanyIdentifier/CompanyIdentifier.swift",
"CompanyIdentifier/CompanyIdentifierExtension.swift",
"CompanyIdentifier/CompanyIdentifierExtensionMore.swift",
"CompanyIdentifier/CompanyIdentifierNonAssigned.swift",
"CompanyIdentifier/CompanyIdentifierSupportedExtension.swift",
"Errors.swift",
"Extensions/DataExtension.swift",
"Extensions/Resolutionable.swift",
"Extensions/StringExtension.swift",
"Extensions/UInt8Extension.swift",
"Extensions/UUIDExtension.swift",
"GAP/GapAdvertisingType.swift",
"GAP/GapDataType.swift",
"GAP/GapEventType.swift",
"GAP/PeerAddress.swift",
"HomeKit/Service/ServiceHapAccessoryInformation.swift",
"HomeKit/Service/ServiceHapAirPurifier.swift",
"HomeKit/Service/ServiceHapAirQualitySensor.swift",
"HomeKit/Service/ServiceHapBatteryService.swift",
"HomeKit/Service/ServiceHapCameraRtpStreamManagement.swift",
"HomeKit/Service/ServiceHapCarbonDioxideSensor.swift",
"HomeKit/Service/ServiceHapCarbonMonoxideSensor.swift",
"HomeKit/Service/ServiceHapContactSensor.swift",
"HomeKit/Service/ServiceHapDoor.swift",
"HomeKit/Service/ServiceHapDoorbell.swift",
"HomeKit/Service/ServiceHapFan.swift",
"HomeKit/Service/ServiceHapFaucet.swift",
"HomeKit/Service/ServiceHapFilterMaintenance.swift",
"HomeKit/Service/ServiceHapGarageDoorOpener.swift",
"HomeKit/Service/ServiceHapHeaterCooler.swift",
"HomeKit/Service/ServiceHapHumidifierDehumidifier.swift",
"HomeKit/Service/ServiceHapHumiditySensor.swift",
"HomeKit/Service/ServiceHapIrrigationSystem.swift",
"HomeKit/Service/ServiceHapLeakSensor.swift",
"HomeKit/Service/ServiceHapLightSensor.swift",
"HomeKit/Service/ServiceHapLightbulb.swift",
"HomeKit/Service/ServiceHapLockManagement.swift",
"HomeKit/Service/ServiceHapLockMechanism.swift",
"HomeKit/Service/ServiceHapMicrophone.swift",
"HomeKit/Service/ServiceHapMotionSensor.swift",
"HomeKit/Service/ServiceHapOccupancySensor.swift",
"HomeKit/Service/ServiceHapOutlet.swift",
"HomeKit/Service/ServiceHapPairing.swift",
"HomeKit/Service/ServiceHapProtocolInformationService.swift",
"HomeKit/Service/ServiceHapSecuritySystem.swift",
"HomeKit/Service/ServiceHapServiceLabel.swift",
"HomeKit/Service/ServiceHapSlat.swift",
"HomeKit/Service/ServiceHapSmokeSensor.swift",
"HomeKit/Service/ServiceHapSpeaker.swift",
"HomeKit/Service/ServiceHapStatelessProgrammableSwitch.swift",
"HomeKit/Service/ServiceHapSwitch.swift",
"HomeKit/Service/ServiceHapTemperatureSensor.swift",
"HomeKit/Service/ServiceHapThermostat.swift",
"HomeKit/Service/ServiceHapValve.swift",
"HomeKit/Service/ServiceHapWindow.swift",
"HomeKit/Service/ServiceHapWindowCovering.swift",
"HomeKit/Service/ServiceHomeKitProtocolExtension.swift",
"HomeKit/Types/AccessoryCategory.swift",
"HomeKit/Types/HomeKitPairingErrors.swift",
"HomeKit/Types/HomeKitPairingMethods.swift",
"HomeKit/Types/HomeKitSoftwareAuthenticationTlvType.swift",
"HomeKit/Types/PairingTlvType.swift",
"HomeKit/Types/TlvFormat.swift",
"ManufacturerData/AppleBeaconExtension.swift",
"ManufacturerData/ManufacturerData.swift",
"ManufacturerData/ManufacturerDataAltBeacon.swift",
"ManufacturerData/ManufacturerDataAppleHomeKit.swift",
"ManufacturerData/ManufacturerDataAppleHomeKitEncryptedNotification.swift",
"ManufacturerData/ManufacturerDataAppleiBeacon.swift",
"ManufacturerData/ManufacturerDataGymConnect.swift",
"ManufacturerData/ManufacturerDataPolarHeartRate.swift",
"MemberIdentifier/MemberIdentifier.swift",
"MemberIdentifier/MemberIdentifierSupportedExtension.swift",
"Mesh/Beacon/MeshBeaconUnit.swift",
"Mesh/Characteristic/CharacteristicMeshProvisioningDataIn.swift",
"Mesh/Characteristic/CharacteristicMeshProvisioningDataOut.swift",
"Mesh/Characteristic/CharacteristicMeshProxyDataIn.swift",
"Mesh/Characteristic/CharacteristicMeshProxyDataOut.swift",
"Mesh/Provisioning/ProvisioningAuthentication.swift",
"Mesh/Provisioning/ProvisioningData.swift",
"Mesh/Provisioning/ProvisioningDataUnitCapabilities.swift",
"Mesh/Provisioning/ProvisioningDataUnitInvite.swift",
"Mesh/Provisioning/ProvisioningDataUnitStart.swift",
"Mesh/Provisioning/ProvisioningDataUnitType.swift",
"Mesh/Provisioning/ProvisioningDataUnits.swift",
"Mesh/Proxy/ProxyDataUnits.swift",
"Mesh/Proxy/ProxyMessageType.swift",
"Mesh/Types/MeshModelIdentifier.swift",
"Mesh/Types/MeshModelIdentifierExtension.swift",
"Mesh/Types/MeshModelIdentifierVendorExtension.swift",
"Mesh/Types/MeshOutOfBandInformation.swift",
"Mesh/Types/MeshTransitionTime.swift",
"Mesh/Types/Message/MeshMessage.swift",
"Mesh/Types/Message/MeshMessageGenericDelta.swift",
"Mesh/Types/Message/MeshMessageGenericLevel.swift",
"Mesh/Types/Message/MeshMessageGenericOnOff.swift",
"Service.swift",
"Service/Custom/ServiceAppleMidi.swift",
"Service/Custom/ServiceCustomExtension.swift",
"Service/Custom/ServiceCycleOps.swift",
"Service/Custom/ServiceDropcam.swift",
"Service/Custom/ServiceEliteTrainer.swift",
"Service/Custom/ServiceGoogleGlass.swift",
"Service/Custom/ServiceGymConnect.swift",
"Service/Custom/ServiceKomoot.swift",
"Service/Custom/ServiceMyoClassifierEvent.swift",
"Service/Custom/ServiceMyoControl.swift",
"Service/Custom/ServiceMyoImu.swift",
"Service/Custom/ServiceMyoRawEMGData.swift",
"Service/Custom/ServiceNordicLegacyDeviceFirmwareUpdate.swift",
"Service/Custom/ServiceNordicSecureDeviceFirmwareUpdate.swift",
"Service/Custom/ServiceNorthPoleAweDiagnostics.swift",
"Service/Custom/ServiceNorthPoleAweHeartRate.swift",
"Service/Custom/ServiceTacxAntFec.swift",
"Service/Custom/ServiceWahooFitnessGEMModuleFirmwareUpdate.swift",
"Service/Custom/TexasInstruments/ServiceTexasInstrumentsFirmwareUpdate.swift",
"Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagAccelerometer.swift",
"Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagBarometer.swift",
"Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagControl.swift",
"Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagGyroscope.swift",
"Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagHumidity.swift",
"Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagMagnetometer.swift",
"Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagTemperature.swift",
"Service/SIG/ServiceAlertNotification.swift",
"Service/SIG/ServiceAutomationInputOutput.swift",
"Service/SIG/ServiceBattery.swift",
"Service/SIG/ServiceBloodPressure.swift",
"Service/SIG/ServiceBodyComposition.swift",
"Service/SIG/ServiceBondManagement.swift",
"Service/SIG/ServiceContinuousGlucoseMonitoring.swift",
"Service/SIG/ServiceCurrentTime.swift",
"Service/SIG/ServiceCyclingPower.swift",
"Service/SIG/ServiceCyclingSpeedAndCadence.swift",
"Service/SIG/ServiceDeviceInformation.swift",
"Service/SIG/ServiceEnvironmentalSensing.swift",
"Service/SIG/ServiceExtension.swift",
"Service/SIG/ServiceFitnessMachine.swift",
"Service/SIG/ServiceGenericAccess.swift",
"Service/SIG/ServiceGenericAttribute.swift",
"Service/SIG/ServiceGlucose.swift",
"Service/SIG/ServiceHealthThermometer.swift",
"Service/SIG/ServiceHeartRate.swift",
"Service/SIG/ServiceHttpProxy.swift",
"Service/SIG/ServiceHumanInterfaceDevice.swift",
"Service/SIG/ServiceImmediateAlert.swift",
"Service/SIG/ServiceIndoorPositioning.swift",
"Service/SIG/ServiceInsulinDelivery.swift",
"Service/SIG/ServiceInternetProtocolSupport.swift",
"Service/SIG/ServiceLinkLoss.swift",
"Service/SIG/ServiceLocationAndNavigation.swift",
"Service/SIG/ServiceMeshProvisioning.swift",
"Service/SIG/ServiceMeshProxy.swift",
"Service/SIG/ServiceNextDSTChange.swift",
"Service/SIG/ServiceObjectTransfer.swift",
"Service/SIG/ServicePhoneAlertStatus.swift",
"Service/SIG/ServicePulseOximeter.swift",
"Service/SIG/ServiceReconnectionConfiguration.swift",
"Service/SIG/ServiceReferenceTimeUpdate.swift",
"Service/SIG/ServiceRunningSpeedAndCadence.swift",
"Service/SIG/ServiceScanParameters.swift",
"Service/SIG/ServiceTransportDiscovery.swift",
"Service/SIG/ServiceTxPower.swift",
"Service/SIG/ServiceUserData.swift",
"Service/SIG/ServiceWeightScale.swift",
"ServiceData.swift",
"ServiceData/ServiceDataFitnessMachine.swift",
"ServiceData/ServiceDataMeshProvisioning.swift",
"Types/AppleDeviceType.swift",
"Types/BatteryTypes.swift",
"Types/BloodPressureMeasurementStatus.swift",
"Types/BluetoothAlertTypes.swift",
"Types/BluetoothAppearance.swift",
"Types/BluetoothAppearanceCategory.swift",
"Types/BluetoothGender.swift",
"Types/BluetoothSensorLocations.swift",
"Types/BluetoothTimeZones.swift",
"Types/CodingKeys.swift",
"Types/DSTOffset.swift",
"Types/DateTimeType.swift",
"Types/DayOfWeekType.swift",
"Types/FitnessMachineControl/FitnessMachineControlCode.swift",
"Types/FitnessMachineControl/FitnessMachineControlProcedure.swift",
"Types/FitnessMachineControl/FitnessMachineControlResponseTypes.swift",
"Types/FitnessMachineStatus/FitnessMachineStatusCode.swift",
"Types/FitnessMachineStatus/FitnessMachineStatusValue.swift",
"Types/FitnessMachineTargetTypes.swift",
"Types/FitnessMachineTypes.swift",
"Types/GymConnectEquipmentState.swift",
"Types/GymConnectEquipmentType.swift",
"Types/HeartRateTypes.swift",
"Types/MonthType.swift",
"Types/TemperatureTypes.swift",
"Types/UserType.swift",
"Types/YearMonthDay.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.