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 TypeFamily, reference 0.2.0 (c48d6c), with Swift 6.1 for Linux on 28 Apr 2025 17:58:48 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/jhonatn/SwiftTypeFamily.git
Reference: 0.2.0
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/jhonatn/SwiftTypeFamily
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at c48d6ca Example and README updated
Cloned https://github.com/jhonatn/SwiftTypeFamily.git
Revision (git rev-parse @):
c48d6cac046b40733f3b01aa6107e8559576a5ce
SUCCESS checkout https://github.com/jhonatn/SwiftTypeFamily.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jhonatn/SwiftTypeFamily.git
https://github.com/jhonatn/SwiftTypeFamily.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "TypeFamily",
  "name" : "TypeFamily",
  "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" : "TypeFamily",
      "targets" : [
        "TypeFamily"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TypeFamilyClient",
      "targets" : [
        "TypeFamilyClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TypeFamilyMacros",
      "targets" : [
        "TypeFamilyMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypeFamilyTests",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyTests",
      "path" : "Tests/TypeFamilyTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "TypeFamilyTests.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypeFamilyMacros",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyMacros",
      "path" : "Sources/TypeFamilyMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient",
        "TypeFamilyMacros"
      ],
      "sources" : [
        "+Macros.swift",
        "TypeDeclSyntax.swift",
        "TypeFamilyChildMacro.swift",
        "TypeFamilyMacro.swift",
        "TypeFamilyParentMacro.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "TypeFamilyCore",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyCore",
      "path" : "Sources/TypeFamilyCore",
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient",
        "TypeFamilyMacros"
      ],
      "sources" : [
        "TypeFamilyChild.swift",
        "TypeFamilyParent.swift",
        "TypeFamilyParentOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TypeFamilyClient",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyClient",
      "path" : "Sources/TypeFamilyClient",
      "product_memberships" : [
        "TypeFamilyClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TypeFamily"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TypeFamily",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamily",
      "path" : "Sources/TypeFamily",
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient"
      ],
      "sources" : [
        "TypeFamily.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyMacros",
        "TypeFamilyCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.27s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (6.25s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.3
Building for debugging...
[0/41] Write sources
[18/41] Write swift-version-24593BA9C3E375BF.txt
[20/53] Compiling SwiftSyntax510 Empty.swift
[21/53] Emitting module SwiftSyntax510
[23/54] Emitting module SwiftSyntax509
[24/54] Compiling SwiftSyntax509 Empty.swift
[25/55] Wrapping AST for SwiftSyntax510 for debugging
[26/55] Wrapping AST for SwiftSyntax509 for debugging
[28/115] Compiling SwiftSyntax AbsolutePosition.swift
[29/115] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[30/115] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[31/115] Compiling SwiftSyntax Assert.swift
[32/115] Compiling SwiftSyntax BumpPtrAllocator.swift
[33/115] Compiling SwiftSyntax CommonAncestor.swift
[34/115] Compiling SwiftSyntax Convenience.swift
[35/115] Compiling SwiftSyntax MemoryLayout.swift
[36/115] Compiling SwiftSyntax MissingNodeInitializers.swift
[37/123] Compiling TypeFamilyCore TypeFamilyParent.swift
[38/123] Emitting module TypeFamilyCore
[39/123] Compiling TypeFamilyCore TypeFamilyChild.swift
[41/123] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[42/123] Compiling TypeFamilyCore TypeFamilyParent.swift
[43/123] Emitting module TypeFamilyCore
[44/123] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[46/125] Wrapping AST for TypeFamilyCore for debugging
[49/125] Compiling SwiftSyntax RawSyntax.swift
[50/125] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[51/125] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[52/125] Compiling SwiftSyntax RawSyntaxTokenView.swift
[53/125] Compiling SwiftSyntax SourceLength.swift
[54/125] Compiling SwiftSyntax SourceLocation.swift
[55/125] Compiling SwiftSyntax SourcePresence.swift
[56/125] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[57/125] Compiling SwiftSyntax Syntax.swift
[58/125] Emitting module SwiftSyntax
[59/125] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[60/125] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[61/125] Compiling SwiftSyntax SyntaxBaseNodes.swift
[62/125] Compiling SwiftSyntax SyntaxCollections.swift
[63/125] Compiling SwiftSyntax SyntaxEnum.swift
[64/125] Compiling SwiftSyntax SyntaxKind.swift
[65/125] Compiling SwiftSyntax SyntaxRewriter.swift
[66/125] Compiling SwiftSyntax SyntaxTraits.swift
[67/125] Compiling SwiftSyntax SyntaxArena.swift
[68/125] Compiling SwiftSyntax SyntaxChildren.swift
[69/125] Compiling SwiftSyntax SyntaxCollection.swift
[70/125] Compiling SwiftSyntax SyntaxHashable.swift
[71/125] Compiling SwiftSyntax SyntaxIdentifier.swift
[72/125] Compiling SwiftSyntax SyntaxNodeStructure.swift
[73/125] Compiling SwiftSyntax SyntaxProtocol.swift
[74/125] Compiling SwiftSyntax SyntaxText.swift
[75/125] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[76/125] Compiling SwiftSyntax TokenDiagnostic.swift
[77/125] Compiling SwiftSyntax TokenSequence.swift
[78/125] Compiling SwiftSyntax TokenSyntax.swift
[79/125] Compiling SwiftSyntax Trivia.swift
[80/125] Compiling SwiftSyntax Utils.swift
[81/125] Compiling SwiftSyntax ChildNameForKeyPath.swift
[82/125] Compiling SwiftSyntax Keyword.swift
[83/125] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[84/125] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[85/125] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[86/125] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[87/125] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[88/125] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[89/125] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[90/125] Compiling SwiftSyntax RawSyntaxValidation.swift
[91/125] Compiling SwiftSyntax SyntaxNodesAB.swift
[92/125] Compiling SwiftSyntax SyntaxTransform.swift
[93/125] Compiling SwiftSyntax SyntaxVisitor.swift
[94/125] Compiling SwiftSyntax TokenKind.swift
[95/125] Compiling SwiftSyntax Tokens.swift
[96/125] Compiling SwiftSyntax TriviaPieces.swift
[97/125] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[98/125] Compiling SwiftSyntax RawSyntaxNodesC.swift
[99/125] Compiling SwiftSyntax RawSyntaxNodesD.swift
[100/125] Compiling SwiftSyntax SyntaxNodesC.swift
[101/125] Compiling SwiftSyntax SyntaxNodesD.swift
[102/125] Compiling SwiftSyntax SyntaxNodesEF.swift
[103/125] Compiling SwiftSyntax SyntaxNodesGHI.swift
[104/125] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[105/125] Compiling SwiftSyntax SyntaxNodesOP.swift
[106/125] Compiling SwiftSyntax SyntaxNodesQRS.swift
[107/125] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[108/126] Wrapping AST for SwiftSyntax for debugging
[110/177] Compiling SwiftDiagnostics FixIt.swift
[111/177] Compiling SwiftDiagnostics Note.swift
[112/177] Compiling SwiftDiagnostics Message.swift
[113/177] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[114/177] Compiling SwiftDiagnostics Convenience.swift
[115/177] Compiling SwiftDiagnostics Diagnostic.swift
[116/177] Emitting module SwiftDiagnostics
[117/177] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[119/178] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[120/178] Compiling SwiftBasicFormat BasicFormat.swift
[121/178] Compiling SwiftBasicFormat Syntax+Extensions.swift
[122/178] Emitting module SwiftBasicFormat
[123/178] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[124/179] Wrapping AST for SwiftDiagnostics for debugging
[125/179] Wrapping AST for SwiftBasicFormat for debugging
[127/179] Compiling SwiftParser Lexer.swift
[128/179] Compiling SwiftParser RegexLiteralLexer.swift
[129/179] Compiling SwiftParser UnicodeScalarExtensions.swift
[130/179] Compiling SwiftParser Lookahead.swift
[131/179] Compiling SwiftParser LoopProgressCondition.swift
[132/184] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[133/184] Compiling SwiftParser StringLiterals.swift
[134/184] Compiling SwiftParser SwiftParserCompatibility.swift
[135/184] Compiling SwiftParser SyntaxUtils.swift
[136/184] Compiling SwiftParser TokenConsumer.swift
[137/184] Compiling SwiftParser TokenPrecedence.swift
[138/184] Compiling SwiftParser TokenSpec.swift
[139/184] Compiling SwiftParser TokenSpecSet.swift
[140/184] Compiling SwiftParser TopLevel.swift
[141/184] Compiling SwiftParser TriviaParser.swift
[142/184] Compiling SwiftParser Modifiers.swift
[143/184] Compiling SwiftParser Names.swift
[144/184] Compiling SwiftParser Nominals.swift
[145/184] Compiling SwiftParser Parameters.swift
[146/184] Compiling SwiftParser ParseSourceFile.swift
[147/184] Compiling SwiftParser Parser.swift
[148/184] Compiling SwiftParser Patterns.swift
[149/184] Compiling SwiftParser Recovery.swift
[150/184] Compiling SwiftParser Specifiers.swift
[151/184] Compiling SwiftParser Statements.swift
[152/184] Emitting module SwiftParser
[153/184] Compiling SwiftParser ExperimentalFeatures.swift
[154/184] Compiling SwiftParser Expressions.swift
[155/184] Compiling SwiftParser IncrementalParseTransition.swift
[156/184] Compiling SwiftParser Cursor.swift
[157/184] Compiling SwiftParser Lexeme.swift
[158/184] Compiling SwiftParser LexemeSequence.swift
[159/184] Compiling SwiftParser Attributes.swift
[160/184] Compiling SwiftParser Availability.swift
[161/184] Compiling SwiftParser CharacterInfo.swift
[162/184] Compiling SwiftParser CollectionNodes+Parsable.swift
[163/184] Compiling SwiftParser Declarations.swift
[164/184] Compiling SwiftParser Directives.swift
[165/184] Compiling SwiftParser Types.swift
[166/184] Compiling SwiftParser IsLexerClassified.swift
[167/184] Compiling SwiftParser LayoutNodes+Parsable.swift
[168/184] Compiling SwiftParser Parser+TokenSpecSet.swift
[169/184] Compiling SwiftParser TokenSpecStaticMembers.swift
[170/185] Wrapping AST for SwiftParser for debugging
[172/208] Compiling SwiftOperators OperatorTable.swift
[173/209] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[174/209] Compiling SwiftOperators PrecedenceGraph.swift
[175/209] Compiling SwiftOperators PrecedenceGroup.swift
[176/210] Compiling SwiftOperators OperatorTable+Folding.swift
[177/210] Compiling SwiftOperators OperatorTable+Semantics.swift
[178/210] Compiling SwiftOperators OperatorError.swift
[179/210] Compiling SwiftOperators OperatorTable+Defaults.swift
[180/210] Compiling SwiftOperators Operator.swift
[181/210] Compiling SwiftOperators OperatorError+Diagnostics.swift
[182/210] Emitting module SwiftOperators
[183/210] Compiling SwiftOperators SyntaxSynthesis.swift
[184/211] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[185/211] Wrapping AST for SwiftOperators for debugging
[187/211] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[188/211] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[189/211] Compiling SwiftParserDiagnostics PresenceUtils.swift
[190/211] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[191/211] Compiling SwiftParserDiagnostics Utils.swift
[194/211] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[195/211] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[196/211] Emitting module SwiftParserDiagnostics
[199/212] Wrapping AST for SwiftParserDiagnostics for debugging
[201/226] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[202/226] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[203/227] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[204/227] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[205/227] Compiling SwiftSyntaxBuilder Indenter.swift
[206/227] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[207/227] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[208/227] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[209/227] Emitting module SwiftSyntaxBuilder
[210/227] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[211/227] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[212/227] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[213/227] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[214/227] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[215/227] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[216/228] Wrapping AST for SwiftSyntaxBuilder for debugging
[218/242] Compiling SwiftSyntaxMacros Macro.swift
[219/242] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[220/243] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[221/243] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[222/243] Compiling SwiftSyntaxMacros AccessorMacro.swift
[223/243] Compiling SwiftSyntaxMacros AttachedMacro.swift
[224/243] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[225/243] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[226/243] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[227/243] Compiling SwiftSyntaxMacros Macro+Format.swift
[228/243] Compiling SwiftSyntaxMacros MemberMacro.swift
[229/243] Compiling SwiftSyntaxMacros PeerMacro.swift
[230/243] Emitting module SwiftSyntaxMacros
[231/243] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[232/243] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[233/244] Wrapping AST for SwiftSyntaxMacros for debugging
[235/252] Emitting module SwiftSyntaxMacroExpansion
[236/252] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[237/252] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[238/252] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[239/252] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[240/252] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[241/252] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[242/252] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[243/253] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[245/260] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[246/260] Emitting module SwiftCompilerPluginMessageHandling
[247/260] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[248/260] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[249/260] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[250/260] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[251/260] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[252/261] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[254/263] Emitting module SwiftCompilerPlugin
[255/263] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[256/264] Wrapping AST for SwiftCompilerPlugin for debugging
[258/270] Compiling TypeFamilyMacros TypeDeclSyntax.swift
[259/270] Compiling TypeFamilyMacros +Macros.swift
[260/270] Emitting module TypeFamilyMacros
[261/270] Compiling TypeFamilyMacros TypeFamilyMacro.swift
[262/270] Compiling TypeFamilyMacros TypeFamilyParentMacro.swift
[263/270] Compiling TypeFamilyMacros TypeFamilyChildMacro.swift
/host/spi-builder-workspace/Sources/TypeFamilyMacros/TypeFamilyChildMacro.swift:42:13: warning: initialization of immutable value 'methodArgument' was never used; consider replacing with assignment to '_' or removing it
40 |             throw TypeFamilyError(message: "Wrong syntax")
41 |         }
42 |         let methodArgument = arguments?.first?
   |             `- warning: initialization of immutable value 'methodArgument' was never used; consider replacing with assignment to '_' or removing it
43 |             .expression.as(StringLiteralExprSyntax.self)?
44 |             .segments.first?.as(StringSegmentSyntax.self)?
[264/271] Wrapping AST for TypeFamilyMacros for debugging
[265/271] Write Objects.LinkFileList
[266/271] Linking TypeFamilyMacros-tool
[268/273] Emitting module TypeFamily
[269/273] Compiling TypeFamily TypeFamily.swift
[270/274] Wrapping AST for TypeFamily for debugging
[272/276] Compiling TypeFamilyClient main.swift
[273/276] Emitting module TypeFamilyClient
[274/277] Wrapping AST for TypeFamilyClient for debugging
[275/277] Write Objects.LinkFileList
[276/277] Linking TypeFamilyClient
Build complete! (73.88s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "TypeFamily",
  "name" : "TypeFamily",
  "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" : "TypeFamily",
      "targets" : [
        "TypeFamily"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TypeFamilyClient",
      "targets" : [
        "TypeFamilyClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TypeFamilyMacros",
      "targets" : [
        "TypeFamilyMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypeFamilyTests",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyTests",
      "path" : "Tests/TypeFamilyTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "TypeFamilyTests.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypeFamilyMacros",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyMacros",
      "path" : "Sources/TypeFamilyMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient",
        "TypeFamilyMacros"
      ],
      "sources" : [
        "+Macros.swift",
        "TypeDeclSyntax.swift",
        "TypeFamilyChildMacro.swift",
        "TypeFamilyMacro.swift",
        "TypeFamilyParentMacro.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "TypeFamilyCore",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyCore",
      "path" : "Sources/TypeFamilyCore",
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient",
        "TypeFamilyMacros"
      ],
      "sources" : [
        "TypeFamilyChild.swift",
        "TypeFamilyParent.swift",
        "TypeFamilyParentOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TypeFamilyClient",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyClient",
      "path" : "Sources/TypeFamilyClient",
      "product_memberships" : [
        "TypeFamilyClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TypeFamily"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TypeFamily",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamily",
      "path" : "Sources/TypeFamily",
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient"
      ],
      "sources" : [
        "TypeFamily.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyMacros",
        "TypeFamilyCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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.