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.0 for macOS (SPM) on 1 Dec 2024 00:35:21 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: 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/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.33s)
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.73s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.97s)
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/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.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
[2/25] Write TypeFamilyClient-entitlement.plist
[9/25] Write sources
[19/25] Write swift-version--7754E27361AE5C74.txt
[21/37] Compiling SwiftSyntax510 Empty.swift
[22/37] Emitting module SwiftSyntax510
[23/37] Emitting module SwiftSyntax509
[24/37] Compiling SwiftSyntax509 Empty.swift
[25/99] Compiling SwiftSyntax MemoryLayout.swift
[26/99] Compiling SwiftSyntax MissingNodeInitializers.swift
[27/99] Compiling SwiftSyntax RawSyntax.swift
[28/99] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[29/99] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[30/99] Compiling SwiftSyntax RawSyntaxTokenView.swift
[31/99] Compiling SwiftSyntax SourceLength.swift
[32/105] Compiling SwiftSyntax SyntaxHashable.swift
[33/105] Compiling SwiftSyntax SyntaxIdentifier.swift
[34/105] Compiling SwiftSyntax SyntaxNodeStructure.swift
[35/105] Compiling SwiftSyntax SyntaxProtocol.swift
[36/105] Compiling SwiftSyntax SyntaxText.swift
[37/105] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[38/105] Compiling SwiftSyntax TokenDiagnostic.swift
[39/105] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[40/105] Compiling TypeFamilyCore TypeFamilyParent.swift
[41/105] Emitting module TypeFamilyCore
[42/105] Compiling TypeFamilyCore TypeFamilyChild.swift
[43/105] Emitting module TypeFamilyCore
[44/105] Compiling TypeFamilyCore TypeFamilyChild.swift
[45/105] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[46/105] Compiling TypeFamilyCore TypeFamilyParent.swift
[47/105] Compiling SwiftSyntax RawSyntaxNodesC.swift
[48/105] Compiling SwiftSyntax RawSyntaxNodesD.swift
[49/105] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[50/105] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[51/105] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[52/105] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[53/105] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[54/105] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[55/105] Compiling SwiftSyntax SyntaxBaseNodes.swift
[56/105] Compiling SwiftSyntax SyntaxCollections.swift
[57/105] Compiling SwiftSyntax SyntaxEnum.swift
[58/105] Compiling SwiftSyntax SyntaxKind.swift
[59/105] Compiling SwiftSyntax SyntaxRewriter.swift
[60/105] Compiling SwiftSyntax SyntaxTraits.swift
[61/105] Compiling SwiftSyntax SyntaxTransform.swift
[62/105] Compiling SwiftSyntax SyntaxVisitor.swift
[63/105] Compiling SwiftSyntax TokenKind.swift
[64/105] Compiling SwiftSyntax Tokens.swift
[65/105] Compiling SwiftSyntax TriviaPieces.swift
[66/105] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[67/105] Compiling SwiftSyntax SourceLocation.swift
[68/105] Compiling SwiftSyntax SourcePresence.swift
[69/105] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[70/105] Compiling SwiftSyntax Syntax.swift
[71/105] Compiling SwiftSyntax SyntaxArena.swift
[72/105] Compiling SwiftSyntax SyntaxChildren.swift
[73/105] Compiling SwiftSyntax SyntaxCollection.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 AbsolutePosition.swift
[83/105] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[84/105] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[85/105] Compiling SwiftSyntax Assert.swift
[86/105] Compiling SwiftSyntax BumpPtrAllocator.swift
[87/105] Compiling SwiftSyntax CommonAncestor.swift
[88/105] Compiling SwiftSyntax Convenience.swift
[89/105] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[90/105] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[91/105] Compiling SwiftSyntax RawSyntaxValidation.swift
[92/105] Compiling SwiftSyntax SyntaxNodesAB.swift
[93/105] Compiling SwiftSyntax SyntaxNodesC.swift
[94/105] Compiling SwiftSyntax SyntaxNodesD.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 Note.swift
[102/157] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[103/157] Compiling SwiftBasicFormat Syntax+Extensions.swift
[104/157] Compiling SwiftDiagnostics FixIt.swift
[105/157] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[106/157] Compiling SwiftDiagnostics Convenience.swift
[107/157] Compiling SwiftDiagnostics Message.swift
[108/157] Compiling SwiftDiagnostics Diagnostic.swift
[109/157] Emitting module SwiftDiagnostics
[110/157] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[111/157] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[112/157] Emitting module SwiftBasicFormat
[113/157] Compiling SwiftBasicFormat BasicFormat.swift
[114/157] Compiling SwiftParser Names.swift
[115/157] Compiling SwiftParser Nominals.swift
[116/157] Compiling SwiftParser Parameters.swift
[117/157] Compiling SwiftParser ParseSourceFile.swift
[118/161] Compiling SwiftParser Statements.swift
[119/161] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[120/161] Compiling SwiftParser StringLiterals.swift
[121/161] Compiling SwiftParser SwiftParserCompatibility.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 Parser.swift
[127/161] Compiling SwiftParser Patterns.swift
[128/161] Compiling SwiftParser Recovery.swift
[129/161] Compiling SwiftParser Specifiers.swift
[130/161] Compiling SwiftParser SyntaxUtils.swift
[131/161] Compiling SwiftParser TokenConsumer.swift
[132/161] Compiling SwiftParser TokenPrecedence.swift
[133/161] Compiling SwiftParser TokenSpec.swift
[134/161] Compiling SwiftParser TokenSpecSet.swift
[135/161] Compiling SwiftParser TopLevel.swift
[136/161] Compiling SwiftParser TriviaParser.swift
[137/161] Compiling SwiftParser Types.swift
[138/161] Emitting module SwiftParser
[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 Lexeme.swift
[154/161] Compiling SwiftParser LexemeSequence.swift
[155/161] Compiling SwiftParser Lexer.swift
[156/161] Compiling SwiftParser RegexLiteralLexer.swift
[157/184] Compiling SwiftOperators PrecedenceGroup.swift
[158/184] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[159/186] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[160/186] Compiling SwiftOperators SyntaxSynthesis.swift
[161/186] Compiling SwiftOperators OperatorTable.swift
[162/186] Compiling SwiftOperators OperatorTable+Semantics.swift
[163/186] Compiling SwiftOperators PrecedenceGraph.swift
[164/186] Compiling SwiftOperators OperatorError+Diagnostics.swift
[165/186] Compiling SwiftOperators OperatorTable+Defaults.swift
[166/186] Emitting module SwiftOperators
[167/186] Compiling SwiftOperators Operator.swift
[168/186] Compiling SwiftOperators OperatorTable+Folding.swift
[169/186] Compiling SwiftOperators OperatorError.swift
[170/186] Compiling SwiftParserDiagnostics Utils.swift
[171/186] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[172/186] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[173/186] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[174/186] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[175/186] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[176/186] Compiling SwiftParserDiagnostics PresenceUtils.swift
[177/186] Emitting module SwiftParserDiagnostics
[178/186] Compiling SwiftParserDiagnostics MissingNodesError.swift
[179/186] Compiling SwiftParserDiagnostics MissingTokenError.swift
[180/186] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[181/186] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[182/200] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[183/201] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[184/201] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[185/201] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[186/201] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[187/201] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[188/201] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[189/201] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[190/201] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[191/201] Emitting module SwiftSyntaxBuilder
[192/201] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[193/201] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[194/201] Compiling SwiftSyntaxBuilder Indenter.swift
[195/201] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[196/201] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[197/215] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[198/216] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[199/216] Compiling SwiftSyntaxMacros Macro+Format.swift
[200/216] Compiling SwiftSyntaxMacros Macro.swift
[201/216] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[202/216] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[203/216] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[204/216] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[205/216] Compiling SwiftSyntaxMacros AccessorMacro.swift
[206/216] Compiling SwiftSyntaxMacros AttachedMacro.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 MacroReplacement.swift
[213/224] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[214/224] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[215/224] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[216/224] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[217/224] Emitting module SwiftSyntaxMacroExpansion
[218/224] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[219/224] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[220/231] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[221/231] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[222/231] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[223/231] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[224/231] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[225/231] Emitting module SwiftCompilerPluginMessageHandling
[226/231] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[227/233] Emitting module SwiftCompilerPlugin
[228/233] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[229/239] Compiling TypeFamilyMacros TypeFamilyMacro.swift
[230/239] Emitting module TypeFamilyMacros
[231/239] Compiling TypeFamilyMacros TypeFamilyParentMacro.swift
[232/239] Compiling TypeFamilyMacros +Macros.swift
[233/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)?
[234/239] Compiling TypeFamilyMacros TypeDeclSyntax.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! (51.76s)
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.