The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GATT with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.32.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/GATT.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/PureSwift/GATT
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/PureSwift/GATT.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/PureSwift/Bluetooth.git
[1/20619] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git (1.45s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 6.4.2 (0.45s)
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 6.4.2
Building for debugging...
[1/29] Compiling Bluetooth UInt256.swift
[2/29] Compiling Bluetooth UInt40.swift
[3/29] Compiling Bluetooth UInt48.swift
[4/29] Compiling Bluetooth UInt512.swift
[5/29] Compiling Bluetooth L2CAPSocket.swift
[6/29] Compiling Bluetooth LowEnergyAdvertisingData.swift
[7/29] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[8/29] Compiling Bluetooth RSSI.swift
[9/29] Compiling Bluetooth SFloat.swift
[10/29] Compiling Bluetooth SecurityLevel.swift
[11/29] Compiling Bluetooth UInt128.swift
[12/29] Compiling Bluetooth UInt24.swift
[13/33] Compiling Bluetooth Address.swift
[14/33] Compiling Bluetooth AsyncIndefiniteStream.swift
[15/33] Compiling Bluetooth BitMaskOption.swift
[16/33] Compiling Bluetooth BluetoothUUID.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] 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
[22/33] Compiling Bluetooth DefinedUUID.swift
[23/33] Compiling Bluetooth DefinedUUIDExtension.swift
[24/33] Compiling Bluetooth DataConvertible.swift
[25/33] Compiling Bluetooth Hexadecimal.swift
[26/33] Compiling Bluetooth ByteSwap.swift
[27/33] Compiling Bluetooth ByteValue.swift
[28/33] Compiling Bluetooth ClassOfDevice.swift
[29/33] Compiling Bluetooth CompanyIdentifier.swift
[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 ATT.swift
[37/201] Compiling BluetoothGATT ATTConnection.swift
[38/201] Compiling BluetoothGATT ATTError.swift
[39/201] Compiling BluetoothGATT ATTErrorResponse.swift
[40/201] Compiling BluetoothGATT ATTExecuteWriteRequest.swift
[41/201] Compiling BluetoothGATT ATTExecuteWriteResponse.swift
[42/201] Compiling BluetoothGATT ATTFindByTypeRequest.swift
[43/207] Compiling BluetoothGATT ATTFindByTypeResponse.swift
[44/207] Compiling BluetoothGATT ATTFindInformationRequest.swift
[45/207] Compiling BluetoothGATT ATTFindInformationResponse.swift
[46/207] Compiling BluetoothGATT ATTHandleValueConfirmation.swift
[47/207] Compiling BluetoothGATT ATTHandleValueIndication.swift
[48/207] Compiling BluetoothGATT ATTHandleValueNotification.swift
[49/207] Compiling BluetoothGATT ATTMaximumTransmissionUnit.swift
[50/207] Compiling BluetoothGATT ATTReadByGroupTypeResponse.swift
[51/207] Compiling BluetoothGATT ATTReadByTypeRequest.swift
[52/207] Compiling BluetoothGATT ATTReadByTypeResponse.swift
[53/207] Compiling BluetoothGATT ATTReadMultipleRequest.swift
[54/207] Compiling BluetoothGATT ATTReadMultipleResponse.swift
[55/207] Compiling BluetoothGATT ATTReadRequest.swift
[56/207] Compiling BluetoothGATT GATTAlertNotificationControlPoint.swift
[57/207] Compiling BluetoothGATT ATTPrepareWriteResponse.swift
[58/207] Compiling BluetoothGATT ATTProtocolDataUnit.swift
[59/207] Compiling BluetoothGATT ATTReadBlobRequest.swift
[60/207] Compiling BluetoothGATT ATTReadBlobResponse.swift
[61/207] Compiling BluetoothGATT ATTReadByGroupTypeRequest.swift
[62/207] Compiling BluetoothGATT Integer.swift
[63/207] Compiling BluetoothGATT UUID.swift
[64/207] Compiling BluetoothGATT GAPUUIDList.swift
[65/207] Compiling BluetoothGATT GATT.swift
[66/207] Compiling BluetoothGATT GATTAerobicHeartRateLowerLimit.swift
[67/207] Compiling BluetoothGATT GATTAerobicHeartRateUpperLimit.swift
[68/207] Compiling BluetoothGATT GATTAerobicThreshold.swift
[69/207] Compiling BluetoothGATT GATTAge.swift
[70/207] Compiling BluetoothGATT GATTAggregateFormatDescriptor.swift
[71/207] Compiling BluetoothGATT GATTAlertCategory.swift
[72/207] Compiling BluetoothGATT GATTAlertCategoryBitMask.swift
[73/207] Compiling BluetoothGATT GATTAlertLevel.swift
[74/207] Emitting module BluetoothGAP
[75/207] Compiling BluetoothGATT ATTMaximumTransmissionUnitRequest.swift
[76/207] Compiling BluetoothGATT ATTMaximumTransmissionUnitResponse.swift
[77/207] Compiling BluetoothGATT ATTPrepareWriteRequest.swift
[78/207] Compiling BluetoothGATT Bool.swift
[79/207] Compiling BluetoothGATT Data.swift
[80/207] Compiling BluetoothGATT DataConvertible.swift
[81/207] Compiling BluetoothGATT Hexadecimal.swift
[82/207] Emitting module BluetoothGATT
[83/223] Compiling BluetoothGAP GAPSlaveConnectionIntervalRange.swift
[84/223] Compiling BluetoothGAP GAPTransportDiscoveryData.swift
[85/223] Compiling BluetoothGAP GAPTxPowerLevel.swift
[86/223] Compiling BluetoothGAP GAPURI.swift
[87/223] Compiling BluetoothGAP GAPUUIDList.swift
[88/223] Compiling BluetoothGAP iBeacon.swift
[91/387] Compiling BluetoothHCI HCICommandComplete.swift
[92/387] Compiling BluetoothHCI HCICommandStatus.swift
[93/387] Compiling BluetoothHCI HCICommandTimeout.swift
[94/387] Compiling BluetoothHCI HCIConnectionComplete.swift
[95/387] Compiling BluetoothHCI HCIConnectionPacketTypeChange.swift
[96/387] Compiling BluetoothHCI HCIConnectionRequest.swift
[97/387] Compiling BluetoothHCI HCILEAdvertisingSetTerminated.swift
[98/387] Compiling BluetoothHCI HCILEChannelSelectionAlgorithm.swift
[99/387] Compiling BluetoothHCI HCILEConnectionComplete.swift
[100/387] Compiling BluetoothHCI HCILEConnectionUpdateComplete.swift
[101/387] Compiling BluetoothHCI HCILECreateConnection.swift
[102/387] Compiling BluetoothHCI HCILEDataLengthChange.swift
[103/387] Compiling BluetoothHCI HCILEDirectedAdvertisingReport.swift
[104/387] Compiling BluetoothHCI HCILEEncrypt.swift
[105/387] Compiling BluetoothHCI HCILEEnhancedConnectionComplete.swift
[106/387] Compiling BluetoothHCI HCILEEnhancedReceiverTest.swift
[107/387] Compiling BluetoothHCI HCILEEnhancedTransmitterTest.swift
[108/387] Compiling BluetoothHCI AdvertisingChannelHeader.swift
[109/387] Compiling BluetoothHCI AdvertisingInterval.swift
[110/387] Compiling BluetoothHCI BluetoothHostController.swift
[111/387] Compiling BluetoothHCI ChannelIdentifier.swift
[112/387] Compiling BluetoothHCI ConnectionAcceptTimeout.swift
[113/387] Compiling BluetoothHCI Bool.swift
[114/387] Compiling BluetoothHCI Data.swift
[115/387] Compiling BluetoothHCI DataConvertible.swift
[116/387] Compiling BluetoothHCI Hexadecimal.swift
[117/387] Compiling BluetoothHCI Integer.swift
[118/387] Compiling BluetoothHCI UUID.swift
[119/387] Compiling BluetoothHCI HCI.swift
[120/387] Compiling BluetoothHCI HCIAcceptConnectionRequest.swift
[121/387] Compiling BluetoothHCI HCIAuthenticationComplete.swift
[122/387] Compiling BluetoothHCI HCIAuthenticationRequested.swift
[123/387] Compiling BluetoothHCI HCIChangeConnectionPacketType.swift
[124/387] Compiling BluetoothHCI HCICommand.swift
[125/387] Compiling BluetoothHCI HCILESetRandomAddress.swift
[126/387] Compiling BluetoothHCI HCILESetResolvablePrivateAddressTimeout.swift
[127/387] Compiling BluetoothHCI HCILESetScanEnable.swift
[128/387] Compiling BluetoothHCI HCILESetScanParameters.swift
[129/387] Compiling BluetoothHCI HCILESetScanResponseData.swift
[130/387] Compiling BluetoothHCI HCILEStartEncryption.swift
[131/387] Compiling BluetoothHCI HCILETestEnd.swift
[132/387] Compiling BluetoothHCI HCILETransmitterTest.swift
[133/387] Compiling BluetoothHCI HCILEUpdateConnection.swift
[134/387] Compiling BluetoothHCI HCILEWriteRfPathCompensation.swift
[135/387] Compiling BluetoothHCI HCILEWriteSuggestedDefaultDataLength.swift
[136/387] Compiling BluetoothHCI HCILinkKeyNotification.swift
[137/387] Compiling BluetoothHCI HCILinkKeyRequest.swift
[138/387] Compiling BluetoothHCI HCILinkKeyRequestNegativeReply.swift
[139/387] Compiling BluetoothHCI HCILinkKeyRequestReply.swift
[140/387] Compiling BluetoothHCI HCILowEnergyMetaEvent.swift
[141/387] Compiling BluetoothHCI HCILESetPeriodicAdvertisingData.swift
[142/387] Compiling BluetoothHCI HCILEPhyUpdateComplete.swift
[143/387] Compiling BluetoothHCI HCILERandom.swift
[144/387] Compiling BluetoothHCI HCILEReadAdvertisingChannelTxPower.swift
[145/387] Compiling BluetoothHCI HCILEReadBufferSize.swift
[146/387] Compiling BluetoothHCI HCILEReadChannelMap.swift
[147/387] Compiling BluetoothHCI HCILEReadLocalP256PublicKeyComplete.swift
[148/387] Compiling BluetoothHCI HCILEReadLocalResolvableAddressReturn.swift
[149/387] Compiling BluetoothHCI HCILEReadLocalSupportedFeatures.swift
[150/387] Compiling BluetoothHCI HCILEReadMaximumAdvertisingDataLength.swift
[151/387] Compiling BluetoothHCI HCILEReadMaximumDataLength.swift
[152/387] Compiling BluetoothHCI HCILEReadNumberOfSupportedAdvertisingSets.swift
[153/387] Compiling BluetoothHCI HCILEReadPeerResolvableAddressReturn.swift
[154/387] Compiling BluetoothHCI HCILEReadPeriodicAdvertisingListSize.swift
[155/387] Compiling BluetoothHCI HCILEReadPhy.swift
[156/387] Compiling BluetoothHCI HCILEReadRemoteUsedFeatures.swift
[157/387] Compiling BluetoothHCI HCILEReadRemoteUsedFeaturesComplete.swift
[158/387] Compiling BluetoothHCI HCILEReadResolvingListSize.swift
[159/387] Compiling BluetoothHCI HCILEReadRfPathCompensation.swift
[160/387] Compiling BluetoothHCI HCILEReadSuggestedDefaultDataLength.swift
[161/387] Compiling BluetoothHCI HCILEReadSupportedStates.swift
[162/387] Compiling BluetoothHCI HCILEReadTransmitPower.swift
[163/387] Compiling BluetoothHCI HCILEReadWhiteListSize.swift
[164/387] Compiling BluetoothHCI HCILEReceiverTest.swift
[165/387] Compiling BluetoothHCI HCICreateConnection.swift
[166/387] Compiling BluetoothHCI HCICreateConnectionCancel.swift
[167/387] Compiling BluetoothHCI HCIDeleteStoredLinkKey.swift
[168/387] Compiling BluetoothHCI HCIDisconnect.swift
[169/387] Compiling BluetoothHCI HCIDisconnectionComplete.swift
[170/387] Compiling BluetoothHCI HCIEncryptionChange.swift
[171/387] Compiling BluetoothHCI HCIEncryptionKeyRefreshComplete.swift
[172/387] Compiling BluetoothHCI HCIError.swift
[173/387] Compiling BluetoothHCI HCIEvent.swift
[174/387] Compiling BluetoothHCI HCIExitPeriodicInquiryMode.swift
[175/387] Emitting module BluetoothHCI
[176/410] Compiling BluetoothHCI HCIPINCodeRequest.swift
[177/410] Compiling BluetoothHCI HCIPINCodeRequestReply.swift
[178/410] Compiling BluetoothHCI HCIPacketHeader.swift
[179/410] Compiling BluetoothHCI HCIPageScanRepetitionMode.swift
[180/410] Compiling BluetoothHCI HCIPeriodicInquiryMode.swift
[181/410] Compiling BluetoothHCI HCIQoSSetup.swift
[182/410] Compiling BluetoothHCI HCIQoSSetupComplete.swift
[183/410] Compiling BluetoothHCI HCIReadClassOfDevice.swift
[184/410] Compiling BluetoothHCI HCIReadClockOffset.swift
[185/410] Compiling BluetoothHCI HCIReadClockOffsetComplete.swift
[186/410] Compiling BluetoothHCI HCIReadConnectionAcceptTimeout.swift
[187/410] Compiling BluetoothHCI HCIReadDataBlockSize.swift
[188/410] Compiling BluetoothHCI HCIReadDeviceAddress.swift
[189/410] Compiling BluetoothHCI HCIReadLMPHandle.swift
[190/410] Compiling BluetoothHCI HCIReadLocalName.swift
[191/410] Compiling BluetoothHCI HCIReadLocalSupportedFeatures.swift
[192/410] Compiling BluetoothHCI HCIReadLocalVersionInformation.swift
[193/410] Compiling BluetoothHCI HCIReadPageTimeout.swift
[194/410] Compiling BluetoothHCI HCIReadRemoteExtendedFeatures.swift
[195/410] Compiling BluetoothHCI HCIReadRemoteExtendedFeaturesComplete.swift
[196/410] Compiling BluetoothHCI HCIReadRemoteFeaturesComplete.swift
[197/410] Compiling BluetoothHCI HCIReadRemoteSupportedFeatures.swift
[198/410] Compiling BluetoothHCI HCIReadRemoteVersionInformation.swift
[199/432] Compiling BluetoothHCI HCILESetPeriodicAdvertisingEnable.swift
[200/432] Compiling BluetoothHCI HCILESetPeriodicAdvertisingParameters.swift
[201/432] Compiling BluetoothHCI HCILESetPhy.swift
[202/432] Compiling BluetoothHCI HCILESetPrivacyMode.swift
[219/432] Compiling BluetoothHCI HCIMaxSlotsChange.swift
[220/432] Compiling BluetoothHCI HCIModeChange.swift
[221/432] Compiling BluetoothHCI HCINumberOfCompletedPackets.swift
[278/454] Compiling BluetoothHCI HCIGeneralEvent.swift
[279/454] Compiling BluetoothHCI HCIHoldMode.swift
[280/454] Compiling BluetoothHCI HCIIOCapabilityRequest.swift
[281/454] Compiling BluetoothHCI HCIIOCapabilityRequestReply.swift
[282/454] Compiling BluetoothHCI HCIIOCapabilityResponse.swift
[283/454] Compiling BluetoothHCI HCIInquiry.swift
[284/454] Compiling BluetoothHCI HCIInquiryCancel.swift
[285/454] Compiling BluetoothHCI HCIInquiryComplete.swift
[286/454] Compiling BluetoothHCI HCIInquiryResult.swift
[287/454] Compiling BluetoothHCI HCILEAddDeviceToPeriodicAdvertiserList.swift
[288/454] Compiling BluetoothHCI HCILEAddDeviceToResolvingList.swift
[289/454] Compiling BluetoothHCI HCILEAddDeviceToWhiteList.swift
[290/454] Compiling BluetoothHCI HCILEAdvertisingReport.swift
[302/454] Compiling BluetoothHCI HCILEExtendedAdvertisingReport.swift
[303/454] Compiling BluetoothHCI HCILEExtendedCreateConnection.swift
[304/454] Compiling BluetoothHCI HCILEGenerateDHKey.swift
[305/454] Compiling BluetoothHCI HCILEGenerateDHKeyComplete.swift
[306/454] Compiling BluetoothHCI HCILELongTermKeyRequest.swift
[307/454] Compiling BluetoothHCI HCILELongTermKeyRequestNegativeReply.swift
[308/454] Compiling BluetoothHCI HCILELongTermKeyRequestReply.swift
[309/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingCreateSync.swift
[310/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingReport.swift
[311/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncEstablished.swift
[312/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncLost.swift
[313/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingTerminateSync.swift
[314/454] Compiling BluetoothHCI HCILERemoteConnectionParameterRequest.swift
[315/454] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestNegativeReply.swift
[316/454] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestReply.swift
[317/454] Compiling BluetoothHCI HCILERemoveAdvertisingSet.swift
[318/454] Compiling BluetoothHCI HCILERemoveDeviceFromResolvingList.swift
[319/454] Compiling BluetoothHCI HCILERemoveDeviceFromWhiteList.swift
[320/454] Compiling BluetoothHCI HCILERemoveDeviceToPeriodicAdvertiserList.swift
[321/454] Compiling BluetoothHCI HCILEScanRequestReceived.swift
[322/454] Compiling BluetoothHCI HCILESetAddressResolutionEnable.swift
[323/454] Compiling BluetoothHCI HCILESetAdvertiseEnable.swift
[324/454] Compiling BluetoothHCI HCILESetAdvertisingData.swift
[325/454] Compiling BluetoothHCI HCILESetAdvertisingParameters.swift
[326/454] Compiling BluetoothHCI HCILESetAdvertisingSetRandomAddress.swift
[327/454] Compiling BluetoothHCI HCILESetDataLength.swift
[328/454] Compiling BluetoothHCI HCILESetDefaultPhy.swift
[329/454] Compiling BluetoothHCI HCILESetEventMask.swift
[330/454] Compiling BluetoothHCI HCILESetExtendedAdvertisingData.swift
[331/454] Compiling BluetoothHCI HCILESetExtendedAdvertisingParameters.swift
[332/454] Compiling BluetoothHCI HCILESetExtendedScanEnable.swift
[333/454] Compiling BluetoothHCI HCILESetExtendedScanParameters.swift
[334/454] Compiling BluetoothHCI HCILESetExtendedScanResponseData.swift
[335/454] Compiling BluetoothHCI HCILESetHostChannelClassification.swift
[390/456] Compiling BluetoothHCI LMPFeature.swift
[391/456] Compiling BluetoothHCI LinkControlCommand.swift
[392/456] Compiling BluetoothHCI LinkPolicyCommand.swift
[393/456] Compiling BluetoothHCI LowEnergyAddressType.swift
[394/456] Compiling BluetoothHCI LowEnergyAdvertiserAddressType.swift
[395/456] Compiling BluetoothHCI LowEnergyAdvertising.swift
[396/456] Compiling BluetoothHCI LowEnergyAllPhys.swift
[397/456] Compiling BluetoothHCI LowEnergyChannelMap.swift
[398/456] Compiling BluetoothHCI LowEnergyClockAccuracy.swift
[399/456] Compiling BluetoothHCI LowEnergyCommand.swift
[400/456] Compiling BluetoothHCI LowEnergyConnection.swift
[401/456] Compiling BluetoothHCI LowEnergyConnectionInterval.swift
[402/456] Compiling BluetoothHCI LowEnergyConnectionIntervalRange.swift
[403/456] Compiling BluetoothHCI LowEnergyConnectionLatency.swift
[404/456] Compiling BluetoothHCI LowEnergyConnectionLength.swift
[405/456] Compiling BluetoothHCI LowEnergyEvent.swift
[406/456] Compiling BluetoothHCI LowEnergyFeature.swift
[407/456] Compiling BluetoothHCI LowEnergyFragmentPreference.swift
[408/456] Compiling BluetoothHCI LowEnergyMaxTxOctets.swift
[409/456] Compiling BluetoothHCI LowEnergyMaxTxTime.swift
[410/456] Compiling BluetoothHCI LowEnergyPacketPayload.swift
[411/456] Compiling BluetoothHCI LowEnergyPeerIdentifyAddressType.swift
[412/456] Compiling BluetoothHCI HCIReadRemoteVersionInformationComplete.swift
[413/456] Compiling BluetoothHCI HCIReadStoredLinkKey.swift
[414/456] Compiling BluetoothHCI HCIRejectConnectionRequest.swift
[415/456] Compiling BluetoothHCI HCIRemoteNameRequest.swift
[416/456] Compiling BluetoothHCI HCIRemoteNameRequestComplete.swift
[417/456] Compiling BluetoothHCI HCIReset.swift
[418/456] Compiling BluetoothHCI HCISetConnectionEncryption.swift
[419/456] Compiling BluetoothHCI HCISetEventFilter.swift
[420/456] Compiling BluetoothHCI HCISimplePairingComplete.swift
[421/456] Compiling BluetoothHCI HCIUserConfirmationRequest.swift
[422/456] Compiling BluetoothHCI HCIUserConfirmationRequestReply.swift
[423/456] Compiling BluetoothHCI HCIVersion.swift
[424/456] Compiling BluetoothHCI HCIWriteClassOfDevice.swift
[425/456] Compiling BluetoothHCI HCIWriteConnectionAcceptTimeout.swift
[426/456] Compiling BluetoothHCI HCIWriteLinkPolicySettings.swift
[427/456] Compiling BluetoothHCI HCIWriteLinkSupervisionTimeout.swift
[428/456] Compiling BluetoothHCI HCIWriteLocalName.swift
[429/456] Compiling BluetoothHCI HCIWritePageScanActivity.swift
[430/456] Compiling BluetoothHCI HCIWritePageScanType.swift
[431/456] Compiling BluetoothHCI HCIWritePageTimeout.swift
[432/456] Compiling BluetoothHCI HCIWriteScanEnable.swift
[433/456] Compiling BluetoothHCI HostControllerBasebandCommand.swift
[434/456] Compiling BluetoothHCI InformationalCommand.swift
[435/456] Compiling BluetoothHCI LowEnergyPhyOptions.swift
[436/456] Compiling BluetoothHCI LowEnergyResolvingList.swift
[437/456] Compiling BluetoothHCI LowEnergyRfRxPathCompensationValue.swift
[438/456] Compiling BluetoothHCI LowEnergyRfTxPathCompensationValue.swift
[439/456] Compiling BluetoothHCI LowEnergyRole.swift
[440/456] Compiling BluetoothHCI LowEnergyRxChannel.swift
[441/456] Compiling BluetoothHCI LowEnergyRxPhy.swift
[442/456] Compiling BluetoothHCI LowEnergyRxPhys.swift
[443/456] Compiling BluetoothHCI LowEnergyScanInterval.swift
[444/456] Compiling BluetoothHCI LowEnergyState.swift
[445/456] Compiling BluetoothHCI LowEnergySupervisionTimeout.swift
[446/456] Compiling BluetoothHCI LowEnergyTxChannel.swift
[447/456] Compiling BluetoothHCI LowEnergyTxPhy.swift
[448/456] Compiling BluetoothHCI LowEnergyTxPhys.swift
[449/456] Compiling BluetoothHCI LowEnergyTxPower.swift
[450/456] Compiling BluetoothHCI LowEnergyWhiteList.swift
[451/456] Compiling BluetoothHCI LowEnergyWhiteListDevice.swift
[452/456] Compiling BluetoothHCI PacketType.swift
[453/456] Compiling BluetoothHCI ProtocolServiceMultiplexer.swift
[454/456] Compiling BluetoothHCI StatusParametersCommand.swift
[455/456] Compiling BluetoothHCI VendorCommand.swift
[456/456] Compiling BluetoothHCI iBeacon.swift
[459/474] Emitting module GATT
[460/476] Compiling GATT PeripheralProtocol.swift
[461/476] Compiling GATT ScanData.swift
[462/476] Compiling GATT AdvertisementData.swift
[463/476] Compiling GATT AsyncStream.swift
[464/476] Compiling GATT AttributePermission.swift
[465/476] Compiling GATT CentralAttributes.swift
[466/476] Compiling GATT CentralError.swift
[467/476] Compiling GATT MaximumTransmissionUnit.swift
[468/476] Compiling GATT Peer.swift
[469/476] Compiling GATT CentralProtocol.swift
[470/476] Compiling GATT CharacteristicProperty.swift
[471/476] Compiling GATT GATTCentral.swift
[472/476] Compiling GATT GATTClientConnection.swift
[473/476] Compiling GATT L2CAP.swift
[474/476] Compiling GATT ManufacturerSpecificData.swift
[475/476] Compiling GATT GATTPeripheral.swift
[476/476] Compiling GATT GATTServerConnection.swift
[479/490] Compiling DarwinGATT DarwinCentralError.swift
[480/490] Compiling DarwinGATT DarwinDescriptor.swift
[481/491] Compiling DarwinGATT PeripheralContinuation.swift
[482/491] Compiling DarwinGATT DarwinAdvertisementData.swift
[483/491] Compiling DarwinGATT DarwinAttributes.swift
[484/491] Compiling DarwinGATT DarwinBluetoothState.swift
[485/491] Compiling DarwinGATT DarwinCentral.swift
[486/491] Emitting module DarwinGATT
[487/491] Compiling DarwinGATT DarwinPeripheral.swift
[488/491] Compiling DarwinGATT CBCentral.swift
[489/491] Compiling DarwinGATT CBPeripheral.swift
[490/491] Compiling DarwinGATT Integer.swift
[491/491] Compiling DarwinGATT Queue.swift
Build complete! (97.94s)
Build complete.
Done.

Build Machine: Linux 2