The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GATT with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.33.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/GATT.git
Reference: 3.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/GATT
 * tag               3.2.1      -> FETCH_HEAD
HEAD is now at 113a71d Fix `DarwinGATT.Queue.popFirst()`
Cloned https://github.com/PureSwift/GATT.git
Revision (git rev-parse @):
113a71d853b9c59cf2119c49fbc4bfc1421d9ae2
SUCCESS checkout https://github.com/PureSwift/GATT.git at 3.2.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/PureSwift/GATT.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/PureSwift/Bluetooth.git
[1/20634] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git (1.04s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 6.4.3 (0.35s)
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 6.4.3
Building for debugging...
[1/29] Compiling Bluetooth L2CAPSocket.swift
[2/29] Compiling Bluetooth LowEnergyAdvertisingData.swift
[3/29] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[4/29] Compiling Bluetooth RSSI.swift
[5/33] Compiling Bluetooth SFloat.swift
[6/33] Compiling Bluetooth SecurityLevel.swift
[7/33] Compiling Bluetooth UInt128.swift
[8/33] Compiling Bluetooth UInt24.swift
[9/33] Compiling Bluetooth ByteSwap.swift
[10/33] Compiling Bluetooth ByteValue.swift
[11/33] Compiling Bluetooth ClassOfDevice.swift
[12/33] Compiling Bluetooth CompanyIdentifier.swift
[13/33] Compiling Bluetooth UInt256.swift
[14/33] Compiling Bluetooth UInt40.swift
[15/33] Compiling Bluetooth UInt48.swift
[16/33] Compiling Bluetooth UInt512.swift
[17/33] Compiling Bluetooth Unit.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/Bluetooth/iBeacon.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[18/33] Compiling Bluetooth UnitIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/Bluetooth/iBeacon.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[19/33] Compiling Bluetooth UnitIdentifierExtension.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/Bluetooth/iBeacon.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[20/33] Compiling Bluetooth iBeacon.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/Bluetooth/iBeacon.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[21/33] Compiling Bluetooth DefinedUUID.swift
[22/33] Compiling Bluetooth DefinedUUIDExtension.swift
[23/33] Compiling Bluetooth DataConvertible.swift
[24/33] Compiling Bluetooth Hexadecimal.swift
[25/33] Compiling Bluetooth Address.swift
[26/33] Compiling Bluetooth AsyncIndefiniteStream.swift
[27/33] Compiling Bluetooth BitMaskOption.swift
[28/33] Compiling Bluetooth BluetoothUUID.swift
[29/33] Emitting module Bluetooth
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/Bluetooth/iBeacon.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[30/33] Compiling Bluetooth Integer.swift
[31/33] Compiling Bluetooth UUID.swift
[32/33] Compiling Bluetooth GeneratedCompanyIdentifierNames.swift
[33/33] Compiling Bluetooth GeneratedCompanyIdentifiers.swift
[36/201] Compiling BluetoothGATT ATTMaximumTransmissionUnitRequest.swift
[37/201] Compiling BluetoothGATT ATTMaximumTransmissionUnitResponse.swift
[38/201] Compiling BluetoothGATT ATTPrepareWriteRequest.swift
[39/201] Compiling BluetoothGATT ATTPrepareWriteResponse.swift
[40/201] Compiling BluetoothGATT ATTProtocolDataUnit.swift
[41/201] Compiling BluetoothGATT ATTReadBlobRequest.swift
[42/207] Compiling BluetoothGATT ATTReadBlobResponse.swift
[43/207] Compiling BluetoothGATT ATTReadByGroupTypeRequest.swift
[44/207] Compiling BluetoothGATT ATTReadByGroupTypeResponse.swift
[45/207] Compiling BluetoothGATT ATTReadByTypeRequest.swift
[46/207] Compiling BluetoothGATT ATTReadByTypeResponse.swift
[47/207] Compiling BluetoothGATT ATTReadMultipleRequest.swift
[48/207] Emitting module BluetoothGAP
[49/207] Compiling BluetoothGATT ATTReadMultipleResponse.swift
[50/207] Compiling BluetoothGATT ATTReadRequest.swift
[51/207] Compiling BluetoothGATT ATTReadResponse.swift
[52/207] Compiling BluetoothGATT ATTSignedWriteCommand.swift
[53/207] Compiling BluetoothGATT ATTWriteCommand.swift
[54/207] Compiling BluetoothGATT ATTWriteRequest.swift
[55/207] Compiling BluetoothGATT ATTWriteResponse.swift
[56/207] Compiling BluetoothGATT Array.swift
[57/207] Compiling BluetoothGATT Bool.swift
[58/207] Compiling BluetoothGATT Data.swift
[59/207] Compiling BluetoothGATT DataConvertible.swift
[60/207] Compiling BluetoothGATT Hexadecimal.swift
[61/207] Compiling BluetoothGATT Integer.swift
[62/207] Compiling BluetoothGATT UUID.swift
[63/207] Compiling BluetoothGATT GAPUUIDList.swift
[64/207] Compiling BluetoothGATT GATT.swift
[65/207] Compiling BluetoothGATT GATTAerobicHeartRateLowerLimit.swift
[66/207] Compiling BluetoothGATT GATTAerobicHeartRateUpperLimit.swift
[67/207] Compiling BluetoothGATT GATTAerobicThreshold.swift
[68/207] Compiling BluetoothGATT ATTFindByTypeResponse.swift
[69/207] Compiling BluetoothGATT ATTFindInformationRequest.swift
[70/207] Compiling BluetoothGATT ATTFindInformationResponse.swift
[71/207] Compiling BluetoothGATT ATTHandleValueConfirmation.swift
[72/207] Compiling BluetoothGATT ATTHandleValueIndication.swift
[73/207] Compiling BluetoothGATT ATTHandleValueNotification.swift
[74/207] Compiling BluetoothGATT ATTMaximumTransmissionUnit.swift
[75/207] Compiling BluetoothGATT ATT.swift
[76/207] Compiling BluetoothGATT ATTConnection.swift
[77/207] Compiling BluetoothGATT ATTError.swift
[78/207] Compiling BluetoothGATT ATTErrorResponse.swift
[79/207] Compiling BluetoothGATT ATTExecuteWriteRequest.swift
[80/207] Compiling BluetoothGATT ATTExecuteWriteResponse.swift
[81/207] Compiling BluetoothGATT ATTFindByTypeRequest.swift
[82/207] Compiling BluetoothGAP GAPSlaveConnectionIntervalRange.swift
[83/207] Compiling BluetoothGAP GAPTransportDiscoveryData.swift
[84/207] Compiling BluetoothGAP GAPTxPowerLevel.swift
[85/207] Compiling BluetoothGAP GAPURI.swift
[86/207] Compiling BluetoothGAP GAPUUIDList.swift
[87/207] Compiling BluetoothGAP iBeacon.swift
[107/210] Emitting module BluetoothGATT
[108/295] Compiling BluetoothHCI HCIInquiryComplete.swift
[109/295] Compiling BluetoothHCI HCIInquiryResult.swift
[110/295] Compiling BluetoothHCI HCILEAddDeviceToPeriodicAdvertiserList.swift
[111/295] Compiling BluetoothHCI HCILEAddDeviceToResolvingList.swift
[112/295] Compiling BluetoothHCI HCILEAddDeviceToWhiteList.swift
[113/295] Compiling BluetoothHCI HCILEAdvertisingReport.swift
[114/295] Compiling BluetoothHCI AdvertisingChannelHeader.swift
[115/295] Compiling BluetoothHCI AdvertisingInterval.swift
[116/295] Compiling BluetoothHCI BluetoothHostController.swift
[117/295] Compiling BluetoothHCI ChannelIdentifier.swift
[118/295] Compiling BluetoothHCI ConnectionAcceptTimeout.swift
[119/295] Compiling BluetoothHCI Bool.swift
[120/295] Compiling BluetoothHCI Data.swift
[121/295] Compiling BluetoothHCI DataConvertible.swift
[122/295] Compiling BluetoothHCI Hexadecimal.swift
[123/295] Compiling BluetoothHCI Integer.swift
[124/295] Compiling BluetoothHCI UUID.swift
[125/367] Compiling BluetoothHCI HCI.swift
[126/367] Compiling BluetoothHCI HCIAcceptConnectionRequest.swift
[127/367] Compiling BluetoothHCI HCIAuthenticationComplete.swift
[128/367] Compiling BluetoothHCI HCIAuthenticationRequested.swift
[129/367] Compiling BluetoothHCI HCIChangeConnectionPacketType.swift
[130/367] Compiling BluetoothHCI HCICommand.swift
[131/367] Compiling BluetoothHCI HCICommandComplete.swift
[132/367] Compiling BluetoothHCI HCICommandStatus.swift
[133/367] Compiling BluetoothHCI HCICommandTimeout.swift
[134/367] Compiling BluetoothHCI HCIConnectionComplete.swift
[135/367] Compiling BluetoothHCI HCIConnectionPacketTypeChange.swift
[136/367] Compiling BluetoothHCI HCIConnectionRequest.swift
[137/367] Compiling BluetoothHCI HCILEAdvertisingSetTerminated.swift
[138/367] Compiling BluetoothHCI HCILEChannelSelectionAlgorithm.swift
[139/367] Compiling BluetoothHCI HCILEConnectionComplete.swift
[140/367] Compiling BluetoothHCI HCILEConnectionUpdateComplete.swift
[141/367] Compiling BluetoothHCI HCILECreateConnection.swift
[142/387] Compiling BluetoothHCI HCILESetExtendedAdvertisingData.swift
[143/387] Compiling BluetoothHCI HCILESetExtendedAdvertisingParameters.swift
[144/387] Compiling BluetoothHCI HCILESetExtendedScanEnable.swift
[145/387] Compiling BluetoothHCI HCILESetExtendedScanParameters.swift
[146/387] Compiling BluetoothHCI HCILESetExtendedScanResponseData.swift
[147/387] Compiling BluetoothHCI HCILESetHostChannelClassification.swift
[148/387] Compiling BluetoothHCI HCILESetPeriodicAdvertisingData.swift
[149/387] Compiling BluetoothHCI HCILEPhyUpdateComplete.swift
[150/387] Compiling BluetoothHCI HCILERandom.swift
[151/387] Compiling BluetoothHCI HCILEReadAdvertisingChannelTxPower.swift
[152/387] Compiling BluetoothHCI HCILEReadBufferSize.swift
[153/387] Compiling BluetoothHCI HCILEReadChannelMap.swift
[154/387] Compiling BluetoothHCI HCILEReadLocalP256PublicKeyComplete.swift
[155/387] Compiling BluetoothHCI HCILEReadLocalResolvableAddressReturn.swift
[156/387] Compiling BluetoothHCI HCILEReadLocalSupportedFeatures.swift
[157/387] Compiling BluetoothHCI HCILEReadMaximumAdvertisingDataLength.swift
[158/387] Compiling BluetoothHCI HCILEReadMaximumDataLength.swift
[159/387] Compiling BluetoothHCI HCILEReadNumberOfSupportedAdvertisingSets.swift
[160/387] Compiling BluetoothHCI HCILEReadPeerResolvableAddressReturn.swift
[161/387] Compiling BluetoothHCI HCILEReadPeriodicAdvertisingListSize.swift
[162/387] Compiling BluetoothHCI HCILEReadPhy.swift
[163/387] Compiling BluetoothHCI HCILEReadRemoteUsedFeatures.swift
[164/387] Compiling BluetoothHCI HCILEReadRemoteUsedFeaturesComplete.swift
[165/387] Compiling BluetoothHCI HCILEReadResolvingListSize.swift
[166/387] Compiling BluetoothHCI HCILEReadRfPathCompensation.swift
[167/387] Compiling BluetoothHCI HCILEReadSuggestedDefaultDataLength.swift
[168/387] Compiling BluetoothHCI HCILEReadSupportedStates.swift
[169/387] Compiling BluetoothHCI HCILEReadTransmitPower.swift
[170/387] Compiling BluetoothHCI HCILEReadWhiteListSize.swift
[171/387] Compiling BluetoothHCI HCILEReceiverTest.swift
[172/387] Compiling BluetoothHCI HCILESetPeriodicAdvertisingEnable.swift
[173/387] Compiling BluetoothHCI HCILESetPeriodicAdvertisingParameters.swift
[174/387] Compiling BluetoothHCI HCILESetPhy.swift
[175/387] Compiling BluetoothHCI HCILESetPrivacyMode.swift
[176/387] Compiling BluetoothHCI HCIPINCodeRequest.swift
[177/387] Compiling BluetoothHCI HCIPINCodeRequestReply.swift
[178/387] Compiling BluetoothHCI HCIPacketHeader.swift
[179/387] Compiling BluetoothHCI HCIPageScanRepetitionMode.swift
[180/387] Compiling BluetoothHCI HCIPeriodicInquiryMode.swift
[181/387] Compiling BluetoothHCI HCIQoSSetup.swift
[182/387] Compiling BluetoothHCI HCIQoSSetupComplete.swift
[183/387] Compiling BluetoothHCI HCIReadClassOfDevice.swift
[184/387] Compiling BluetoothHCI HCIReadClockOffset.swift
[185/387] Compiling BluetoothHCI HCIReadClockOffsetComplete.swift
[186/387] Compiling BluetoothHCI HCIReadConnectionAcceptTimeout.swift
[187/387] Compiling BluetoothHCI HCIReadDataBlockSize.swift
[188/387] Compiling BluetoothHCI HCIReadDeviceAddress.swift
[189/387] Compiling BluetoothHCI HCIReadLMPHandle.swift
[190/387] Compiling BluetoothHCI HCIReadLocalName.swift
[191/387] Compiling BluetoothHCI HCIReadLocalSupportedFeatures.swift
[192/387] Compiling BluetoothHCI HCIReadLocalVersionInformation.swift
[193/387] Compiling BluetoothHCI HCIReadPageTimeout.swift
[194/387] Compiling BluetoothHCI HCIReadRemoteExtendedFeatures.swift
[195/387] Compiling BluetoothHCI HCIReadRemoteExtendedFeaturesComplete.swift
[196/387] Compiling BluetoothHCI HCIReadRemoteFeaturesComplete.swift
[197/387] Compiling BluetoothHCI HCIReadRemoteSupportedFeatures.swift
[198/387] Compiling BluetoothHCI HCIReadRemoteVersionInformation.swift
[203/410] Compiling BluetoothHCI HCILESetRandomAddress.swift
[204/410] Compiling BluetoothHCI HCILESetResolvablePrivateAddressTimeout.swift
[205/410] Compiling BluetoothHCI HCILESetScanEnable.swift
[206/410] Compiling BluetoothHCI HCILESetScanParameters.swift
[207/410] Compiling BluetoothHCI HCILESetScanResponseData.swift
[208/410] Compiling BluetoothHCI HCILEStartEncryption.swift
[209/410] Compiling BluetoothHCI HCILETestEnd.swift
[210/410] Compiling BluetoothHCI HCILETransmitterTest.swift
[211/410] Compiling BluetoothHCI HCILEUpdateConnection.swift
[212/410] Compiling BluetoothHCI HCILEWriteRfPathCompensation.swift
[213/410] Compiling BluetoothHCI HCILEWriteSuggestedDefaultDataLength.swift
[214/410] Compiling BluetoothHCI HCILinkKeyNotification.swift
[215/410] Compiling BluetoothHCI HCILinkKeyRequest.swift
[216/410] Compiling BluetoothHCI HCILinkKeyRequestNegativeReply.swift
[217/410] Compiling BluetoothHCI HCILinkKeyRequestReply.swift
[218/410] Compiling BluetoothHCI HCILowEnergyMetaEvent.swift
[219/410] Compiling BluetoothHCI HCIMaxSlotsChange.swift
[220/410] Compiling BluetoothHCI HCIModeChange.swift
[221/410] Compiling BluetoothHCI HCINumberOfCompletedPackets.swift
[238/432] Compiling BluetoothHCI HCICreateConnection.swift
[239/432] Compiling BluetoothHCI HCICreateConnectionCancel.swift
[240/432] Compiling BluetoothHCI HCIDeleteStoredLinkKey.swift
[241/432] Compiling BluetoothHCI HCIDisconnect.swift
[242/432] Compiling BluetoothHCI HCIDisconnectionComplete.swift
[243/432] Compiling BluetoothHCI HCIEncryptionChange.swift
[244/432] Compiling BluetoothHCI HCIEncryptionKeyRefreshComplete.swift
[245/432] Compiling BluetoothHCI HCIError.swift
[246/432] Compiling BluetoothHCI HCIEvent.swift
[247/432] Compiling BluetoothHCI HCIExitPeriodicInquiryMode.swift
[248/432] Compiling BluetoothHCI HCIGeneralEvent.swift
[249/432] Compiling BluetoothHCI HCIHoldMode.swift
[250/432] Compiling BluetoothHCI HCIIOCapabilityRequest.swift
[251/432] Compiling BluetoothHCI HCIIOCapabilityRequestReply.swift
[252/432] Compiling BluetoothHCI HCIIOCapabilityResponse.swift
[253/432] Compiling BluetoothHCI HCIInquiry.swift
[254/432] Compiling BluetoothHCI HCIInquiryCancel.swift
[261/454] Emitting module BluetoothHCI
[290/454] Compiling BluetoothHCI HCILEDataLengthChange.swift
[291/454] Compiling BluetoothHCI HCILEDirectedAdvertisingReport.swift
[292/454] Compiling BluetoothHCI HCILEEncrypt.swift
[293/454] Compiling BluetoothHCI HCILEEnhancedConnectionComplete.swift
[294/454] Compiling BluetoothHCI HCILEEnhancedReceiverTest.swift
[295/454] Compiling BluetoothHCI HCILEEnhancedTransmitterTest.swift
[296/454] Compiling BluetoothHCI HCILEExtendedAdvertisingReport.swift
[297/454] Compiling BluetoothHCI HCILEExtendedCreateConnection.swift
[298/454] Compiling BluetoothHCI HCILEGenerateDHKey.swift
[299/454] Compiling BluetoothHCI HCILEGenerateDHKeyComplete.swift
[300/454] Compiling BluetoothHCI HCILELongTermKeyRequest.swift
[301/454] Compiling BluetoothHCI HCILELongTermKeyRequestNegativeReply.swift
[302/454] Compiling BluetoothHCI HCILELongTermKeyRequestReply.swift
[303/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingCreateSync.swift
[304/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingReport.swift
[305/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncEstablished.swift
[306/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncLost.swift
[307/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingTerminateSync.swift
[331/454] Compiling BluetoothHCI HCILERemoteConnectionParameterRequest.swift
[332/454] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestNegativeReply.swift
[333/454] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestReply.swift
[334/454] Compiling BluetoothHCI HCILERemoveAdvertisingSet.swift
[335/454] Compiling BluetoothHCI HCILERemoveDeviceFromResolvingList.swift
[336/454] Compiling BluetoothHCI HCILERemoveDeviceFromWhiteList.swift
[337/454] Compiling BluetoothHCI HCILERemoveDeviceToPeriodicAdvertiserList.swift
[338/454] Compiling BluetoothHCI HCILEScanRequestReceived.swift
[339/454] Compiling BluetoothHCI HCILESetAddressResolutionEnable.swift
[340/454] Compiling BluetoothHCI HCILESetAdvertiseEnable.swift
[341/454] Compiling BluetoothHCI HCILESetAdvertisingData.swift
[342/454] Compiling BluetoothHCI HCILESetAdvertisingParameters.swift
[343/454] Compiling BluetoothHCI HCILESetAdvertisingSetRandomAddress.swift
[344/454] Compiling BluetoothHCI HCILESetDataLength.swift
[345/454] Compiling BluetoothHCI HCILESetDefaultPhy.swift
[346/454] Compiling BluetoothHCI HCILESetEventMask.swift
[354/454] Compiling BluetoothHCI LMPFeature.swift
[355/454] Compiling BluetoothHCI LinkControlCommand.swift
[356/454] Compiling BluetoothHCI LinkPolicyCommand.swift
[357/454] Compiling BluetoothHCI LowEnergyAddressType.swift
[358/454] Compiling BluetoothHCI LowEnergyAdvertiserAddressType.swift
[359/454] Compiling BluetoothHCI LowEnergyAdvertising.swift
[360/454] Compiling BluetoothHCI LowEnergyAllPhys.swift
[361/454] Compiling BluetoothHCI LowEnergyChannelMap.swift
[362/454] Compiling BluetoothHCI LowEnergyClockAccuracy.swift
[363/454] Compiling BluetoothHCI LowEnergyCommand.swift
[364/454] Compiling BluetoothHCI LowEnergyConnection.swift
[365/454] Compiling BluetoothHCI LowEnergyConnectionInterval.swift
[366/454] Compiling BluetoothHCI LowEnergyConnectionIntervalRange.swift
[367/454] Compiling BluetoothHCI LowEnergyConnectionLatency.swift
[368/454] Compiling BluetoothHCI LowEnergyConnectionLength.swift
[369/454] Compiling BluetoothHCI LowEnergyEvent.swift
[370/454] Compiling BluetoothHCI LowEnergyFeature.swift
[371/454] Compiling BluetoothHCI LowEnergyFragmentPreference.swift
[372/454] Compiling BluetoothHCI LowEnergyMaxTxOctets.swift
[373/454] Compiling BluetoothHCI LowEnergyMaxTxTime.swift
[374/454] Compiling BluetoothHCI LowEnergyPacketPayload.swift
[375/454] Compiling BluetoothHCI LowEnergyPeerIdentifyAddressType.swift
[376/454] Compiling BluetoothHCI LowEnergyPhyOptions.swift
[377/454] Compiling BluetoothHCI LowEnergyResolvingList.swift
[378/454] Compiling BluetoothHCI LowEnergyRfRxPathCompensationValue.swift
[379/454] Compiling BluetoothHCI LowEnergyRfTxPathCompensationValue.swift
[380/454] Compiling BluetoothHCI LowEnergyRole.swift
[381/454] Compiling BluetoothHCI LowEnergyRxChannel.swift
[382/454] Compiling BluetoothHCI LowEnergyRxPhy.swift
[383/454] Compiling BluetoothHCI LowEnergyRxPhys.swift
[384/454] Compiling BluetoothHCI LowEnergyScanInterval.swift
[385/454] Compiling BluetoothHCI LowEnergyState.swift
[386/454] Compiling BluetoothHCI LowEnergySupervisionTimeout.swift
[387/454] Compiling BluetoothHCI LowEnergyTxChannel.swift
[388/454] Compiling BluetoothHCI LowEnergyTxPhy.swift
[389/454] Compiling BluetoothHCI LowEnergyTxPhys.swift
[390/454] Compiling BluetoothHCI LowEnergyTxPower.swift
[391/454] Compiling BluetoothHCI LowEnergyWhiteList.swift
[392/454] Compiling BluetoothHCI LowEnergyWhiteListDevice.swift
[393/454] Compiling BluetoothHCI PacketType.swift
[394/454] Compiling BluetoothHCI ProtocolServiceMultiplexer.swift
[395/454] Compiling BluetoothHCI StatusParametersCommand.swift
[396/454] Compiling BluetoothHCI VendorCommand.swift
[397/454] Compiling BluetoothHCI iBeacon.swift
[432/454] Compiling BluetoothHCI HCIReadRemoteVersionInformationComplete.swift
[433/454] Compiling BluetoothHCI HCIReadStoredLinkKey.swift
[434/454] Compiling BluetoothHCI HCIRejectConnectionRequest.swift
[435/454] Compiling BluetoothHCI HCIRemoteNameRequest.swift
[436/454] Compiling BluetoothHCI HCIRemoteNameRequestComplete.swift
[437/454] Compiling BluetoothHCI HCIReset.swift
[438/454] Compiling BluetoothHCI HCISetConnectionEncryption.swift
[439/454] Compiling BluetoothHCI HCISetEventFilter.swift
[440/454] Compiling BluetoothHCI HCISimplePairingComplete.swift
[441/454] Compiling BluetoothHCI HCIUserConfirmationRequest.swift
[442/454] Compiling BluetoothHCI HCIUserConfirmationRequestReply.swift
[443/454] Compiling BluetoothHCI HCIVersion.swift
[444/454] Compiling BluetoothHCI HCIWriteClassOfDevice.swift
[445/454] Compiling BluetoothHCI HCIWriteConnectionAcceptTimeout.swift
[446/454] Compiling BluetoothHCI HCIWriteLinkPolicySettings.swift
[447/454] Compiling BluetoothHCI HCIWriteLinkSupervisionTimeout.swift
[448/454] Compiling BluetoothHCI HCIWriteLocalName.swift
[449/454] Compiling BluetoothHCI HCIWritePageScanActivity.swift
[450/454] Compiling BluetoothHCI HCIWritePageScanType.swift
[451/454] Compiling BluetoothHCI HCIWritePageTimeout.swift
[452/454] Compiling BluetoothHCI HCIWriteScanEnable.swift
[453/454] Compiling BluetoothHCI HostControllerBasebandCommand.swift
[454/454] Compiling BluetoothHCI InformationalCommand.swift
[459/474] Compiling GATT MaximumTransmissionUnit.swift
[460/474] Compiling GATT Peer.swift
[461/474] Compiling GATT L2CAP.swift
[462/474] Compiling GATT ManufacturerSpecificData.swift
[463/476] Compiling GATT AdvertisementData.swift
[464/476] Compiling GATT AsyncStream.swift
[465/476] Compiling GATT AttributePermission.swift
[466/476] Compiling GATT PeripheralProtocol.swift
[467/476] Compiling GATT ScanData.swift
[468/476] Compiling GATT GATTPeripheral.swift
[469/476] Compiling GATT GATTServerConnection.swift
[470/476] Compiling GATT CentralProtocol.swift
[471/476] Compiling GATT CharacteristicProperty.swift
[472/476] Compiling GATT CentralAttributes.swift
[473/476] Compiling GATT CentralError.swift
[474/476] Emitting module GATT
[475/476] Compiling GATT GATTCentral.swift
[476/476] Compiling GATT GATTClientConnection.swift
[479/490] Compiling DarwinGATT PeripheralContinuation.swift
[480/490] Compiling DarwinGATT DarwinCentralError.swift
[481/490] Compiling DarwinGATT DarwinDescriptor.swift
[482/491] Emitting module DarwinGATT
[483/491] Compiling DarwinGATT DarwinAdvertisementData.swift
[484/491] Compiling DarwinGATT DarwinAttributes.swift
[485/491] Compiling DarwinGATT DarwinPeripheral.swift
[486/491] Compiling DarwinGATT CBCentral.swift
[487/491] Compiling DarwinGATT Integer.swift
[488/491] Compiling DarwinGATT CBPeripheral.swift
[489/491] Compiling DarwinGATT DarwinBluetoothState.swift
[490/491] Compiling DarwinGATT DarwinCentral.swift
[491/491] Compiling DarwinGATT Queue.swift
Build complete! (89.91s)
Build complete.
Done.

Build Machine: Linux 1