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 main (c48d6c), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 18:05:05 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jhonatn/SwiftTypeFamily
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/apple/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.10s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.1 (4.16s)
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
[1/86] Fetching swifttypefamily
Fetched https://github.com/jhonatn/SwiftTypeFamily.git from cache (0.62s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.80s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (0.86s)
Creating working copy for https://github.com/jhonatn/SwiftTypeFamily.git
Working copy of https://github.com/jhonatn/SwiftTypeFamily.git resolved at main (c48d6ca)
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
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
[0/25] Write TypeFamilyClient-entitlement.plist
[0/25] Write sources
[19/25] Write swift-version-2F0A5646E1D333AE.txt
[21/37] Emitting module SwiftSyntax509
[22/37] Emitting module SwiftSyntax510
[23/37] Compiling SwiftSyntax509 Empty.swift
[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 SourceLocation.swift
[40/105] Compiling SwiftSyntax SourcePresence.swift
[41/105] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[42/105] Compiling SwiftSyntax Syntax.swift
[43/105] Compiling SwiftSyntax SyntaxArena.swift
[44/105] Compiling SwiftSyntax SyntaxChildren.swift
[45/105] Compiling SwiftSyntax SyntaxCollection.swift
[46/105] Compiling TypeFamilyCore TypeFamilyParent.swift
[48/105] Compiling TypeFamilyCore TypeFamilyChild.swift
[49/105] Emitting module TypeFamilyCore
[50/105] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[51/105] Emitting module TypeFamilyCore
[52/105] Compiling TypeFamilyCore TypeFamilyChild.swift
[53/105] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[54/105] Emitting module SwiftSyntax
[55/105] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[56/105] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[57/105] Compiling SwiftSyntax SyntaxBaseNodes.swift
[58/105] Compiling SwiftSyntax SyntaxCollections.swift
[59/105] Compiling SwiftSyntax SyntaxEnum.swift
[60/105] Compiling SwiftSyntax SyntaxKind.swift
[61/105] Compiling SwiftSyntax SyntaxRewriter.swift
[62/105] Compiling SwiftSyntax RawSyntaxNodesC.swift
[63/105] Compiling SwiftSyntax RawSyntaxNodesD.swift
[64/105] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[65/105] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[66/105] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[67/105] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[68/105] Compiling SwiftSyntax SyntaxHashable.swift
[69/105] Compiling SwiftSyntax SyntaxIdentifier.swift
[70/105] Compiling SwiftSyntax SyntaxNodeStructure.swift
[71/105] Compiling SwiftSyntax SyntaxProtocol.swift
[72/105] Compiling SwiftSyntax SyntaxText.swift
[73/105] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[74/105] Compiling SwiftSyntax TokenDiagnostic.swift
[75/105] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[76/105] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[77/105] Compiling SwiftSyntax RawSyntaxValidation.swift
[78/105] Compiling SwiftSyntax SyntaxNodesAB.swift
[79/105] Compiling SwiftSyntax SyntaxNodesC.swift
[80/105] Compiling SwiftSyntax SyntaxNodesD.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 SwiftDiagnostics Message.swift
[102/157] Compiling SwiftDiagnostics Note.swift
[103/157] Compiling SwiftBasicFormat Syntax+Extensions.swift
[104/157] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[105/157] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[106/157] Compiling SwiftBasicFormat BasicFormat.swift
[107/157] Emitting module SwiftBasicFormat
[108/157] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[109/157] Compiling SwiftDiagnostics FixIt.swift
[110/157] Compiling SwiftDiagnostics Diagnostic.swift
[111/157] Compiling SwiftDiagnostics Convenience.swift
[112/157] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[113/157] Emitting module SwiftDiagnostics
[114/157] Compiling SwiftParser Lexeme.swift
[115/157] Compiling SwiftParser LexemeSequence.swift
[116/157] Compiling SwiftParser Lexer.swift
[117/157] Compiling SwiftParser RegexLiteralLexer.swift
[118/161] Compiling SwiftParser Names.swift
[119/161] Compiling SwiftParser Nominals.swift
[120/161] Compiling SwiftParser Parameters.swift
[121/161] Compiling SwiftParser ParseSourceFile.swift
[122/161] Emitting module SwiftParser
[123/161] Compiling SwiftParser Parser.swift
[124/161] Compiling SwiftParser Patterns.swift
[125/161] Compiling SwiftParser Recovery.swift
[126/161] Compiling SwiftParser Specifiers.swift
[127/161] Compiling SwiftParser UnicodeScalarExtensions.swift
[128/161] Compiling SwiftParser Lookahead.swift
[129/161] Compiling SwiftParser LoopProgressCondition.swift
[130/161] Compiling SwiftParser Modifiers.swift
[131/161] Compiling SwiftParser Statements.swift
[132/161] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[133/161] Compiling SwiftParser StringLiterals.swift
[134/161] Compiling SwiftParser SwiftParserCompatibility.swift
[135/161] Compiling SwiftParser TokenSpecSet.swift
[136/161] Compiling SwiftParser TopLevel.swift
[137/161] Compiling SwiftParser TriviaParser.swift
[138/161] Compiling SwiftParser Types.swift
[139/161] Compiling SwiftParser IsLexerClassified.swift
[140/161] Compiling SwiftParser LayoutNodes+Parsable.swift
[141/161] Compiling SwiftParser Parser+TokenSpecSet.swift
[142/161] Compiling SwiftParser TokenSpecStaticMembers.swift
[143/161] Compiling SwiftParser Attributes.swift
[144/161] Compiling SwiftParser Availability.swift
[145/161] Compiling SwiftParser CharacterInfo.swift
[146/161] Compiling SwiftParser CollectionNodes+Parsable.swift
[147/161] Compiling SwiftParser Declarations.swift
[148/161] Compiling SwiftParser Directives.swift
[149/161] Compiling SwiftParser ExperimentalFeatures.swift
[150/161] Compiling SwiftParser Expressions.swift
[151/161] Compiling SwiftParser IncrementalParseTransition.swift
[152/161] Compiling SwiftParser Cursor.swift
[153/161] Compiling SwiftParser SyntaxUtils.swift
[154/161] Compiling SwiftParser TokenConsumer.swift
[155/161] Compiling SwiftParser TokenPrecedence.swift
[156/161] Compiling SwiftParser TokenSpec.swift
[157/184] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[158/185] Compiling SwiftOperators PrecedenceGroup.swift
[159/185] Compiling SwiftOperators PrecedenceGraph.swift
[160/186] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[161/186] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[162/186] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[163/186] Compiling SwiftParserDiagnostics Utils.swift
[164/186] Compiling SwiftOperators OperatorTable.swift
[165/186] Compiling SwiftOperators OperatorTable+Semantics.swift
[166/186] Compiling SwiftOperators OperatorError.swift
[167/186] Compiling SwiftOperators OperatorTable+Defaults.swift
[168/186] Compiling SwiftOperators Operator.swift
[169/186] Compiling SwiftOperators OperatorError+Diagnostics.swift
[170/186] Compiling SwiftOperators OperatorTable+Folding.swift
[171/186] Emitting module SwiftOperators
[172/186] Compiling SwiftOperators SyntaxSynthesis.swift
[173/186] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[174/186] Compiling SwiftParserDiagnostics PresenceUtils.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 BuildableNodes.swift
[184/201] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[185/201] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[186/201] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[187/201] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[188/201] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[189/201] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[190/201] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[191/201] Compiling SwiftSyntaxBuilder Indenter.swift
[192/201] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[193/201] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[194/201] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[195/201] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[196/201] Emitting module SwiftSyntaxBuilder
[197/215] Compiling SwiftSyntaxMacros AccessorMacro.swift
[198/215] Compiling SwiftSyntaxMacros AttachedMacro.swift
[199/216] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[200/216] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[201/216] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[202/216] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[203/216] Compiling SwiftSyntaxMacros Macro+Format.swift
[204/216] Compiling SwiftSyntaxMacros MemberMacro.swift
[205/216] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[206/216] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[207/216] Compiling SwiftSyntaxMacros Macro.swift
[208/216] Emitting module SwiftSyntaxMacros
[209/216] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[210/216] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[211/216] Compiling SwiftSyntaxMacros PeerMacro.swift
[212/224] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[213/224] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[214/224] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[215/224] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[216/224] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[217/224] Emitting module SwiftSyntaxMacroExpansion
[218/224] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[219/224] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[220/231] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[221/231] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[222/231] Emitting module SwiftCompilerPluginMessageHandling
[223/231] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[224/231] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[225/231] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[226/231] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[227/233] Emitting module SwiftCompilerPlugin
[228/233] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[229/239] Compiling TypeFamilyMacros TypeDeclSyntax.swift
[230/239] Compiling TypeFamilyMacros +Macros.swift
[231/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)?
[232/239] Emitting module TypeFamilyMacros
[233/239] Compiling TypeFamilyMacros TypeFamilyMacro.swift
[234/239] Compiling TypeFamilyMacros TypeFamilyParentMacro.swift
[234/239] Write Objects.LinkFileList
[235/239] Linking TypeFamilyMacros-tool
[237/241] Emitting module TypeFamily
[238/241] Compiling TypeFamily TypeFamily.swift
[239/243] Emitting module TypeFamilyClient
[240/243] Compiling TypeFamilyClient main.swift
[240/243] Write Objects.LinkFileList
[241/243] Linking TypeFamilyClient
[242/243] Applying TypeFamilyClient
Build complete! (26.47s)
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.