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 Linux on 28 Apr 2025 17:59:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

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