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 (8f9b5f), with Swift 6.1 for Android on 6 Jun 2025 07:02: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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: 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 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 master
========================================
Build
========================================
Selected platform:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/PureSwift/Bluetooth.git
[1/23627] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (1.35s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 7.2.0 (2.08s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70759] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.17s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (7.87s)
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 7.2.0
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] Write sources
[1/14] Copying DeclarationUUID.json
[2/14] Copying CharacteristicUUID.json
[3/14] Copying ServiceUUID.json
[3/14] Copying UnitIdentifier.json
[5/14] Copying DescriptorUUID.json
[5/14] Copying CompanyIdentifier.json
[6/14] Copying MemberUUID.json
[7/14] Write sources
[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 BluetoothMetadata.swift
[14/19] Compiling BluetoothMetadata BluetoothUUID.swift
[15/19] Emitting module BluetoothMetadata
[16/20] Wrapping AST for BluetoothMetadata for debugging
[18/27] Emitting module GenerateBluetooth
[19/27] Compiling GenerateBluetooth CompanyIdentifier.swift
[20/27] Compiling GenerateBluetooth Generate.swift
[21/27] Compiling GenerateBluetooth String.swift
[22/27] Compiling GenerateBluetooth Hexadecimal.swift
[23/27] Compiling GenerateBluetooth BluetoothUUID.swift
[24/27] Compiling GenerateBluetooth UnitIdentifier.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/67] Write sources
[1/67] Copying UnitIdentifier.json
[1/67] Copying ServiceUUID.json
[1/67] Copying MemberUUID.json
[1/67] Copying DeclarationUUID.json
[1/67] Write sources
[1/67] Copying CharacteristicUUID.json
[1/67] Write sources
[1/67] Copying UnitIdentifier.json
[1/67] Copying ServiceUUID.json
[1/67] Copying DescriptorUUID.json
[1/67] Copying MemberUUID.json
[1/67] Copying DeclarationUUID.json
[1/67] Copying CharacteristicUUID.json
[1/67] Write sources
[1/67] Copying DescriptorUUID.json
[6/67] Write sources
[34/67] Copying CompanyIdentifier.json
[36/67] Write swift-version-24593BA9C3E375BF.txt
[37/67] Compiling _SwiftSyntaxCShims dummy.c
[39/79] Emitting module SwiftSyntax510
[40/79] Compiling SwiftSyntax510 Empty.swift
[41/80] Compiling SwiftSyntax600 Empty.swift
[42/80] Emitting module SwiftSyntax600
[43/81] Compiling SwiftSyntax509 Empty.swift
[44/81] Emitting module SwiftSyntax509
[48/82] Emitting module BluetoothMetadata
[48/83] Wrapping AST for SwiftSyntax510 for debugging
[49/83] Wrapping AST for SwiftSyntax509 for debugging
[50/83] Wrapping AST for SwiftSyntax600 for debugging
[52/147] Wrapping AST for BluetoothMetadata for debugging
[54/148] Emitting module GenerateBluetooth
[55/149] Wrapping AST for GenerateBluetooth for debugging
[56/149] Write Objects.LinkFileList
[57/149] Linking GenerateBluetooth-tool
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/UnitIdentifiers.swift
[58/149] Generate Bluetooth Unit Identifier Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[59/149] Generate Bluetooth Descriptor UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DeclarationUUID.swift
[60/149] Generate Bluetooth Declaration UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[61/149] Generate Bluetooth Service UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[62/149] Generate Bluetooth Member UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[63/149] Generate Bluetooth Characteristic UUID Definitions
[65/149] Compiling SwiftSyntax AbsolutePosition.swift
[66/149] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[67/149] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[68/149] Compiling SwiftSyntax Assert.swift
[69/149] Compiling SwiftSyntax BumpPtrAllocator.swift
[70/149] Compiling SwiftSyntax CommonAncestor.swift
[71/149] Compiling SwiftSyntax Convenience.swift
[72/149] Compiling SwiftSyntax CustomTraits.swift
[73/149] Compiling SwiftSyntax Identifier.swift
[74/149] Compiling SwiftSyntax MemoryLayout.swift
[75/149] Compiling SwiftSyntax MissingNodeInitializers.swift
[76/149] Compiling SwiftSyntax RawSyntax.swift
[77/149] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[78/149] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[79/149] Compiling SwiftSyntax RawSyntaxTokenView.swift
[80/149] Compiling SwiftSyntax SourceEdit.swift
[81/149] Compiling SwiftSyntax SourceLength.swift
[82/149] Compiling SwiftSyntax SourceLocation.swift
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[82/157] Generate Bluetooth Company Identifier Definitions
[83/157] Write sources
[85/157] Compiling BluetoothMetadata resource_bundle_accessor.swift
[86/157] Compiling BluetoothMetadata CompanyIdentifier.swift
[87/157] Emitting module BluetoothMetadata
[88/157] Compiling BluetoothMetadata BluetoothUUID.swift
[89/157] Compiling BluetoothMetadata BluetoothMetadata.swift
[91/158] Compiling SwiftSyntax SyntaxKind.swift
[92/158] Compiling SwiftSyntax SyntaxRewriter.swift
[93/158] Compiling SwiftSyntax SyntaxTraits.swift
[94/158] Compiling SwiftSyntax SyntaxVisitor.swift
[95/158] Compiling SwiftSyntax TokenKind.swift
[96/158] Compiling SwiftSyntax Tokens.swift
[97/158] Compiling SwiftSyntax TriviaPieces.swift
[98/158] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[99/158] Compiling SwiftSyntax RawSyntaxNodesC.swift
[100/158] Compiling SwiftSyntax RawSyntaxNodesD.swift
[101/158] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[102/158] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[103/158] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[104/158] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[105/158] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[106/158] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[107/158] Compiling SwiftSyntax RawSyntaxValidation.swift
[108/158] Compiling SwiftSyntax SyntaxNodesAB.swift
[109/158] Compiling SwiftSyntax SourcePresence.swift
[110/158] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[111/158] Compiling SwiftSyntax Syntax.swift
[112/158] Compiling SwiftSyntax SyntaxArena.swift
[113/158] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[114/158] Compiling SwiftSyntax SyntaxChildren.swift
[115/158] Compiling SwiftSyntax SyntaxCollection.swift
[116/158] Compiling SwiftSyntax SyntaxHashable.swift
[117/158] Compiling SwiftSyntax SyntaxIdentifier.swift
[118/158] Emitting module SwiftSyntax
[119/158] Compiling SwiftSyntax Utils.swift
[120/158] Compiling SwiftSyntax ChildNameForKeyPath.swift
[121/158] Compiling SwiftSyntax Keyword.swift
[122/158] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[123/158] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[124/158] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[125/158] Compiling SwiftSyntax SyntaxBaseNodes.swift
[126/158] Compiling SwiftSyntax SyntaxCollections.swift
[127/158] Compiling SwiftSyntax SyntaxEnum.swift
[128/158] Compiling SwiftSyntax SyntaxNodeFactory.swift
[129/158] Compiling SwiftSyntax SyntaxNodeStructure.swift
[130/158] Compiling SwiftSyntax SyntaxProtocol.swift
[131/158] Compiling SwiftSyntax SyntaxText.swift
[132/158] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[133/158] Compiling SwiftSyntax TokenDiagnostic.swift
[134/158] Compiling SwiftSyntax TokenSequence.swift
[135/158] Compiling SwiftSyntax TokenSyntax.swift
[136/158] Compiling SwiftSyntax Trivia.swift
[137/158] Compiling SwiftSyntax SyntaxNodesC.swift
[138/158] Compiling SwiftSyntax SyntaxNodesD.swift
[139/158] Compiling SwiftSyntax SyntaxNodesEF.swift
[140/158] Compiling SwiftSyntax SyntaxNodesGHI.swift
[141/158] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[142/158] Compiling SwiftSyntax SyntaxNodesOP.swift
[143/158] Compiling SwiftSyntax SyntaxNodesQRS.swift
[144/158] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[145/159] Wrapping AST for SwiftSyntax for debugging
[147/216] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[148/216] Compiling SwiftBasicFormat Syntax+Extensions.swift
[149/216] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[150/216] Compiling SwiftDiagnostics Message.swift
[151/217] Emitting module SwiftDiagnostics
[152/217] Compiling SwiftParser Attributes.swift
[153/217] Compiling SwiftParser Availability.swift
[154/217] Emitting module SwiftBasicFormat
[155/217] Compiling SwiftDiagnostics Note.swift
[156/217] Compiling SwiftBasicFormat InferIndentation.swift
[157/217] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[158/217] Compiling SwiftDiagnostics FixIt.swift
[159/217] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[160/217] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[161/217] Compiling SwiftParser CharacterInfo.swift
[162/217] Compiling SwiftParser CollectionNodes+Parsable.swift
[163/218] Wrapping AST for SwiftDiagnostics for debugging
[165/218] Compiling SwiftBasicFormat BasicFormat.swift
[166/219] Wrapping AST for SwiftBasicFormat for debugging
[168/219] Emitting module SwiftParser
[169/224] Compiling SwiftParser LexemeSequence.swift
[170/224] Compiling SwiftParser Lexer.swift
[171/224] Compiling SwiftParser RegexLiteralLexer.swift
[172/224] Compiling SwiftParser UnicodeScalarExtensions.swift
[173/224] Compiling SwiftParser Lookahead.swift
[174/224] Compiling SwiftParser LoopProgressCondition.swift
[175/224] Compiling SwiftParser Modifiers.swift
[176/224] Compiling SwiftParser Names.swift
[177/224] Compiling SwiftParser Nominals.swift
[178/224] Compiling SwiftParser Parameters.swift
[179/224] Compiling SwiftParser ParseSourceFile.swift
[180/224] Compiling SwiftParser Parser.swift
[181/224] Compiling SwiftParser Patterns.swift
[182/224] Compiling SwiftParser Recovery.swift
[183/224] Compiling SwiftParser Specifiers.swift
[184/224] Compiling SwiftParser Statements.swift
[185/224] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[186/224] Compiling SwiftParser StringLiterals.swift
[187/224] Compiling SwiftParser SwiftParserCompatibility.swift
[188/224] Compiling SwiftParser SwiftVersion.swift
[189/224] Compiling SwiftParser SyntaxUtils.swift
[190/224] Compiling SwiftParser TokenConsumer.swift
[191/224] Compiling SwiftParser TokenPrecedence.swift
[192/224] Compiling SwiftParser TokenSpec.swift
[193/224] Compiling SwiftParser TokenSpecSet.swift
[194/224] Compiling SwiftParser TopLevel.swift
[195/224] Compiling SwiftParser TriviaParser.swift
[196/224] Compiling SwiftParser Types.swift
[201/224] Compiling SwiftParser Declarations.swift
[202/224] Compiling SwiftParser Directives.swift
[203/224] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[204/224] Compiling SwiftParser Expressions.swift
[205/224] Compiling SwiftParser IncrementalParseTransition.swift
[206/224] Compiling SwiftParser IsValidIdentifier.swift
[207/224] Compiling SwiftParser Cursor.swift
[208/224] Compiling SwiftParser Lexeme.swift
[209/224] Compiling SwiftParser ExperimentalFeatures.swift
[210/224] Compiling SwiftParser IsLexerClassified.swift
[211/224] Compiling SwiftParser LayoutNodes+Parsable.swift
[212/224] Compiling SwiftParser Parser+TokenSpecSet.swift
[213/224] Compiling SwiftParser TokenSpecStaticMembers.swift
[214/225] Wrapping AST for SwiftParser for debugging
[216/248] Compiling SwiftOperators OperatorTable.swift
[217/249] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[218/250] Compiling SwiftOperators PrecedenceGroup.swift
[219/250] Compiling SwiftOperators PrecedenceGraph.swift
[220/250] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[221/250] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[222/250] Compiling SwiftOperators SyntaxSynthesis.swift
[223/250] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[224/250] Compiling SwiftOperators OperatorTable+Folding.swift
[225/250] Compiling SwiftParserDiagnostics MissingNodesError.swift
[226/250] Compiling SwiftParserDiagnostics MissingTokenError.swift
[227/250] Emitting module SwiftOperators
[228/250] Compiling SwiftOperators OperatorTable+Semantics.swift
[229/251] Wrapping AST for SwiftOperators for debugging
[231/251] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[232/251] Compiling SwiftParserDiagnostics Utils.swift
[233/251] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[234/251] Compiling SwiftParserDiagnostics PresenceUtils.swift
[235/251] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[238/251] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[239/251] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[240/251] Emitting module SwiftParserDiagnostics
[243/252] Wrapping AST for SwiftParserDiagnostics for debugging
[245/267] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[246/267] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[247/268] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[248/268] Compiling SwiftSyntaxBuilder Indenter.swift
[249/268] Compiling SwiftSyntaxBuilder ListBuilder.swift
[250/268] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[251/268] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[252/268] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[253/268] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[254/268] Emitting module SwiftSyntaxBuilder
[255/268] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[256/268] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[257/268] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[258/268] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[259/268] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[260/268] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[261/269] Wrapping AST for SwiftSyntaxBuilder for debugging
[263/286] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[264/286] Compiling SwiftSyntaxMacros Macro+Format.swift
[265/288] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[266/288] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[267/288] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[268/288] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[269/288] Compiling SwiftSyntaxMacros AccessorMacro.swift
[270/288] Compiling SwiftSyntaxMacros AttachedMacro.swift
[271/288] Compiling SwiftSyntaxMacros BodyMacro.swift
[272/288] Compiling SwiftSyntaxMacros MemberMacro.swift
[273/288] Compiling SwiftSyntaxMacros PeerMacro.swift
[274/288] Compiling SwiftSyntaxMacros Macro.swift
[275/288] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[276/288] Compiling SwiftSyntaxMacros PreambleMacro.swift
[277/288] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[278/288] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[279/288] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[280/288] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[281/288] Emitting module SwiftSyntaxMacros
[282/289] Wrapping AST for SwiftSyntaxMacros for debugging
[284/298] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[285/299] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[286/299] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[287/299] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[288/299] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[289/299] Emitting module SwiftSyntaxMacroExpansion
[290/299] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[291/299] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[292/299] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[293/299] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[294/300] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[296/312] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[297/313] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[298/313] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[299/313] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[300/313] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[301/313] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[302/313] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[303/313] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[304/313] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[305/313] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[306/313] Emitting module SwiftCompilerPluginMessageHandling
[307/313] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[308/313] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[309/314] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[311/316] Emitting module SwiftCompilerPlugin
[312/316] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[313/317] Wrapping AST for SwiftCompilerPlugin for debugging
[315/322] Compiling BluetoothMacros Plugins.swift
[316/322] Emitting module BluetoothMacros
[317/322] Compiling BluetoothMacros BluetoothAddress.swift
[318/322] Compiling BluetoothMacros BluetoothUUID.swift
[319/322] Compiling BluetoothMacros Hexadecimal.swift
[320/323] Wrapping AST for BluetoothMacros for debugging
[321/323] Write Objects.LinkFileList
[322/323] Linking BluetoothMacros-tool
[324/359] Compiling Bluetooth Address.swift
[325/359] Compiling Bluetooth AsyncIndefiniteStream.swift
[326/359] Compiling Bluetooth BitMaskOption.swift
[327/359] Compiling Bluetooth BluetoothUUID.swift
[328/359] Compiling Bluetooth BluetoothUUIDMetadata.swift
[329/363] Compiling Bluetooth Data.swift
[330/363] Compiling Bluetooth Hexadecimal.swift
[331/363] Compiling Bluetooth Integer.swift
[332/363] Compiling Bluetooth String.swift
[333/363] Compiling Bluetooth System.swift
[334/363] Compiling Bluetooth ByteSwap.swift
[335/363] Compiling Bluetooth ByteValue.swift
[336/363] Compiling Bluetooth ClassOfDevice.swift
[337/363] Compiling Bluetooth CompanyIdentifier.swift
[338/363] Compiling Bluetooth CompanyIdentifierMetadata.swift
[339/363] Compiling Bluetooth UUID.swift
[340/363] Compiling Bluetooth L2CAPSocket.swift
[341/363] Compiling Bluetooth LowEnergyAdvertisingData.swift
[342/363] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[343/363] Compiling Bluetooth RSSI.swift
[344/363] Compiling Bluetooth CharacteristicUUID.swift
[345/363] Compiling Bluetooth DescriptorUUID.swift
[346/363] Compiling Bluetooth MemberUUID.swift
[347/363] Compiling Bluetooth DeclarationUUID.swift
[348/363] Emitting module Bluetooth
[349/363] Compiling Bluetooth UInt40.swift
[350/363] Compiling Bluetooth UInt48.swift
[351/363] Compiling Bluetooth UInt512.swift
[352/363] Compiling Bluetooth Unit.swift
[353/363] Compiling Bluetooth UnitIdentifier.swift
[354/363] Compiling Bluetooth UnitIdentifierMetadata.swift
[355/363] Compiling Bluetooth iBeacon.swift
[356/363] Compiling Bluetooth CompanyIdentifiers.swift
[357/363] Compiling Bluetooth UnitIdentifiers.swift
[358/363] Compiling Bluetooth ServiceUUID.swift
[359/363] Compiling Bluetooth SFloat.swift
[360/363] Compiling Bluetooth SecurityLevel.swift
[361/363] Compiling Bluetooth UInt128.swift
[362/363] Compiling Bluetooth UInt24.swift
[363/363] Compiling Bluetooth UInt256.swift
[365/411] Compiling BluetoothGAP GAPMeshMessage.swift
[366/411] Compiling BluetoothGAP GAPPBADV.swift
[367/411] Compiling BluetoothGAP GAPPublicTargetAddress.swift
[368/411] Compiling BluetoothGAP GAPRandomTargetAddress.swift
[369/411] Compiling BluetoothGAP GAPSecurityManagerOOBFlags.swift
[370/411] Compiling BluetoothGAP GAPSecurityManagerTKValue.swift
[371/417] Compiling BluetoothGAP Decoder.swift
[372/417] Compiling BluetoothGAP Encoder.swift
[373/417] Compiling BluetoothGAP Hexadecimal.swift
[374/417] Compiling BluetoothGAP Integer.swift
[375/417] Compiling BluetoothGAP OptionSet.swift
[376/417] Compiling BluetoothGAP String.swift
[377/417] Compiling BluetoothGAP System.swift
[378/417] Compiling BluetoothGAP GAPCompleteListOf16BitServiceClassUUIDs.swift
[379/417] Compiling BluetoothGAP GAPCompleteListOf32BitServiceClassUUIDs.swift
[380/417] Compiling BluetoothGAP GAPCompleteLocalName.swift
[381/417] Compiling BluetoothGAP GAPData.swift
[382/417] Compiling BluetoothGAP GAPDataType.swift
[383/417] Compiling BluetoothGAP GAPFlags.swift
[384/417] Compiling BluetoothGAP GAPIncompleteListOf128BitServiceClassUUIDs.swift
[385/417] Compiling BluetoothGAP GAPIncompleteListOf16BitServiceClassUUIDs.swift
[386/417] Compiling BluetoothGAP GAPIncompleteListOf32BitServiceClassUUIDs.swift
[387/417] Compiling BluetoothGAP GAPIndoorPositioning.swift
[388/417] Compiling BluetoothGAP GAPLEDeviceAddress.swift
[389/417] Compiling BluetoothGAP GAPLERole.swift
[390/417] Compiling BluetoothGAP GAPLESecureConnectionsConfirmation.swift
[391/417] Compiling BluetoothGAP GAPLESecureConnectionsRandom.swift
[392/417] Compiling BluetoothGAP GAP3DInformation.swift
[393/417] Compiling BluetoothGAP GAPAdvertisingInterval.swift
[394/417] Compiling BluetoothGAP GAPAppearance.swift
[395/417] Compiling BluetoothGAP GAPAppearanceData.swift
[396/417] Compiling BluetoothGAP GAPChannelMapUpdateIndication.swift
[397/417] Compiling BluetoothGAP GAPClassOfDevice.swift
[398/417] Compiling BluetoothGAP GAPCompleteListOf128BitServiceClassUUIDs.swift
[399/417] Compiling BluetoothGAP GAPLESupportedFeatures.swift
[400/417] Compiling BluetoothGAP GAPListOf128BitServiceSolicitationUUIDs.swift
[401/417] Compiling BluetoothGAP GAPListOf16BitServiceSolicitationUUIDs.swift
[402/417] Compiling BluetoothGAP GAPListOf32BitServiceSolicitationUUIDs.swift
[403/417] Compiling BluetoothGAP GAPManufacturerSpecificData.swift
[404/417] Compiling BluetoothGAP GAPMeshBeacon.swift
[405/417] Compiling BluetoothGAP GAPServiceData128BitUUID.swift
[406/417] Compiling BluetoothGAP GAPServiceData16BitUUID.swift
[407/417] Compiling BluetoothGAP GAPServiceData32BitUUID.swift
[408/417] Compiling BluetoothGAP GAPShortLocalName.swift
[409/417] Compiling BluetoothGAP GAPSimplePairingHashC.swift
[410/417] Compiling BluetoothGAP GAPSimplePairingRandomizerR.swift
[411/417] Emitting module BluetoothGAP
[412/417] Compiling BluetoothGAP GAPSlaveConnectionIntervalRange.swift
[413/417] Compiling BluetoothGAP GAPTransportDiscoveryData.swift
[414/417] Compiling BluetoothGAP GAPTxPowerLevel.swift
[415/417] Compiling BluetoothGAP GAPURI.swift
[416/417] Compiling BluetoothGAP GAPUUIDList.swift
[417/417] Compiling BluetoothGAP iBeacon.swift
[419/435] Compiling GATT GATTCentral.swift
[420/435] Compiling GATT GATTClientConnection.swift
[421/437] Compiling GATT L2CAP.swift
[422/437] Compiling GATT ManufacturerSpecificData.swift
[423/437] Compiling GATT GATTPeripheral.swift
[424/437] Compiling GATT GATTServerConnection.swift
[425/437] Compiling GATT CharacteristicProperty.swift
[426/437] Compiling GATT OptionSet.swift
[427/437] Compiling GATT MaximumTransmissionUnit.swift
[428/437] Compiling GATT Peer.swift
[429/437] Compiling GATT AdvertisementData.swift
[430/437] Compiling GATT AsyncStream.swift
[431/437] Compiling GATT AttributePermission.swift
[432/437] Compiling GATT CentralAttributes.swift
[433/437] Compiling GATT CentralError.swift
[434/437] Compiling GATT CentralProtocol.swift
[435/437] Emitting module GATT
[436/437] Compiling GATT PeripheralProtocol.swift
[437/437] Compiling GATT ScanData.swift
[439/450] Compiling DarwinGATT DarwinBluetoothState.swift
[440/450] Compiling DarwinGATT DarwinCentral.swift
[441/451] Compiling DarwinGATT DarwinPeripheral.swift
[442/451] Compiling DarwinGATT CBCentral.swift
[443/451] Emitting module DarwinGATT
[444/451] Compiling DarwinGATT DarwinAdvertisementData.swift
[445/451] Compiling DarwinGATT DarwinAttributes.swift
[446/451] Compiling DarwinGATT CBPeripheral.swift
[447/451] Compiling DarwinGATT PeripheralContinuation.swift
[448/451] Compiling DarwinGATT Integer.swift
[449/451] Compiling DarwinGATT DarwinCentralError.swift
[450/451] Compiling DarwinGATT DarwinDescriptor.swift
[451/451] Compiling DarwinGATT Queue.swift
Build complete! (192.23s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.