The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GATT, reference 3.3.1 (8f9b5f), with Swift 6.1 for Linux on 14 Jun 2025 08:11:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/GATT.git
Reference: 3.3.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/PureSwift/GATT
 * tag               3.3.1      -> FETCH_HEAD
HEAD is now at 8f9b5f2 Merge pull request #36 from zunda-pixel/add-editorconfig
Cloned https://github.com/PureSwift/GATT.git
Revision (git rev-parse @):
8f9b5f21faf8995d5f72c64712d54afc81f895c1
SUCCESS checkout https://github.com/PureSwift/GATT.git at 3.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PureSwift/GATT.git
https://github.com/PureSwift/GATT.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bluetooth",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.2.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/Bluetooth.git"
    }
  ],
  "manifest_display_name" : "GATT",
  "name" : "GATT",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "GATT",
      "targets" : [
        "GATT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DarwinGATT",
      "targets" : [
        "DarwinGATT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GATTTests",
      "module_type" : "SwiftTarget",
      "name" : "GATTTests",
      "path" : "Tests/GATTTests",
      "product_dependencies" : [
        "Bluetooth",
        "BluetoothGATT",
        "BluetoothGAP",
        "BluetoothHCI"
      ],
      "sources" : [
        "GATTTests.swift",
        "TestHostController.swift",
        "TestL2CAPSocket.swift"
      ],
      "target_dependencies" : [
        "GATT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GATT",
      "module_type" : "SwiftTarget",
      "name" : "GATT",
      "path" : "Sources/GATT",
      "product_dependencies" : [
        "Bluetooth",
        "BluetoothGATT",
        "BluetoothGAP",
        "BluetoothHCI"
      ],
      "product_memberships" : [
        "GATT",
        "DarwinGATT"
      ],
      "sources" : [
        "AdvertisementData.swift",
        "AsyncStream.swift",
        "AttributePermission.swift",
        "CentralAttributes.swift",
        "CentralError.swift",
        "CentralProtocol.swift",
        "CharacteristicProperty.swift",
        "Extensions/OptionSet.swift",
        "GATTCentral.swift",
        "GATTClientConnection.swift",
        "GATTPeripheral.swift",
        "GATTServerConnection.swift",
        "L2CAP.swift",
        "ManufacturerSpecificData.swift",
        "MaximumTransmissionUnit.swift",
        "Peer.swift",
        "PeripheralProtocol.swift",
        "ScanData.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DarwinGATT",
      "module_type" : "SwiftTarget",
      "name" : "DarwinGATT",
      "path" : "Sources/DarwinGATT",
      "product_dependencies" : [
        "BluetoothGATT"
      ],
      "product_memberships" : [
        "DarwinGATT"
      ],
      "sources" : [
        "DarwinAdvertisementData.swift",
        "DarwinAttributes.swift",
        "DarwinBluetoothState.swift",
        "DarwinCentral.swift",
        "DarwinCentralError.swift",
        "DarwinDescriptor.swift",
        "DarwinPeripheral.swift",
        "Extensions/CBCentral.swift",
        "Extensions/CBPeripheral.swift",
        "Extensions/Integer.swift",
        "PeripheralContinuation.swift",
        "Queue.swift"
      ],
      "target_dependencies" : [
        "GATT"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:96978cfc7c1f56c0b12d561b3402e65f41ab79b9797a4fd5965b5c0d586dcecc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/PureSwift/Bluetooth.git
[1/23626] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (1.36s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 7.2.1 (2.12s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70793] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.14s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (9.11s)
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 7.2.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
[0/14] Copying ServiceUUID.json
[0/14] Copying DeclarationUUID.json
[0/14] Copying DescriptorUUID.json
[3/14] Copying UnitIdentifier.json
[4/14] Copying CharacteristicUUID.json
[5/14] Write sources
[6/14] Copying MemberUUID.json
[6/14] Write sources
[7/14] Copying CompanyIdentifier.json
[9/14] Write swift-version-24593BA9C3E375BF.txt
[11/19] Compiling BluetoothMetadata resource_bundle_accessor.swift
[12/19] Compiling BluetoothMetadata CompanyIdentifier.swift
[13/19] Compiling BluetoothMetadata BluetoothUUID.swift
[14/19] Emitting module BluetoothMetadata
[15/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[16/20] Wrapping AST for BluetoothMetadata for debugging
[18/27] Compiling GenerateBluetooth BluetoothUUID.swift
[19/27] Compiling GenerateBluetooth CompanyIdentifier.swift
[20/27] Emitting module GenerateBluetooth
[21/27] Compiling GenerateBluetooth UnitIdentifier.swift
[22/27] Compiling GenerateBluetooth Generate.swift
[23/27] Compiling GenerateBluetooth Hexadecimal.swift
[24/27] Compiling GenerateBluetooth String.swift
[25/28] Wrapping AST for GenerateBluetooth for debugging
[26/28] Write Objects.LinkFileList
[27/28] Linking GenerateBluetooth-tool
[1/1] Compiling plugin GenerateBluetoothDefinitions
Building for debugging...
[1/69] Write sources
[4/69] Copying UnitIdentifier.json
[4/69] Copying ServiceUUID.json
[4/69] Copying DescriptorUUID.json
[4/69] Copying MemberUUID.json
[4/69] Copying DeclarationUUID.json
[4/69] Copying UnitIdentifier.json
[4/69] Copying ServiceUUID.json
[4/69] Copying CharacteristicUUID.json
[4/69] Copying DescriptorUUID.json
[4/69] Copying DeclarationUUID.json
[4/69] Copying CompanyIdentifier.json
[4/69] Copying MemberUUID.json
[4/69] Write sources
[4/69] Copying CharacteristicUUID.json
[4/69] Write sources
[4/69] Copying CompanyIdentifier.json
[4/69] Write sources
[38/69] Compiling _SwiftSyntaxCShims dummy.c
[39/69] Write swift-version-24593BA9C3E375BF.txt
[41/81] Compiling SwiftSyntax600 Empty.swift
[42/81] Emitting module SwiftSyntax600
[43/81] Compiling SwiftSyntax510 Empty.swift
[44/82] Emitting module SwiftSyntax509
[45/82] Emitting module SwiftSyntax510
[46/83] Compiling BluetoothMetadata resource_bundle_accessor.swift
[47/83] Compiling SwiftSyntax509 Empty.swift
[51/84] Emitting module BluetoothMetadata
[52/85] Compiling BluetoothMetadata CompanyIdentifier.swift
[52/85] Wrapping AST for SwiftSyntax600 for debugging
[53/85] Wrapping AST for SwiftSyntax510 for debugging
[56/85] Compiling BluetoothMetadata BluetoothMetadata.swift
[57/85] Compiling BluetoothMetadata BluetoothUUID.swift
[58/85] Emitting module BluetoothMetadata
[58/86] Wrapping AST for SwiftSyntax509 for debugging
[60/86] Wrapping AST for BluetoothMetadata for debugging
[62/151] Emitting module GenerateBluetooth
[63/152] Wrapping AST for GenerateBluetooth for debugging
[64/152] Write Objects.LinkFileList
[65/152] Linking GenerateBluetooth-tool
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/UnitIdentifiers.swift
[66/152] Generate Bluetooth Unit Identifier Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[67/152] Generate Bluetooth Service UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DeclarationUUID.swift
[68/152] Generate Bluetooth Declaration UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[69/152] Generate Bluetooth Descriptor UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[70/152] Generate Bluetooth Member UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[71/152] Generate Bluetooth Characteristic UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[72/152] Generate Bluetooth Company Identifier Definitions
[73/152] Write sources
[75/152] Compiling SwiftSyntax AbsolutePosition.swift
[76/152] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[77/152] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[78/152] Compiling SwiftSyntax Assert.swift
[79/152] Compiling SwiftSyntax BumpPtrAllocator.swift
[80/152] Compiling SwiftSyntax CommonAncestor.swift
[81/152] Compiling SwiftSyntax Convenience.swift
[82/152] Compiling SwiftSyntax CustomTraits.swift
[83/152] Compiling SwiftSyntax Identifier.swift
[84/152] Compiling SwiftSyntax MemoryLayout.swift
[85/152] Compiling SwiftSyntax MissingNodeInitializers.swift
[86/152] Compiling SwiftSyntax RawSyntax.swift
[87/152] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[88/152] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[89/152] Compiling SwiftSyntax RawSyntaxTokenView.swift
[90/152] Compiling SwiftSyntax SourceEdit.swift
[91/152] Compiling SwiftSyntax SourceLength.swift
[92/152] Compiling SwiftSyntax SourceLocation.swift
[93/160] Emitting module SwiftSyntax
[94/160] Compiling SwiftSyntax SyntaxKind.swift
[95/160] Compiling SwiftSyntax SyntaxRewriter.swift
[96/160] Compiling SwiftSyntax SyntaxTraits.swift
[97/160] Compiling SwiftSyntax SyntaxVisitor.swift
[98/160] Compiling SwiftSyntax TokenKind.swift
[99/160] Compiling SwiftSyntax Tokens.swift
[100/160] Compiling SwiftSyntax TriviaPieces.swift
[101/160] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[102/160] Compiling SwiftSyntax RawSyntaxNodesC.swift
[103/160] Compiling SwiftSyntax SyntaxNodeFactory.swift
[104/160] Compiling SwiftSyntax SyntaxNodeStructure.swift
[105/160] Compiling SwiftSyntax SyntaxProtocol.swift
[106/160] Compiling SwiftSyntax SyntaxText.swift
[107/160] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[108/160] Compiling SwiftSyntax TokenDiagnostic.swift
[109/160] Compiling SwiftSyntax TokenSequence.swift
[110/160] Compiling SwiftSyntax TokenSyntax.swift
[111/160] Compiling SwiftSyntax Trivia.swift
[112/160] Compiling SwiftSyntax RawSyntaxNodesD.swift
[113/160] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[114/160] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[115/160] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[116/160] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[117/160] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[118/160] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[119/160] Compiling SwiftSyntax RawSyntaxValidation.swift
[120/160] Compiling SwiftSyntax SyntaxNodesAB.swift
[121/160] Compiling SwiftSyntax SourcePresence.swift
[122/160] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[123/160] Compiling SwiftSyntax Syntax.swift
[124/160] Compiling SwiftSyntax SyntaxArena.swift
[125/160] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[126/160] Compiling SwiftSyntax SyntaxChildren.swift
[127/160] Compiling SwiftSyntax SyntaxCollection.swift
[128/160] Compiling SwiftSyntax SyntaxHashable.swift
[129/160] Compiling SwiftSyntax SyntaxIdentifier.swift
[130/160] Compiling SwiftSyntax Utils.swift
[131/160] Compiling SwiftSyntax ChildNameForKeyPath.swift
[132/160] Compiling SwiftSyntax Keyword.swift
[133/160] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[134/160] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[135/160] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[136/160] Compiling SwiftSyntax SyntaxBaseNodes.swift
[137/160] Compiling SwiftSyntax SyntaxCollections.swift
[138/160] Compiling SwiftSyntax SyntaxEnum.swift
[139/160] Compiling SwiftSyntax SyntaxNodesC.swift
[140/160] Compiling SwiftSyntax SyntaxNodesD.swift
[141/160] Compiling SwiftSyntax SyntaxNodesEF.swift
[142/160] Compiling SwiftSyntax SyntaxNodesGHI.swift
[143/160] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[144/160] Compiling SwiftSyntax SyntaxNodesOP.swift
[145/160] Compiling SwiftSyntax SyntaxNodesQRS.swift
[146/160] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[147/161] Wrapping AST for SwiftSyntax for debugging
[149/218] Emitting module SwiftDiagnostics
[150/219] Compiling SwiftBasicFormat Syntax+Extensions.swift
[151/219] Compiling SwiftDiagnostics Message.swift
[152/219] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[153/219] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[154/219] Compiling SwiftDiagnostics Note.swift
[155/219] Compiling SwiftParser Nominals.swift
[156/219] Compiling SwiftParser Parameters.swift
[157/219] Compiling SwiftParser Modifiers.swift
[158/219] Compiling SwiftParser Names.swift
[159/219] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[160/219] Compiling SwiftDiagnostics FixIt.swift
[161/219] Compiling SwiftBasicFormat InferIndentation.swift
[162/219] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[163/219] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[164/220] Emitting module SwiftBasicFormat
[165/220] Compiling SwiftBasicFormat BasicFormat.swift
[167/221] Wrapping AST for SwiftBasicFormat for debugging
[168/221] Wrapping AST for SwiftDiagnostics for debugging
[170/221] Compiling SwiftParser SwiftParserCompatibility.swift
[171/221] Compiling SwiftParser SwiftVersion.swift
[172/221] Compiling SwiftParser SyntaxUtils.swift
[173/221] Compiling SwiftParser TokenConsumer.swift
[174/221] Compiling SwiftParser TokenPrecedence.swift
[179/226] Compiling SwiftParser ParseSourceFile.swift
[180/226] Compiling SwiftParser Parser.swift
[181/226] Compiling SwiftParser LexemeSequence.swift
[182/226] Compiling SwiftParser Lexer.swift
[183/226] Compiling SwiftParser RegexLiteralLexer.swift
[184/226] Compiling SwiftParser UnicodeScalarExtensions.swift
[185/226] Compiling SwiftParser Lookahead.swift
[186/226] Compiling SwiftParser LoopProgressCondition.swift
[187/226] Compiling SwiftParser TokenSpec.swift
[188/226] Compiling SwiftParser TokenSpecSet.swift
[189/226] Compiling SwiftParser TopLevel.swift
[190/226] Compiling SwiftParser TriviaParser.swift
[191/226] Compiling SwiftParser Types.swift
[192/226] Compiling SwiftParser Patterns.swift
[193/226] Compiling SwiftParser Recovery.swift
[194/226] Compiling SwiftParser Specifiers.swift
[195/226] Compiling SwiftParser Statements.swift
[196/226] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[197/226] Compiling SwiftParser StringLiterals.swift
[198/226] Emitting module SwiftParser
[199/226] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[200/226] Compiling SwiftParser Expressions.swift
[201/226] Compiling SwiftParser IncrementalParseTransition.swift
[202/226] Compiling SwiftParser IsValidIdentifier.swift
[203/226] Compiling SwiftParser Cursor.swift
[204/226] Compiling SwiftParser Lexeme.swift
[205/226] Compiling SwiftParser Attributes.swift
[206/226] Compiling SwiftParser Availability.swift
[207/226] Compiling SwiftParser CharacterInfo.swift
[208/226] Compiling SwiftParser CollectionNodes+Parsable.swift
[209/226] Compiling SwiftParser Declarations.swift
[210/226] Compiling SwiftParser Directives.swift
[211/226] Compiling SwiftParser ExperimentalFeatures.swift
[212/226] Compiling SwiftParser IsLexerClassified.swift
[213/226] Compiling SwiftParser LayoutNodes+Parsable.swift
[214/226] Compiling SwiftParser Parser+TokenSpecSet.swift
[215/226] Compiling SwiftParser TokenSpecStaticMembers.swift
[216/227] Wrapping AST for SwiftParser for debugging
[218/250] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[219/251] Compiling SwiftOperators PrecedenceGroup.swift
[220/252] Compiling SwiftOperators PrecedenceGraph.swift
[221/252] Compiling SwiftOperators OperatorTable.swift
[222/252] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[223/252] Compiling SwiftOperators OperatorTable+Semantics.swift
[224/252] Emitting module SwiftOperators
[225/252] Compiling SwiftOperators Operator.swift
[226/252] Compiling SwiftOperators OperatorError+Diagnostics.swift
[227/252] Compiling SwiftOperators OperatorError.swift
[228/252] Compiling SwiftOperators OperatorTable+Defaults.swift
[229/252] Compiling SwiftOperators OperatorTable+Folding.swift
[230/252] Compiling SwiftOperators SyntaxSynthesis.swift
[232/253] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[233/253] Compiling SwiftParserDiagnostics Utils.swift
[234/253] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[234/253] Wrapping AST for SwiftOperators for debugging
[236/253] Emitting module SwiftParserDiagnostics
[239/253] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[240/253] Compiling SwiftParserDiagnostics PresenceUtils.swift
[241/253] Compiling SwiftParserDiagnostics MissingNodesError.swift
[242/253] Compiling SwiftParserDiagnostics MissingTokenError.swift
[245/254] Wrapping AST for SwiftParserDiagnostics for debugging
[247/269] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[248/269] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[249/270] Compiling SwiftSyntaxBuilder Indenter.swift
[250/270] Compiling SwiftSyntaxBuilder ListBuilder.swift
[251/270] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[252/270] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[253/270] Emitting module SwiftSyntaxBuilder
[254/270] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[255/270] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[256/270] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[257/270] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[258/270] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[259/270] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[260/270] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[261/270] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[262/270] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[263/271] Wrapping AST for SwiftSyntaxBuilder for debugging
[265/288] Compiling SwiftSyntaxMacros AccessorMacro.swift
[266/288] Compiling SwiftSyntaxMacros AttachedMacro.swift
[267/288] Compiling SwiftSyntaxMacros BodyMacro.swift
[268/290] Compiling SwiftSyntaxMacros Macro.swift
[269/290] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[270/290] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[271/290] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[272/290] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[273/290] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[274/290] Compiling SwiftSyntaxMacros MemberMacro.swift
[275/290] Compiling SwiftSyntaxMacros PeerMacro.swift
[276/290] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[277/290] Compiling SwiftSyntaxMacros Macro+Format.swift
[278/290] Emitting module SwiftSyntaxMacros
[279/290] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[280/290] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[281/290] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[282/290] Compiling SwiftSyntaxMacros PreambleMacro.swift
[283/290] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[284/291] Wrapping AST for SwiftSyntaxMacros for debugging
[286/300] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[287/301] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[288/301] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[289/301] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[290/301] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[291/301] Emitting module SwiftSyntaxMacroExpansion
[292/301] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[293/301] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[294/301] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[295/301] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[296/302] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[298/314] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[299/314] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[300/314] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[301/315] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[302/315] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[303/315] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[304/315] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[305/315] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[306/315] Emitting module SwiftCompilerPluginMessageHandling
[307/315] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[308/315] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[309/315] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[310/315] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[311/316] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[313/318] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[314/318] Emitting module SwiftCompilerPlugin
[315/319] Wrapping AST for SwiftCompilerPlugin for debugging
[317/324] Compiling BluetoothMacros Plugins.swift
[318/324] Compiling BluetoothMacros BluetoothAddress.swift
[319/324] Compiling BluetoothMacros BluetoothUUID.swift
[320/324] Emitting module BluetoothMacros
[321/324] Compiling BluetoothMacros Hexadecimal.swift
[322/325] Wrapping AST for BluetoothMacros for debugging
[323/325] Write Objects.LinkFileList
[324/325] Linking BluetoothMacros-tool
[326/361] Compiling Bluetooth Data.swift
[327/361] Compiling Bluetooth Hexadecimal.swift
[328/361] Compiling Bluetooth Integer.swift
[329/361] Compiling Bluetooth String.swift
[330/361] Compiling Bluetooth System.swift
[331/365] Compiling Bluetooth ByteSwap.swift
[332/365] Compiling Bluetooth ByteValue.swift
[333/365] Compiling Bluetooth ClassOfDevice.swift
[334/365] Compiling Bluetooth CompanyIdentifier.swift
[335/365] Compiling Bluetooth CompanyIdentifierMetadata.swift
[336/365] Compiling Bluetooth Address.swift
[337/365] Compiling Bluetooth AsyncIndefiniteStream.swift
[338/365] Compiling Bluetooth BitMaskOption.swift
[339/365] Compiling Bluetooth BluetoothUUID.swift
[340/365] Compiling Bluetooth BluetoothUUIDMetadata.swift
[341/365] Compiling Bluetooth CharacteristicUUID.swift
[342/365] Compiling Bluetooth DescriptorUUID.swift
[343/365] Compiling Bluetooth MemberUUID.swift
[344/365] Compiling Bluetooth DeclarationUUID.swift
[345/365] Emitting module Bluetooth
[346/365] Compiling Bluetooth SFloat.swift
[347/365] Compiling Bluetooth SecurityLevel.swift
[348/365] Compiling Bluetooth UInt128.swift
[349/365] Compiling Bluetooth UInt24.swift
[350/365] Compiling Bluetooth UInt256.swift
[351/365] Compiling Bluetooth UInt40.swift
[352/365] Compiling Bluetooth UInt48.swift
[353/365] Compiling Bluetooth UInt512.swift
[354/365] Compiling Bluetooth Unit.swift
[355/365] Compiling Bluetooth UnitIdentifier.swift
[356/365] Compiling Bluetooth UUID.swift
[357/365] Compiling Bluetooth L2CAPSocket.swift
[358/365] Compiling Bluetooth LowEnergyAdvertisingData.swift
[359/365] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[360/365] Compiling Bluetooth RSSI.swift
[361/365] Compiling Bluetooth UnitIdentifierMetadata.swift
[362/365] Compiling Bluetooth iBeacon.swift
[363/365] Compiling Bluetooth CompanyIdentifiers.swift
[364/365] Compiling Bluetooth UnitIdentifiers.swift
[365/365] Compiling Bluetooth ServiceUUID.swift
[367/532] Compiling BluetoothGATT ATTPrepareWriteRequest.swift
[368/532] Compiling BluetoothGATT ATTPrepareWriteResponse.swift
[369/532] Compiling BluetoothGATT ATTProtocolDataUnit.swift
[370/532] Compiling BluetoothGATT ATTReadBlobRequest.swift
[371/532] Compiling BluetoothGATT ATTReadBlobResponse.swift
[372/532] Compiling BluetoothGATT ATTReadByGroupTypeRequest.swift
[373/532] Compiling BluetoothGATT ATTReadByGroupTypeResponse.swift
[374/538] Compiling BluetoothGATT ATTWriteCommand.swift
[375/538] Compiling BluetoothGATT ATTWriteRequest.swift
[376/538] Compiling BluetoothGATT ATTWriteResponse.swift
[377/538] Compiling BluetoothGATT Array.swift
[378/538] Compiling BluetoothGATT Bool.swift
[379/538] Compiling BluetoothGATT Data.swift
[380/538] Compiling BluetoothGATT Hexadecimal.swift
[381/538] Compiling BluetoothGATT ATTFindByTypeRequest.swift
[382/538] Compiling BluetoothGATT ATTFindByTypeResponse.swift
[383/538] Compiling BluetoothGATT ATTFindInformationRequest.swift
[384/538] Compiling BluetoothGATT ATTFindInformationResponse.swift
[385/538] Compiling BluetoothGATT ATTHandleValueConfirmation.swift
[386/538] Compiling BluetoothGATT ATTHandleValueIndication.swift
[387/538] Compiling BluetoothGATT GATTAerobicHeartRateUpperLimit.swift
[388/538] Compiling BluetoothGATT GATTAerobicThreshold.swift
[389/538] Compiling BluetoothGATT GATTAge.swift
[390/538] Compiling BluetoothGATT GATTAggregateFormatDescriptor.swift
[391/538] Compiling BluetoothGATT GATTAlertCategory.swift
[392/538] Compiling BluetoothGATT GATTAlertCategoryBitMask.swift
[393/538] Compiling BluetoothGATT GATTAlertLevel.swift
[394/538] Compiling BluetoothGATT ATTAttributePermissions.swift
[395/538] Compiling BluetoothGATT ATTConnection.swift
[396/538] Compiling BluetoothGATT ATTError.swift
[397/538] Compiling BluetoothGATT ATTErrorResponse.swift
[398/538] Compiling BluetoothGATT ATTExecuteWriteRequest.swift
[399/538] Compiling BluetoothGATT ATTExecuteWriteResponse.swift
[400/538] Compiling BluetoothGATT Integer.swift
[401/538] Compiling BluetoothGATT OptionSet.swift
[402/538] Compiling BluetoothGATT String.swift
[403/538] Compiling BluetoothGATT System.swift
[404/538] Compiling BluetoothGATT GATT.swift
[405/538] Compiling BluetoothGATT GATTAerobicHeartRateLowerLimit.swift
[406/538] Emitting module BluetoothGAP
[407/538] Compiling BluetoothGATT ATTReadByTypeRequest.swift
[408/538] Compiling BluetoothGATT ATTReadByTypeResponse.swift
[409/538] Compiling BluetoothGATT ATTReadMultipleRequest.swift
[410/538] Compiling BluetoothGATT ATTReadMultipleResponse.swift
[411/538] Compiling BluetoothGATT ATTReadRequest.swift
[412/538] Compiling BluetoothGATT ATTReadResponse.swift
[413/538] Compiling BluetoothGATT ATTSignedWriteCommand.swift
[414/538] Compiling BluetoothGATT GATTDescriptor.swift
[415/538] Compiling BluetoothGATT GATTDstOffset.swift
[416/538] Compiling BluetoothGATT GATTExactTime256.swift
[417/538] Compiling BluetoothGATT GATTExternalReportReference.swift
[418/538] Compiling BluetoothGATT GATTFirmwareRevisionString.swift
[419/538] Compiling BluetoothGATT GATTFloorNumber.swift
[420/538] Compiling BluetoothGATT GATTFormatDescriptor.swift
[421/538] Compiling BluetoothGATT GATTHardwareRevisionString.swift
[422/538] Compiling BluetoothGATT GATTIndoorPositioningConfiguration.swift
[423/538] Compiling BluetoothGATT GATTLatitude.swift
[424/538] Compiling BluetoothGATT GATTLocalEastCoordinate.swift
[425/538] Compiling BluetoothGATT GATTLocalNorthCoordinate.swift
[426/538] Compiling BluetoothGATT GATTLocalTimeInformation.swift
[427/538] Compiling BluetoothGATT GATTLocationName.swift
[428/538] Compiling BluetoothGATT GATTLongitude.swift
[429/538] Compiling BluetoothGATT GATTManufacturerNameString.swift
[430/538] Compiling BluetoothGATT GATTModelNumber.swift
[448/554] Compiling BluetoothGAP GAPSlaveConnectionIntervalRange.swift
[449/554] Compiling BluetoothGAP GAPTransportDiscoveryData.swift
[450/554] Compiling BluetoothGAP GAPTxPowerLevel.swift
[451/554] Compiling BluetoothGAP GAPURI.swift
[452/554] Compiling BluetoothGAP GAPUUIDList.swift
[453/554] Compiling BluetoothGAP iBeacon.swift
[455/717] Compiling BluetoothHCI HCIInquiryResult.swift
[456/717] Compiling BluetoothHCI HCILEAddDeviceToPeriodicAdvertiserList.swift
[457/717] Compiling BluetoothHCI HCILEAddDeviceToResolvingList.swift
[458/717] Compiling BluetoothHCI HCILEAddDeviceToWhiteList.swift
[459/717] Compiling BluetoothHCI HCILEAdvertisingReport.swift
[460/717] Compiling BluetoothHCI HCILEAdvertisingSetTerminated.swift
[461/717] Compiling BluetoothHCI AdvertisingChannelHeader.swift
[462/717] Compiling BluetoothHCI AdvertisingInterval.swift
[463/717] Compiling BluetoothHCI BluetoothHostController.swift
[464/717] Compiling BluetoothHCI ChannelIdentifier.swift
[465/717] Compiling BluetoothHCI ConnectionAcceptTimeout.swift
[466/717] Compiling BluetoothHCI Bool.swift
[467/717] Compiling BluetoothHCI Hexadecimal.swift
[468/717] Compiling BluetoothHCI Integer.swift
[469/717] Compiling BluetoothHCI String.swift
[470/717] Compiling BluetoothHCI System.swift
[471/717] Compiling BluetoothHCI HCI.swift
[472/717] Compiling BluetoothHCI HCIAcceptConnectionRequest.swift
[473/717] Compiling BluetoothHCI HCIAuthenticationComplete.swift
[474/717] Compiling BluetoothHCI HCIAuthenticationRequested.swift
[475/717] Compiling BluetoothHCI HCIChangeConnectionPacketType.swift
[476/717] Compiling BluetoothHCI HCICommand.swift
[477/717] Compiling BluetoothHCI HCICommandComplete.swift
[478/717] Compiling BluetoothHCI HCICommandStatus.swift
[479/717] Compiling BluetoothHCI HCICommandTimeout.swift
[480/717] Compiling BluetoothHCI HCIConnectionComplete.swift
[481/717] Compiling BluetoothHCI HCIConnectionPacketTypeChange.swift
[482/717] Compiling BluetoothHCI HCIConnectionRequest.swift
[483/717] Compiling BluetoothHCI HCICreateConnection.swift
[484/717] Compiling BluetoothHCI HCILEChannelSelectionAlgorithm.swift
[485/717] Compiling BluetoothHCI HCILEConnectionComplete.swift
[486/717] Compiling BluetoothHCI HCILEConnectionUpdateComplete.swift
[487/717] Compiling BluetoothHCI HCILECreateConnection.swift
[488/717] Compiling BluetoothHCI HCILEDataLengthChange.swift
[489/717] Compiling BluetoothHCI HCILESetAdvertisingParameters.swift
[490/717] Compiling BluetoothHCI HCILESetAdvertisingSetRandomAddress.swift
[491/717] Compiling BluetoothHCI HCILESetDataLength.swift
[492/717] Compiling BluetoothHCI HCILESetDefaultPhy.swift
[493/717] Compiling BluetoothHCI HCILESetEventMask.swift
[494/717] Compiling BluetoothHCI HCILESetExtendedAdvertisingData.swift
[495/717] Compiling BluetoothHCI HCILESetExtendedAdvertisingParameters.swift
[496/717] Compiling BluetoothHCI HCILESetExtendedScanEnable.swift
[497/717] Compiling BluetoothHCI HCILESetExtendedScanParameters.swift
[498/717] Compiling BluetoothHCI HCILESetExtendedScanResponseData.swift
[499/717] Compiling BluetoothHCI HCILESetHostChannelClassification.swift
[500/717] Compiling BluetoothHCI HCILESetPeriodicAdvertisingData.swift
[501/717] Compiling BluetoothHCI HCILESetPeriodicAdvertisingEnable.swift
[502/717] Compiling BluetoothHCI HCILESetPeriodicAdvertisingParameters.swift
[503/717] Compiling BluetoothHCI HCILESetPhy.swift
[504/717] Compiling BluetoothHCI HCILESetPrivacyMode.swift
[505/717] Compiling BluetoothHCI HCILESetRandomAddress.swift
[506/717] Compiling BluetoothHCI HCILESetResolvablePrivateAddressTimeout.swift
[507/717] Compiling BluetoothHCI HCILESetScanEnable.swift
[508/717] Compiling BluetoothHCI HCILESetScanParameters.swift
[509/717] Compiling BluetoothHCI HCILESetScanResponseData.swift
[510/717] Compiling BluetoothHCI HCILEStartEncryption.swift
[511/717] Compiling BluetoothHCI HCILETestEnd.swift
[512/717] Compiling BluetoothHCI HCILETransmitterTest.swift
[513/717] Compiling BluetoothHCI HCILEUpdateConnection.swift
[514/717] Compiling BluetoothHCI HCILEWriteRfPathCompensation.swift
[515/717] Compiling BluetoothHCI HCILEWriteSuggestedDefaultDataLength.swift
[516/717] Compiling BluetoothHCI HCILinkKeyNotification.swift
[517/717] Compiling BluetoothHCI HCILinkKeyRequest.swift
[518/717] Compiling BluetoothHCI HCILinkKeyRequestNegativeReply.swift
[519/717] Compiling BluetoothHCI HCILinkKeyRequestReply.swift
[520/717] Compiling BluetoothHCI HCILowEnergyMetaEvent.swift
[521/717] Emitting module BluetoothGATT
[541/717] Compiling BluetoothHCI HCIMaxSlotsChange.swift
[542/717] Compiling BluetoothHCI HCIModeChange.swift
[543/717] Compiling BluetoothHCI HCINumberOfCompletedPackets.swift
[544/717] Compiling BluetoothHCI HCIPINCodeRequest.swift
[545/717] Compiling BluetoothHCI HCIPINCodeRequestReply.swift
[546/717] Compiling BluetoothHCI HCIPacketHeader.swift
[547/717] Compiling BluetoothHCI HCIPageScanRepetitionMode.swift
[548/717] Compiling BluetoothHCI HCIPeriodicInquiryMode.swift
[549/717] Compiling BluetoothHCI HCIQoSSetup.swift
[550/717] Compiling BluetoothHCI HCIQoSSetupComplete.swift
[551/717] Compiling BluetoothHCI HCIReadClassOfDevice.swift
[552/717] Compiling BluetoothHCI HCIReadClockOffset.swift
[553/717] Compiling BluetoothHCI HCIReadClockOffsetComplete.swift
[554/717] Compiling BluetoothHCI HCIReadConnectionAcceptTimeout.swift
[555/717] Compiling BluetoothHCI HCIReadDataBlockSize.swift
[556/717] Compiling BluetoothHCI HCIReadDeviceAddress.swift
[557/717] Compiling BluetoothHCI HCIReadLMPHandle.swift
[558/717] Compiling BluetoothHCI HCIReadLocalName.swift
[559/717] Compiling BluetoothHCI HCIReadLocalSupportedFeatures.swift
[560/717] Compiling BluetoothHCI HCIReadLocalVersionInformation.swift
[561/717] Compiling BluetoothHCI HCIReadPageTimeout.swift
[562/717] Compiling BluetoothHCI HCIReadRemoteExtendedFeatures.swift
[563/717] Compiling BluetoothHCI HCIReadRemoteExtendedFeaturesComplete.swift
[564/717] Compiling BluetoothHCI HCIReadRemoteFeaturesComplete.swift
[565/717] Compiling BluetoothHCI HCIReadRemoteSupportedFeatures.swift
[566/717] Compiling BluetoothHCI HCIReadRemoteVersionInformation.swift
[567/717] Compiling BluetoothHCI HCIReadRemoteVersionInformationComplete.swift
[568/761] Compiling BluetoothHCI HCICreateConnectionCancel.swift
[569/761] Compiling BluetoothHCI HCIDeleteStoredLinkKey.swift
[570/761] Compiling BluetoothHCI HCIDisconnect.swift
[571/761] Compiling BluetoothHCI HCIDisconnectionComplete.swift
[572/761] Compiling BluetoothHCI HCIEncryptionChange.swift
[573/761] Compiling BluetoothHCI HCIEncryptionKeyRefreshComplete.swift
[574/761] Compiling BluetoothHCI HCIError.swift
[575/761] Compiling BluetoothHCI HCIEvent.swift
[576/761] Compiling BluetoothHCI HCIExitPeriodicInquiryMode.swift
[577/761] Compiling BluetoothHCI HCIGeneralEvent.swift
[578/761] Compiling BluetoothHCI HCIHoldMode.swift
[579/761] Compiling BluetoothHCI HCIIOCapabilityRequest.swift
[580/761] Compiling BluetoothHCI HCIIOCapabilityRequestReply.swift
[581/761] Compiling BluetoothHCI HCIIOCapabilityResponse.swift
[582/761] Compiling BluetoothHCI HCIInquiry.swift
[583/761] Compiling BluetoothHCI HCIInquiryCancel.swift
[584/761] Compiling BluetoothHCI HCIInquiryComplete.swift
[619/761] Compiling BluetoothHCI HCILEDirectedAdvertisingReport.swift
[620/761] Compiling BluetoothHCI HCILEEncrypt.swift
[621/761] Compiling BluetoothHCI HCILEEnhancedConnectionComplete.swift
[622/761] Compiling BluetoothHCI HCILEEnhancedReceiverTest.swift
[623/761] Compiling BluetoothHCI HCILEEnhancedTransmitterTest.swift
[624/761] Compiling BluetoothHCI HCILEExtendedAdvertisingReport.swift
[625/761] Compiling BluetoothHCI HCILEExtendedCreateConnection.swift
[626/761] Compiling BluetoothHCI HCILEGenerateDHKey.swift
[627/761] Compiling BluetoothHCI HCILEGenerateDHKeyComplete.swift
[628/761] Compiling BluetoothHCI HCILELongTermKeyRequest.swift
[629/761] Compiling BluetoothHCI HCILELongTermKeyRequestNegativeReply.swift
[630/761] Compiling BluetoothHCI HCILELongTermKeyRequestReply.swift
[631/761] Compiling BluetoothHCI HCILEPeriodicAdvertisingCreateSync.swift
[632/761] Compiling BluetoothHCI HCILEPeriodicAdvertisingReport.swift
[633/761] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncEstablished.swift
[634/761] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncLost.swift
[635/761] Compiling BluetoothHCI HCILEPeriodicAdvertisingTerminateSync.swift
[636/761] Compiling BluetoothHCI HCILEPhyUpdateComplete.swift
[637/783] Emitting module BluetoothHCI
[638/783] Compiling BluetoothHCI HCILERandom.swift
[639/783] Compiling BluetoothHCI HCILEReadAdvertisingChannelTxPower.swift
[640/783] Compiling BluetoothHCI HCILEReadBufferSize.swift
[641/783] Compiling BluetoothHCI HCILEReadChannelMap.swift
[642/783] Compiling BluetoothHCI HCILEReadLocalP256PublicKeyComplete.swift
[643/783] Compiling BluetoothHCI HCILEReadLocalResolvableAddressReturn.swift
[644/783] Compiling BluetoothHCI HCILEReadLocalSupportedFeatures.swift
[645/783] Compiling BluetoothHCI HCILEReadMaximumAdvertisingDataLength.swift
[646/783] Compiling BluetoothHCI HCILEReadMaximumDataLength.swift
[647/783] Compiling BluetoothHCI HCILEReadNumberOfSupportedAdvertisingSets.swift
[648/783] Compiling BluetoothHCI HCILEReadPeerResolvableAddressReturn.swift
[649/783] Compiling BluetoothHCI HCILEReadPeriodicAdvertisingListSize.swift
[650/783] Compiling BluetoothHCI HCILEReadPhy.swift
[651/783] Compiling BluetoothHCI HCILEReadRemoteUsedFeatures.swift
[652/783] Compiling BluetoothHCI HCILEReadRemoteUsedFeaturesComplete.swift
[653/783] Compiling BluetoothHCI HCILEReadResolvingListSize.swift
[654/783] Compiling BluetoothHCI HCILEReadRfPathCompensation.swift
[655/783] Compiling BluetoothHCI HCILEReadSuggestedDefaultDataLength.swift
[656/783] Compiling BluetoothHCI HCILEReadSupportedStates.swift
[657/783] Compiling BluetoothHCI HCILEReadTransmitPower.swift
[658/783] Compiling BluetoothHCI HCILEReadWhiteListSize.swift
[659/783] Compiling BluetoothHCI HCILEReceiverTest.swift
[660/783] Compiling BluetoothHCI HCILERemoteConnectionParameterRequest.swift
[661/783] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestNegativeReply.swift
[662/783] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestReply.swift
[663/783] Compiling BluetoothHCI HCILERemoveAdvertisingSet.swift
[664/783] Compiling BluetoothHCI HCILERemoveDeviceFromResolvingList.swift
[665/783] Compiling BluetoothHCI HCILERemoveDeviceFromWhiteList.swift
[666/783] Compiling BluetoothHCI HCILERemoveDeviceToPeriodicAdvertiserList.swift
[667/783] Compiling BluetoothHCI HCILEScanRequestReceived.swift
[668/783] Compiling BluetoothHCI HCILESetAddressResolutionEnable.swift
[669/783] Compiling BluetoothHCI HCILESetAdvertiseEnable.swift
[670/783] Compiling BluetoothHCI HCILESetAdvertisingData.swift
[719/784] Compiling BluetoothHCI HCIReadStoredLinkKey.swift
[720/784] Compiling BluetoothHCI HCIRejectConnectionRequest.swift
[721/784] Compiling BluetoothHCI HCIRemoteNameRequest.swift
[722/784] Compiling BluetoothHCI HCIRemoteNameRequestComplete.swift
[723/784] Compiling BluetoothHCI HCIReset.swift
[724/784] Compiling BluetoothHCI HCISetConnectionEncryption.swift
[725/784] Compiling BluetoothHCI HCISetEventFilter.swift
[726/784] Compiling BluetoothHCI HCISimplePairingComplete.swift
[727/784] Compiling BluetoothHCI HCIUserConfirmationRequest.swift
[728/784] Compiling BluetoothHCI HCIUserConfirmationRequestReply.swift
[729/784] Compiling BluetoothHCI HCIVersion.swift
[730/784] Compiling BluetoothHCI HCIWriteClassOfDevice.swift
[731/784] Compiling BluetoothHCI HCIWriteConnectionAcceptTimeout.swift
[732/784] Compiling BluetoothHCI HCIWriteLinkPolicySettings.swift
[733/784] Compiling BluetoothHCI HCIWriteLinkSupervisionTimeout.swift
[734/784] Compiling BluetoothHCI HCIWriteLocalName.swift
[735/784] Compiling BluetoothHCI HCIWritePageScanActivity.swift
[736/784] Compiling BluetoothHCI HCIWritePageScanType.swift
[737/784] Compiling BluetoothHCI HCIWritePageTimeout.swift
[738/784] Compiling BluetoothHCI HCIWriteScanEnable.swift
[739/784] Compiling BluetoothHCI HostControllerBasebandCommand.swift
[740/784] Compiling BluetoothHCI InformationalCommand.swift
[741/784] Compiling BluetoothHCI LMPFeature.swift
[742/784] Compiling BluetoothHCI LinkControlCommand.swift
[743/784] Compiling BluetoothHCI LinkPolicyCommand.swift
[744/784] Compiling BluetoothHCI LowEnergyAddressType.swift
[745/784] Compiling BluetoothHCI LowEnergyAdvertiserAddressType.swift
[746/784] Compiling BluetoothHCI LowEnergyAdvertising.swift
[747/784] Compiling BluetoothHCI LowEnergyAllPhys.swift
[748/784] Compiling BluetoothHCI LowEnergyChannelMap.swift
[749/784] Compiling BluetoothHCI LowEnergyClockAccuracy.swift
[750/784] Compiling BluetoothHCI LowEnergyCommand.swift
[751/784] Compiling BluetoothHCI LowEnergyConnection.swift
[752/784] Compiling BluetoothHCI LowEnergyConnectionInterval.swift
[753/784] Compiling BluetoothHCI LowEnergyConnectionIntervalRange.swift
[754/784] Compiling BluetoothHCI LowEnergyConnectionLatency.swift
[755/784] Compiling BluetoothHCI LowEnergyConnectionLength.swift
[756/784] Compiling BluetoothHCI LowEnergyEvent.swift
[757/784] Compiling BluetoothHCI LowEnergyFeature.swift
[758/784] Compiling BluetoothHCI LowEnergyFragmentPreference.swift
[759/784] Compiling BluetoothHCI LowEnergyMaxTxOctets.swift
[760/784] Compiling BluetoothHCI LowEnergyMaxTxTime.swift
[761/784] Compiling BluetoothHCI LowEnergyPacketPayload.swift
[762/784] Compiling BluetoothHCI LowEnergyPeerIdentifyAddressType.swift
[763/784] Compiling BluetoothHCI LowEnergyPhyOptions.swift
[764/784] Compiling BluetoothHCI LowEnergyResolvingList.swift
[765/784] Compiling BluetoothHCI LowEnergyRfRxPathCompensationValue.swift
[766/784] Compiling BluetoothHCI LowEnergyRfTxPathCompensationValue.swift
[767/784] Compiling BluetoothHCI LowEnergyRole.swift
[768/784] Compiling BluetoothHCI LowEnergyRxChannel.swift
[769/784] Compiling BluetoothHCI LowEnergyRxPhy.swift
[770/784] Compiling BluetoothHCI LowEnergyRxPhys.swift
[771/784] Compiling BluetoothHCI LowEnergyScanInterval.swift
[772/784] Compiling BluetoothHCI LowEnergyState.swift
[773/784] Compiling BluetoothHCI LowEnergySupervisionTimeout.swift
[774/784] Compiling BluetoothHCI LowEnergyTxChannel.swift
[775/784] Compiling BluetoothHCI LowEnergyTxPhy.swift
[776/784] Compiling BluetoothHCI LowEnergyTxPhys.swift
[777/784] Compiling BluetoothHCI LowEnergyTxPower.swift
[778/784] Compiling BluetoothHCI LowEnergyWhiteList.swift
[779/784] Compiling BluetoothHCI LowEnergyWhiteListDevice.swift
[780/784] Compiling BluetoothHCI PacketType.swift
[781/784] Compiling BluetoothHCI ProtocolServiceMultiplexer.swift
[782/784] Compiling BluetoothHCI StatusParametersCommand.swift
[783/784] Compiling BluetoothHCI VendorCommand.swift
[784/784] Compiling BluetoothHCI iBeacon.swift
[786/802] Compiling GATT L2CAP.swift
[787/802] Compiling GATT ManufacturerSpecificData.swift
[788/804] Emitting module GATT
[789/804] Compiling GATT PeripheralProtocol.swift
[790/804] Compiling GATT ScanData.swift
[791/804] Compiling GATT AdvertisementData.swift
[792/804] Compiling GATT AsyncStream.swift
[793/804] Compiling GATT AttributePermission.swift
[794/804] Compiling GATT MaximumTransmissionUnit.swift
[795/804] Compiling GATT Peer.swift
[796/804] Compiling GATT GATTPeripheral.swift
[797/804] Compiling GATT GATTServerConnection.swift
[798/804] Compiling GATT CharacteristicProperty.swift
[799/804] Compiling GATT OptionSet.swift
[800/804] Compiling GATT CentralAttributes.swift
[801/804] Compiling GATT CentralError.swift
[802/804] Compiling GATT CentralProtocol.swift
[803/804] Compiling GATT GATTCentral.swift
[804/804] Compiling GATT GATTClientConnection.swift
[806/817] Compiling DarwinGATT PeripheralContinuation.swift
[807/818] Compiling DarwinGATT DarwinPeripheral.swift
[808/818] Compiling DarwinGATT CBCentral.swift
[809/818] Compiling DarwinGATT DarwinCentralError.swift
[810/818] Compiling DarwinGATT DarwinDescriptor.swift
[811/818] Compiling DarwinGATT CBPeripheral.swift
[812/818] Compiling DarwinGATT DarwinAdvertisementData.swift
[813/818] Compiling DarwinGATT DarwinAttributes.swift
[814/818] Emitting module DarwinGATT
[815/818] Compiling DarwinGATT DarwinBluetoothState.swift
[816/818] Compiling DarwinGATT DarwinCentral.swift
[817/818] Compiling DarwinGATT Integer.swift
[818/818] Compiling DarwinGATT Queue.swift
Build complete! (157.46s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluetooth",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.2.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/Bluetooth.git"
    }
  ],
  "manifest_display_name" : "GATT",
  "name" : "GATT",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "GATT",
      "targets" : [
        "GATT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DarwinGATT",
      "targets" : [
        "DarwinGATT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GATTTests",
      "module_type" : "SwiftTarget",
      "name" : "GATTTests",
      "path" : "Tests/GATTTests",
      "product_dependencies" : [
        "Bluetooth",
        "BluetoothGATT",
        "BluetoothGAP",
        "BluetoothHCI"
      ],
      "sources" : [
        "GATTTests.swift",
        "TestHostController.swift",
        "TestL2CAPSocket.swift"
      ],
      "target_dependencies" : [
        "GATT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GATT",
      "module_type" : "SwiftTarget",
      "name" : "GATT",
      "path" : "Sources/GATT",
      "product_dependencies" : [
        "Bluetooth",
        "BluetoothGATT",
        "BluetoothGAP",
        "BluetoothHCI"
      ],
      "product_memberships" : [
        "GATT",
        "DarwinGATT"
      ],
      "sources" : [
        "AdvertisementData.swift",
        "AsyncStream.swift",
        "AttributePermission.swift",
        "CentralAttributes.swift",
        "CentralError.swift",
        "CentralProtocol.swift",
        "CharacteristicProperty.swift",
        "Extensions/OptionSet.swift",
        "GATTCentral.swift",
        "GATTClientConnection.swift",
        "GATTPeripheral.swift",
        "GATTServerConnection.swift",
        "L2CAP.swift",
        "ManufacturerSpecificData.swift",
        "MaximumTransmissionUnit.swift",
        "Peer.swift",
        "PeripheralProtocol.swift",
        "ScanData.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DarwinGATT",
      "module_type" : "SwiftTarget",
      "name" : "DarwinGATT",
      "path" : "Sources/DarwinGATT",
      "product_dependencies" : [
        "BluetoothGATT"
      ],
      "product_memberships" : [
        "DarwinGATT"
      ],
      "sources" : [
        "DarwinAdvertisementData.swift",
        "DarwinAttributes.swift",
        "DarwinBluetoothState.swift",
        "DarwinCentral.swift",
        "DarwinCentralError.swift",
        "DarwinDescriptor.swift",
        "DarwinPeripheral.swift",
        "Extensions/CBCentral.swift",
        "Extensions/CBPeripheral.swift",
        "Extensions/Integer.swift",
        "PeripheralContinuation.swift",
        "Queue.swift"
      ],
      "target_dependencies" : [
        "GATT"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:96978cfc7c1f56c0b12d561b3402e65f41ab79b9797a4fd5965b5c0d586dcecc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.