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 master (aacc05), with Swift 6.1 for Linux on 9 Jul 2025 21:34:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/GATT.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/PureSwift/GATT
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at aacc056 Merge pull request #38 from PureSwift/feature/github-ci
Cloned https://github.com/PureSwift/GATT.git
Revision (git rev-parse @):
aacc05662e4fec5fdf22c666d14c0a79763f40f6
SUCCESS checkout https://github.com/PureSwift/GATT.git at master
========================================
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-2":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/23810] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (1.81s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 7.2.3 (4.94s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71282] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.98s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (8.88s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 7.2.3
[0/14] Copying ServiceUUID.json
[0/14] Copying UnitIdentifier.json
[0/14] Copying MemberUUID.json
[0/14] Copying DescriptorUUID.json
[0/14] Copying DeclarationUUID.json
[0/14] Write sources
[6/14] Copying CharacteristicUUID.json
[7/14] Write sources
[8/14] Copying CompanyIdentifier.json
[9/14] Write swift-version-24593BA9C3E375BF.txt
[11/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[12/19] Compiling BluetoothMetadata CompanyIdentifier.swift
[13/19] Compiling BluetoothMetadata resource_bundle_accessor.swift
[14/19] Emitting module BluetoothMetadata
[15/19] Compiling BluetoothMetadata BluetoothUUID.swift
[16/20] Wrapping AST for BluetoothMetadata for debugging
[18/27] Compiling GenerateBluetooth BluetoothUUID.swift
[19/27] Emitting module GenerateBluetooth
[20/27] Compiling GenerateBluetooth Generate.swift
[21/27] Compiling GenerateBluetooth String.swift
[22/27] Compiling GenerateBluetooth UnitIdentifier.swift
[23/27] Compiling GenerateBluetooth CompanyIdentifier.swift
[24/27] Compiling GenerateBluetooth Hexadecimal.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/71] Write sources
[11/71] Copying ServiceUUID.json
[11/71] Copying UnitIdentifier.json
[11/71] Copying MemberUUID.json
[11/71] Copying DescriptorUUID.json
[11/71] Copying DeclarationUUID.json
[11/71] Copying ServiceUUID.json
[11/71] Copying UnitIdentifier.json
[11/71] Copying CharacteristicUUID.json
[11/71] Copying DescriptorUUID.json
[11/71] Copying MemberUUID.json
[11/71] Copying DeclarationUUID.json
[11/71] Copying CompanyIdentifier.json
[11/71] Write sources
[11/71] Copying CharacteristicUUID.json
[38/71] Copying CompanyIdentifier.json
[39/71] Compiling _SwiftSyntaxCShims dummy.c
[40/71] Write swift-version-24593BA9C3E375BF.txt
[42/85] Compiling SwiftSyntax600 Empty.swift
[43/85] Emitting module SwiftSyntax600
[44/86] Compiling SwiftSyntax510 Empty.swift
[45/86] Emitting module SwiftSyntax510
[47/87] Compiling BluetoothMetadata resource_bundle_accessor.swift
[48/87] Compiling SwiftSyntax601 Empty.swift
[49/87] Emitting module SwiftSyntax509
[51/87] Compiling SwiftSyntax509 Empty.swift
[52/87] Emitting module SwiftSyntax601
[53/87] Compiling BluetoothMetadata BluetoothMetadata.swift
[54/89] Compiling BluetoothMetadata CompanyIdentifier.swift
[55/89] Emitting module BluetoothMetadata
[55/90] Wrapping AST for SwiftSyntax600 for debugging
[57/90] Compiling BluetoothMetadata BluetoothUUID.swift
[58/90] Wrapping AST for SwiftSyntax510 for debugging
[60/90] Emitting module BluetoothMetadata
[61/91] Wrapping AST for SwiftSyntax601 for debugging
[64/91] Wrapping AST for SwiftSyntax509 for debugging
[65/97] Wrapping AST for BluetoothMetadata for debugging
[67/156] Emitting module GenerateBluetooth
[68/157] Wrapping AST for GenerateBluetooth for debugging
[69/157] Write Objects.LinkFileList
[70/157] Linking GenerateBluetooth-tool
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/UnitIdentifiers.swift
[71/157] Generate Bluetooth Unit Identifier Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DeclarationUUID.swift
[72/157] Generate Bluetooth Declaration UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[73/157] Generate Bluetooth Descriptor UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[74/157] Generate Bluetooth Service UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[75/157] Generate Bluetooth Characteristic UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[76/157] Generate Bluetooth Member UUID Definitions
[78/157] Compiling SwiftSyntax Identifier.swift
[79/157] Compiling SwiftSyntax MemoryLayout.swift
[80/157] Compiling SwiftSyntax MissingNodeInitializers.swift
[81/157] Compiling SwiftSyntax RawSyntax.swift
[82/157] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[83/157] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[84/157] Compiling SwiftSyntax RawSyntaxTokenView.swift
[85/157] Compiling SwiftSyntax SourceEdit.swift
[86/157] Compiling SwiftSyntax SourceLength.swift
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[86/166] Generate Bluetooth Company Identifier Definitions
[87/166] Write sources
[89/166] Emitting module SwiftSyntax
[90/166] Compiling SwiftSyntax SyntaxEnum.swift
[91/166] Compiling SwiftSyntax SyntaxKind.swift
[92/166] Compiling SwiftSyntax SyntaxRewriter.swift
[93/166] Compiling SwiftSyntax SyntaxTraits.swift
[94/166] Compiling SwiftSyntax SyntaxVisitor.swift
[95/166] Compiling SwiftSyntax TokenKind.swift
[96/166] Compiling SwiftSyntax Tokens.swift
[97/166] Compiling SwiftSyntax TriviaPieces.swift
[98/166] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[99/166] Compiling SwiftSyntax SyntaxIdentifier.swift
[100/166] Compiling SwiftSyntax SyntaxNodeFactory.swift
[101/166] Compiling SwiftSyntax SyntaxNodeStructure.swift
[102/166] Compiling SwiftSyntax SyntaxProtocol.swift
[103/166] Compiling SwiftSyntax SyntaxText.swift
[104/166] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[105/166] Compiling SwiftSyntax TokenDiagnostic.swift
[106/166] Compiling SwiftSyntax TokenSequence.swift
[107/166] Compiling SwiftSyntax TokenSyntax.swift
[108/166] Compiling SwiftSyntax RawSyntaxNodesC.swift
[109/166] Compiling SwiftSyntax RawSyntaxNodesD.swift
[110/166] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[111/166] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[112/166] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[113/166] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[114/166] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[115/166] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[116/166] Compiling SwiftSyntax RawSyntaxValidation.swift
[117/166] Compiling SwiftSyntax AbsolutePosition.swift
[118/166] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[119/166] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[120/166] Compiling SwiftSyntax Assert.swift
[121/166] Compiling SwiftSyntax BumpPtrAllocator.swift
[122/166] Compiling SwiftSyntax CommonAncestor.swift
[123/166] Compiling SwiftSyntax Convenience.swift
[124/166] Compiling SwiftSyntax CustomTraits.swift
[125/166] Compiling SwiftSyntax EditorPlaceholder.swift
[126/166] Compiling SwiftSyntax Trivia.swift
[127/166] Compiling SwiftSyntax Utils.swift
[128/166] Compiling SwiftSyntax ChildNameForKeyPath.swift
[129/166] Compiling SwiftSyntax Keyword.swift
[130/166] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[131/166] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[132/166] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[133/166] Compiling SwiftSyntax SyntaxBaseNodes.swift
[134/166] Compiling SwiftSyntax SyntaxCollections.swift
[135/166] Compiling SwiftSyntax SourceLocation.swift
[136/166] Compiling SwiftSyntax SourcePresence.swift
[137/166] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[138/166] Compiling SwiftSyntax Syntax.swift
[139/166] Compiling SwiftSyntax SyntaxArena.swift
[140/166] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[141/166] Compiling SwiftSyntax SyntaxChildren.swift
[142/166] Compiling SwiftSyntax SyntaxCollection.swift
[143/166] Compiling SwiftSyntax SyntaxHashable.swift
[144/166] Compiling SwiftSyntax SyntaxNodesAB.swift
[145/166] Compiling SwiftSyntax SyntaxNodesC.swift
[146/166] Compiling SwiftSyntax SyntaxNodesD.swift
[147/166] Compiling SwiftSyntax SyntaxNodesEF.swift
[148/166] Compiling SwiftSyntax SyntaxNodesGHI.swift
[149/166] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[150/166] Compiling SwiftSyntax SyntaxNodesOP.swift
[151/166] Compiling SwiftSyntax SyntaxNodesQRS.swift
[152/166] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[153/167] Wrapping AST for SwiftSyntax for debugging
[155/225] Compiling SwiftDiagnostics Message.swift
[156/226] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[157/226] Compiling SwiftBasicFormat Syntax+Extensions.swift
[158/226] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[159/226] Compiling SwiftParser IncrementalParseTransition.swift
[160/226] Compiling SwiftParser IsValidIdentifier.swift
[161/226] Emitting module SwiftBasicFormat
[162/226] Emitting module SwiftDiagnostics
[163/226] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[164/226] Compiling SwiftParser Expressions.swift
[165/226] Compiling SwiftDiagnostics Note.swift
[166/226] Compiling SwiftBasicFormat Indenter.swift
[167/226] Compiling SwiftBasicFormat InferIndentation.swift
[168/226] Compiling SwiftDiagnostics FixIt.swift
[169/226] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[170/226] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[171/226] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[172/227] Wrapping AST for SwiftDiagnostics for debugging
[174/227] Compiling SwiftBasicFormat BasicFormat.swift
[175/228] Wrapping AST for SwiftBasicFormat for debugging
[177/228] Compiling SwiftParser LexemeSequence.swift
[178/228] Compiling SwiftParser Lexer.swift
[179/228] Compiling SwiftParser RegexLiteralLexer.swift
[180/228] Compiling SwiftParser UnicodeScalarExtensions.swift
[181/228] Compiling SwiftParser Lookahead.swift
[182/228] Compiling SwiftParser LoopProgressCondition.swift
[183/233] Compiling SwiftParser Modifiers.swift
[184/233] Compiling SwiftParser Names.swift
[185/233] Compiling SwiftParser Nominals.swift
[186/233] Compiling SwiftParser Parameters.swift
[187/233] Compiling SwiftParser ParseSourceFile.swift
[188/233] Compiling SwiftParser Parser.swift
[189/233] Compiling SwiftParser Patterns.swift
[190/233] Compiling SwiftParser Recovery.swift
[191/233] Compiling SwiftParser Specifiers.swift
[192/233] Compiling SwiftParser Statements.swift
[193/233] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[194/233] Compiling SwiftParser StringLiterals.swift
[195/233] Compiling SwiftParser TokenSpec.swift
[196/233] Compiling SwiftParser TokenSpecSet.swift
[197/233] Compiling SwiftParser TopLevel.swift
[198/233] Compiling SwiftParser TriviaParser.swift
[199/233] Compiling SwiftParser Types.swift
[200/233] Compiling SwiftParser SwiftParserCompatibility.swift
[201/233] Compiling SwiftParser SwiftVersion.swift
[202/233] Compiling SwiftParser SyntaxUtils.swift
[203/233] Compiling SwiftParser TokenConsumer.swift
[204/233] Compiling SwiftParser TokenPrecedence.swift
[205/233] Emitting module SwiftParser
[210/233] Compiling SwiftParser Cursor.swift
[211/233] Compiling SwiftParser Lexeme.swift
[212/233] Compiling SwiftParser Attributes.swift
[213/233] Compiling SwiftParser Availability.swift
[214/233] Compiling SwiftParser CharacterInfo.swift
[215/233] Compiling SwiftParser CollectionNodes+Parsable.swift
[216/233] Compiling SwiftParser Declarations.swift
[217/233] Compiling SwiftParser Directives.swift
[218/233] Compiling SwiftParser ExperimentalFeatures.swift
[219/233] Compiling SwiftParser IsLexerClassified.swift
[220/233] Compiling SwiftParser LayoutNodes+Parsable.swift
[221/233] Compiling SwiftParser Parser+TokenSpecSet.swift
[222/233] Compiling SwiftParser TokenSpecStaticMembers.swift
[223/234] Wrapping AST for SwiftParser for debugging
[225/257] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[226/258] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[227/258] Compiling SwiftOperators OperatorTable.swift
[228/258] Compiling SwiftOperators PrecedenceGraph.swift
[229/258] Compiling SwiftOperators PrecedenceGroup.swift
[230/259] Compiling SwiftOperators OperatorTable+Semantics.swift
[231/259] Compiling SwiftOperators SyntaxSynthesis.swift
[232/259] Emitting module SwiftOperators
[233/259] Compiling SwiftOperators OperatorTable+Folding.swift
[234/259] Compiling SwiftOperators OperatorError.swift
[235/259] Compiling SwiftOperators OperatorTable+Defaults.swift
[236/259] Compiling SwiftOperators Operator.swift
[237/259] Compiling SwiftOperators OperatorError+Diagnostics.swift
[240/260] Wrapping AST for SwiftOperators for debugging
[242/260] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[243/260] Compiling SwiftParserDiagnostics Utils.swift
[244/260] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[245/260] Emitting module SwiftParserDiagnostics
[246/260] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[247/260] Compiling SwiftParserDiagnostics PresenceUtils.swift
[248/260] Compiling SwiftParserDiagnostics MissingNodesError.swift
[249/260] Compiling SwiftParserDiagnostics MissingTokenError.swift
[252/261] Wrapping AST for SwiftParserDiagnostics for debugging
[254/276] Emitting module SwiftSyntaxBuilder
[255/277] Compiling SwiftSyntaxBuilder Indenter.swift
[256/277] Compiling SwiftSyntaxBuilder ListBuilder.swift
[257/277] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[258/277] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[259/277] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[260/277] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[261/277] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[262/277] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[263/277] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[264/277] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[265/277] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[266/277] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[267/277] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[268/277] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[269/277] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[270/278] Wrapping AST for SwiftSyntaxBuilder for debugging
[272/295] Compiling SwiftSyntaxMacros Macro.swift
[273/295] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[274/295] Compiling SwiftSyntaxMacros MemberMacro.swift
[275/295] Compiling SwiftSyntaxMacros PeerMacro.swift
[276/297] Compiling SwiftSyntaxMacros AccessorMacro.swift
[277/297] Compiling SwiftSyntaxMacros AttachedMacro.swift
[278/297] Compiling SwiftSyntaxMacros BodyMacro.swift
[279/297] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[280/297] Compiling SwiftSyntaxMacros Macro+Format.swift
[281/297] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[282/297] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[283/297] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[284/297] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[285/297] Compiling SwiftSyntaxMacros PreambleMacro.swift
[286/297] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[287/297] Emitting module SwiftSyntaxMacros
[288/297] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[289/297] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[290/297] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[291/298] Wrapping AST for SwiftSyntaxMacros for debugging
[293/307] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[294/308] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[295/308] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[296/308] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[297/308] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[298/308] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[299/308] Emitting module SwiftSyntaxMacroExpansion
[300/308] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[301/308] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[302/308] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[303/309] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[305/321] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[306/322] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[307/322] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[308/322] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[309/322] Emitting module SwiftCompilerPluginMessageHandling
[310/322] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[311/322] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[312/322] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[313/322] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[314/322] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[315/322] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[316/322] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[317/322] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[318/323] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[320/325] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[321/325] Emitting module SwiftCompilerPlugin
[322/326] Wrapping AST for SwiftCompilerPlugin for debugging
[324/331] Compiling BluetoothMacros Plugins.swift
[325/331] Emitting module BluetoothMacros
[326/331] Compiling BluetoothMacros BluetoothUUID.swift
[327/331] Compiling BluetoothMacros BluetoothAddress.swift
[328/331] Compiling BluetoothMacros Hexadecimal.swift
[329/332] Wrapping AST for BluetoothMacros for debugging
[330/332] Write Objects.LinkFileList
[331/332] Linking BluetoothMacros-tool
[333/368] Compiling Bluetooth Data.swift
[334/368] Compiling Bluetooth Hexadecimal.swift
[335/368] Compiling Bluetooth Integer.swift
[336/368] Compiling Bluetooth String.swift
[337/368] Compiling Bluetooth System.swift
[338/372] Compiling Bluetooth SFloat.swift
[339/372] Compiling Bluetooth SecurityLevel.swift
[340/372] Compiling Bluetooth UInt128.swift
[341/372] Compiling Bluetooth UInt24.swift
[342/372] Compiling Bluetooth UInt256.swift
[343/372] Compiling Bluetooth Address.swift
[344/372] Compiling Bluetooth AsyncIndefiniteStream.swift
[345/372] Compiling Bluetooth BitMaskOption.swift
[346/372] Compiling Bluetooth BluetoothUUID.swift
[347/372] Compiling Bluetooth BluetoothUUIDMetadata.swift
[348/372] Compiling Bluetooth UInt40.swift
[349/372] Compiling Bluetooth UInt48.swift
[350/372] Compiling Bluetooth UInt512.swift
[351/372] Compiling Bluetooth Unit.swift
[352/372] Compiling Bluetooth UnitIdentifier.swift
[353/372] Compiling Bluetooth UUID.swift
[354/372] Compiling Bluetooth L2CAPSocket.swift
[355/372] Compiling Bluetooth LowEnergyAdvertisingData.swift
[356/372] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[357/372] Compiling Bluetooth RSSI.swift
[358/372] Compiling Bluetooth CharacteristicUUID.swift
[359/372] Compiling Bluetooth DescriptorUUID.swift
[360/372] Compiling Bluetooth MemberUUID.swift
[361/372] Compiling Bluetooth DeclarationUUID.swift
[362/372] Emitting module Bluetooth
[363/372] Compiling Bluetooth UnitIdentifierMetadata.swift
[364/372] Compiling Bluetooth iBeacon.swift
[365/372] Compiling Bluetooth CompanyIdentifiers.swift
[366/372] Compiling Bluetooth UnitIdentifiers.swift
[367/372] Compiling Bluetooth ServiceUUID.swift
[368/372] Compiling Bluetooth ByteSwap.swift
[369/372] Compiling Bluetooth ByteValue.swift
[370/372] Compiling Bluetooth ClassOfDevice.swift
[371/372] Compiling Bluetooth CompanyIdentifier.swift
[372/372] Compiling Bluetooth CompanyIdentifierMetadata.swift
[374/539] Compiling BluetoothGATT String.swift
[375/539] Compiling BluetoothGATT System.swift
[376/539] Compiling BluetoothGATT GATT.swift
[377/539] Compiling BluetoothGATT GATTAerobicHeartRateLowerLimit.swift
[378/539] Compiling BluetoothGATT GATTAerobicHeartRateUpperLimit.swift
[379/539] Compiling BluetoothGATT GATTAerobicThreshold.swift
[380/545] Compiling BluetoothGATT Array.swift
[381/545] Compiling BluetoothGATT Bool.swift
[382/545] Compiling BluetoothGATT Data.swift
[383/545] Compiling BluetoothGATT Hexadecimal.swift
[384/545] Compiling BluetoothGATT Integer.swift
[385/545] Compiling BluetoothGATT OptionSet.swift
[386/545] Compiling BluetoothGATT ATTReadMultipleResponse.swift
[387/545] Compiling BluetoothGATT ATTReadRequest.swift
[388/545] Compiling BluetoothGATT ATTReadResponse.swift
[389/545] Compiling BluetoothGATT ATTSignedWriteCommand.swift
[390/545] Compiling BluetoothGATT ATTWriteCommand.swift
[391/545] Compiling BluetoothGATT ATTWriteRequest.swift
[392/545] Compiling BluetoothGATT ATTWriteResponse.swift
[393/545] Compiling BluetoothGATT ATTMaximumTransmissionUnit.swift
[394/545] Compiling BluetoothGATT ATTMaximumTransmissionUnitRequest.swift
[395/545] Compiling BluetoothGATT ATTMaximumTransmissionUnitResponse.swift
[396/545] Compiling BluetoothGATT ATTOpcode.swift
[397/545] Compiling BluetoothGATT ATTPrepareWriteRequest.swift
[398/545] Compiling BluetoothGATT ATTPrepareWriteResponse.swift
[399/545] Compiling BluetoothGATT ATTProtocolDataUnit.swift
[400/545] Compiling BluetoothGATT ATTReadBlobRequest.swift
[401/545] Compiling BluetoothGATT ATTReadBlobResponse.swift
[402/545] Compiling BluetoothGATT ATTReadByGroupTypeRequest.swift
[403/545] Compiling BluetoothGATT ATTReadByGroupTypeResponse.swift
[404/545] Compiling BluetoothGATT ATTReadByTypeRequest.swift
[405/545] Compiling BluetoothGATT ATTReadByTypeResponse.swift
[406/545] Compiling BluetoothGATT ATTReadMultipleRequest.swift
[407/545] Compiling BluetoothGATT ATTFindByTypeResponse.swift
[408/545] Compiling BluetoothGATT ATTFindInformationRequest.swift
[409/545] Compiling BluetoothGATT ATTFindInformationResponse.swift
[410/545] Compiling BluetoothGATT ATTHandleValueConfirmation.swift
[411/545] Compiling BluetoothGATT ATTHandleValueIndication.swift
[412/545] Compiling BluetoothGATT ATTHandleValueNotification.swift
[413/545] Emitting module BluetoothGAP
[414/545] Compiling BluetoothGATT ATTAttributePermissions.swift
[415/545] Compiling BluetoothGATT ATTConnection.swift
[416/545] Compiling BluetoothGATT ATTError.swift
[417/545] Compiling BluetoothGATT ATTErrorResponse.swift
[418/545] Compiling BluetoothGATT ATTExecuteWriteRequest.swift
[419/545] Compiling BluetoothGATT ATTExecuteWriteResponse.swift
[420/545] Compiling BluetoothGATT ATTFindByTypeRequest.swift
[433/545] Compiling BluetoothGAP GAPSlaveConnectionIntervalRange.swift
[434/545] Compiling BluetoothGAP GAPTransportDiscoveryData.swift
[435/545] Compiling BluetoothGAP GAPTxPowerLevel.swift
[436/545] Compiling BluetoothGAP GAPURI.swift
[437/545] Compiling BluetoothGAP GAPUUIDList.swift
[443/561] Compiling BluetoothGAP iBeacon.swift
[462/724] Compiling BluetoothHCI HCICreateConnectionCancel.swift
[463/724] Compiling BluetoothHCI HCIDeleteStoredLinkKey.swift
[464/724] Compiling BluetoothHCI HCIDisconnect.swift
[465/724] Compiling BluetoothHCI HCIDisconnectionComplete.swift
[466/724] Compiling BluetoothHCI HCIEncryptionChange.swift
[467/724] Compiling BluetoothHCI HCIEncryptionKeyRefreshComplete.swift
[468/724] Compiling BluetoothHCI HCIError.swift
[469/724] Compiling BluetoothHCI HCIEvent.swift
[470/724] Compiling BluetoothHCI HCIExitPeriodicInquiryMode.swift
[471/724] Compiling BluetoothHCI HCIGeneralEvent.swift
[472/724] Compiling BluetoothHCI HCIHoldMode.swift
[473/724] Compiling BluetoothHCI HCIIOCapabilityRequest.swift
[474/724] Compiling BluetoothHCI HCIIOCapabilityRequestReply.swift
[475/724] Compiling BluetoothHCI HCIIOCapabilityResponse.swift
[476/724] Compiling BluetoothHCI HCIInquiry.swift
[477/724] Compiling BluetoothHCI HCIInquiryCancel.swift
[478/724] Compiling BluetoothHCI HCIInquiryComplete.swift
[479/724] Compiling BluetoothHCI HCILERemoveDeviceFromResolvingList.swift
[480/724] Compiling BluetoothHCI HCILERemoveDeviceFromWhiteList.swift
[481/724] Compiling BluetoothHCI HCILERemoveDeviceToPeriodicAdvertiserList.swift
[482/724] Compiling BluetoothHCI HCILEScanRequestReceived.swift
[483/724] Compiling BluetoothHCI HCILESetAddressResolutionEnable.swift
[484/724] Compiling BluetoothHCI HCILESetAdvertiseEnable.swift
[485/724] Compiling BluetoothHCI HCILESetAdvertisingData.swift
[486/724] Compiling BluetoothHCI HCILESetAdvertisingParameters.swift
[487/724] Compiling BluetoothHCI HCILESetAdvertisingSetRandomAddress.swift
[488/724] Compiling BluetoothHCI HCILESetDataLength.swift
[489/724] Compiling BluetoothHCI HCILESetDefaultPhy.swift
[490/724] Compiling BluetoothHCI HCILESetEventMask.swift
[491/724] Compiling BluetoothHCI HCILESetExtendedAdvertisingData.swift
[492/724] Compiling BluetoothHCI HCILESetExtendedAdvertisingParameters.swift
[493/724] Compiling BluetoothHCI HCILESetExtendedScanEnable.swift
[494/724] Compiling BluetoothHCI HCILESetExtendedScanParameters.swift
[495/724] Emitting module BluetoothGATT
[496/724] Compiling BluetoothHCI HCIPINCodeRequestReply.swift
[497/724] Compiling BluetoothHCI HCIPacketHeader.swift
[498/724] Compiling BluetoothHCI HCIPageScanRepetitionMode.swift
[499/724] Compiling BluetoothHCI HCIPeriodicInquiryMode.swift
[500/724] Compiling BluetoothHCI HCIQoSSetup.swift
[501/724] Compiling BluetoothHCI HCIQoSSetupComplete.swift
[502/724] Compiling BluetoothHCI HCIReadClassOfDevice.swift
[503/724] Compiling BluetoothHCI HCIReadClockOffset.swift
[504/724] Compiling BluetoothHCI HCIReadClockOffsetComplete.swift
[505/724] Compiling BluetoothHCI HCIReadConnectionAcceptTimeout.swift
[506/724] Compiling BluetoothHCI HCIReadDataBlockSize.swift
[507/724] Compiling BluetoothHCI HCIReadDeviceAddress.swift
[508/724] Compiling BluetoothHCI HCIReadLMPHandle.swift
[509/724] Compiling BluetoothHCI HCIReadLocalName.swift
[510/724] Compiling BluetoothHCI HCIReadLocalSupportedFeatures.swift
[511/724] Compiling BluetoothHCI HCIReadLocalVersionInformation.swift
[512/724] Compiling BluetoothHCI HCIReadPageTimeout.swift
[513/724] Compiling BluetoothHCI HCIReadRemoteExtendedFeatures.swift
[514/724] Compiling BluetoothHCI HCIReadRemoteExtendedFeaturesComplete.swift
[515/724] Compiling BluetoothHCI HCIReadRemoteFeaturesComplete.swift
[516/724] Compiling BluetoothHCI HCIReadRemoteSupportedFeatures.swift
[517/724] Compiling BluetoothHCI HCIReadRemoteVersionInformation.swift
[518/724] Compiling BluetoothHCI HCIReadRemoteVersionInformationComplete.swift
[536/746] Compiling BluetoothHCI HCIInquiryResult.swift
[537/746] Compiling BluetoothHCI HCILEAddDeviceToPeriodicAdvertiserList.swift
[538/746] Compiling BluetoothHCI HCILEAddDeviceToResolvingList.swift
[539/746] Compiling BluetoothHCI HCILEAddDeviceToWhiteList.swift
[540/746] Compiling BluetoothHCI HCILEAdvertisingReport.swift
[541/746] Compiling BluetoothHCI HCILEAdvertisingSetTerminated.swift
[542/746] Compiling BluetoothHCI AdvertisingChannelHeader.swift
[543/746] Compiling BluetoothHCI AdvertisingInterval.swift
[544/746] Compiling BluetoothHCI BluetoothHostController.swift
[545/746] Compiling BluetoothHCI ChannelIdentifier.swift
[546/746] Compiling BluetoothHCI ConnectionAcceptTimeout.swift
[547/746] Compiling BluetoothHCI Bool.swift
[548/746] Compiling BluetoothHCI Hexadecimal.swift
[549/746] Compiling BluetoothHCI Integer.swift
[550/746] Compiling BluetoothHCI String.swift
[551/746] Compiling BluetoothHCI System.swift
[552/746] Compiling BluetoothHCI HCI.swift
[553/746] Compiling BluetoothHCI HCIAcceptConnectionRequest.swift
[554/746] Compiling BluetoothHCI HCIAuthenticationComplete.swift
[555/746] Compiling BluetoothHCI HCIAuthenticationRequested.swift
[556/746] Compiling BluetoothHCI HCIChangeConnectionPacketType.swift
[557/746] Compiling BluetoothHCI HCICommand.swift
[558/746] Compiling BluetoothHCI HCICommandComplete.swift
[559/746] Compiling BluetoothHCI HCICommandStatus.swift
[560/746] Compiling BluetoothHCI HCICommandTimeout.swift
[561/746] Compiling BluetoothHCI HCIConnectionComplete.swift
[562/746] Compiling BluetoothHCI HCIConnectionPacketTypeChange.swift
[563/746] Compiling BluetoothHCI HCIConnectionRequest.swift
[564/746] Compiling BluetoothHCI HCICreateConnection.swift
[565/746] Compiling BluetoothHCI HCILEChannelSelectionAlgorithm.swift
[566/746] Compiling BluetoothHCI HCILEConnectionComplete.swift
[567/746] Compiling BluetoothHCI HCILEConnectionUpdateComplete.swift
[568/746] Compiling BluetoothHCI HCILECreateConnection.swift
[569/746] Compiling BluetoothHCI HCILEDataLengthChange.swift
[570/746] Compiling BluetoothHCI HCILEDirectedAdvertisingReport.swift
[571/746] Compiling BluetoothHCI HCILEEncrypt.swift
[572/746] Compiling BluetoothHCI HCILEEnhancedConnectionComplete.swift
[573/746] Compiling BluetoothHCI HCILEEnhancedReceiverTest.swift
[574/746] Compiling BluetoothHCI HCILEEnhancedTransmitterTest.swift
[575/746] Compiling BluetoothHCI HCILEExtendedAdvertisingReport.swift
[576/746] Compiling BluetoothHCI HCILEExtendedCreateConnection.swift
[577/746] Compiling BluetoothHCI HCILEGenerateDHKey.swift
[578/746] Compiling BluetoothHCI HCILEGenerateDHKeyComplete.swift
[579/746] Compiling BluetoothHCI HCILELongTermKeyRequest.swift
[580/746] Compiling BluetoothHCI HCILELongTermKeyRequestNegativeReply.swift
[581/746] Compiling BluetoothHCI HCILELongTermKeyRequestReply.swift
[582/746] Compiling BluetoothHCI HCILEPeriodicAdvertisingCreateSync.swift
[583/746] Compiling BluetoothHCI HCILEPeriodicAdvertisingReport.swift
[584/746] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncEstablished.swift
[585/746] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncLost.swift
[586/746] Compiling BluetoothHCI HCILEPeriodicAdvertisingTerminateSync.swift
[587/746] Compiling BluetoothHCI HCILEPhyUpdateComplete.swift
[588/790] Compiling BluetoothHCI HCILERandom.swift
[589/790] Compiling BluetoothHCI HCILEReadAdvertisingChannelTxPower.swift
[590/790] Compiling BluetoothHCI HCILEReadBufferSize.swift
[591/790] Compiling BluetoothHCI HCILEReadChannelMap.swift
[592/790] Compiling BluetoothHCI HCILEReadLocalP256PublicKeyComplete.swift
[593/790] Compiling BluetoothHCI HCILEReadLocalResolvableAddressReturn.swift
[594/790] Compiling BluetoothHCI HCILEReadLocalSupportedFeatures.swift
[595/790] Compiling BluetoothHCI HCILEReadMaximumAdvertisingDataLength.swift
[596/790] Compiling BluetoothHCI HCILEReadMaximumDataLength.swift
[597/790] Compiling BluetoothHCI HCILEReadNumberOfSupportedAdvertisingSets.swift
[598/790] Compiling BluetoothHCI HCILEReadPeerResolvableAddressReturn.swift
[599/790] Compiling BluetoothHCI HCILEReadPeriodicAdvertisingListSize.swift
[600/790] Compiling BluetoothHCI HCILEReadPhy.swift
[601/790] Compiling BluetoothHCI HCILEReadRemoteUsedFeatures.swift
[602/790] Compiling BluetoothHCI HCILEReadRemoteUsedFeaturesComplete.swift
[603/790] Compiling BluetoothHCI HCILEReadResolvingListSize.swift
[604/790] Compiling BluetoothHCI HCILEReadRfPathCompensation.swift
[605/790] Compiling BluetoothHCI HCILEReadSuggestedDefaultDataLength.swift
[606/790] Compiling BluetoothHCI HCILEReadSupportedStates.swift
[607/790] Compiling BluetoothHCI HCILEReadTransmitPower.swift
[608/790] Compiling BluetoothHCI HCILEReadWhiteListSize.swift
[609/790] Compiling BluetoothHCI HCILEReceiverTest.swift
[610/790] Compiling BluetoothHCI HCILERemoteConnectionParameterRequest.swift
[611/790] Compiling BluetoothHCI HCILESetPeriodicAdvertisingParameters.swift
[612/790] Compiling BluetoothHCI HCILESetPhy.swift
[613/790] Compiling BluetoothHCI HCILESetPrivacyMode.swift
[614/790] Compiling BluetoothHCI HCILESetRandomAddress.swift
[615/790] Compiling BluetoothHCI HCILESetResolvablePrivateAddressTimeout.swift
[616/790] Compiling BluetoothHCI HCILESetScanEnable.swift
[617/790] Compiling BluetoothHCI HCILESetScanParameters.swift
[618/790] Compiling BluetoothHCI HCILESetScanResponseData.swift
[619/790] Compiling BluetoothHCI HCILEStartEncryption.swift
[620/790] Compiling BluetoothHCI HCILETestEnd.swift
[621/790] Compiling BluetoothHCI HCILETransmitterTest.swift
[622/790] Compiling BluetoothHCI HCILEUpdateConnection.swift
[623/790] Compiling BluetoothHCI HCILEWriteRfPathCompensation.swift
[624/790] Compiling BluetoothHCI HCILEWriteSuggestedDefaultDataLength.swift
[625/790] Compiling BluetoothHCI HCILinkKeyNotification.swift
[626/790] Compiling BluetoothHCI HCILinkKeyRequest.swift
[627/790] Compiling BluetoothHCI HCILinkKeyRequestNegativeReply.swift
[628/790] Compiling BluetoothHCI HCILinkKeyRequestReply.swift
[629/790] Compiling BluetoothHCI HCILowEnergyMetaEvent.swift
[630/790] Compiling BluetoothHCI HCIMaxSlotsChange.swift
[631/790] Compiling BluetoothHCI HCIModeChange.swift
[632/790] Compiling BluetoothHCI HCINumberOfCompletedPackets.swift
[633/790] Compiling BluetoothHCI HCIPINCodeRequest.swift
[634/790] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestNegativeReply.swift
[635/790] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestReply.swift
[636/790] Compiling BluetoothHCI HCILERemoveAdvertisingSet.swift
[653/790] Compiling BluetoothHCI HCILESetExtendedScanResponseData.swift
[654/790] Compiling BluetoothHCI HCILESetHostChannelClassification.swift
[655/790] Compiling BluetoothHCI HCILESetPeriodicAdvertisingData.swift
[656/790] Compiling BluetoothHCI HCILESetPeriodicAdvertisingEnable.swift
[657/790] Emitting module BluetoothHCI
[658/790] Compiling BluetoothHCI LowEnergyPhyOptions.swift
[659/790] Compiling BluetoothHCI LowEnergyResolvingList.swift
[660/790] Compiling BluetoothHCI LowEnergyRfRxPathCompensationValue.swift
[661/790] Compiling BluetoothHCI LowEnergyRfTxPathCompensationValue.swift
[662/790] Compiling BluetoothHCI LowEnergyRole.swift
[663/790] Compiling BluetoothHCI LowEnergyRxChannel.swift
[664/790] Compiling BluetoothHCI LowEnergyRxPhy.swift
[665/790] Compiling BluetoothHCI LowEnergyRxPhys.swift
[666/790] Compiling BluetoothHCI LowEnergyScanInterval.swift
[667/790] Compiling BluetoothHCI LowEnergyState.swift
[668/790] Compiling BluetoothHCI LowEnergySupervisionTimeout.swift
[669/790] Compiling BluetoothHCI LowEnergyTxChannel.swift
[670/790] Compiling BluetoothHCI LowEnergyTxPhy.swift
[671/790] Compiling BluetoothHCI LowEnergyTxPhys.swift
[672/790] Compiling BluetoothHCI LowEnergyTxPower.swift
[673/790] Compiling BluetoothHCI LowEnergyWhiteList.swift
[674/790] Compiling BluetoothHCI LowEnergyWhiteListDevice.swift
[675/790] Compiling BluetoothHCI PacketType.swift
[676/790] Compiling BluetoothHCI ProtocolServiceMultiplexer.swift
[677/790] Compiling BluetoothHCI StatusParametersCommand.swift
[678/790] Compiling BluetoothHCI VendorCommand.swift
[679/790] Compiling BluetoothHCI iBeacon.swift
[680/790] Compiling BluetoothHCI HCIReadStoredLinkKey.swift
[681/790] Compiling BluetoothHCI HCIRejectConnectionRequest.swift
[682/790] Compiling BluetoothHCI HCIRemoteNameRequest.swift
[683/790] Compiling BluetoothHCI HCIRemoteNameRequestComplete.swift
[684/790] Compiling BluetoothHCI HCIReset.swift
[685/790] Compiling BluetoothHCI HCISetConnectionEncryption.swift
[686/790] Compiling BluetoothHCI HCISetEventFilter.swift
[687/790] Compiling BluetoothHCI HCISimplePairingComplete.swift
[688/790] Compiling BluetoothHCI HCIUserConfirmationRequest.swift
[689/790] Compiling BluetoothHCI HCIUserConfirmationRequestReply.swift
[690/790] Compiling BluetoothHCI HCIVersion.swift
[691/790] Compiling BluetoothHCI HCIWriteClassOfDevice.swift
[692/790] Compiling BluetoothHCI HCIWriteConnectionAcceptTimeout.swift
[693/790] Compiling BluetoothHCI HCIWriteLinkPolicySettings.swift
[694/790] Compiling BluetoothHCI HCIWriteLinkSupervisionTimeout.swift
[695/790] Compiling BluetoothHCI HCIWriteLocalName.swift
[696/790] Compiling BluetoothHCI HCIWritePageScanActivity.swift
[697/790] Compiling BluetoothHCI HCIWritePageScanType.swift
[698/790] Compiling BluetoothHCI HCIWritePageTimeout.swift
[699/790] Compiling BluetoothHCI HCIWriteScanEnable.swift
[700/790] Compiling BluetoothHCI HostControllerBasebandCommand.swift
[701/790] Compiling BluetoothHCI InformationalCommand.swift
[769/790] Compiling BluetoothHCI LMPFeature.swift
[770/790] Compiling BluetoothHCI LinkControlCommand.swift
[771/790] Compiling BluetoothHCI LinkPolicyCommand.swift
[772/790] Compiling BluetoothHCI LowEnergyAddressType.swift
[773/790] Compiling BluetoothHCI LowEnergyAdvertiserAddressType.swift
[774/790] Compiling BluetoothHCI LowEnergyAdvertising.swift
[775/790] Compiling BluetoothHCI LowEnergyAllPhys.swift
[776/790] Compiling BluetoothHCI LowEnergyChannelMap.swift
[777/790] Compiling BluetoothHCI LowEnergyClockAccuracy.swift
[778/790] Compiling BluetoothHCI LowEnergyCommand.swift
[779/790] Compiling BluetoothHCI LowEnergyConnection.swift
[780/790] Compiling BluetoothHCI LowEnergyConnectionInterval.swift
[781/790] Compiling BluetoothHCI LowEnergyConnectionIntervalRange.swift
[782/790] Compiling BluetoothHCI LowEnergyConnectionLatency.swift
[783/790] Compiling BluetoothHCI LowEnergyConnectionLength.swift
[784/790] Compiling BluetoothHCI LowEnergyEvent.swift
[785/790] Compiling BluetoothHCI LowEnergyFeature.swift
[786/790] Compiling BluetoothHCI LowEnergyFragmentPreference.swift
[787/790] Compiling BluetoothHCI LowEnergyMaxTxOctets.swift
[788/790] Compiling BluetoothHCI LowEnergyMaxTxTime.swift
[789/790] Compiling BluetoothHCI LowEnergyPacketPayload.swift
[790/790] Compiling BluetoothHCI LowEnergyPeerIdentifyAddressType.swift
[793/809] Emitting module GATT
[794/811] Compiling GATT CentralAttributes.swift
[795/811] Compiling GATT CentralError.swift
[796/811] Compiling GATT CentralProtocol.swift
[797/811] Compiling GATT AdvertisementData.swift
[798/811] Compiling GATT AsyncStream.swift
[799/811] Compiling GATT AttributePermission.swift
[800/811] Compiling GATT PeripheralProtocol.swift
[801/811] Compiling GATT ScanData.swift
[802/811] Compiling GATT GATTPeripheral.swift
[803/811] Compiling GATT GATTServerConnection.swift
[804/811] Compiling GATT MaximumTransmissionUnit.swift
[805/811] Compiling GATT Peer.swift
[806/811] Compiling GATT CharacteristicProperty.swift
[807/811] Compiling GATT OptionSet.swift
[808/811] Compiling GATT L2CAP.swift
[809/811] Compiling GATT ManufacturerSpecificData.swift
[810/811] Compiling GATT GATTCentral.swift
[811/811] Compiling GATT GATTClientConnection.swift
[813/824] Compiling DarwinGATT DarwinCentralError.swift
[814/824] Compiling DarwinGATT DarwinDescriptor.swift
[815/824] Compiling DarwinGATT DarwinBluetoothState.swift
[816/824] Compiling DarwinGATT DarwinCentral.swift
[817/825] Compiling DarwinGATT PeripheralContinuation.swift
[818/825] Emitting module DarwinGATT
[819/825] Compiling DarwinGATT DarwinAdvertisementData.swift
[820/825] Compiling DarwinGATT DarwinAttributes.swift
[821/825] Compiling DarwinGATT DarwinPeripheral.swift
[822/825] Compiling DarwinGATT CBCentral.swift
[823/825] Compiling DarwinGATT CBPeripheral.swift
[824/825] Compiling DarwinGATT Integer.swift
[825/825] Compiling DarwinGATT Queue.swift
Build complete! (254.09s)
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.