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 Android on 14 Jun 2025 08:10:04 UTC.

Swift 6 data race errors: 0

Build Command

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