Build Information
Successful build of Bluetooth with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-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.33.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pureswift/bluetooth.git
Reference: 6.4.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pureswift/bluetooth
* tag 6.4.3 -> FETCH_HEAD
HEAD is now at 974ee43 Add `Codable` conformance to `LowEnergyAdvertisingData`
Cloned https://github.com/pureswift/bluetooth.git
Revision (git rev-parse @):
974ee4313fc8fe707bd5298009b810c0bca45d44
SUCCESS checkout https://github.com/pureswift/bluetooth.git at 6.4.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $workDir
https://github.com/pureswift/bluetooth.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Bluetooth/Resources/CompanyIdentifiers.txt
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/Sources/Bluetooth/iBeacon.swift:31:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AppleBeacon' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/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/Sources/Bluetooth/iBeacon.swift:31:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AppleBeacon' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/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/Sources/Bluetooth/iBeacon.swift:31:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AppleBeacon' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/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/Sources/Bluetooth/iBeacon.swift:31:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AppleBeacon' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/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/Sources/Bluetooth/iBeacon.swift:31:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AppleBeacon' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[22/33] Compiling Bluetooth Address.swift
[23/33] Compiling Bluetooth AsyncIndefiniteStream.swift
[24/33] Compiling Bluetooth BitMaskOption.swift
[25/33] Compiling Bluetooth BluetoothUUID.swift
[26/33] Compiling Bluetooth DefinedUUID.swift
[27/33] Compiling Bluetooth DefinedUUIDExtension.swift
[28/33] Compiling Bluetooth DataConvertible.swift
[29/33] Compiling Bluetooth Hexadecimal.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 GATTAlertLevel.swift
[37/201] Compiling BluetoothGATT GATTAlertNotificationControlPoint.swift
[38/201] Compiling BluetoothGATT GATTAlertNotificationService.swift
[39/201] Compiling BluetoothGATT GATTAlertStatus.swift
[40/201] Compiling BluetoothGATT GATTAltitude.swift
[41/201] Compiling BluetoothGATT GATTAnaerobicHeartRateLowerLimit.swift
[42/207] Compiling BluetoothGATT ATT.swift
[43/207] Compiling BluetoothGATT ATTConnection.swift
[44/207] Compiling BluetoothGATT ATTError.swift
[45/207] Compiling BluetoothGATT ATTErrorResponse.swift
[46/207] Compiling BluetoothGATT ATTExecuteWriteRequest.swift
[47/207] Compiling BluetoothGATT ATTExecuteWriteResponse.swift
[48/207] Compiling BluetoothGATT ATTFindByTypeRequest.swift
[49/207] Compiling BluetoothGATT DataConvertible.swift
[50/207] Compiling BluetoothGATT Hexadecimal.swift
[51/207] Compiling BluetoothGATT Integer.swift
[52/207] Compiling BluetoothGATT UUID.swift
[53/207] Compiling BluetoothGATT GAPUUIDList.swift
[54/207] Compiling BluetoothGATT GATT.swift
[55/207] Compiling BluetoothGATT ATTMaximumTransmissionUnit.swift
[56/207] Compiling BluetoothGATT ATTMaximumTransmissionUnitRequest.swift
[57/207] Compiling BluetoothGATT ATTMaximumTransmissionUnitResponse.swift
[58/207] Compiling BluetoothGATT ATTPrepareWriteRequest.swift
[59/207] Compiling BluetoothGATT Bool.swift
[60/207] Compiling BluetoothGATT Data.swift
[61/207] Emitting module BluetoothGAP
[62/207] Compiling BluetoothGATT GATTAnaerobicHeartRateUpperLimit.swift
[63/207] Compiling BluetoothGATT GATTAnalog.swift
[64/207] Compiling BluetoothGATT GATTAnalogOutput.swift
[65/207] Compiling BluetoothGATT GATTAttributes.swift
[66/207] Compiling BluetoothGATT GATTBarometricPressureTrend.swift
[67/207] Compiling BluetoothGATT GATTBatteryLevel.swift
[68/207] Compiling BluetoothGATT GATTBatteryPowerState.swift
[69/207] Compiling BluetoothGATT ATTFindByTypeResponse.swift
[70/207] Compiling BluetoothGATT ATTFindInformationRequest.swift
[71/207] Compiling BluetoothGATT ATTFindInformationResponse.swift
[72/207] Compiling BluetoothGATT ATTHandleValueConfirmation.swift
[73/207] Compiling BluetoothGATT ATTHandleValueIndication.swift
[74/207] Compiling BluetoothGATT ATTHandleValueNotification.swift
[75/207] Compiling BluetoothGATT GATTAerobicHeartRateLowerLimit.swift
[76/207] Compiling BluetoothGATT GATTAerobicHeartRateUpperLimit.swift
[77/207] Compiling BluetoothGATT GATTAerobicThreshold.swift
[78/207] Compiling BluetoothGATT GATTAge.swift
[79/207] Compiling BluetoothGATT GATTAggregateFormatDescriptor.swift
[80/207] Compiling BluetoothGATT GATTAlertCategory.swift
[81/207] Compiling BluetoothGATT GATTAlertCategoryBitMask.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/387] Compiling BluetoothHCI HCILEAdvertisingSetTerminated.swift
[108/387] Compiling BluetoothHCI HCILEChannelSelectionAlgorithm.swift
[109/387] Compiling BluetoothHCI HCILEConnectionComplete.swift
[110/387] Compiling BluetoothHCI HCILEConnectionUpdateComplete.swift
[111/387] Compiling BluetoothHCI HCILECreateConnection.swift
[112/387] Compiling BluetoothHCI HCILEDataLengthChange.swift
[113/387] Compiling BluetoothHCI HCILEDirectedAdvertisingReport.swift
[114/387] Compiling BluetoothHCI HCILEEncrypt.swift
[115/387] Compiling BluetoothHCI HCILEEnhancedConnectionComplete.swift
[116/387] Compiling BluetoothHCI HCILEEnhancedReceiverTest.swift
[117/387] Compiling BluetoothHCI HCILEEnhancedTransmitterTest.swift
[118/387] Compiling BluetoothHCI HCILEExtendedAdvertisingReport.swift
[119/387] Compiling BluetoothHCI HCILEExtendedCreateConnection.swift
[120/387] Compiling BluetoothHCI HCILEGenerateDHKey.swift
[121/387] Compiling BluetoothHCI HCILEGenerateDHKeyComplete.swift
[122/387] Compiling BluetoothHCI HCILELongTermKeyRequest.swift
[123/387] Compiling BluetoothHCI HCILELongTermKeyRequestNegativeReply.swift
[124/387] Emitting module BluetoothGATT
[125/387] Compiling BluetoothHCI HCILESetPeriodicAdvertisingData.swift
[126/387] Compiling BluetoothHCI AdvertisingChannelHeader.swift
[127/387] Compiling BluetoothHCI AdvertisingInterval.swift
[128/387] Compiling BluetoothHCI BluetoothHostController.swift
[129/387] Compiling BluetoothHCI ChannelIdentifier.swift
[130/387] Compiling BluetoothHCI ConnectionAcceptTimeout.swift
[131/387] Compiling BluetoothHCI Bool.swift
[132/387] Compiling BluetoothHCI Data.swift
[133/387] Compiling BluetoothHCI DataConvertible.swift
[134/387] Compiling BluetoothHCI Hexadecimal.swift
[135/387] Compiling BluetoothHCI Integer.swift
[136/387] Compiling BluetoothHCI UUID.swift
[137/387] Compiling BluetoothHCI HCI.swift
[138/387] Compiling BluetoothHCI HCIAcceptConnectionRequest.swift
[139/387] Compiling BluetoothHCI HCIAuthenticationComplete.swift
[140/387] Compiling BluetoothHCI HCIAuthenticationRequested.swift
[141/387] Compiling BluetoothHCI HCIChangeConnectionPacketType.swift
[142/387] Compiling BluetoothHCI HCIPeriodicInquiryMode.swift
[143/387] Compiling BluetoothHCI HCIQoSSetup.swift
[144/387] Compiling BluetoothHCI HCIQoSSetupComplete.swift
[145/387] Compiling BluetoothHCI HCIReadClassOfDevice.swift
[146/387] Compiling BluetoothHCI HCIReadClockOffset.swift
[147/387] Compiling BluetoothHCI HCIReadClockOffsetComplete.swift
[148/387] Compiling BluetoothHCI HCIReadConnectionAcceptTimeout.swift
[149/387] Compiling BluetoothHCI HCIReadDataBlockSize.swift
[150/387] Compiling BluetoothHCI HCIReadDeviceAddress.swift
[151/387] Compiling BluetoothHCI HCIReadLMPHandle.swift
[152/387] Compiling BluetoothHCI HCIReadLocalName.swift
[153/387] Compiling BluetoothHCI HCIReadLocalSupportedFeatures.swift
[154/387] Compiling BluetoothHCI HCIReadLocalVersionInformation.swift
[155/387] Compiling BluetoothHCI HCIReadPageTimeout.swift
[156/387] Compiling BluetoothHCI HCIReadRemoteExtendedFeatures.swift
[157/387] Compiling BluetoothHCI HCIReadRemoteExtendedFeaturesComplete.swift
[158/387] Compiling BluetoothHCI HCIPINCodeRequest.swift
[159/387] Compiling BluetoothHCI HCIPINCodeRequestReply.swift
[160/387] Compiling BluetoothHCI HCIPacketHeader.swift
[161/387] Compiling BluetoothHCI HCIPageScanRepetitionMode.swift
[178/387] Compiling BluetoothHCI HCIReadRemoteFeaturesComplete.swift
[179/387] Compiling BluetoothHCI HCIReadRemoteSupportedFeatures.swift
[180/387] Compiling BluetoothHCI HCIReadRemoteVersionInformation.swift
[197/410] Compiling BluetoothHCI HCICommand.swift
[198/410] Compiling BluetoothHCI HCICommandComplete.swift
[199/410] Compiling BluetoothHCI HCICommandStatus.swift
[200/410] Compiling BluetoothHCI HCICommandTimeout.swift
[201/410] Compiling BluetoothHCI HCIConnectionComplete.swift
[202/410] Compiling BluetoothHCI HCIConnectionPacketTypeChange.swift
[203/410] Compiling BluetoothHCI HCIConnectionRequest.swift
[204/410] Compiling BluetoothHCI HCICreateConnection.swift
[205/410] Compiling BluetoothHCI HCICreateConnectionCancel.swift
[206/410] Compiling BluetoothHCI HCIDeleteStoredLinkKey.swift
[207/410] Compiling BluetoothHCI HCIDisconnect.swift
[208/410] Compiling BluetoothHCI HCIDisconnectionComplete.swift
[209/410] Compiling BluetoothHCI HCIEncryptionChange.swift
[210/410] Compiling BluetoothHCI HCIEncryptionKeyRefreshComplete.swift
[211/410] Compiling BluetoothHCI HCIError.swift
[212/410] Compiling BluetoothHCI HCIEvent.swift
[213/410] Compiling BluetoothHCI HCIExitPeriodicInquiryMode.swift
[214/410] Compiling BluetoothHCI HCIGeneralEvent.swift
[215/410] Compiling BluetoothHCI HCIHoldMode.swift
[216/410] Compiling BluetoothHCI HCIIOCapabilityRequest.swift
[217/410] Compiling BluetoothHCI HCIIOCapabilityRequestReply.swift
[218/410] Compiling BluetoothHCI HCIIOCapabilityResponse.swift
[219/410] Compiling BluetoothHCI HCIInquiry.swift
[220/410] Compiling BluetoothHCI HCIInquiryCancel.swift
[221/410] Compiling BluetoothHCI HCIInquiryComplete.swift
[222/410] Compiling BluetoothHCI HCIInquiryResult.swift
[223/410] Compiling BluetoothHCI HCILEAddDeviceToPeriodicAdvertiserList.swift
[224/410] Compiling BluetoothHCI HCILEAddDeviceToResolvingList.swift
[225/410] Compiling BluetoothHCI HCILEAddDeviceToWhiteList.swift
[226/410] Compiling BluetoothHCI HCILEAdvertisingReport.swift
[227/454] Compiling BluetoothHCI HCILESetPeriodicAdvertisingEnable.swift
[228/454] Compiling BluetoothHCI HCILESetPeriodicAdvertisingParameters.swift
[229/454] Compiling BluetoothHCI HCILESetPhy.swift
[230/454] Compiling BluetoothHCI HCILESetPrivacyMode.swift
[231/454] Compiling BluetoothHCI HCILESetRandomAddress.swift
[232/454] Compiling BluetoothHCI HCILESetResolvablePrivateAddressTimeout.swift
[233/454] Compiling BluetoothHCI HCILESetScanEnable.swift
[234/454] Compiling BluetoothHCI HCILESetScanParameters.swift
[235/454] Compiling BluetoothHCI HCILESetScanResponseData.swift
[236/454] Compiling BluetoothHCI HCILEStartEncryption.swift
[237/454] Compiling BluetoothHCI HCILETestEnd.swift
[238/454] Compiling BluetoothHCI HCILETransmitterTest.swift
[239/454] Compiling BluetoothHCI HCILEUpdateConnection.swift
[240/454] Compiling BluetoothHCI HCILEWriteRfPathCompensation.swift
[241/454] Compiling BluetoothHCI HCILEWriteSuggestedDefaultDataLength.swift
[242/454] Compiling BluetoothHCI HCILinkKeyNotification.swift
[243/454] Compiling BluetoothHCI HCILinkKeyRequest.swift
[244/454] Compiling BluetoothHCI HCILinkKeyRequestNegativeReply.swift
[245/454] Compiling BluetoothHCI HCILinkKeyRequestReply.swift
[246/454] Compiling BluetoothHCI HCILowEnergyMetaEvent.swift
[247/454] Compiling BluetoothHCI HCIMaxSlotsChange.swift
[248/454] Compiling BluetoothHCI HCIModeChange.swift
[249/454] Compiling BluetoothHCI HCINumberOfCompletedPackets.swift
[250/454] Emitting module BluetoothHCI
[251/454] Compiling BluetoothHCI HCILEPhyUpdateComplete.swift
[252/454] Compiling BluetoothHCI HCILERandom.swift
[253/454] Compiling BluetoothHCI HCILEReadAdvertisingChannelTxPower.swift
[254/454] Compiling BluetoothHCI HCILEReadBufferSize.swift
[255/454] Compiling BluetoothHCI HCILEReadChannelMap.swift
[256/454] Compiling BluetoothHCI HCILEReadLocalP256PublicKeyComplete.swift
[257/454] Compiling BluetoothHCI HCILEReadLocalResolvableAddressReturn.swift
[258/454] Compiling BluetoothHCI HCILEReadLocalSupportedFeatures.swift
[259/454] Compiling BluetoothHCI HCILEReadMaximumAdvertisingDataLength.swift
[260/454] Compiling BluetoothHCI HCILEReadMaximumDataLength.swift
[261/454] Compiling BluetoothHCI HCILEReadNumberOfSupportedAdvertisingSets.swift
[262/454] Compiling BluetoothHCI HCILEReadPeerResolvableAddressReturn.swift
[263/454] Compiling BluetoothHCI HCILEReadPeriodicAdvertisingListSize.swift
[264/454] Compiling BluetoothHCI HCILEReadPhy.swift
[265/454] Compiling BluetoothHCI HCILEReadRemoteUsedFeatures.swift
[266/454] Compiling BluetoothHCI HCILEReadRemoteUsedFeaturesComplete.swift
[267/454] Compiling BluetoothHCI HCILEReadResolvingListSize.swift
[268/454] Compiling BluetoothHCI HCILEReadRfPathCompensation.swift
[269/454] Compiling BluetoothHCI HCILEReadSuggestedDefaultDataLength.swift
[270/454] Compiling BluetoothHCI HCILEReadSupportedStates.swift
[271/454] Compiling BluetoothHCI HCILEReadTransmitPower.swift
[272/454] Compiling BluetoothHCI HCILEReadWhiteListSize.swift
[273/454] Compiling BluetoothHCI HCILEReceiverTest.swift
[291/454] Compiling BluetoothHCI HCILELongTermKeyRequestReply.swift
[292/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingCreateSync.swift
[293/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingReport.swift
[294/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncEstablished.swift
[295/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncLost.swift
[296/454] Compiling BluetoothHCI HCILEPeriodicAdvertisingTerminateSync.swift
[297/454] Compiling BluetoothHCI HCILERemoteConnectionParameterRequest.swift
[298/454] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestNegativeReply.swift
[299/454] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestReply.swift
[300/454] Compiling BluetoothHCI HCILERemoveAdvertisingSet.swift
[301/454] Compiling BluetoothHCI HCILERemoveDeviceFromResolvingList.swift
[302/454] Compiling BluetoothHCI HCILERemoveDeviceFromWhiteList.swift
[303/454] Compiling BluetoothHCI HCILERemoveDeviceToPeriodicAdvertiserList.swift
[304/454] Compiling BluetoothHCI HCILEScanRequestReceived.swift
[305/454] Compiling BluetoothHCI HCILESetAddressResolutionEnable.swift
[306/454] Compiling BluetoothHCI HCILESetAdvertiseEnable.swift
[307/454] Compiling BluetoothHCI HCILESetAdvertisingData.swift
[308/454] Compiling BluetoothHCI HCILESetAdvertisingParameters.swift
[309/454] Compiling BluetoothHCI HCILESetAdvertisingSetRandomAddress.swift
[310/454] Compiling BluetoothHCI HCILESetDataLength.swift
[311/454] Compiling BluetoothHCI HCILESetDefaultPhy.swift
[312/454] Compiling BluetoothHCI HCILESetEventMask.swift
[313/454] Compiling BluetoothHCI HCILESetExtendedAdvertisingData.swift
[314/454] Compiling BluetoothHCI HCILESetExtendedAdvertisingParameters.swift
[315/454] Compiling BluetoothHCI HCILESetExtendedScanEnable.swift
[316/454] Compiling BluetoothHCI HCILESetExtendedScanParameters.swift
[317/454] Compiling BluetoothHCI HCILESetExtendedScanResponseData.swift
[318/454] Compiling BluetoothHCI HCILESetHostChannelClassification.swift
[320/454] Compiling BluetoothHCI LowEnergyPhyOptions.swift
[321/454] Compiling BluetoothHCI LowEnergyResolvingList.swift
[322/454] Compiling BluetoothHCI LowEnergyRfRxPathCompensationValue.swift
[323/454] Compiling BluetoothHCI LowEnergyRfTxPathCompensationValue.swift
[324/454] Compiling BluetoothHCI LowEnergyRole.swift
[325/454] Compiling BluetoothHCI LowEnergyRxChannel.swift
[326/454] Compiling BluetoothHCI LowEnergyRxPhy.swift
[327/454] Compiling BluetoothHCI LowEnergyRxPhys.swift
[328/454] Compiling BluetoothHCI LowEnergyScanInterval.swift
[329/454] Compiling BluetoothHCI LowEnergyState.swift
[330/454] Compiling BluetoothHCI LowEnergySupervisionTimeout.swift
[331/454] Compiling BluetoothHCI LowEnergyTxChannel.swift
[332/454] Compiling BluetoothHCI LowEnergyTxPhy.swift
[333/454] Compiling BluetoothHCI LowEnergyTxPhys.swift
[334/454] Compiling BluetoothHCI LowEnergyTxPower.swift
[335/454] Compiling BluetoothHCI LowEnergyWhiteList.swift
[336/454] Compiling BluetoothHCI LowEnergyWhiteListDevice.swift
[337/454] Compiling BluetoothHCI PacketType.swift
[338/454] Compiling BluetoothHCI ProtocolServiceMultiplexer.swift
[339/454] Compiling BluetoothHCI StatusParametersCommand.swift
[340/454] Compiling BluetoothHCI VendorCommand.swift
[341/454] Compiling BluetoothHCI iBeacon.swift
[342/454] Compiling BluetoothHCI LMPFeature.swift
[343/454] Compiling BluetoothHCI LinkControlCommand.swift
[344/454] Compiling BluetoothHCI LinkPolicyCommand.swift
[345/454] Compiling BluetoothHCI LowEnergyAddressType.swift
[346/454] Compiling BluetoothHCI LowEnergyAdvertiserAddressType.swift
[347/454] Compiling BluetoothHCI LowEnergyAdvertising.swift
[348/454] Compiling BluetoothHCI LowEnergyAllPhys.swift
[349/454] Compiling BluetoothHCI LowEnergyChannelMap.swift
[350/454] Compiling BluetoothHCI LowEnergyClockAccuracy.swift
[351/454] Compiling BluetoothHCI LowEnergyCommand.swift
[352/454] Compiling BluetoothHCI LowEnergyConnection.swift
[353/454] Compiling BluetoothHCI LowEnergyConnectionInterval.swift
[354/454] Compiling BluetoothHCI LowEnergyConnectionIntervalRange.swift
[355/454] Compiling BluetoothHCI LowEnergyConnectionLatency.swift
[356/454] Compiling BluetoothHCI LowEnergyConnectionLength.swift
[357/454] Compiling BluetoothHCI LowEnergyEvent.swift
[358/454] Compiling BluetoothHCI LowEnergyFeature.swift
[359/454] Compiling BluetoothHCI LowEnergyFragmentPreference.swift
[360/454] Compiling BluetoothHCI LowEnergyMaxTxOctets.swift
[361/454] Compiling BluetoothHCI LowEnergyMaxTxTime.swift
[362/454] Compiling BluetoothHCI LowEnergyPacketPayload.swift
[363/454] Compiling BluetoothHCI LowEnergyPeerIdentifyAddressType.swift
[364/454] Compiling BluetoothHCI HCIReadRemoteVersionInformationComplete.swift
[365/454] Compiling BluetoothHCI HCIReadStoredLinkKey.swift
[366/454] Compiling BluetoothHCI HCIRejectConnectionRequest.swift
[367/454] Compiling BluetoothHCI HCIRemoteNameRequest.swift
[368/454] Compiling BluetoothHCI HCIRemoteNameRequestComplete.swift
[369/454] Compiling BluetoothHCI HCIReset.swift
[370/454] Compiling BluetoothHCI HCISetConnectionEncryption.swift
[371/454] Compiling BluetoothHCI HCISetEventFilter.swift
[372/454] Compiling BluetoothHCI HCISimplePairingComplete.swift
[373/454] Compiling BluetoothHCI HCIUserConfirmationRequest.swift
[374/454] Compiling BluetoothHCI HCIUserConfirmationRequestReply.swift
[375/454] Compiling BluetoothHCI HCIVersion.swift
[376/454] Compiling BluetoothHCI HCIWriteClassOfDevice.swift
[377/454] Compiling BluetoothHCI HCIWriteConnectionAcceptTimeout.swift
[378/454] Compiling BluetoothHCI HCIWriteLinkPolicySettings.swift
[379/454] Compiling BluetoothHCI HCIWriteLinkSupervisionTimeout.swift
[380/454] Compiling BluetoothHCI HCIWriteLocalName.swift
[381/454] Compiling BluetoothHCI HCIWritePageScanActivity.swift
[382/454] Compiling BluetoothHCI HCIWritePageScanType.swift
[383/454] Compiling BluetoothHCI HCIWritePageTimeout.swift
[384/454] Compiling BluetoothHCI HCIWriteScanEnable.swift
[385/454] Compiling BluetoothHCI HostControllerBasebandCommand.swift
[386/454] Compiling BluetoothHCI InformationalCommand.swift
Build complete! (86.71s)
Build complete.
Done.