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 0.1.4 (f4dd53), with Swift 6.1 for Linux on 27 Apr 2025 23:49:47 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: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: 0.1.4
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
 * tag               0.1.4      -> FETCH_HEAD
HEAD is now at f4dd538 Update Readme.md
Cloned https://github.com/li3zhen1/WithSpecializedGenericMacro.git
Revision (git rev-parse @):
f4dd53892a50e68e5cee66908e20dfbc6e788e46
SUCCESS checkout https://github.com/li3zhen1/WithSpecializedGenericMacro.git at 0.1.4
========================================
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-0":/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.52s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.58s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (9.28s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.35s)
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
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
/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/91] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[31/91] Compiling SwiftSyntax Syntax.swift
[32/91] Compiling SwiftSyntax SyntaxArena.swift
[33/91] Compiling SwiftSyntax SyntaxChildren.swift
[34/91] Compiling SwiftSyntax SyntaxCollection.swift
[35/91] Compiling SwiftSyntax SyntaxData.swift
[36/91] Compiling SwiftSyntax SyntaxText.swift
[37/91] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[38/91] Compiling SwiftSyntax TokenDiagnostic.swift
[39/91] Compiling SwiftSyntax TokenSyntax.swift
[40/91] Compiling SwiftSyntax Trivia.swift
[41/91] Compiling SwiftSyntax Utils.swift
[42/91] Emitting module SwiftSyntax
[43/91] Compiling SwiftSyntax SyntaxDeclNodes.swift
[44/91] Compiling SwiftSyntax SyntaxExprNodes.swift
[45/91] Compiling SwiftSyntax SyntaxNodes.swift
[46/91] Compiling SwiftSyntax SyntaxPatternNodes.swift
[47/91] Compiling SwiftSyntax SyntaxStmtNodes.swift
[48/91] Compiling SwiftSyntax SyntaxTypeNodes.swift
[49/91] Compiling SwiftSyntax ChildNameForKeyPath.swift
[50/91] Compiling SwiftSyntax Keyword.swift
[51/91] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[52/91] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[53/91] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[54/91] Compiling SwiftSyntax SyntaxBaseNodes.swift
[55/91] Compiling SwiftSyntax SyntaxCollections.swift
[56/91] Compiling SwiftSyntax SyntaxEnum.swift
[57/91] Compiling SwiftSyntax SyntaxKind.swift
[58/91] Compiling SwiftSyntax SyntaxRewriter.swift
[59/91] Compiling SwiftSyntax SyntaxTraits.swift
[60/91] Compiling SwiftSyntax SyntaxTransform.swift
[61/91] Compiling SwiftSyntax AbsolutePosition.swift
[62/91] Compiling SwiftSyntax Assert.swift
[63/91] Compiling SwiftSyntax BumpPtrAllocator.swift
[64/91] Compiling SwiftSyntax CommonAncestor.swift
[65/91] Compiling SwiftSyntax Convenience.swift
[66/91] Compiling SwiftSyntax MemoryLayout.swift
[67/91] Compiling SwiftSyntax MissingNodeInitializers.swift
[68/91] Compiling SwiftSyntax SyntaxVisitor.swift
[69/91] Compiling SwiftSyntax TokenKind.swift
[70/91] Compiling SwiftSyntax Tokens.swift
[71/91] Compiling SwiftSyntax TriviaPieces.swift
[72/91] Compiling SwiftSyntax RawSyntaxNodes.swift
[73/91] Compiling SwiftSyntax RawSyntaxValidation.swift
[74/92] Wrapping AST for SwiftSyntax for debugging
[76/143] Compiling SwiftDiagnostics Note.swift
[77/143] Compiling SwiftDiagnostics Message.swift
[78/143] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[79/143] Compiling SwiftBasicFormat Syntax+Extensions.swift
[80/143] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[81/143] Compiling SwiftDiagnostics FixIt.swift
[82/143] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[83/143] Compiling SwiftDiagnostics Diagnostic.swift
[84/143] Compiling SwiftDiagnostics Convenience.swift
[85/143] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[86/143] Emitting module SwiftDiagnostics
[88/144] Emitting module SwiftBasicFormat
[89/144] Compiling SwiftBasicFormat BasicFormat.swift
[89/145] Wrapping AST for SwiftDiagnostics for debugging
[92/145] Compiling SwiftParser Modifiers.swift
[93/145] Compiling SwiftParser Names.swift
[94/145] Compiling SwiftParser Nominals.swift
[95/145] Compiling SwiftParser Parameters.swift
[96/145] Compiling SwiftParser ParseSourceFile.swift
[96/150] Wrapping AST for SwiftBasicFormat for debugging
[98/150] Emitting module SwiftParser
[99/150] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[100/150] Compiling SwiftParser StringLiterals.swift
[101/150] Compiling SwiftParser SwiftParserCompatibility.swift
[102/150] Compiling SwiftParser SyntaxUtils.swift
[103/150] Compiling SwiftParser TokenConsumer.swift
[104/150] Compiling SwiftParser TokenPrecedence.swift
[105/150] Compiling SwiftParser TokenSpec.swift
[106/150] Compiling SwiftParser TokenSpecSet.swift
[107/150] Compiling SwiftParser TopLevel.swift
[108/150] Compiling SwiftParser TriviaParser.swift
[109/150] Compiling SwiftParser Lexer.swift
[110/150] Compiling SwiftParser RegexLiteralLexer.swift
[111/150] Compiling SwiftParser UnicodeScalarExtensions.swift
[112/150] Compiling SwiftParser Lookahead.swift
[113/150] Compiling SwiftParser LoopProgressCondition.swift
[114/150] Compiling SwiftParser Parser.swift
[115/150] Compiling SwiftParser Patterns.swift
[116/150] Compiling SwiftParser Recovery.swift
[117/150] Compiling SwiftParser Specifiers.swift
[118/150] Compiling SwiftParser Statements.swift
[119/150] Compiling SwiftParser Attributes.swift
[120/150] Compiling SwiftParser Availability.swift
[121/150] Compiling SwiftParser CharacterInfo.swift
[122/150] Compiling SwiftParser CollectionNodes+Parsable.swift
[123/150] Compiling SwiftParser Declarations.swift
[124/150] Compiling SwiftParser Directives.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/176] Compiling SwiftOperators PrecedenceGraph.swift
[141/176] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[142/176] Compiling SwiftOperators OperatorTable.swift
[143/176] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[144/176] Compiling SwiftParserDiagnostics Utils.swift
[145/176] Compiling SwiftOperators SyntaxSynthesis.swift
[146/176] Emitting module SwiftOperators
[147/176] Compiling SwiftOperators OperatorTable+Semantics.swift
[148/176] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[149/176] Compiling SwiftParserDiagnostics PresenceUtils.swift
[150/176] Compiling SwiftOperators Operator.swift
[151/176] Compiling SwiftOperators OperatorError+Diagnostics.swift
[152/176] Compiling SwiftOperators OperatorTable+Folding.swift
[153/176] Compiling SwiftOperators OperatorError.swift
[154/176] Compiling SwiftOperators OperatorTable+Defaults.swift
[155/177] Emitting module SwiftParserDiagnostics
[157/177] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[157/177] Wrapping AST for SwiftOperators for debugging
[159/177] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[160/177] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.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 ConvenienceInitializers.swift
[172/193] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[173/193] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[174/193] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[175/193] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[176/193] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[177/193] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[178/193] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[179/193] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[180/193] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[181/193] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[182/194] Wrapping AST for SwiftSyntaxBuilder for debugging
[184/208] Compiling SwiftSyntaxMacros MemberMacro.swift
[185/209] Compiling SwiftSyntaxMacros Macro.swift
[186/209] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[187/209] Emitting module SwiftSyntaxMacros
[188/209] Compiling SwiftSyntaxMacros AccessorMacro.swift
[189/209] Compiling SwiftSyntaxMacros AttachedMacro.swift
[190/209] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[191/209] Compiling SwiftSyntaxMacros Macro+Format.swift
[192/209] Compiling SwiftSyntaxMacros PeerMacro.swift
[193/209] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[194/209] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[195/209] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[196/209] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[197/209] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[198/209] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[199/210] Wrapping AST for SwiftSyntaxMacros for debugging
[201/218] Emitting module SwiftSyntaxMacroExpansion
[202/218] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[203/218] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[204/218] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[205/218] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[206/218] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[207/218] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[208/218] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[209/219] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[211/226] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[212/226] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[213/226] Emitting module SwiftCompilerPluginMessageHandling
[214/226] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[215/226] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[216/226] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.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/235] Wrapping AST for SwiftCompilerPlugin for debugging
[224/235] Compiling WithSpecializedGenericMacros WithSpecializedGenerics.swift
[225/235] Compiling WithSpecializedGenericMacros Utils.swift
[226/235] Emitting module WithSpecializedGenericMacros
[227/235] Compiling WithSpecializedGenericMacros TypealiasParser.swift
[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] Emitting module WithSpecializedGenericClient
[238/241] Compiling WithSpecializedGenericClient main.swift
[239/242] Wrapping AST for WithSpecializedGenericClient for debugging
[240/242] Write Objects.LinkFileList
[241/242] Linking WithSpecializedGenericClient
Build complete! (179.25s)
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.