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 macOS (SPM) on 28 Apr 2025 18:05:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.30s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.1 (4.34s)
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.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swifttypefamily",
      "name": "TypeFamily",
      "url": "https://github.com/jhonatn/SwiftTypeFamily.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftTypeFamily",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "510.0.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/jhonatn/SwiftTypeFamily.git
[2/86] Fetching swifttypefamily
Fetched https://github.com/jhonatn/SwiftTypeFamily.git from cache (0.66s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.85s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (0.91s)
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
Creating working copy for https://github.com/jhonatn/SwiftTypeFamily.git
Working copy of https://github.com/jhonatn/SwiftTypeFamily.git resolved at 0.2.0 (c48d6ca)
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jhonatn/SwiftTypeFamily.git
https://github.com/jhonatn/SwiftTypeFamily.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/25] Write sources
[7/25] Write TypeFamilyClient-entitlement.plist
[8/25] Write sources
[19/25] Write swift-version-2F0A5646E1D333AE.txt
[21/37] Compiling SwiftSyntax509 Empty.swift
[22/37] Emitting module SwiftSyntax509
[23/37] Emitting module SwiftSyntax510
[24/37] Compiling SwiftSyntax510 Empty.swift
[25/99] Compiling SwiftSyntax AbsolutePosition.swift
[26/99] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[27/99] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[28/99] Compiling SwiftSyntax Assert.swift
[29/99] Compiling SwiftSyntax BumpPtrAllocator.swift
[30/99] Compiling SwiftSyntax CommonAncestor.swift
[31/99] Compiling SwiftSyntax Convenience.swift
[32/105] Compiling SwiftSyntax MemoryLayout.swift
[33/105] Compiling SwiftSyntax MissingNodeInitializers.swift
[34/105] Compiling SwiftSyntax RawSyntax.swift
[35/105] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[36/105] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[37/105] Compiling SwiftSyntax RawSyntaxTokenView.swift
[38/105] Compiling SwiftSyntax SourceLength.swift
[39/105] Compiling SwiftSyntax SyntaxHashable.swift
[40/105] Compiling SwiftSyntax SyntaxIdentifier.swift
[41/105] Compiling SwiftSyntax SyntaxNodeStructure.swift
[42/105] Compiling SwiftSyntax SyntaxProtocol.swift
[43/105] Compiling SwiftSyntax SyntaxText.swift
[44/105] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[45/105] Compiling SwiftSyntax TokenDiagnostic.swift
[46/105] Compiling SwiftSyntax SourceLocation.swift
[47/105] Compiling SwiftSyntax SourcePresence.swift
[48/105] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[49/105] Compiling SwiftSyntax Syntax.swift
[50/105] Compiling SwiftSyntax SyntaxArena.swift
[51/105] Compiling SwiftSyntax SyntaxChildren.swift
[52/105] Compiling SwiftSyntax SyntaxCollection.swift
[53/105] Compiling TypeFamilyCore TypeFamilyParent.swift
[54/105] Emitting module TypeFamilyCore
[55/105] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[56/105] Compiling TypeFamilyCore TypeFamilyParent.swift
[57/105] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[58/105] Compiling TypeFamilyCore TypeFamilyChild.swift
[59/105] Emitting module TypeFamilyCore
[60/105] Compiling TypeFamilyCore TypeFamilyChild.swift
[61/105] Emitting module SwiftSyntax
[62/105] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[63/105] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[64/105] Compiling SwiftSyntax SyntaxBaseNodes.swift
[65/105] Compiling SwiftSyntax SyntaxCollections.swift
[66/105] Compiling SwiftSyntax SyntaxEnum.swift
[67/105] Compiling SwiftSyntax SyntaxKind.swift
[68/105] Compiling SwiftSyntax SyntaxRewriter.swift
[69/105] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[70/105] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[71/105] Compiling SwiftSyntax RawSyntaxValidation.swift
[72/105] Compiling SwiftSyntax SyntaxNodesAB.swift
[73/105] Compiling SwiftSyntax SyntaxNodesC.swift
[74/105] Compiling SwiftSyntax SyntaxNodesD.swift
[75/105] Compiling SwiftSyntax RawSyntaxNodesC.swift
[76/105] Compiling SwiftSyntax RawSyntaxNodesD.swift
[77/105] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[78/105] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[79/105] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[80/105] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[81/105] Compiling SwiftSyntax TokenSequence.swift
[82/105] Compiling SwiftSyntax TokenSyntax.swift
[83/105] Compiling SwiftSyntax Trivia.swift
[84/105] Compiling SwiftSyntax Utils.swift
[85/105] Compiling SwiftSyntax ChildNameForKeyPath.swift
[86/105] Compiling SwiftSyntax Keyword.swift
[87/105] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[88/105] Compiling SwiftSyntax SyntaxTraits.swift
[89/105] Compiling SwiftSyntax SyntaxTransform.swift
[90/105] Compiling SwiftSyntax SyntaxVisitor.swift
[91/105] Compiling SwiftSyntax TokenKind.swift
[92/105] Compiling SwiftSyntax Tokens.swift
[93/105] Compiling SwiftSyntax TriviaPieces.swift
[94/105] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[95/105] Compiling SwiftSyntax SyntaxNodesEF.swift
[96/105] Compiling SwiftSyntax SyntaxNodesGHI.swift
[97/105] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[98/105] Compiling SwiftSyntax SyntaxNodesOP.swift
[99/105] Compiling SwiftSyntax SyntaxNodesQRS.swift
[100/105] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[101/157] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[102/157] Compiling SwiftBasicFormat Syntax+Extensions.swift
[103/157] Compiling SwiftDiagnostics FixIt.swift
[104/157] Compiling SwiftDiagnostics Message.swift
[105/157] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[106/157] Compiling SwiftDiagnostics Note.swift
[107/157] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[108/157] Emitting module SwiftBasicFormat
[109/157] Compiling SwiftBasicFormat BasicFormat.swift
[110/157] Compiling SwiftDiagnostics Convenience.swift
[111/157] Compiling SwiftDiagnostics Diagnostic.swift
[112/157] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[113/157] Emitting module SwiftDiagnostics
[114/157] Compiling SwiftParser SyntaxUtils.swift
[115/157] Compiling SwiftParser TokenConsumer.swift
[116/157] Compiling SwiftParser TokenPrecedence.swift
[117/157] Compiling SwiftParser TokenSpec.swift
[118/161] Compiling SwiftParser Lexeme.swift
[119/161] Compiling SwiftParser LexemeSequence.swift
[120/161] Compiling SwiftParser Lexer.swift
[121/161] Compiling SwiftParser RegexLiteralLexer.swift
[122/161] Compiling SwiftParser UnicodeScalarExtensions.swift
[123/161] Compiling SwiftParser Lookahead.swift
[124/161] Compiling SwiftParser LoopProgressCondition.swift
[125/161] Compiling SwiftParser Modifiers.swift
[126/161] Compiling SwiftParser Statements.swift
[127/161] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[128/161] Compiling SwiftParser StringLiterals.swift
[129/161] Compiling SwiftParser SwiftParserCompatibility.swift
[130/161] Compiling SwiftParser Names.swift
[131/161] Compiling SwiftParser Nominals.swift
[132/161] Compiling SwiftParser Parameters.swift
[133/161] Compiling SwiftParser ParseSourceFile.swift
[134/161] Compiling SwiftParser Parser.swift
[135/161] Compiling SwiftParser Patterns.swift
[136/161] Compiling SwiftParser Recovery.swift
[137/161] Compiling SwiftParser Specifiers.swift
[138/161] Compiling SwiftParser TokenSpecSet.swift
[139/161] Compiling SwiftParser TopLevel.swift
[140/161] Compiling SwiftParser TriviaParser.swift
[141/161] Compiling SwiftParser Types.swift
[142/161] Emitting module SwiftParser
[143/161] Compiling SwiftParser IsLexerClassified.swift
[144/161] Compiling SwiftParser LayoutNodes+Parsable.swift
[145/161] Compiling SwiftParser Parser+TokenSpecSet.swift
[146/161] Compiling SwiftParser TokenSpecStaticMembers.swift
[147/161] Compiling SwiftParser Attributes.swift
[148/161] Compiling SwiftParser Availability.swift
[149/161] Compiling SwiftParser CharacterInfo.swift
[150/161] Compiling SwiftParser CollectionNodes+Parsable.swift
[151/161] Compiling SwiftParser Declarations.swift
[152/161] Compiling SwiftParser Directives.swift
[153/161] Compiling SwiftParser ExperimentalFeatures.swift
[154/161] Compiling SwiftParser Expressions.swift
[155/161] Compiling SwiftParser IncrementalParseTransition.swift
[156/161] Compiling SwiftParser Cursor.swift
[157/184] Compiling SwiftOperators OperatorTable+Defaults.swift
[158/184] Compiling SwiftOperators OperatorTable.swift
[159/184] Compiling SwiftOperators PrecedenceGraph.swift
[160/184] Compiling SwiftOperators PrecedenceGroup.swift
[161/185] Compiling SwiftOperators OperatorTable+Semantics.swift
[162/185] Compiling SwiftOperators OperatorError.swift
[163/185] Compiling SwiftOperators OperatorError+Diagnostics.swift
[164/185] Compiling SwiftOperators Operator.swift
[165/185] Emitting module SwiftOperators
[166/185] Compiling SwiftOperators OperatorTable+Folding.swift
[167/185] Compiling SwiftOperators SyntaxSynthesis.swift
[168/185] Compiling SwiftParserDiagnostics Utils.swift
[169/185] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[170/185] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[171/185] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[172/185] Compiling SwiftParserDiagnostics PresenceUtils.swift
[173/186] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[174/186] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[175/186] Compiling SwiftParserDiagnostics MissingNodesError.swift
[176/186] Compiling SwiftParserDiagnostics MissingTokenError.swift
[177/186] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[178/186] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[179/186] Emitting module SwiftParserDiagnostics
[180/186] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[181/186] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[182/200] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[183/200] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[184/201] Emitting module SwiftSyntaxBuilder
[185/201] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[186/201] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[187/201] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[188/201] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[189/201] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[190/201] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[191/201] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[192/201] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[193/201] Compiling SwiftSyntaxBuilder Indenter.swift
[194/201] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[195/201] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[196/201] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[197/215] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[198/215] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[199/216] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[200/216] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[201/216] Compiling SwiftSyntaxMacros AccessorMacro.swift
[202/216] Compiling SwiftSyntaxMacros AttachedMacro.swift
[203/216] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[204/216] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[205/216] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[206/216] Emitting module SwiftSyntaxMacros
[207/216] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[208/216] Compiling SwiftSyntaxMacros Macro+Format.swift
[209/216] Compiling SwiftSyntaxMacros Macro.swift
[210/216] Compiling SwiftSyntaxMacros MemberMacro.swift
[211/216] Compiling SwiftSyntaxMacros PeerMacro.swift
[212/224] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[213/224] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[214/224] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[215/224] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[216/224] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[217/224] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[218/224] Emitting module SwiftSyntaxMacroExpansion
[219/224] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[220/231] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[221/231] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[222/231] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[223/231] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[224/231] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[225/231] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[226/231] Emitting module SwiftCompilerPluginMessageHandling
[227/233] Emitting module SwiftCompilerPlugin
[228/233] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[229/239] Compiling TypeFamilyMacros TypeFamilyChildMacro.swift
/Users/admin/builder/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)?
[230/239] Compiling TypeFamilyMacros TypeDeclSyntax.swift
[231/239] Emitting module TypeFamilyMacros
[232/239] Compiling TypeFamilyMacros TypeFamilyMacro.swift
[233/239] Compiling TypeFamilyMacros +Macros.swift
[234/239] Compiling TypeFamilyMacros TypeFamilyParentMacro.swift
[234/239] Write Objects.LinkFileList
[235/239] Linking TypeFamilyMacros-tool
[237/241] Compiling TypeFamily TypeFamily.swift
[238/241] Emitting module TypeFamily
[239/243] Compiling TypeFamilyClient main.swift
[240/243] Emitting module TypeFamilyClient
[240/243] Write Objects.LinkFileList
[241/243] Linking TypeFamilyClient
[242/243] Applying TypeFamilyClient
Build complete! (25.94s)
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" : "/Users/admin/builder/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"
}
Done.