The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of WithSpecializedGeneric, reference main (6cdf5b), with Swift 6.1 for Linux on 27 Apr 2025 23:49:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/li3zhen1/WithSpecializedGenericMacro.git
Reference: main
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/li3zhen1/WithSpecializedGenericMacro
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6cdf5be Update Readme.md
Cloned https://github.com/li3zhen1/WithSpecializedGenericMacro.git
Revision (git rev-parse @):
6cdf5be1ba40ebbe8f83796078727d4218537f83
SUCCESS checkout https://github.com/li3zhen1/WithSpecializedGenericMacro.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/li3zhen1/WithSpecializedGenericMacro.git
https://github.com/li3zhen1/WithSpecializedGenericMacro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "WithSpecializedGeneric",
  "name" : "WithSpecializedGeneric",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WithSpecializedGeneric",
      "targets" : [
        "WithSpecializedGeneric"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WithSpecializedGenericClient",
      "targets" : [
        "WithSpecializedGenericClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "WithSpecializedGenericMacros",
      "targets" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WithSpecializedGenericTests",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericTests",
      "path" : "Tests/WithSpecializedGenericTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "WithSpecializedGenericTests.swift",
        "codes.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WithSpecializedGenericMacros",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericMacros",
      "path" : "Sources/WithSpecializedGenericMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "WithSpecializedGeneric",
        "WithSpecializedGenericClient",
        "WithSpecializedGenericMacros"
      ],
      "sources" : [
        "InlinedGenericsRewriter.swift",
        "TypealiasParser.swift",
        "Utils.swift",
        "WithSpecializedGenerics.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "WithSpecializedGenericClient",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericClient",
      "path" : "Sources/WithSpecializedGenericClient",
      "product_memberships" : [
        "WithSpecializedGenericClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGeneric"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WithSpecializedGeneric",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGeneric",
      "path" : "Sources/WithSpecializedGeneric",
      "product_memberships" : [
        "WithSpecializedGeneric",
        "WithSpecializedGenericClient"
      ],
      "sources" : [
        "WithSpecializedGeneric.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-syntax.git
[1/2049] Fetching swift-docc-plugin
[2050/72282] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (5.44s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.50s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (7.80s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.70s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC Preview
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/37] Write sources
[17/37] Write swift-version-24593BA9C3E375BF.txt
[19/39] Emitting module SwiftSyntax509
[20/39] Compiling SwiftSyntax509 Empty.swift
[21/40] Wrapping AST for SwiftSyntax509 for debugging
[23/85] Compiling SwiftSyntax RawSyntax.swift
[24/85] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[25/85] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[26/85] Compiling SwiftSyntax RawSyntaxTokenView.swift
[27/85] Compiling SwiftSyntax SourceLength.swift
[28/85] Compiling SwiftSyntax SourceLocation.swift
[29/85] Compiling SwiftSyntax SourcePresence.swift
[30/85] Compiling SwiftSyntax AbsolutePosition.swift
[31/85] Compiling SwiftSyntax Assert.swift
[32/85] Compiling SwiftSyntax BumpPtrAllocator.swift
[33/85] Compiling SwiftSyntax CommonAncestor.swift
[34/85] Compiling SwiftSyntax Convenience.swift
[35/85] Compiling SwiftSyntax MemoryLayout.swift
[36/85] Compiling SwiftSyntax MissingNodeInitializers.swift
[37/91] Compiling SwiftSyntax SyntaxText.swift
[38/91] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[39/91] Compiling SwiftSyntax TokenDiagnostic.swift
[40/91] Compiling SwiftSyntax TokenSyntax.swift
[41/91] Compiling SwiftSyntax Trivia.swift
[42/91] Compiling SwiftSyntax Utils.swift
[43/91] Emitting module SwiftSyntax
[44/91] Compiling SwiftSyntax SyntaxDeclNodes.swift
[45/91] Compiling SwiftSyntax SyntaxExprNodes.swift
[46/91] Compiling SwiftSyntax SyntaxNodes.swift
[47/91] Compiling SwiftSyntax SyntaxPatternNodes.swift
[48/91] Compiling SwiftSyntax SyntaxStmtNodes.swift
[49/91] Compiling SwiftSyntax SyntaxTypeNodes.swift
[50/91] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[51/91] Compiling SwiftSyntax Syntax.swift
[52/91] Compiling SwiftSyntax SyntaxArena.swift
[53/91] Compiling SwiftSyntax SyntaxChildren.swift
[54/91] Compiling SwiftSyntax SyntaxCollection.swift
[55/91] Compiling SwiftSyntax SyntaxData.swift
[56/91] Compiling SwiftSyntax ChildNameForKeyPath.swift
[57/91] Compiling SwiftSyntax Keyword.swift
[58/91] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[59/91] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[60/91] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[61/91] Compiling SwiftSyntax SyntaxBaseNodes.swift
[62/91] Compiling SwiftSyntax SyntaxVisitor.swift
[63/91] Compiling SwiftSyntax TokenKind.swift
[64/91] Compiling SwiftSyntax Tokens.swift
[65/91] Compiling SwiftSyntax TriviaPieces.swift
[66/91] Compiling SwiftSyntax RawSyntaxNodes.swift
[67/91] Compiling SwiftSyntax RawSyntaxValidation.swift
[68/91] Compiling SwiftSyntax SyntaxCollections.swift
[69/91] Compiling SwiftSyntax SyntaxEnum.swift
[70/91] Compiling SwiftSyntax SyntaxKind.swift
[71/91] Compiling SwiftSyntax SyntaxRewriter.swift
[72/91] Compiling SwiftSyntax SyntaxTraits.swift
[73/91] Compiling SwiftSyntax SyntaxTransform.swift
[74/92] Wrapping AST for SwiftSyntax for debugging
[76/143] Compiling SwiftDiagnostics FixIt.swift
[77/143] Compiling SwiftDiagnostics Note.swift
[78/143] Emitting module SwiftDiagnostics
[79/143] Compiling SwiftBasicFormat Syntax+Extensions.swift
[80/143] Compiling SwiftDiagnostics Convenience.swift
[81/143] Compiling SwiftDiagnostics Message.swift
[82/143] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[83/143] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[84/143] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[85/143] Compiling SwiftDiagnostics Diagnostic.swift
[86/143] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[88/144] Emitting module SwiftBasicFormat
[89/144] Compiling SwiftBasicFormat BasicFormat.swift
[89/145] Wrapping AST for SwiftDiagnostics for debugging
[91/145] Wrapping AST for SwiftBasicFormat for debugging
[93/145] Compiling SwiftParser TokenPrecedence.swift
[94/145] Compiling SwiftParser TokenSpec.swift
[95/145] Compiling SwiftParser TokenSpecSet.swift
[96/145] Compiling SwiftParser TopLevel.swift
[97/145] Compiling SwiftParser TriviaParser.swift
[98/145] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[99/145] Compiling SwiftParser StringLiterals.swift
[100/145] Compiling SwiftParser SwiftParserCompatibility.swift
[101/145] Compiling SwiftParser SyntaxUtils.swift
[102/145] Compiling SwiftParser TokenConsumer.swift
[103/150] Emitting module SwiftParser
[104/150] Compiling SwiftParser Modifiers.swift
[105/150] Compiling SwiftParser Names.swift
[106/150] Compiling SwiftParser Nominals.swift
[107/150] Compiling SwiftParser Parameters.swift
[108/150] Compiling SwiftParser ParseSourceFile.swift
[109/150] Compiling SwiftParser Parser.swift
[110/150] Compiling SwiftParser Patterns.swift
[111/150] Compiling SwiftParser Recovery.swift
[112/150] Compiling SwiftParser Specifiers.swift
[113/150] Compiling SwiftParser Statements.swift
[114/150] Compiling SwiftParser Attributes.swift
[115/150] Compiling SwiftParser Availability.swift
[116/150] Compiling SwiftParser CharacterInfo.swift
[117/150] Compiling SwiftParser CollectionNodes+Parsable.swift
[118/150] Compiling SwiftParser Declarations.swift
[119/150] Compiling SwiftParser Directives.swift
[120/150] Compiling SwiftParser Lexer.swift
[121/150] Compiling SwiftParser RegexLiteralLexer.swift
[122/150] Compiling SwiftParser UnicodeScalarExtensions.swift
[123/150] Compiling SwiftParser Lookahead.swift
[124/150] Compiling SwiftParser LoopProgressCondition.swift
[125/150] Compiling SwiftParser ExperimentalFeatures.swift
[126/150] Compiling SwiftParser Expressions.swift
[127/150] Compiling SwiftParser IncrementalParseTransition.swift
[128/150] Compiling SwiftParser Cursor.swift
[129/150] Compiling SwiftParser Lexeme.swift
[130/150] Compiling SwiftParser LexemeSequence.swift
[131/150] Compiling SwiftParser Types.swift
[132/150] Compiling SwiftParser IsLexerClassified.swift
[133/150] Compiling SwiftParser LayoutNodes+Parsable.swift
[134/150] Compiling SwiftParser Parser+TokenSpecSet.swift
[135/150] Compiling SwiftParser TokenSpecStaticMembers.swift
[136/151] Wrapping AST for SwiftParser for debugging
[138/174] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[139/175] Compiling SwiftOperators PrecedenceGroup.swift
[140/175] Compiling SwiftOperators Operator.swift
[141/175] Compiling SwiftOperators OperatorError+Diagnostics.swift
[142/176] Compiling SwiftOperators OperatorError.swift
[143/176] Compiling SwiftOperators OperatorTable+Defaults.swift
[144/176] Compiling SwiftOperators OperatorTable.swift
[145/176] Compiling SwiftOperators PrecedenceGraph.swift
[146/176] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[147/176] Emitting module SwiftOperators
[148/176] Compiling SwiftOperators SyntaxSynthesis.swift
[149/176] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[150/176] Compiling SwiftParserDiagnostics Utils.swift
[151/176] Compiling SwiftOperators OperatorTable+Semantics.swift
[152/176] Compiling SwiftOperators OperatorTable+Folding.swift
[155/177] Emitting module SwiftParserDiagnostics
[157/177] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[157/177] Wrapping AST for SwiftOperators for debugging
[159/177] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[160/177] Compiling SwiftParserDiagnostics PresenceUtils.swift
[161/177] Compiling SwiftParserDiagnostics MissingNodesError.swift
[162/177] Compiling SwiftParserDiagnostics MissingTokenError.swift
[165/178] Wrapping AST for SwiftParserDiagnostics for debugging
[167/192] Compiling SwiftSyntaxBuilder Indenter.swift
[168/192] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[169/193] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[170/193] Emitting module SwiftSyntaxBuilder
[171/193] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[172/193] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[173/193] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[174/193] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[175/193] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[176/193] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[177/193] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[178/193] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[179/193] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[180/193] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[181/193] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[182/194] Wrapping AST for SwiftSyntaxBuilder for debugging
[184/208] Compiling SwiftSyntaxMacros AccessorMacro.swift
[185/208] Compiling SwiftSyntaxMacros AttachedMacro.swift
[186/209] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[187/209] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[188/209] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[189/209] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[190/209] Compiling SwiftSyntaxMacros MemberMacro.swift
[191/209] Compiling SwiftSyntaxMacros Macro.swift
[192/209] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[193/209] Emitting module SwiftSyntaxMacros
[194/209] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[195/209] Compiling SwiftSyntaxMacros Macro+Format.swift
[196/209] Compiling SwiftSyntaxMacros PeerMacro.swift
[197/209] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[198/209] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[199/210] Wrapping AST for SwiftSyntaxMacros for debugging
[201/218] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[202/218] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[203/218] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[204/218] Emitting module SwiftSyntaxMacroExpansion
[205/218] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[206/218] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[207/218] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[208/218] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[209/219] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[211/226] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[212/226] Emitting module SwiftCompilerPluginMessageHandling
[213/226] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[214/226] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[215/226] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[216/226] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[217/226] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[218/227] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[220/229] Emitting module SwiftCompilerPlugin
[221/229] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[222/230] Wrapping AST for SwiftCompilerPlugin for debugging
[224/235] Compiling WithSpecializedGenericMacros WithSpecializedGenerics.swift
[225/235] Compiling WithSpecializedGenericMacros TypealiasParser.swift
[226/235] Compiling WithSpecializedGenericMacros Utils.swift
[227/235] Emitting module WithSpecializedGenericMacros
[228/235] Compiling WithSpecializedGenericMacros InlinedGenericsRewriter.swift
[229/236] Wrapping AST for WithSpecializedGenericMacros for debugging
[230/236] Write Objects.LinkFileList
[231/236] Linking WithSpecializedGenericMacros-tool
[233/238] Emitting module WithSpecializedGeneric
[234/238] Compiling WithSpecializedGeneric WithSpecializedGeneric.swift
[235/239] Wrapping AST for WithSpecializedGeneric for debugging
[237/241] Compiling WithSpecializedGenericClient main.swift
[238/241] Emitting module WithSpecializedGenericClient
[239/242] Wrapping AST for WithSpecializedGenericClient for debugging
[240/242] Write Objects.LinkFileList
[241/242] Linking WithSpecializedGenericClient
Build complete! (176.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "WithSpecializedGeneric",
  "name" : "WithSpecializedGeneric",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WithSpecializedGeneric",
      "targets" : [
        "WithSpecializedGeneric"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WithSpecializedGenericClient",
      "targets" : [
        "WithSpecializedGenericClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "WithSpecializedGenericMacros",
      "targets" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WithSpecializedGenericTests",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericTests",
      "path" : "Tests/WithSpecializedGenericTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "WithSpecializedGenericTests.swift",
        "codes.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WithSpecializedGenericMacros",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericMacros",
      "path" : "Sources/WithSpecializedGenericMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "WithSpecializedGeneric",
        "WithSpecializedGenericClient",
        "WithSpecializedGenericMacros"
      ],
      "sources" : [
        "InlinedGenericsRewriter.swift",
        "TypealiasParser.swift",
        "Utils.swift",
        "WithSpecializedGenerics.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "WithSpecializedGenericClient",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericClient",
      "path" : "Sources/WithSpecializedGenericClient",
      "product_memberships" : [
        "WithSpecializedGenericClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGeneric"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WithSpecializedGeneric",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGeneric",
      "path" : "Sources/WithSpecializedGeneric",
      "product_memberships" : [
        "WithSpecializedGeneric",
        "WithSpecializedGenericClient"
      ],
      "sources" : [
        "WithSpecializedGeneric.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.