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

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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:         wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:1f4a86c2403dd7f046762c8271002f713e736861711b4d7bb001b0e60ed1e881
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/PureSwift/Bluetooth.git
[1/23626] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (1.28s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 7.2.1 (1.94s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70793] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.39s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (6.79s)
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 7.2.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
[0/14] Write sources
[0/14] Copying MemberUUID.json
[0/14] Copying DescriptorUUID.json
[0/14] Copying ServiceUUID.json
[0/14] Copying UnitIdentifier.json
[1/14] Copying CharacteristicUUID.json
[4/14] Copying DeclarationUUID.json
[8/14] Copying CompanyIdentifier.json
[9/14] Write swift-version-24593BA9C3E375BF.txt
[11/19] Compiling BluetoothMetadata BluetoothUUID.swift
[12/19] Emitting module BluetoothMetadata
[13/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[14/19] Compiling BluetoothMetadata resource_bundle_accessor.swift
[15/19] Compiling BluetoothMetadata CompanyIdentifier.swift
[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] Emitting module GenerateBluetooth
[22/27] Compiling GenerateBluetooth CompanyIdentifier.swift
[23/27] Compiling GenerateBluetooth BluetoothUUID.swift
[24/27] Compiling GenerateBluetooth String.swift
[25/28] Wrapping AST for GenerateBluetooth for debugging
[26/28] Write Objects.LinkFileList
[27/28] Linking GenerateBluetooth-tool
[1/1] Compiling plugin GenerateBluetoothDefinitions
Building for debugging...
[1/66] Write sources
[17/66] Copying UnitIdentifier.json
[18/66] Copying ServiceUUID.json
[20/66] Copying DeclarationUUID.json
[21/66] Copying MemberUUID.json
[22/66] Copying DescriptorUUID.json
[22/66] Copying CharacteristicUUID.json
[24/66] Write sources
[26/66] Copying DescriptorUUID.json
[26/66] Copying CompanyIdentifier.json
[26/66] Copying UnitIdentifier.json
[29/66] Copying MemberUUID.json
[30/66] Write sources
[30/66] Copying DeclarationUUID.json
[32/66] Copying CharacteristicUUID.json
[33/66] Copying ServiceUUID.json
[34/66] Copying CompanyIdentifier.json
[35/66] Compiling _SwiftSyntaxCShims dummy.c
[36/66] Write swift-version-24593BA9C3E375BF.txt
[38/78] Emitting module SwiftSyntax600
[39/78] Compiling SwiftSyntax600 Empty.swift
[40/79] Emitting module SwiftSyntax510
[42/79] Compiling SwiftSyntax509 Empty.swift
[43/79] Emitting module SwiftSyntax509
[44/79] Compiling SwiftSyntax510 Empty.swift
[47/81] Emitting module BluetoothMetadata
[47/82] Wrapping AST for SwiftSyntax600 for debugging
[49/82] Wrapping AST for SwiftSyntax509 for debugging
[50/82] Wrapping AST for SwiftSyntax510 for debugging
[51/82] Wrapping AST for BluetoothMetadata for debugging
[53/147] Emitting module GenerateBluetooth
[54/148] Wrapping AST for GenerateBluetooth for debugging
[55/148] Write Objects.LinkFileList
[56/148] Linking GenerateBluetooth-tool
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/UnitIdentifiers.swift
[57/148] Generate Bluetooth Unit Identifier Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[58/148] Generate Bluetooth Descriptor UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DeclarationUUID.swift
[59/148] Generate Bluetooth Declaration UUID Definitions
[61/148] Compiling SwiftSyntax AbsolutePosition.swift
[62/148] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[63/148] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[64/148] Compiling SwiftSyntax Assert.swift
[65/148] Compiling SwiftSyntax BumpPtrAllocator.swift
[66/148] Compiling SwiftSyntax CommonAncestor.swift
[67/148] Compiling SwiftSyntax Convenience.swift
[68/148] Compiling SwiftSyntax CustomTraits.swift
[69/148] Compiling SwiftSyntax Identifier.swift
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[69/156] Generate Bluetooth Service UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[70/156] Generate Bluetooth Member UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[71/156] Generate Bluetooth Characteristic UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[72/156] Generate Bluetooth Company Identifier Definitions
[73/156] Write sources
[75/156] Compiling SwiftSyntax SyntaxNodeFactory.swift
[76/156] Compiling SwiftSyntax SyntaxNodeStructure.swift
[77/156] Compiling SwiftSyntax SyntaxProtocol.swift
[78/156] Compiling SwiftSyntax SyntaxText.swift
[79/156] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[80/156] Compiling SwiftSyntax TokenDiagnostic.swift
[81/156] Compiling SwiftSyntax TokenSequence.swift
[82/156] Compiling SwiftSyntax TokenSyntax.swift
[83/156] Compiling SwiftSyntax Trivia.swift
[84/156] Compiling SwiftSyntax SourcePresence.swift
[85/156] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[86/156] Compiling SwiftSyntax Syntax.swift
[87/156] Compiling SwiftSyntax SyntaxArena.swift
[88/156] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[89/156] Compiling SwiftSyntax SyntaxChildren.swift
[90/156] Compiling SwiftSyntax SyntaxCollection.swift
[91/156] Compiling SwiftSyntax SyntaxHashable.swift
[92/156] Compiling SwiftSyntax SyntaxIdentifier.swift
[93/156] Compiling BluetoothMetadata BluetoothUUID.swift
[94/156] Compiling BluetoothMetadata CompanyIdentifier.swift
[95/156] Compiling BluetoothMetadata resource_bundle_accessor.swift
[96/156] Emitting module BluetoothMetadata
[97/156] Compiling BluetoothMetadata BluetoothMetadata.swift
[99/157] Emitting module SwiftSyntax
[100/157] Compiling SwiftSyntax SyntaxKind.swift
[101/157] Compiling SwiftSyntax SyntaxRewriter.swift
[102/157] Compiling SwiftSyntax SyntaxTraits.swift
[103/157] Compiling SwiftSyntax SyntaxVisitor.swift
[104/157] Compiling SwiftSyntax TokenKind.swift
[105/157] Compiling SwiftSyntax Tokens.swift
[106/157] Compiling SwiftSyntax TriviaPieces.swift
[107/157] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[108/157] Compiling SwiftSyntax RawSyntaxNodesC.swift
[109/157] Compiling SwiftSyntax RawSyntaxNodesD.swift
[110/157] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[111/157] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[112/157] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[113/157] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[114/157] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[115/157] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[116/157] Compiling SwiftSyntax RawSyntaxValidation.swift
[117/157] Compiling SwiftSyntax SyntaxNodesAB.swift
[118/157] Compiling SwiftSyntax MemoryLayout.swift
[119/157] Compiling SwiftSyntax MissingNodeInitializers.swift
[120/157] Compiling SwiftSyntax RawSyntax.swift
[121/157] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[122/157] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[123/157] Compiling SwiftSyntax RawSyntaxTokenView.swift
[124/157] Compiling SwiftSyntax SourceEdit.swift
[125/157] Compiling SwiftSyntax SourceLength.swift
[126/157] Compiling SwiftSyntax SourceLocation.swift
[127/157] Compiling SwiftSyntax Utils.swift
[128/157] Compiling SwiftSyntax ChildNameForKeyPath.swift
[129/157] Compiling SwiftSyntax Keyword.swift
[130/157] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[131/157] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[132/157] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[133/157] Compiling SwiftSyntax SyntaxBaseNodes.swift
[134/157] Compiling SwiftSyntax SyntaxCollections.swift
[135/157] Compiling SwiftSyntax SyntaxEnum.swift
[136/157] Compiling SwiftSyntax SyntaxNodesC.swift
[137/157] Compiling SwiftSyntax SyntaxNodesD.swift
[138/157] Compiling SwiftSyntax SyntaxNodesEF.swift
[139/157] Compiling SwiftSyntax SyntaxNodesGHI.swift
[140/157] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[141/157] Compiling SwiftSyntax SyntaxNodesOP.swift
[142/157] Compiling SwiftSyntax SyntaxNodesQRS.swift
[143/157] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[144/158] Wrapping AST for SwiftSyntax for debugging
[146/215] Compiling SwiftDiagnostics Message.swift
[147/215] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[148/215] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[149/216] Emitting module SwiftDiagnostics
[150/216] Compiling SwiftDiagnostics Convenience.swift
[151/216] Compiling SwiftDiagnostics Diagnostic.swift
[152/216] Compiling SwiftBasicFormat Syntax+Extensions.swift
[153/216] Compiling SwiftDiagnostics Note.swift
[154/216] Compiling SwiftBasicFormat InferIndentation.swift
[155/216] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[156/216] Compiling SwiftDiagnostics FixIt.swift
[157/216] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[158/216] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[159/216] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[160/216] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[162/217] Emitting module SwiftBasicFormat
[163/217] Compiling SwiftBasicFormat BasicFormat.swift
[163/218] Wrapping AST for SwiftDiagnostics for debugging
[165/218] Wrapping AST for SwiftBasicFormat for debugging
[167/218] Compiling SwiftParser SwiftParserCompatibility.swift
[168/218] Compiling SwiftParser SwiftVersion.swift
[169/218] Compiling SwiftParser SyntaxUtils.swift
[170/218] Compiling SwiftParser TokenConsumer.swift
[171/218] Compiling SwiftParser TokenPrecedence.swift
[172/223] Compiling SwiftParser TokenSpec.swift
[173/223] Compiling SwiftParser TokenSpecSet.swift
[174/223] Compiling SwiftParser TopLevel.swift
[175/223] Compiling SwiftParser TriviaParser.swift
[176/223] Compiling SwiftParser Types.swift
[177/223] Compiling SwiftParser Patterns.swift
[178/223] Compiling SwiftParser Recovery.swift
[179/223] Compiling SwiftParser Specifiers.swift
[180/223] Compiling SwiftParser Statements.swift
[181/223] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[182/223] Compiling SwiftParser StringLiterals.swift
[183/223] Compiling SwiftParser Modifiers.swift
[184/223] Compiling SwiftParser Names.swift
[185/223] Compiling SwiftParser Nominals.swift
[186/223] Compiling SwiftParser Parameters.swift
[187/223] Compiling SwiftParser ParseSourceFile.swift
[188/223] Compiling SwiftParser Parser.swift
[189/223] Compiling SwiftParser Attributes.swift
[190/223] Compiling SwiftParser Availability.swift
[191/223] Compiling SwiftParser CharacterInfo.swift
[192/223] Compiling SwiftParser CollectionNodes+Parsable.swift
[193/223] Compiling SwiftParser Declarations.swift
[194/223] Compiling SwiftParser Directives.swift
[195/223] Compiling SwiftParser LexemeSequence.swift
[196/223] Compiling SwiftParser Lexer.swift
[197/223] Compiling SwiftParser RegexLiteralLexer.swift
[198/223] Compiling SwiftParser UnicodeScalarExtensions.swift
[199/223] Compiling SwiftParser Lookahead.swift
[200/223] Compiling SwiftParser LoopProgressCondition.swift
[201/223] Emitting module SwiftParser
[206/223] Compiling SwiftParser Cursor.swift
[207/223] Compiling SwiftParser Lexeme.swift
[208/223] Compiling SwiftParser ExperimentalFeatures.swift
[209/223] Compiling SwiftParser IsLexerClassified.swift
[210/223] Compiling SwiftParser LayoutNodes+Parsable.swift
[211/223] Compiling SwiftParser Parser+TokenSpecSet.swift
[212/223] Compiling SwiftParser TokenSpecStaticMembers.swift
[213/224] Wrapping AST for SwiftParser for debugging
[215/247] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[216/248] Compiling SwiftOperators PrecedenceGroup.swift
[217/249] Compiling SwiftOperators PrecedenceGraph.swift
[218/249] Compiling SwiftOperators OperatorTable.swift
[219/249] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[220/249] Compiling SwiftOperators OperatorTable+Semantics.swift
[221/249] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[222/249] Compiling SwiftParserDiagnostics Utils.swift
[223/249] Compiling SwiftOperators SyntaxSynthesis.swift
[224/249] Compiling SwiftOperators Operator.swift
[225/249] Compiling SwiftOperators OperatorError+Diagnostics.swift
[226/249] Emitting module SwiftOperators
[227/249] Compiling SwiftOperators OperatorError.swift
[228/249] Compiling SwiftOperators OperatorTable+Defaults.swift
[229/249] Compiling SwiftOperators OperatorTable+Folding.swift
[231/250] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[231/250] Wrapping AST for SwiftOperators for debugging
[233/250] Emitting module SwiftParserDiagnostics
[234/250] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[235/250] Compiling SwiftParserDiagnostics PresenceUtils.swift
[238/250] Compiling SwiftParserDiagnostics MissingNodesError.swift
[239/250] Compiling SwiftParserDiagnostics MissingTokenError.swift
[242/251] Wrapping AST for SwiftParserDiagnostics for debugging
[244/266] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[245/266] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[246/267] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[247/267] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[248/267] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[249/267] Emitting module SwiftSyntaxBuilder
[250/267] Compiling SwiftSyntaxBuilder Indenter.swift
[251/267] Compiling SwiftSyntaxBuilder ListBuilder.swift
[252/267] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[253/267] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[254/267] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[255/267] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[256/267] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[257/267] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[258/267] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[259/267] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[260/268] Wrapping AST for SwiftSyntaxBuilder for debugging
[262/285] Compiling SwiftSyntaxMacros MemberMacro.swift
[263/285] Compiling SwiftSyntaxMacros PeerMacro.swift
[264/287] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[265/287] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[266/287] Compiling SwiftSyntaxMacros Macro.swift
[267/287] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[268/287] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[269/287] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[270/287] Compiling SwiftSyntaxMacros AccessorMacro.swift
[271/287] Compiling SwiftSyntaxMacros AttachedMacro.swift
[272/287] Compiling SwiftSyntaxMacros BodyMacro.swift
[273/287] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[274/287] Compiling SwiftSyntaxMacros Macro+Format.swift
[275/287] Compiling SwiftSyntaxMacros PreambleMacro.swift
[276/287] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[277/287] Emitting module SwiftSyntaxMacros
[278/287] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[279/287] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[280/287] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[281/288] Wrapping AST for SwiftSyntaxMacros for debugging
[283/297] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[284/298] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[285/298] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[286/298] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[287/298] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[288/298] Emitting module SwiftSyntaxMacroExpansion
[289/298] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[290/298] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[291/298] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[292/298] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[293/299] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[295/311] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[296/311] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[297/312] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[298/312] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[299/312] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[300/312] Emitting module SwiftCompilerPluginMessageHandling
[301/312] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[302/312] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[303/312] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[304/312] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[305/312] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[306/312] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[307/312] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[308/313] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[310/315] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[311/315] Emitting module SwiftCompilerPlugin
[312/316] Wrapping AST for SwiftCompilerPlugin for debugging
[314/321] Compiling BluetoothMacros Hexadecimal.swift
[315/321] Compiling BluetoothMacros Plugins.swift
[316/321] Compiling BluetoothMacros BluetoothUUID.swift
[317/321] Emitting module BluetoothMacros
[318/321] Compiling BluetoothMacros BluetoothAddress.swift
[319/322] Wrapping AST for BluetoothMacros for debugging
[320/322] Write Objects.LinkFileList
[321/322] Linking BluetoothMacros-tool
[323/358] Compiling Bluetooth SFloat.swift
[324/358] Compiling Bluetooth SecurityLevel.swift
[325/358] Compiling Bluetooth UInt128.swift
[326/358] Compiling Bluetooth UInt24.swift
[327/358] Compiling Bluetooth UInt256.swift
[328/362] Compiling Bluetooth Address.swift
[329/362] Compiling Bluetooth AsyncIndefiniteStream.swift
[330/362] Compiling Bluetooth BitMaskOption.swift
[331/362] Compiling Bluetooth BluetoothUUID.swift
[332/362] Compiling Bluetooth BluetoothUUIDMetadata.swift
[333/362] Compiling Bluetooth CharacteristicUUID.swift
[334/362] Compiling Bluetooth DescriptorUUID.swift
[335/362] Compiling Bluetooth MemberUUID.swift
[336/362] Compiling Bluetooth DeclarationUUID.swift
[337/362] Emitting module Bluetooth
[338/362] Compiling Bluetooth UInt40.swift
[339/362] Compiling Bluetooth UInt48.swift
[340/362] Compiling Bluetooth UInt512.swift
[341/362] Compiling Bluetooth Unit.swift
[342/362] Compiling Bluetooth UnitIdentifier.swift
[343/362] Compiling Bluetooth UUID.swift
[344/362] Compiling Bluetooth L2CAPSocket.swift
[345/362] Compiling Bluetooth LowEnergyAdvertisingData.swift
[346/362] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[347/362] Compiling Bluetooth RSSI.swift
[348/362] Compiling Bluetooth Data.swift
[349/362] Compiling Bluetooth Hexadecimal.swift
[350/362] Compiling Bluetooth Integer.swift
[351/362] Compiling Bluetooth String.swift
[352/362] Compiling Bluetooth System.swift
[353/362] Compiling Bluetooth UnitIdentifierMetadata.swift
[354/362] Compiling Bluetooth iBeacon.swift
[355/362] Compiling Bluetooth CompanyIdentifiers.swift
[356/362] Compiling Bluetooth UnitIdentifiers.swift
[357/362] Compiling Bluetooth ServiceUUID.swift
[358/362] Compiling Bluetooth ByteSwap.swift
[359/362] Compiling Bluetooth ByteValue.swift
[360/362] Compiling Bluetooth ClassOfDevice.swift
[361/362] Compiling Bluetooth CompanyIdentifier.swift
[362/362] Compiling Bluetooth CompanyIdentifierMetadata.swift
[364/380] Emitting module GATT
[365/382] Compiling GATT MaximumTransmissionUnit.swift
[366/382] Compiling GATT Peer.swift
[367/382] Compiling GATT CentralAttributes.swift
[368/382] Compiling GATT CentralError.swift
[369/382] Compiling GATT CentralProtocol.swift
[370/382] Compiling GATT GATTCentral.swift
[371/382] Compiling GATT GATTClientConnection.swift
[372/382] Compiling GATT GATTPeripheral.swift
[373/382] Compiling GATT GATTServerConnection.swift
[374/382] Compiling GATT CharacteristicProperty.swift
[375/382] Compiling GATT OptionSet.swift
[376/382] Compiling GATT L2CAP.swift
[377/382] Compiling GATT ManufacturerSpecificData.swift
[378/382] Compiling GATT AdvertisementData.swift
[379/382] Compiling GATT AsyncStream.swift
[380/382] Compiling GATT AttributePermission.swift
[381/382] Compiling GATT PeripheralProtocol.swift
[382/382] Compiling GATT ScanData.swift
[384/395] Compiling DarwinGATT PeripheralContinuation.swift
[385/395] Compiling DarwinGATT CBPeripheral.swift
[386/395] Compiling DarwinGATT Integer.swift
[387/396] Compiling DarwinGATT DarwinPeripheral.swift
[388/396] Compiling DarwinGATT CBCentral.swift
[389/396] Compiling DarwinGATT DarwinCentralError.swift
[390/396] Compiling DarwinGATT DarwinDescriptor.swift
[391/396] Compiling DarwinGATT DarwinBluetoothState.swift
[392/396] Compiling DarwinGATT DarwinCentral.swift
[393/396] Emitting module DarwinGATT
[394/396] Compiling DarwinGATT DarwinAdvertisementData.swift
[395/396] Compiling DarwinGATT DarwinAttributes.swift
[396/396] Compiling DarwinGATT Queue.swift
Build complete! (134.77s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:1f4a86c2403dd7f046762c8271002f713e736861711b4d7bb001b0e60ed1e881
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.