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.0 for macOS (SPM) on 1 Dec 2024 00:36:42 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
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/66685] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.50s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.1 (3.49s)
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.67s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.83s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (0.02s)
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.0
Building package at path:  $PWD
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.1.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
[6/25] Write TypeFamilyClient-entitlement.plist
[6/25] Write sources
[19/25] Write swift-version--7754E27361AE5C74.txt
[21/37] Emitting module SwiftSyntax509
[22/37] Compiling SwiftSyntax509 Empty.swift
[23/37] Compiling SwiftSyntax510 Empty.swift
[24/37] Emitting module SwiftSyntax510
[25/99] Compiling SwiftSyntax SyntaxHashable.swift
[26/99] Compiling SwiftSyntax SyntaxIdentifier.swift
[27/99] Compiling SwiftSyntax SyntaxNodeStructure.swift
[28/99] Compiling SwiftSyntax SyntaxProtocol.swift
[29/99] Compiling SwiftSyntax SyntaxText.swift
[30/99] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[31/99] Compiling SwiftSyntax TokenDiagnostic.swift
[32/105] Compiling SwiftSyntax AbsolutePosition.swift
[33/105] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[34/105] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[35/105] Compiling SwiftSyntax Assert.swift
[36/105] Compiling SwiftSyntax BumpPtrAllocator.swift
[37/105] Compiling SwiftSyntax CommonAncestor.swift
[38/105] Compiling SwiftSyntax Convenience.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 TypeFamilyParentOptions.swift
[47/105] Compiling TypeFamilyCore TypeFamilyChild.swift
[48/105] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[49/105] Compiling TypeFamilyCore TypeFamilyParent.swift
[50/105] Emitting module TypeFamilyCore
[51/105] Compiling TypeFamilyCore TypeFamilyChild.swift
[52/105] Compiling TypeFamilyCore TypeFamilyParent.swift
[53/105] Emitting module TypeFamilyCore
[54/105] Compiling SwiftSyntax RawSyntaxNodesC.swift
[55/105] Compiling SwiftSyntax RawSyntaxNodesD.swift
[56/105] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[57/105] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[58/105] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[59/105] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[60/105] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[61/105] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[62/105] Compiling SwiftSyntax SyntaxBaseNodes.swift
[63/105] Compiling SwiftSyntax SyntaxCollections.swift
[64/105] Compiling SwiftSyntax SyntaxEnum.swift
[65/105] Compiling SwiftSyntax SyntaxKind.swift
[66/105] Compiling SwiftSyntax SyntaxRewriter.swift
[67/105] Compiling SwiftSyntax SyntaxTraits.swift
[68/105] Compiling SwiftSyntax SyntaxTransform.swift
[69/105] Compiling SwiftSyntax SyntaxVisitor.swift
[70/105] Compiling SwiftSyntax TokenKind.swift
[71/105] Compiling SwiftSyntax Tokens.swift
[72/105] Compiling SwiftSyntax TriviaPieces.swift
[73/105] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[74/105] Compiling SwiftSyntax TokenSequence.swift
[75/105] Compiling SwiftSyntax TokenSyntax.swift
[76/105] Compiling SwiftSyntax Trivia.swift
[77/105] Compiling SwiftSyntax Utils.swift
[78/105] Compiling SwiftSyntax ChildNameForKeyPath.swift
[79/105] Compiling SwiftSyntax Keyword.swift
[80/105] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[81/105] Emitting module SwiftSyntax
[82/105] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[83/105] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[84/105] Compiling SwiftSyntax RawSyntaxValidation.swift
[85/105] Compiling SwiftSyntax SyntaxNodesAB.swift
[86/105] Compiling SwiftSyntax SyntaxNodesC.swift
[87/105] Compiling SwiftSyntax SyntaxNodesD.swift
[88/105] Compiling SwiftSyntax MemoryLayout.swift
[89/105] Compiling SwiftSyntax MissingNodeInitializers.swift
[90/105] Compiling SwiftSyntax RawSyntax.swift
[91/105] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[92/105] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[93/105] Compiling SwiftSyntax RawSyntaxTokenView.swift
[94/105] Compiling SwiftSyntax SourceLength.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 SyntaxProtocol+Formatted.swift
[104/157] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[105/157] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[106/157] Compiling SwiftDiagnostics FixIt.swift
[107/157] Compiling SwiftDiagnostics Diagnostic.swift
[108/157] Emitting module SwiftDiagnostics
[109/157] Compiling SwiftDiagnostics Convenience.swift
[110/157] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[111/157] Compiling SwiftBasicFormat Syntax+Extensions.swift
[112/157] Compiling SwiftBasicFormat BasicFormat.swift
[113/157] Emitting module SwiftBasicFormat
[114/157] Compiling SwiftParser UnicodeScalarExtensions.swift
[115/157] Compiling SwiftParser Lookahead.swift
[116/157] Compiling SwiftParser LoopProgressCondition.swift
[117/157] Compiling SwiftParser Modifiers.swift
[118/157] Compiling SwiftParser Statements.swift
[119/157] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[120/157] Compiling SwiftParser StringLiterals.swift
[121/157] Compiling SwiftParser SwiftParserCompatibility.swift
[122/157] Compiling SwiftParser Parser.swift
[123/157] Compiling SwiftParser Patterns.swift
[124/157] Compiling SwiftParser Recovery.swift
[125/157] Compiling SwiftParser Specifiers.swift
[126/157] Compiling SwiftParser Lexeme.swift
[127/157] Compiling SwiftParser LexemeSequence.swift
[128/157] Compiling SwiftParser Lexer.swift
[129/157] Compiling SwiftParser RegexLiteralLexer.swift
[130/161] Compiling SwiftParser TokenSpecSet.swift
[131/161] Compiling SwiftParser TopLevel.swift
[132/161] Compiling SwiftParser TriviaParser.swift
[133/161] Compiling SwiftParser Types.swift
[134/161] Compiling SwiftParser SyntaxUtils.swift
[135/161] Compiling SwiftParser TokenConsumer.swift
[136/161] Compiling SwiftParser TokenPrecedence.swift
[137/161] Compiling SwiftParser TokenSpec.swift
[138/161] Emitting module SwiftParser
[139/161] Compiling SwiftParser Names.swift
[140/161] Compiling SwiftParser Nominals.swift
[141/161] Compiling SwiftParser Parameters.swift
[142/161] Compiling SwiftParser ParseSourceFile.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 IsLexerClassified.swift
[154/161] Compiling SwiftParser LayoutNodes+Parsable.swift
[155/161] Compiling SwiftParser Parser+TokenSpecSet.swift
[156/161] Compiling SwiftParser TokenSpecStaticMembers.swift
[157/184] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[158/185] Compiling SwiftOperators PrecedenceGroup.swift
[159/186] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[160/186] Compiling SwiftOperators PrecedenceGraph.swift
[161/186] Compiling SwiftOperators SyntaxSynthesis.swift
[162/186] Compiling SwiftOperators OperatorTable.swift
[163/186] Compiling SwiftOperators OperatorTable+Semantics.swift
[164/186] Compiling SwiftOperators OperatorTable+Defaults.swift
[165/186] Compiling SwiftOperators OperatorTable+Folding.swift
[166/186] Compiling SwiftOperators OperatorError.swift
[167/186] Compiling SwiftOperators OperatorError+Diagnostics.swift
[168/186] Compiling SwiftOperators Operator.swift
[169/186] Emitting module SwiftOperators
[170/186] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[171/186] Compiling SwiftParserDiagnostics PresenceUtils.swift
[172/186] Compiling SwiftParserDiagnostics MissingNodesError.swift
[173/186] Compiling SwiftParserDiagnostics MissingTokenError.swift
[174/186] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[175/186] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[176/186] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[177/186] Compiling SwiftParserDiagnostics Utils.swift
[178/186] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[179/186] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[180/186] Emitting module SwiftParserDiagnostics
[181/186] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[182/200] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[183/200] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[184/201] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[185/201] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[186/201] Emitting module SwiftSyntaxBuilder
[187/201] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[188/201] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[189/201] Compiling SwiftSyntaxBuilder Indenter.swift
[190/201] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[191/201] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[192/201] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[193/201] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[194/201] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[195/201] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[196/201] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[197/215] Compiling SwiftSyntaxMacros Macro.swift
[198/216] Compiling SwiftSyntaxMacros Macro+Format.swift
[199/216] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[200/216] Compiling SwiftSyntaxMacros AccessorMacro.swift
[201/216] Compiling SwiftSyntaxMacros AttachedMacro.swift
[202/216] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[203/216] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[204/216] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[205/216] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[206/216] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[207/216] Compiling SwiftSyntaxMacros MemberMacro.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 MacroExpansionDiagnosticMessages.swift
[213/224] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[214/224] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[215/224] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[216/224] Emitting module SwiftSyntaxMacroExpansion
[217/224] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[218/224] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[219/224] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[220/231] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[221/231] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[222/231] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[223/231] Emitting module SwiftCompilerPluginMessageHandling
[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 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 TypeFamilyMacro.swift
[231/239] Compiling TypeFamilyMacros +Macros.swift
[232/239] Compiling TypeFamilyMacros TypeDeclSyntax.swift
[233/239] Compiling TypeFamilyMacros TypeFamilyParentMacro.swift
[234/239] Emitting module TypeFamilyMacros
[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! (50.64s)
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.