The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of TypeFamily, reference 0.2.0 (c48d6c), with Swift 6.1 for Wasm on 29 May 2025 08:48:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jhonatn/SwiftTypeFamily.git
Reference: 0.2.0
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
 * 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
========================================
Build
========================================
Selected platform:         wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.81s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (12.21s)
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] Emitting module SwiftSyntax509
[24/54] Compiling SwiftSyntax509 Empty.swift
[24/55] Wrapping AST for SwiftSyntax510 for debugging
[26/55] Wrapping AST for SwiftSyntax509 for debugging
[28/115] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[29/115] Compiling TypeFamilyCore TypeFamilyChild.swift
[30/115] Emitting module TypeFamilyCore
[31/115] Compiling TypeFamilyCore TypeFamilyParent.swift
[32/116] Wrapping AST for TypeFamilyCore for debugging
[34/116] Compiling SwiftSyntax AbsolutePosition.swift
[35/116] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[36/116] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[37/116] Compiling SwiftSyntax Assert.swift
[38/116] Compiling SwiftSyntax BumpPtrAllocator.swift
[39/116] Compiling SwiftSyntax CommonAncestor.swift
[40/116] Compiling SwiftSyntax Convenience.swift
[41/116] Compiling SwiftSyntax MemoryLayout.swift
[42/116] Compiling SwiftSyntax MissingNodeInitializers.swift
[43/124] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[44/124] Compiling TypeFamilyCore TypeFamilyParent.swift
[45/124] Emitting module TypeFamilyCore
[46/124] Compiling TypeFamilyCore TypeFamilyChild.swift
[47/125] Wrapping AST for TypeFamilyCore for debugging
[49/125] Emitting module SwiftSyntax
[50/125] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[51/125] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[52/125] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[53/125] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[54/125] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[55/125] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[56/125] Compiling SwiftSyntax RawSyntaxValidation.swift
[57/125] Compiling SwiftSyntax SyntaxNodesAB.swift
[58/125] Compiling SwiftSyntax SyntaxArena.swift
[59/125] Compiling SwiftSyntax SyntaxChildren.swift
[60/125] Compiling SwiftSyntax SyntaxCollection.swift
[61/125] Compiling SwiftSyntax SyntaxHashable.swift
[62/125] Compiling SwiftSyntax SyntaxIdentifier.swift
[63/125] Compiling SwiftSyntax SyntaxNodeStructure.swift
[64/125] Compiling SwiftSyntax SyntaxProtocol.swift
[65/125] Compiling SwiftSyntax SyntaxText.swift
[66/125] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[67/125] Compiling SwiftSyntax RawSyntax.swift
[68/125] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[69/125] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[70/125] Compiling SwiftSyntax RawSyntaxTokenView.swift
[71/125] Compiling SwiftSyntax SourceLength.swift
[72/125] Compiling SwiftSyntax SourceLocation.swift
[73/125] Compiling SwiftSyntax SourcePresence.swift
[74/125] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[75/125] Compiling SwiftSyntax Syntax.swift
[76/125] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[77/125] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[78/125] Compiling SwiftSyntax SyntaxBaseNodes.swift
[79/125] Compiling SwiftSyntax SyntaxCollections.swift
[80/125] Compiling SwiftSyntax SyntaxEnum.swift
[81/125] Compiling SwiftSyntax SyntaxKind.swift
[82/125] Compiling SwiftSyntax SyntaxRewriter.swift
[83/125] Compiling SwiftSyntax SyntaxTraits.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 TokenDiagnostic.swift
[93/125] Compiling SwiftSyntax TokenSequence.swift
[94/125] Compiling SwiftSyntax TokenSyntax.swift
[95/125] Compiling SwiftSyntax Trivia.swift
[96/125] Compiling SwiftSyntax Utils.swift
[97/125] Compiling SwiftSyntax ChildNameForKeyPath.swift
[98/125] Compiling SwiftSyntax Keyword.swift
[99/125] Compiling SwiftSyntax RenamedChildrenCompatibility.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 SwiftBasicFormat Trivia+FormatExtensions.swift
[111/177] Compiling SwiftBasicFormat Syntax+Extensions.swift
[112/177] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[113/177] Compiling SwiftDiagnostics Note.swift
[114/177] Compiling SwiftDiagnostics Message.swift
[115/177] Emitting module SwiftBasicFormat
[116/177] Compiling SwiftDiagnostics FixIt.swift
[117/177] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[118/177] Compiling SwiftBasicFormat BasicFormat.swift
[119/178] Compiling SwiftDiagnostics Diagnostic.swift
[120/178] Compiling SwiftDiagnostics Convenience.swift
[121/178] Emitting module SwiftDiagnostics
[122/178] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[124/179] Wrapping AST for SwiftBasicFormat for debugging
[126/179] Compiling SwiftParser Modifiers.swift
[127/179] Compiling SwiftParser Names.swift
[128/179] Compiling SwiftParser Nominals.swift
[129/179] Compiling SwiftParser Parameters.swift
[130/179] Compiling SwiftParser ParseSourceFile.swift
[130/184] Wrapping AST for SwiftDiagnostics for debugging
[132/184] Compiling SwiftParser Lexer.swift
[133/184] Compiling SwiftParser RegexLiteralLexer.swift
[134/184] Compiling SwiftParser UnicodeScalarExtensions.swift
[135/184] Compiling SwiftParser Lookahead.swift
[136/184] Compiling SwiftParser LoopProgressCondition.swift
[137/184] Compiling SwiftParser Parser.swift
[138/184] Compiling SwiftParser Patterns.swift
[139/184] Compiling SwiftParser Recovery.swift
[140/184] Compiling SwiftParser Specifiers.swift
[141/184] Compiling SwiftParser Statements.swift
[142/184] Emitting module SwiftParser
[143/184] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[144/184] Compiling SwiftParser StringLiterals.swift
[145/184] Compiling SwiftParser SwiftParserCompatibility.swift
[146/184] Compiling SwiftParser SyntaxUtils.swift
[147/184] Compiling SwiftParser TokenConsumer.swift
[148/184] Compiling SwiftParser TokenPrecedence.swift
[149/184] Compiling SwiftParser TokenSpec.swift
[150/184] Compiling SwiftParser TokenSpecSet.swift
[151/184] Compiling SwiftParser TopLevel.swift
[152/184] Compiling SwiftParser TriviaParser.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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[173/209] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[174/209] Compiling SwiftOperators Operator.swift
[175/209] Compiling SwiftOperators OperatorError+Diagnostics.swift
[176/210] Emitting module SwiftOperators
[177/210] Compiling SwiftOperators PrecedenceGraph.swift
[178/210] Compiling SwiftOperators PrecedenceGroup.swift
[179/210] Compiling SwiftOperators OperatorTable.swift
[180/210] Compiling SwiftOperators OperatorTable+Semantics.swift
[181/210] Compiling SwiftOperators SyntaxSynthesis.swift
[182/210] Compiling SwiftOperators OperatorError.swift
[183/210] Compiling SwiftOperators OperatorTable+Defaults.swift
[184/210] Compiling SwiftOperators OperatorTable+Folding.swift
[186/211] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[187/211] Compiling SwiftParserDiagnostics Utils.swift
[188/211] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[188/211] Wrapping AST for SwiftOperators for debugging
[192/211] Emitting module SwiftParserDiagnostics
[193/211] Compiling SwiftParserDiagnostics MissingNodesError.swift
[194/211] Compiling SwiftParserDiagnostics MissingTokenError.swift
[197/211] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[198/211] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[199/212] Wrapping AST for SwiftParserDiagnostics for debugging
[201/226] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[202/226] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[203/227] Emitting module SwiftSyntaxBuilder
[204/227] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[205/227] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[206/227] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[207/227] Compiling SwiftSyntaxBuilder Indenter.swift
[208/227] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[209/227] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[210/227] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[211/227] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[212/227] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[213/227] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[214/227] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[215/227] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[216/228] Wrapping AST for SwiftSyntaxBuilder for debugging
[218/242] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[219/242] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[220/242] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[221/242] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[222/242] Compiling SwiftSyntaxMacros AccessorMacro.swift
[223/242] Compiling SwiftSyntaxMacros AttachedMacro.swift
[224/243] Compiling SwiftSyntaxMacros MemberMacro.swift
[225/243] Compiling SwiftSyntaxMacros Macro.swift
[226/243] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[227/243] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[228/243] Compiling SwiftSyntaxMacros Macro+Format.swift
[229/243] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[230/243] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[231/243] Emitting module SwiftSyntaxMacros
[232/243] Compiling SwiftSyntaxMacros PeerMacro.swift
[233/244] Wrapping AST for SwiftSyntaxMacros for debugging
[235/252] Emitting module SwiftSyntaxMacroExpansion
[236/252] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[237/252] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[238/252] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[239/252] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[240/252] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[241/252] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[242/252] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[243/253] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[245/260] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[246/260] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[247/260] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[248/260] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[249/260] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[250/260] Emitting module SwiftCompilerPluginMessageHandling
[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 TypeDeclSyntax.swift
[259/270] Emitting module TypeFamilyMacros
[260/270] Compiling TypeFamilyMacros +Macros.swift
[261/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)?
[262/270] Compiling TypeFamilyMacros TypeFamilyMacro.swift
[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] Compiling TypeFamilyClient main.swift
[273/276] Emitting module TypeFamilyClient
[274/277] Wrapping AST for TypeFamilyClient for debugging
[275/277] Write Objects.LinkFileList
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[276/277] Linking TypeFamilyClient.wasm
Build complete! (123.01s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.