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 Wasm on 6 Jun 2025 07:03:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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: 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:         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-2":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/23627] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (1.95s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 7.2.0 (2.65s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70759] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.84s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (13.22s)
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.0
[0/14] Write sources
[1/14] Copying CharacteristicUUID.json
[1/14] Copying CompanyIdentifier.json
[1/14] Copying UnitIdentifier.json
[1/14] Copying DescriptorUUID.json
[1/14] Copying ServiceUUID.json
[1/14] Write sources
[1/14] Copying DeclarationUUID.json
[1/14] Copying MemberUUID.json
[9/14] Write swift-version-24593BA9C3E375BF.txt
[11/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[12/19] Emitting module BluetoothMetadata
[13/19] Compiling BluetoothMetadata BluetoothUUID.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 CompanyIdentifier.swift
[19/27] Emitting module GenerateBluetooth
[20/27] Compiling GenerateBluetooth Generate.swift
[21/27] Compiling GenerateBluetooth UnitIdentifier.swift
[22/27] Compiling GenerateBluetooth Hexadecimal.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
[1/66] Copying CharacteristicUUID.json
[1/66] Write sources
[1/66] Copying CharacteristicUUID.json
[1/66] Copying CompanyIdentifier.json
[1/66] Copying DescriptorUUID.json
[1/66] Copying DeclarationUUID.json
[1/66] Copying MemberUUID.json
[1/66] Copying DescriptorUUID.json
[1/66] Copying UnitIdentifier.json
[1/66] Copying ServiceUUID.json
[1/66] Copying MemberUUID.json
[1/66] Copying UnitIdentifier.json
[35/66] Compiling _SwiftSyntaxCShims dummy.c
[36/66] Write swift-version-24593BA9C3E375BF.txt
[38/78] Emitting module SwiftSyntax510
[39/78] Compiling SwiftSyntax509 Empty.swift
[40/78] Compiling SwiftSyntax510 Empty.swift
[41/78] Emitting module SwiftSyntax600
[42/78] Emitting module SwiftSyntax509
[43/78] Compiling SwiftSyntax600 Empty.swift
[47/81] Emitting module BluetoothMetadata
[47/82] Wrapping AST for SwiftSyntax600 for debugging
[48/82] Wrapping AST for SwiftSyntax510 for debugging
[50/82] Wrapping AST for SwiftSyntax509 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/DeclarationUUID.swift
[58/148] Generate Bluetooth Declaration UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[59/148] Generate Bluetooth Descriptor UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[60/148] Generate Bluetooth Service UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[61/148] Generate Bluetooth Characteristic UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[62/148] Generate Bluetooth Member UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[63/148] Generate Bluetooth Company Identifier Definitions
[64/148] Write sources
[66/148] Compiling SwiftSyntax MemoryLayout.swift
[67/148] Compiling SwiftSyntax MissingNodeInitializers.swift
[68/148] Compiling SwiftSyntax RawSyntax.swift
[69/148] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[70/148] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[71/148] Compiling SwiftSyntax RawSyntaxTokenView.swift
[72/148] Compiling SwiftSyntax SourceEdit.swift
[73/148] Compiling SwiftSyntax SourceLength.swift
[74/148] Compiling SwiftSyntax SourceLocation.swift
[75/148] Compiling SwiftSyntax SourcePresence.swift
[76/148] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[77/148] Compiling SwiftSyntax Syntax.swift
[78/148] Compiling SwiftSyntax SyntaxArena.swift
[79/148] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[80/148] Compiling SwiftSyntax SyntaxChildren.swift
[81/148] Compiling SwiftSyntax SyntaxCollection.swift
[82/148] Compiling SwiftSyntax SyntaxHashable.swift
[83/148] Compiling SwiftSyntax SyntaxIdentifier.swift
[84/148] Compiling SwiftSyntax AbsolutePosition.swift
[85/148] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[86/148] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[87/148] Compiling SwiftSyntax Assert.swift
[88/148] Compiling SwiftSyntax BumpPtrAllocator.swift
[89/148] Compiling SwiftSyntax CommonAncestor.swift
[90/148] Compiling SwiftSyntax Convenience.swift
[91/148] Compiling SwiftSyntax CustomTraits.swift
[92/148] Compiling SwiftSyntax Identifier.swift
[93/156] Compiling BluetoothMetadata resource_bundle_accessor.swift
[94/156] Emitting module BluetoothMetadata
[95/156] Compiling BluetoothMetadata CompanyIdentifier.swift
[96/156] Compiling BluetoothMetadata BluetoothUUID.swift
[97/156] Compiling BluetoothMetadata BluetoothMetadata.swift
[99/157] Emitting module SwiftSyntax
[100/157] Compiling SwiftSyntax RawSyntaxNodesD.swift
[101/157] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[102/157] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[103/157] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[104/157] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[105/157] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[106/157] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[107/157] Compiling SwiftSyntax RawSyntaxValidation.swift
[108/157] Compiling SwiftSyntax SyntaxNodesAB.swift
[109/157] Compiling SwiftSyntax SyntaxKind.swift
[110/157] Compiling SwiftSyntax SyntaxRewriter.swift
[111/157] Compiling SwiftSyntax SyntaxTraits.swift
[112/157] Compiling SwiftSyntax SyntaxVisitor.swift
[113/157] Compiling SwiftSyntax TokenKind.swift
[114/157] Compiling SwiftSyntax Tokens.swift
[115/157] Compiling SwiftSyntax TriviaPieces.swift
[116/157] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[117/157] Compiling SwiftSyntax RawSyntaxNodesC.swift
[118/157] Compiling SwiftSyntax Utils.swift
[119/157] Compiling SwiftSyntax ChildNameForKeyPath.swift
[120/157] Compiling SwiftSyntax Keyword.swift
[121/157] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[122/157] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[123/157] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[124/157] Compiling SwiftSyntax SyntaxBaseNodes.swift
[125/157] Compiling SwiftSyntax SyntaxCollections.swift
[126/157] Compiling SwiftSyntax SyntaxEnum.swift
[127/157] Compiling SwiftSyntax SyntaxNodeFactory.swift
[128/157] Compiling SwiftSyntax SyntaxNodeStructure.swift
[129/157] Compiling SwiftSyntax SyntaxProtocol.swift
[130/157] Compiling SwiftSyntax SyntaxText.swift
[131/157] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[132/157] Compiling SwiftSyntax TokenDiagnostic.swift
[133/157] Compiling SwiftSyntax TokenSequence.swift
[134/157] Compiling SwiftSyntax TokenSyntax.swift
[135/157] Compiling SwiftSyntax Trivia.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 SwiftDiagnostics FixIt.swift
[148/216] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[149/216] Compiling SwiftBasicFormat Syntax+Extensions.swift
[150/216] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[151/216] Compiling SwiftDiagnostics Note.swift
[152/216] Compiling SwiftBasicFormat InferIndentation.swift
[153/216] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[154/216] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[155/216] Emitting module SwiftDiagnostics
[156/216] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[157/216] Compiling SwiftParser Attributes.swift
[158/216] Compiling SwiftParser Availability.swift
[159/216] Compiling SwiftParser CharacterInfo.swift
[160/216] Compiling SwiftParser CollectionNodes+Parsable.swift
[161/217] Compiling SwiftParser SwiftParserCompatibility.swift
[162/217] Compiling SwiftParser SwiftVersion.swift
[163/217] Compiling SwiftParser SyntaxUtils.swift
[164/217] Compiling SwiftParser TokenConsumer.swift
[165/217] Compiling SwiftParser TokenPrecedence.swift
[166/222] Wrapping AST for SwiftDiagnostics for debugging
[168/222] Emitting module SwiftBasicFormat
[169/222] Compiling SwiftBasicFormat BasicFormat.swift
[170/223] Wrapping AST for SwiftBasicFormat for debugging
[172/223] Compiling SwiftParser LexemeSequence.swift
[173/223] Compiling SwiftParser Lexer.swift
[174/223] Compiling SwiftParser RegexLiteralLexer.swift
[175/223] Compiling SwiftParser UnicodeScalarExtensions.swift
[176/223] Compiling SwiftParser Lookahead.swift
[177/223] Compiling SwiftParser LoopProgressCondition.swift
[178/223] Compiling SwiftParser TokenSpec.swift
[179/223] Compiling SwiftParser TokenSpecSet.swift
[180/223] Compiling SwiftParser TopLevel.swift
[181/223] Compiling SwiftParser TriviaParser.swift
[182/223] Compiling SwiftParser Types.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 Patterns.swift
[190/223] Compiling SwiftParser Recovery.swift
[191/223] Compiling SwiftParser Specifiers.swift
[192/223] Compiling SwiftParser Statements.swift
[193/223] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[194/223] Compiling SwiftParser StringLiterals.swift
[199/223] Compiling SwiftParser Declarations.swift
[200/223] Compiling SwiftParser Directives.swift
[201/223] Emitting module SwiftParser
[202/223] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[203/223] Compiling SwiftParser Expressions.swift
[204/223] Compiling SwiftParser IncrementalParseTransition.swift
[205/223] Compiling SwiftParser IsValidIdentifier.swift
[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 SwiftOperators PrecedenceGroup.swift
[216/248] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[217/248] Compiling SwiftOperators PrecedenceGraph.swift
[218/249] Compiling SwiftOperators OperatorTable.swift
[219/249] Compiling SwiftOperators OperatorTable+Semantics.swift
[220/249] Compiling SwiftOperators SyntaxSynthesis.swift
[221/249] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[222/249] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[223/249] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[224/249] Compiling SwiftParserDiagnostics Utils.swift
[225/249] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[226/249] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[227/249] Emitting module SwiftOperators
[228/249] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[229/249] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[230/249] Compiling SwiftOperators OperatorTable+Folding.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
[236/250] Compiling SwiftParserDiagnostics MissingNodesError.swift
[237/250] Compiling SwiftParserDiagnostics MissingTokenError.swift
[242/251] Wrapping AST for SwiftParserDiagnostics for debugging
[244/266] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[245/266] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[246/266] Emitting module SwiftSyntaxBuilder
[247/267] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[248/267] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[249/267] Compiling SwiftSyntaxBuilder Indenter.swift
[250/267] Compiling SwiftSyntaxBuilder ListBuilder.swift
[251/267] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[252/267] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[253/267] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[254/267] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[255/267] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.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 FreestandingMacro.swift
[263/285] Compiling SwiftSyntaxMacros Macro+Format.swift
[264/287] Emitting module SwiftSyntaxMacros
[265/287] Compiling SwiftSyntaxMacros Macro.swift
[266/287] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[267/287] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[268/287] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[269/287] Compiling SwiftSyntaxMacros MemberMacro.swift
[270/287] Compiling SwiftSyntaxMacros PeerMacro.swift
[271/287] Compiling SwiftSyntaxMacros AccessorMacro.swift
[272/287] Compiling SwiftSyntaxMacros AttachedMacro.swift
[273/287] Compiling SwiftSyntaxMacros BodyMacro.swift
[274/287] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[275/287] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[276/287] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[277/287] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[278/287] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[279/287] Compiling SwiftSyntaxMacros PreambleMacro.swift
[280/287] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[281/288] Wrapping AST for SwiftSyntaxMacros for debugging
[283/297] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[284/298] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[285/298] Emitting module SwiftSyntaxMacroExpansion
[286/298] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[287/298] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[288/298] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[289/298] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[290/298] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[291/298] Compiling SwiftSyntaxMacroExpansion MacroExpansion.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 StandardIOMessageConnection.swift
[298/312] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[299/312] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[300/312] Emitting module SwiftCompilerPluginMessageHandling
[301/312] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[302/312] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[303/312] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[304/312] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[305/312] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.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 Plugins.swift
[315/321] Emitting module BluetoothMacros
[316/321] Compiling BluetoothMacros BluetoothAddress.swift
[317/321] Compiling BluetoothMacros BluetoothUUID.swift
[318/321] Compiling BluetoothMacros Hexadecimal.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 Data.swift
[334/362] Compiling Bluetooth Hexadecimal.swift
[335/362] Compiling Bluetooth Integer.swift
[336/362] Compiling Bluetooth String.swift
[337/362] Compiling Bluetooth System.swift
[338/362] Compiling Bluetooth UUID.swift
[339/362] Compiling Bluetooth L2CAPSocket.swift
[340/362] Compiling Bluetooth LowEnergyAdvertisingData.swift
[341/362] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[342/362] Compiling Bluetooth RSSI.swift
[343/362] Compiling Bluetooth CharacteristicUUID.swift
[344/362] Compiling Bluetooth DescriptorUUID.swift
[345/362] Compiling Bluetooth MemberUUID.swift
[346/362] Compiling Bluetooth DeclarationUUID.swift
[347/362] Emitting module Bluetooth
[348/362] Compiling Bluetooth UInt40.swift
[349/362] Compiling Bluetooth UInt48.swift
[350/362] Compiling Bluetooth UInt512.swift
[351/362] Compiling Bluetooth Unit.swift
[352/362] Compiling Bluetooth UnitIdentifier.swift
[353/362] Compiling Bluetooth ByteSwap.swift
[354/362] Compiling Bluetooth ByteValue.swift
[355/362] Compiling Bluetooth ClassOfDevice.swift
[356/362] Compiling Bluetooth CompanyIdentifier.swift
[357/362] Compiling Bluetooth CompanyIdentifierMetadata.swift
[358/362] Compiling Bluetooth UnitIdentifierMetadata.swift
[359/362] Compiling Bluetooth iBeacon.swift
[360/362] Compiling Bluetooth CompanyIdentifiers.swift
[361/362] Compiling Bluetooth UnitIdentifiers.swift
[362/362] Compiling Bluetooth ServiceUUID.swift
[364/380] Compiling GATT MaximumTransmissionUnit.swift
[365/380] Compiling GATT Peer.swift
[366/382] Compiling GATT CharacteristicProperty.swift
[367/382] Compiling GATT OptionSet.swift
[368/382] Compiling GATT L2CAP.swift
[369/382] Compiling GATT ManufacturerSpecificData.swift
[370/382] Compiling GATT AdvertisementData.swift
[371/382] Compiling GATT AsyncStream.swift
[372/382] Compiling GATT AttributePermission.swift
[373/382] Emitting module GATT
[374/382] Compiling GATT GATTPeripheral.swift
[375/382] Compiling GATT GATTServerConnection.swift
[376/382] Compiling GATT GATTCentral.swift
[377/382] Compiling GATT GATTClientConnection.swift
[378/382] Compiling GATT CentralAttributes.swift
[379/382] Compiling GATT CentralError.swift
[380/382] Compiling GATT CentralProtocol.swift
[381/382] Compiling GATT PeripheralProtocol.swift
[382/382] Compiling GATT ScanData.swift
[384/395] Compiling DarwinGATT PeripheralContinuation.swift
[385/395] Compiling DarwinGATT Integer.swift
[386/396] Compiling DarwinGATT CBPeripheral.swift
[387/396] Compiling DarwinGATT DarwinCentralError.swift
[388/396] Compiling DarwinGATT DarwinDescriptor.swift
[389/396] Compiling DarwinGATT DarwinPeripheral.swift
[390/396] Compiling DarwinGATT CBCentral.swift
[391/396] Compiling DarwinGATT DarwinAdvertisementData.swift
[392/396] Compiling DarwinGATT DarwinAttributes.swift
[393/396] Compiling DarwinGATT DarwinBluetoothState.swift
[394/396] Compiling DarwinGATT DarwinCentral.swift
[395/396] Emitting module DarwinGATT
[396/396] Compiling DarwinGATT Queue.swift
Build complete! (205.18s)
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.