The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BluetoothDarwin with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/BluetoothDarwin.git
Reference: 1.1.0
Cloned https://github.com/PureSwift/BluetoothDarwin.git into spi-builder-workspace
SUCCESS checkout https://github.com/PureSwift/BluetoothDarwin.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/PureSwift/Bluetooth.git
[1/20584] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git (1.11s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 4.2.1 (0.27s)
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 4.2.1
Building for debugging...
[0/3] Compiling CBluetoothDarwin dummy.c
[2/172] Compiling Bluetooth GAPLERole.swift
[3/172] Compiling Bluetooth GAPLESecureConnectionsConfirmation.swift
[4/172] Compiling Bluetooth GAPLESecureConnectionsRandom.swift
[5/172] Compiling Bluetooth GAPLESupportedFeatures.swift
[6/172] Compiling Bluetooth GAPListOf128BitServiceSolicitationUUIDs.swift
[7/172] Compiling Bluetooth GAPListOf16BitServiceSolicitationUUIDs.swift
[8/172] Compiling Bluetooth GAPListOf32BitServiceSolicitationUUIDs.swift
[9/172] Compiling Bluetooth GAPManufacturerSpecificData.swift
[10/172] Compiling Bluetooth GAPMeshBeacon.swift
[11/172] Compiling Bluetooth GAPMeshMessage.swift
[12/172] Compiling Bluetooth GAPPBADV.swift
[13/172] Compiling Bluetooth GAPPublicTargetAddress.swift
[14/172] Compiling Bluetooth GAPRandomTargetAddress.swift
[15/172] Compiling Bluetooth GAPSecurityManagerOOBFlags.swift
[16/172] Compiling Bluetooth GAPSecurityManagerTKValue.swift
[17/172] Compiling Bluetooth GAPServiceData128BitUUID.swift
[18/172] Compiling Bluetooth GAPServiceData16BitUUID.swift
[19/172] Compiling Bluetooth GAPServiceData32BitUUID.swift
[20/172] Compiling Bluetooth GAPShortLocalName.swift
[21/172] Compiling Bluetooth GAPSimplePairingHashC.swift
[22/172] Compiling Bluetooth GAPSimplePairingRandomizerR.swift
[23/172] Compiling Bluetooth GAPSlaveConnectionIntervalRange.swift
[24/172] Compiling Bluetooth GAPTransportDiscoveryData.swift
[25/172] Compiling Bluetooth GAPTxPowerLevel.swift
[26/196] Compiling Bluetooth ATT.swift
[27/196] Compiling Bluetooth ATTConnection.swift
[28/196] Compiling Bluetooth ATTError.swift
[29/196] Compiling Bluetooth ATTErrorResponse.swift
[30/196] Compiling Bluetooth ATTExecuteWriteRequest.swift
[31/196] Compiling Bluetooth ATTExecuteWriteResponse.swift
[32/196] Compiling Bluetooth ATTFindByTypeRequest.swift
[33/196] Compiling Bluetooth ATTFindByTypeResponse.swift
[34/196] Compiling Bluetooth ATTFindInformationRequest.swift
[35/196] Compiling Bluetooth ATTFindInformationResponse.swift
[36/196] Compiling Bluetooth ATTHandleValueConfirmation.swift
[37/196] Compiling Bluetooth ATTHandleValueIndication.swift
[38/196] Compiling Bluetooth ATTHandleValueNotification.swift
[39/196] Compiling Bluetooth ATTMaximumTransmissionUnit.swift
[40/196] Compiling Bluetooth ATTMaximumTransmissionUnitRequest.swift
[41/196] Compiling Bluetooth ATTMaximumTransmissionUnitResponse.swift
[42/196] Compiling Bluetooth ATTPrepareWriteRequest.swift
[43/196] Compiling Bluetooth ATTPrepareWriteResponse.swift
[44/196] Compiling Bluetooth ATTProtocolDataUnit.swift
[45/196] Compiling Bluetooth ATTReadBlobRequest.swift
[46/196] Compiling Bluetooth ATTReadBlobResponse.swift
[47/196] Compiling Bluetooth ATTReadByGroupTypeRequest.swift
[48/196] Compiling Bluetooth ATTReadByGroupTypeResponse.swift
[49/196] Compiling Bluetooth ATTReadByTypeRequest.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/220] Emitting module Bluetooth
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[51/220] Compiling Bluetooth Data.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[52/220] Compiling Bluetooth DataConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[53/220] Compiling Bluetooth DefinedCompanies.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[54/220] Compiling Bluetooth DefinedUUID.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[55/220] Compiling Bluetooth DefinedUUIDExtension.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[56/220] Compiling Bluetooth GAP3DInformation.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[57/220] Compiling Bluetooth GAPAdvertisingInterval.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[58/220] Compiling Bluetooth GAPAppearance.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[59/220] Compiling Bluetooth GAPAppearanceData.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[60/220] Compiling Bluetooth GAPChannelMapUpdateIndication.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[61/220] Compiling Bluetooth GAPClassOfDevice.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[62/220] Compiling Bluetooth GAPCompleteListOf128BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[63/220] Compiling Bluetooth GAPCompleteListOf16BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[64/220] Compiling Bluetooth GAPCompleteListOf32BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[65/220] Compiling Bluetooth GAPCompleteLocalName.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[66/220] Compiling Bluetooth GAPData.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[67/220] Compiling Bluetooth GAPDataEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[68/220] Compiling Bluetooth GAPDataType.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[69/220] Compiling Bluetooth GAPFlags.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[70/220] Compiling Bluetooth GAPIncompleteListOf128BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[71/220] Compiling Bluetooth GAPIncompleteListOf16BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[72/220] Compiling Bluetooth GAPIncompleteListOf32BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[73/220] Compiling Bluetooth GAPIndoorPositioning.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[74/220] Compiling Bluetooth GAPLEDeviceAddress.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[75/268] Compiling Bluetooth GATTExactTime100.swift
[76/268] Compiling Bluetooth GATTExactTime256.swift
[77/268] Compiling Bluetooth GATTExternalReportReference.swift
[78/268] Compiling Bluetooth GATTFirmwareRevisionString.swift
[79/268] Compiling Bluetooth GATTFloorNumber.swift
[80/268] Compiling Bluetooth GATTFormatDescriptor.swift
[81/268] Compiling Bluetooth GATTHardwareRevisionString.swift
[82/268] Compiling Bluetooth GATTIndoorPositioningConfiguration.swift
[83/268] Compiling Bluetooth GATTLatitude.swift
[84/268] Compiling Bluetooth GATTLocalEastCoordinate.swift
[85/268] Compiling Bluetooth GATTLocalNorthCoordinate.swift
[86/268] Compiling Bluetooth GATTLocalTimeInformation.swift
[87/268] Compiling Bluetooth GATTLocationName.swift
[88/268] Compiling Bluetooth GATTLongitude.swift
[89/268] Compiling Bluetooth GATTManufacturerNameString.swift
[90/268] Compiling Bluetooth GATTModelNumber.swift
[91/268] Compiling Bluetooth GATTNewAlert.swift
[92/268] Compiling Bluetooth GATTNumberOfDigitals.swift
[93/268] Compiling Bluetooth GATTObjectID.swift
[94/268] Compiling Bluetooth GATTObjectName.swift
[95/268] Compiling Bluetooth GATTObjectSize.swift
[96/268] Compiling Bluetooth GATTObjectType.swift
[97/268] Compiling Bluetooth GATTPnPID.swift
[98/268] Compiling Bluetooth GATTProfile.swift
[99/268] Compiling Bluetooth ATTReadByTypeResponse.swift
[100/268] Compiling Bluetooth ATTReadMultipleRequest.swift
[101/268] Compiling Bluetooth ATTReadMultipleResponse.swift
[102/268] Compiling Bluetooth ATTReadRequest.swift
[103/268] Compiling Bluetooth ATTReadResponse.swift
[104/268] Compiling Bluetooth ATTSignedWriteCommand.swift
[105/268] Compiling Bluetooth ATTWriteCommand.swift
[106/268] Compiling Bluetooth ATTWriteRequest.swift
[107/268] Compiling Bluetooth ATTWriteResponse.swift
[108/268] Compiling Bluetooth Address.swift
[109/268] Compiling Bluetooth AdvertisingChannelHeader.swift
[110/268] Compiling Bluetooth AdvertisingInterval.swift
[111/268] Compiling Bluetooth Array.swift
[112/268] Compiling Bluetooth BitMaskOption.swift
[113/268] Compiling Bluetooth BluetoothHostController.swift
[114/268] Compiling Bluetooth BluetoothUUID.swift
[115/268] Compiling Bluetooth Bool.swift
[116/268] Compiling Bluetooth ByteSwap.swift
[117/268] Compiling Bluetooth ByteValue.swift
[118/268] Compiling Bluetooth ChannelIdentifier.swift
[119/268] Compiling Bluetooth ClassOfDevice.swift
[120/268] Compiling Bluetooth CompanyIdentifier.swift
[121/268] Compiling Bluetooth CompanyIdentifierExtension.swift
[122/268] Compiling Bluetooth ConnectionAcceptTimeout.swift
[123/268] Compiling Bluetooth GAPURI.swift
[124/268] Compiling Bluetooth GAPUUIDList.swift
[125/268] Compiling Bluetooth GATT.swift
[126/268] Compiling Bluetooth GATTAerobicHeartRateLowerLimit.swift
[127/268] Compiling Bluetooth GATTAerobicHeartRateUpperLimit.swift
[128/268] Compiling Bluetooth GATTAerobicThreshold.swift
[129/268] Compiling Bluetooth GATTAge.swift
[130/268] Compiling Bluetooth GATTAggregateFormatDescriptor.swift
[131/268] Compiling Bluetooth GATTAlertCategory.swift
[132/268] Compiling Bluetooth GATTAlertCategoryBitMask.swift
[133/268] Compiling Bluetooth GATTAlertLevel.swift
[134/268] Compiling Bluetooth GATTAlertNotificationControlPoint.swift
[135/268] Compiling Bluetooth GATTAlertNotificationService.swift
[136/268] Compiling Bluetooth GATTAlertStatus.swift
[137/268] Compiling Bluetooth GATTAltitude.swift
[138/268] Compiling Bluetooth GATTAnaerobicHeartRateLowerLimit.swift
[139/268] Compiling Bluetooth GATTAnaerobicHeartRateUpperLimit.swift
[140/268] Compiling Bluetooth GATTAnalog.swift
[141/268] Compiling Bluetooth GATTAnalogOutput.swift
[142/268] Compiling Bluetooth GATTAttributes.swift
[143/268] Compiling Bluetooth GATTBarometricPressureTrend.swift
[144/268] Compiling Bluetooth GATTBatteryLevel.swift
[145/268] Compiling Bluetooth GATTBatteryPowerState.swift
[146/268] Compiling Bluetooth GATTBatteryService.swift
[147/268] Compiling Bluetooth GATTBloodPressureFeature.swift
[148/268] Compiling Bluetooth GATTBloodPressureManagement.swift
[149/268] Compiling Bluetooth GATTBloodPressureService.swift
[150/268] Compiling Bluetooth GATTBodyCompositionMeasurement.swift
[151/268] Compiling Bluetooth GATTBodySensorLocation.swift
[152/268] Compiling Bluetooth GATTBootKeyboardInputReport.swift
[153/268] Compiling Bluetooth GATTBootKeyboardOutputReport.swift
[154/268] Compiling Bluetooth GATTBootMouseInputReport.swift
[155/268] Compiling Bluetooth GATTCGMSessionRunTime.swift
[156/268] Compiling Bluetooth GATTCentralAddressResolution.swift
[157/268] Compiling Bluetooth GATTCharacteristic.swift
[158/268] Compiling Bluetooth GATTCharacteristicExtendedProperties.swift
[159/268] Compiling Bluetooth GATTCharacteristicFormatType.swift
[160/268] Compiling Bluetooth GATTClient.swift
[161/268] Compiling Bluetooth GATTClientCharacteristicConfiguration.swift
[162/268] Compiling Bluetooth GATTCrossTrainerData.swift
[163/268] Compiling Bluetooth GATTCurrentTime.swift
[164/268] Compiling Bluetooth GATTDatabase.swift
[165/268] Compiling Bluetooth GATTDateTime.swift
[166/268] Compiling Bluetooth GATTDateUTC.swift
[167/268] Compiling Bluetooth GATTDayDateTime.swift
[168/268] Compiling Bluetooth GATTDayOfWeek.swift
[169/268] Compiling Bluetooth GATTDescriptor.swift
[170/268] Compiling Bluetooth GATTDstOffset.swift
[171/363] Compiling Bluetooth HCI.swift
[172/363] Compiling Bluetooth HCIAcceptConnectionRequest.swift
[173/363] Compiling Bluetooth HCIAuthenticationComplete.swift
[174/363] Compiling Bluetooth HCIAuthenticationRequested.swift
[175/363] Compiling Bluetooth HCIChangeConnectionPacketType.swift
[176/363] Compiling Bluetooth HCICommand.swift
[177/363] Compiling Bluetooth HCICommandComplete.swift
[178/363] Compiling Bluetooth HCICommandStatus.swift
[179/363] Compiling Bluetooth HCICommandTimeout.swift
[180/363] Compiling Bluetooth HCIConnectionComplete.swift
[181/363] Compiling Bluetooth HCIConnectionPacketTypeChange.swift
[182/363] Compiling Bluetooth HCIConnectionRequest.swift
[183/363] Compiling Bluetooth HCICreateConnection.swift
[184/363] Compiling Bluetooth HCICreateConnectionCancel.swift
[185/363] Compiling Bluetooth HCIDeleteStoredLinkKey.swift
[186/363] Compiling Bluetooth HCIDisconnect.swift
[187/363] Compiling Bluetooth HCIDisconnectionComplete.swift
[188/363] Compiling Bluetooth HCIEncryptionChange.swift
[189/363] Compiling Bluetooth HCIEncryptionKeyRefreshComplete.swift
[190/363] Compiling Bluetooth HCIError.swift
[191/363] Compiling Bluetooth HCIEvent.swift
[192/363] Compiling Bluetooth HCIExitPeriodicInquiryMode.swift
[193/363] Compiling Bluetooth HCIGeneralEvent.swift
[194/363] Compiling Bluetooth HCIHoldMode.swift
[195/386] Compiling Bluetooth HCILEGenerateDHKey.swift
[196/386] Compiling Bluetooth HCILEGenerateDHKeyComplete.swift
[197/386] Compiling Bluetooth HCILELongTermKeyRequest.swift
[198/386] Compiling Bluetooth HCILELongTermKeyRequestNegativeReply.swift
[199/386] Compiling Bluetooth HCILELongTermKeyRequestReply.swift
[200/386] Compiling Bluetooth HCILEPeriodicAdvertisingCreateSync.swift
[201/386] Compiling Bluetooth HCILEPeriodicAdvertisingReport.swift
[202/386] Compiling Bluetooth HCILEPeriodicAdvertisingSyncEstablished.swift
[203/386] Compiling Bluetooth HCILEPeriodicAdvertisingSyncLost.swift
[204/386] Compiling Bluetooth HCILEPeriodicAdvertisingTerminateSync.swift
[205/386] Compiling Bluetooth HCILEPhyUpdateComplete.swift
[206/386] Compiling Bluetooth HCILERandom.swift
[207/386] Compiling Bluetooth HCILEReadAdvertisingChannelTxPower.swift
[208/386] Compiling Bluetooth HCILEReadBufferSize.swift
[209/386] Compiling Bluetooth HCILEReadChannelMap.swift
[210/386] Compiling Bluetooth HCILEReadLocalP256PublicKeyComplete.swift
[211/386] Compiling Bluetooth HCILEReadLocalResolvableAddressReturn.swift
[212/386] Compiling Bluetooth HCILEReadLocalSupportedFeatures.swift
[213/386] Compiling Bluetooth HCILEReadMaximumAdvertisingDataLength.swift
[214/386] Compiling Bluetooth HCILEReadMaximumDataLength.swift
[215/386] Compiling Bluetooth HCILEReadNumberOfSupportedAdvertisingSets.swift
[216/386] Compiling Bluetooth HCILEReadPeerResolvableAddressReturn.swift
[217/386] Compiling Bluetooth HCILEReadPeriodicAdvertisingListSize.swift
[218/386] Compiling Bluetooth HCILEReadPhy.swift
[219/409] Compiling Bluetooth HCIIOCapabilityRequest.swift
[220/409] Compiling Bluetooth HCIIOCapabilityRequestReply.swift
[221/409] Compiling Bluetooth HCIIOCapabilityResponse.swift
[222/409] Compiling Bluetooth HCIInquiry.swift
[223/409] Compiling Bluetooth HCIInquiryCancel.swift
[224/409] Compiling Bluetooth HCIInquiryComplete.swift
[225/409] Compiling Bluetooth HCIInquiryResult.swift
[226/409] Compiling Bluetooth HCILEAddDeviceToPeriodicAdvertiserList.swift
[227/409] Compiling Bluetooth HCILEAddDeviceToResolvingList.swift
[228/409] Compiling Bluetooth HCILEAddDeviceToWhiteList.swift
[229/409] Compiling Bluetooth HCILEAdvertisingReport.swift
[230/409] Compiling Bluetooth HCILEAdvertisingSetTerminated.swift
[231/409] Compiling Bluetooth HCILEChannelSelectionAlgorithm.swift
[232/409] Compiling Bluetooth HCILEConnectionComplete.swift
[233/409] Compiling Bluetooth HCILEConnectionUpdateComplete.swift
[234/409] Compiling Bluetooth HCILECreateConnection.swift
[235/409] Compiling Bluetooth HCILEDataLengthChange.swift
[236/409] Compiling Bluetooth HCILEDirectedAdvertisingReport.swift
[237/409] Compiling Bluetooth HCILEEncrypt.swift
[238/409] Compiling Bluetooth HCILEEnhancedConnectionComplete.swift
[239/409] Compiling Bluetooth HCILEEnhancedReceiverTest.swift
[240/409] Compiling Bluetooth HCILEEnhancedTransmitterTest.swift
[241/409] Compiling Bluetooth HCILEExtendedAdvertisingReport.swift
[242/409] Compiling Bluetooth HCILEExtendedCreateConnection.swift
[243/432] Compiling Bluetooth HCILEReadRemoteUsedFeatures.swift
[244/432] Compiling Bluetooth HCILEReadRemoteUsedFeaturesComplete.swift
[245/432] Compiling Bluetooth HCILEReadResolvingListSize.swift
[246/432] Compiling Bluetooth HCILEReadRfPathCompensation.swift
[247/432] Compiling Bluetooth HCILEReadSuggestedDefaultDataLength.swift
[248/432] Compiling Bluetooth HCILEReadSupportedStates.swift
[249/432] Compiling Bluetooth HCILEReadTransmitPower.swift
[250/432] Compiling Bluetooth HCILEReadWhiteListSize.swift
[251/432] Compiling Bluetooth HCILEReceiverTest.swift
[252/432] Compiling Bluetooth HCILERemoteConnectionParameterRequest.swift
[253/432] Compiling Bluetooth HCILERemoteConnectionParameterRequestNegativeReply.swift
[254/432] Compiling Bluetooth HCILERemoteConnectionParameterRequestReply.swift
[255/432] Compiling Bluetooth HCILERemoveAdvertisingSet.swift
[256/432] Compiling Bluetooth HCILERemoveDeviceFromResolvingList.swift
[257/432] Compiling Bluetooth HCILERemoveDeviceFromWhiteList.swift
[258/432] Compiling Bluetooth HCILERemoveDeviceToPeriodicAdvertiserList.swift
[259/432] Compiling Bluetooth HCILEScanRequestReceived.swift
[260/432] Compiling Bluetooth HCILESetAddressResolutionEnable.swift
[261/432] Compiling Bluetooth HCILESetAdvertiseEnable.swift
[262/432] Compiling Bluetooth HCILESetAdvertisingData.swift
[263/432] Compiling Bluetooth HCILESetAdvertisingParameters.swift
[264/432] Compiling Bluetooth HCILESetAdvertisingSetRandomAddress.swift
[265/432] Compiling Bluetooth HCILESetDataLength.swift
[266/432] Compiling Bluetooth HCILESetDefaultPhy.swift
[267/432] Compiling Bluetooth HCILinkKeyRequest.swift
[268/432] Compiling Bluetooth HCILinkKeyRequestNegativeReply.swift
[269/432] Compiling Bluetooth HCILinkKeyRequestReply.swift
[270/432] Compiling Bluetooth HCILowEnergyMetaEvent.swift
[271/432] Compiling Bluetooth HCIMaxSlotsChange.swift
[272/432] Compiling Bluetooth HCIModeChange.swift
[273/432] Compiling Bluetooth HCINumberOfCompletedPackets.swift
[274/432] Compiling Bluetooth HCIPINCodeRequest.swift
[275/432] Compiling Bluetooth HCIPINCodeRequestReply.swift
[276/432] Compiling Bluetooth HCIPacketHeader.swift
[277/432] Compiling Bluetooth HCIPageScanRepetitionMode.swift
[278/432] Compiling Bluetooth HCIPeriodicInquiryMode.swift
[279/432] Compiling Bluetooth HCIQoSSetup.swift
[280/432] Compiling Bluetooth HCIQoSSetupComplete.swift
[281/432] Compiling Bluetooth HCIReadClassOfDevice.swift
[282/432] Compiling Bluetooth HCIReadClockOffset.swift
[283/432] Compiling Bluetooth HCIReadClockOffsetComplete.swift
[284/432] Compiling Bluetooth HCIReadConnectionAcceptTimeout.swift
[285/432] Compiling Bluetooth HCIReadDataBlockSize.swift
[286/432] Compiling Bluetooth HCIReadDeviceAddress.swift
[287/432] Compiling Bluetooth HCIReadLMPHandle.swift
[288/432] Compiling Bluetooth HCIReadLocalName.swift
[289/432] Compiling Bluetooth HCIReadLocalSupportedFeatures.swift
[290/432] Compiling Bluetooth HCIReadLocalVersionInformation.swift
[291/432] Compiling Bluetooth HCIReadPageTimeout.swift
[292/432] Compiling Bluetooth HCIReadRemoteExtendedFeatures.swift
[293/432] Compiling Bluetooth HCIReadRemoteExtendedFeaturesComplete.swift
[294/432] Compiling Bluetooth HCIReadRemoteFeaturesComplete.swift
[295/432] Compiling Bluetooth HCIReadRemoteSupportedFeatures.swift
[296/432] Compiling Bluetooth HCIReadRemoteVersionInformation.swift
[297/432] Compiling Bluetooth HCIReadRemoteVersionInformationComplete.swift
[298/432] Compiling Bluetooth HCIReadStoredLinkKey.swift
[299/432] Compiling Bluetooth HCIRejectConnectionRequest.swift
[300/432] Compiling Bluetooth HCIRemoteNameRequest.swift
[301/432] Compiling Bluetooth HCIRemoteNameRequestComplete.swift
[302/432] Compiling Bluetooth HCIReset.swift
[303/432] Compiling Bluetooth HCISetConnectionEncryption.swift
[304/432] Compiling Bluetooth HCISetEventFilter.swift
[305/432] Compiling Bluetooth HCISimplePairingComplete.swift
[306/432] Compiling Bluetooth HCIUserConfirmationRequest.swift
[307/432] Compiling Bluetooth HCIUserConfirmationRequestReply.swift
[308/432] Compiling Bluetooth HCIVersion.swift
[309/432] Compiling Bluetooth HCIWriteClassOfDevice.swift
[310/432] Compiling Bluetooth HCIWriteConnectionAcceptTimeout.swift
[311/432] Compiling Bluetooth HCIWriteLinkPolicySettings.swift
[312/432] Compiling Bluetooth HCIWriteLinkSupervisionTimeout.swift
[313/432] Compiling Bluetooth HCIWriteLocalName.swift
[314/432] Compiling Bluetooth HCILESetEventMask.swift
[315/432] Compiling Bluetooth HCILESetExtendedAdvertisingData.swift
[316/432] Compiling Bluetooth HCILESetExtendedAdvertisingParameters.swift
[317/432] Compiling Bluetooth HCILESetExtendedScanEnable.swift
[318/432] Compiling Bluetooth HCILESetExtendedScanParameters.swift
[319/432] Compiling Bluetooth HCILESetExtendedScanResponseData.swift
[320/432] Compiling Bluetooth HCILESetHostChannelClassification.swift
[321/432] Compiling Bluetooth HCILESetPeriodicAdvertisingData.swift
[322/432] Compiling Bluetooth HCILESetPeriodicAdvertisingEnable.swift
[323/432] Compiling Bluetooth HCILESetPeriodicAdvertisingParameters.swift
[324/432] Compiling Bluetooth HCILESetPhy.swift
[325/432] Compiling Bluetooth HCILESetPrivacyMode.swift
[326/432] Compiling Bluetooth HCILESetRandomAddress.swift
[327/432] Compiling Bluetooth HCILESetResolvablePrivateAddressTimeout.swift
[328/432] Compiling Bluetooth HCILESetScanEnable.swift
[329/432] Compiling Bluetooth HCILESetScanParameters.swift
[330/432] Compiling Bluetooth HCILESetScanResponseData.swift
[331/432] Compiling Bluetooth HCILEStartEncryption.swift
[332/432] Compiling Bluetooth HCILETestEnd.swift
[333/432] Compiling Bluetooth HCILETransmitterTest.swift
[334/432] Compiling Bluetooth HCILEUpdateConnection.swift
[335/432] Compiling Bluetooth HCILEWriteRfPathCompensation.swift
[336/432] Compiling Bluetooth HCILEWriteSuggestedDefaultDataLength.swift
[337/432] Compiling Bluetooth HCILinkKeyNotification.swift
[338/432] Compiling Bluetooth LowEnergyConnectionLatency.swift
[339/432] Compiling Bluetooth LowEnergyConnectionLength.swift
[340/432] Compiling Bluetooth LowEnergyEvent.swift
[341/432] Compiling Bluetooth LowEnergyFeature.swift
[342/432] Compiling Bluetooth LowEnergyFragmentPreference.swift
[343/432] Compiling Bluetooth LowEnergyMaxTxOctets.swift
[344/432] Compiling Bluetooth LowEnergyMaxTxTime.swift
[345/432] Compiling Bluetooth LowEnergyPacketPayload.swift
[346/432] Compiling Bluetooth LowEnergyPeerIdentifyAddressType.swift
[347/432] Compiling Bluetooth LowEnergyPhyOptions.swift
[348/432] Compiling Bluetooth LowEnergyResolvingList.swift
[349/432] Compiling Bluetooth LowEnergyRfRxPathCompensationValue.swift
[350/432] Compiling Bluetooth LowEnergyRfTxPathCompensationValue.swift
[351/432] Compiling Bluetooth LowEnergyRole.swift
[352/432] Compiling Bluetooth LowEnergyRxChannel.swift
[353/432] Compiling Bluetooth LowEnergyRxPhy.swift
[354/432] Compiling Bluetooth LowEnergyRxPhys.swift
[355/432] Compiling Bluetooth LowEnergyScanInterval.swift
[356/432] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[357/432] Compiling Bluetooth LowEnergyState.swift
[358/432] Compiling Bluetooth LowEnergySupervisionTimeout.swift
[359/432] Compiling Bluetooth LowEnergyTxChannel.swift
[360/432] Compiling Bluetooth LowEnergyTxPhy.swift
[361/432] Compiling Bluetooth GATTReferenceTimeInformation.swift
[362/432] Compiling Bluetooth GATTReportReference.swift
[363/432] Compiling Bluetooth GATTScanIntervalWindow.swift
[364/432] Compiling Bluetooth GATTScanRefresh.swift
[365/432] Compiling Bluetooth GATTSecondaryTimeZone.swift
[366/432] Compiling Bluetooth GATTSerialNumberString.swift
[367/432] Compiling Bluetooth GATTServer.swift
[368/432] Compiling Bluetooth GATTServerCharacteristicConfiguration.swift
[369/432] Compiling Bluetooth GATTService.swift
[370/432] Compiling Bluetooth GATTSoftwareRevisionString.swift
[371/432] Compiling Bluetooth GATTSupportedNewAlertCategory.swift
[372/432] Compiling Bluetooth GATTSupportedUnreadAlertCategory.swift
[373/432] Compiling Bluetooth GATTSystemID.swift
[374/432] Compiling Bluetooth GATTTimeAccuracy.swift
[375/432] Compiling Bluetooth GATTTimeBroadcast.swift
[376/432] Compiling Bluetooth GATTTimeSource.swift
[377/432] Compiling Bluetooth GATTTimeTriggerSetting.swift
[378/432] Compiling Bluetooth GATTTimeUpdateControlPoint.swift
[379/432] Compiling Bluetooth GATTTimeUpdateState.swift
[380/432] Compiling Bluetooth GATTTimeWithDst.swift
[381/432] Compiling Bluetooth GATTTimeZone.swift
[382/432] Compiling Bluetooth GATTUncertainty.swift
[383/432] Compiling Bluetooth GATTUnreadAlertStatus.swift
[384/432] Compiling Bluetooth GATTUserDescription.swift
[385/432] Compiling Bluetooth HCIWritePageScanActivity.swift
[386/432] Compiling Bluetooth HCIWritePageScanType.swift
[387/432] Compiling Bluetooth HCIWritePageTimeout.swift
[388/432] Compiling Bluetooth HCIWriteScanEnable.swift
[389/432] Compiling Bluetooth Hexadecimal.swift
[390/432] Compiling Bluetooth HostControllerBasebandCommand.swift
[391/432] Compiling Bluetooth InformationalCommand.swift
[392/432] Compiling Bluetooth Integer.swift
[393/432] Compiling Bluetooth L2CAPSocket.swift
[394/432] Compiling Bluetooth LMPFeature.swift
[395/432] Compiling Bluetooth LinkControlCommand.swift
[396/432] Compiling Bluetooth LinkPolicyCommand.swift
[397/432] Compiling Bluetooth LowEnergyAddressType.swift
[398/432] Compiling Bluetooth LowEnergyAdvertiserAddressType.swift
[399/432] Compiling Bluetooth LowEnergyAdvertising.swift
[400/432] Compiling Bluetooth LowEnergyAdvertisingData.swift
[401/432] Compiling Bluetooth LowEnergyAllPhys.swift
[402/432] Compiling Bluetooth LowEnergyChannelMap.swift
[403/432] Compiling Bluetooth LowEnergyClockAccuracy.swift
[404/432] Compiling Bluetooth LowEnergyCommand.swift
[405/432] Compiling Bluetooth LowEnergyConnection.swift
[406/432] Compiling Bluetooth LowEnergyConnectionInterval.swift
[407/432] Compiling Bluetooth LowEnergyConnectionIntervalRange.swift
[408/432] Compiling Bluetooth LowEnergyTxPhys.swift
[409/432] Compiling Bluetooth LowEnergyTxPower.swift
[410/432] Compiling Bluetooth LowEnergyWhiteList.swift
[411/432] Compiling Bluetooth LowEnergyWhiteListDevice.swift
[412/432] Compiling Bluetooth PacketType.swift
[413/432] Compiling Bluetooth ProtocolServiceMultiplexer.swift
[414/432] Compiling Bluetooth RSSI.swift
[415/432] Compiling Bluetooth SFloat.swift
[416/432] Compiling Bluetooth SecurityLevel.swift
[417/432] Compiling Bluetooth StatusParametersCommand.swift
[418/432] Compiling Bluetooth TestingCommand.swift
[419/432] Compiling Bluetooth UInt128.swift
[420/432] Compiling Bluetooth UInt24.swift
[421/432] Compiling Bluetooth UInt256.swift
[422/432] Compiling Bluetooth UInt40.swift
[423/432] Compiling Bluetooth UInt48.swift
[424/432] Compiling Bluetooth UInt512.swift
[425/432] Compiling Bluetooth UUID.swift
[426/432] Compiling Bluetooth Unit.swift
[427/432] Compiling Bluetooth UnitIdentifier.swift
[428/432] Compiling Bluetooth UnitIdentifierExtension.swift
[429/432] Compiling Bluetooth VendorCommand.swift
[430/432] Compiling Bluetooth iBeacon.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1