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 IdentifiedEnumCases, reference trunk (6591cb), with Swift 6.1 for Wasm on 29 May 2025 18:51:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsincere/IdentifiedEnumCases.git
Reference: trunk
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/danielsincere/IdentifiedEnumCases
 * branch            trunk      -> FETCH_HEAD
 * [new branch]      trunk      -> origin/trunk
HEAD is now at 6591cb8 switch to https://github.com/swiftlang/swift-syntax.git (#9)
Cloned https://github.com/danielsincere/IdentifiedEnumCases.git
Revision (git rev-parse @):
6591cb882c652f9c67b7051bfcd3c7dccc8104da
SUCCESS checkout https://github.com/danielsincere/IdentifiedEnumCases.git at trunk
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danielsincere/IdentifiedEnumCases.git
https://github.com/danielsincere/IdentifiedEnumCases.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "IdentifiedEnumCases",
  "name" : "IdentifiedEnumCases",
  "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" : "IdentifiedEnumCases",
      "targets" : [
        "IdentifiedEnumCases"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "urls",
      "targets" : [
        "URLsExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "nightshades",
      "targets" : [
        "NightshadesExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IdentifiedEnumCasesMacro",
      "targets" : [
        "IdentifiedEnumCasesMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLsExample",
      "module_type" : "SwiftTarget",
      "name" : "URLsExample",
      "path" : "Sources/URLsExample",
      "product_memberships" : [
        "urls"
      ],
      "sources" : [
        "AppRoute.swift",
        "AppRoute.url.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "IdentifiedEnumCases"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NightshadesExample",
      "module_type" : "SwiftTarget",
      "name" : "NightshadesExample",
      "path" : "Sources/NightshadesExample",
      "product_memberships" : [
        "nightshades"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IdentifiedEnumCases"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MacroTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroTests",
      "path" : "Tests/MacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "MacroTests.swift"
      ],
      "target_dependencies" : [
        "IdentifiedEnumCasesMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IdentifiedEnumCasesMacro",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedEnumCasesMacro",
      "path" : "Sources/IdentifiedEnumCasesMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "IdentifiedEnumCases",
        "urls",
        "nightshades",
        "IdentifiedEnumCasesMacro"
      ],
      "sources" : [
        "IdentifiedEnumCasesMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "IdentifiedEnumCases",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedEnumCases",
      "path" : "Sources/IdentifiedEnumCases",
      "product_memberships" : [
        "IdentifiedEnumCases",
        "urls",
        "nightshades"
      ],
      "sources" : [
        "Library.swift"
      ],
      "target_dependencies" : [
        "IdentifiedEnumCasesMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 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/swiftlang/swift-syntax.git
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.44s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (11.11s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/44] Write sources
[18/44] Compiling _SwiftSyntaxCShims dummy.c
[19/44] Write swift-version-24593BA9C3E375BF.txt
[21/50] Emitting module SwiftSyntax600
[22/50] Compiling SwiftSyntax600 Empty.swift
[24/51] Emitting module SwiftSyntax510
[25/51] Compiling SwiftSyntax510 Empty.swift
[26/52] Emitting module SwiftSyntax509
[27/52] Compiling SwiftSyntax509 Empty.swift
[29/53] Wrapping AST for SwiftSyntax600 for debugging
[30/53] Wrapping AST for SwiftSyntax510 for debugging
[31/53] Wrapping AST for SwiftSyntax509 for debugging
[33/117] Compiling SwiftSyntax SourcePresence.swift
[34/117] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[35/117] Compiling SwiftSyntax Syntax.swift
[36/117] Compiling SwiftSyntax SyntaxArena.swift
[37/117] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[38/117] Compiling SwiftSyntax SyntaxChildren.swift
[39/117] Compiling SwiftSyntax SyntaxCollection.swift
[40/117] Compiling SwiftSyntax SyntaxHashable.swift
[41/117] Compiling SwiftSyntax SyntaxIdentifier.swift
[42/125] Compiling SwiftSyntax SyntaxNodeFactory.swift
[43/125] Compiling SwiftSyntax SyntaxNodeStructure.swift
[44/125] Compiling SwiftSyntax SyntaxProtocol.swift
[45/125] Compiling SwiftSyntax SyntaxText.swift
[46/125] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[47/125] Compiling SwiftSyntax TokenDiagnostic.swift
[48/125] Compiling SwiftSyntax TokenSequence.swift
[49/125] Compiling SwiftSyntax TokenSyntax.swift
[50/125] Compiling SwiftSyntax Trivia.swift
[51/125] Compiling SwiftSyntax MemoryLayout.swift
[52/125] Compiling SwiftSyntax MissingNodeInitializers.swift
[53/125] Compiling SwiftSyntax RawSyntax.swift
[54/125] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[55/125] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[56/125] Compiling SwiftSyntax RawSyntaxTokenView.swift
[57/125] Compiling SwiftSyntax SourceEdit.swift
[58/125] Compiling SwiftSyntax SourceLength.swift
[59/125] Compiling SwiftSyntax SourceLocation.swift
[60/125] Emitting module SwiftSyntax
[61/125] Compiling SwiftSyntax SyntaxKind.swift
[62/125] Compiling SwiftSyntax SyntaxRewriter.swift
[63/125] Compiling SwiftSyntax SyntaxTraits.swift
[64/125] Compiling SwiftSyntax SyntaxVisitor.swift
[65/125] Compiling SwiftSyntax TokenKind.swift
[66/125] Compiling SwiftSyntax Tokens.swift
[67/125] Compiling SwiftSyntax TriviaPieces.swift
[68/125] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[69/125] Compiling SwiftSyntax RawSyntaxNodesC.swift
[70/125] Compiling SwiftSyntax RawSyntaxNodesD.swift
[71/125] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[72/125] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[73/125] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[74/125] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[75/125] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[76/125] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[77/125] Compiling SwiftSyntax RawSyntaxValidation.swift
[78/125] Compiling SwiftSyntax SyntaxNodesAB.swift
[79/125] Compiling SwiftSyntax AbsolutePosition.swift
[80/125] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[81/125] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[82/125] Compiling SwiftSyntax Assert.swift
[83/125] Compiling SwiftSyntax BumpPtrAllocator.swift
[84/125] Compiling SwiftSyntax CommonAncestor.swift
[85/125] Compiling SwiftSyntax Convenience.swift
[86/125] Compiling SwiftSyntax CustomTraits.swift
[87/125] Compiling SwiftSyntax Identifier.swift
[88/125] Compiling SwiftSyntax Utils.swift
[89/125] Compiling SwiftSyntax ChildNameForKeyPath.swift
[90/125] Compiling SwiftSyntax Keyword.swift
[91/125] Compiling SwiftSyntax RenamedChildrenCompatibility.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 SyntaxNodesC.swift
[98/125] Compiling SwiftSyntax SyntaxNodesD.swift
[99/125] Compiling SwiftSyntax SyntaxNodesEF.swift
[100/125] Compiling SwiftSyntax SyntaxNodesGHI.swift
[101/125] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[102/125] Compiling SwiftSyntax SyntaxNodesOP.swift
[103/125] Compiling SwiftSyntax SyntaxNodesQRS.swift
[104/125] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[105/130] Wrapping AST for SwiftSyntax for debugging
[107/142] Compiling SwiftDiagnostics Message.swift
[108/184] Compiling SwiftDiagnostics Note.swift
[109/184] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[110/184] Compiling SwiftBasicFormat InferIndentation.swift
[111/184] Compiling SwiftBasicFormat Syntax+Extensions.swift
[112/184] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[113/184] Emitting module SwiftDiagnostics
[114/184] Compiling SwiftParser Attributes.swift
[115/184] Compiling SwiftParser Availability.swift
[116/184] Compiling SwiftParser CharacterInfo.swift
[117/184] Compiling SwiftParser CollectionNodes+Parsable.swift
[118/184] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[119/184] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[120/184] Compiling SwiftDiagnostics FixIt.swift
[121/184] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[123/185] Compiling SwiftBasicFormat BasicFormat.swift
[124/185] Emitting module SwiftBasicFormat
[124/186] Wrapping AST for SwiftDiagnostics for debugging
[126/186] Wrapping AST for SwiftBasicFormat for debugging
[128/186] Emitting module SwiftParser
[129/191] Compiling SwiftParser Modifiers.swift
[130/191] Compiling SwiftParser Names.swift
[131/191] Compiling SwiftParser Nominals.swift
[132/191] Compiling SwiftParser Parameters.swift
[133/191] Compiling SwiftParser ParseSourceFile.swift
[134/191] Compiling SwiftParser Parser.swift
[135/191] Compiling SwiftParser LexemeSequence.swift
[136/191] Compiling SwiftParser Lexer.swift
[137/191] Compiling SwiftParser RegexLiteralLexer.swift
[138/191] Compiling SwiftParser UnicodeScalarExtensions.swift
[139/191] Compiling SwiftParser Lookahead.swift
[140/191] Compiling SwiftParser LoopProgressCondition.swift
[141/191] Compiling SwiftParser Patterns.swift
[142/191] Compiling SwiftParser Recovery.swift
[143/191] Compiling SwiftParser Specifiers.swift
[144/191] Compiling SwiftParser Statements.swift
[145/191] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[146/191] Compiling SwiftParser StringLiterals.swift
[147/191] Compiling SwiftParser SwiftParserCompatibility.swift
[148/191] Compiling SwiftParser SwiftVersion.swift
[149/191] Compiling SwiftParser SyntaxUtils.swift
[150/191] Compiling SwiftParser TokenConsumer.swift
[151/191] Compiling SwiftParser TokenPrecedence.swift
[152/191] Compiling SwiftParser TokenSpec.swift
[153/191] Compiling SwiftParser TokenSpecSet.swift
[154/191] Compiling SwiftParser TopLevel.swift
[155/191] Compiling SwiftParser TriviaParser.swift
[156/191] Compiling SwiftParser Types.swift
[161/191] Compiling SwiftParser Declarations.swift
[162/191] Compiling SwiftParser Directives.swift
[163/191] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[164/191] Compiling SwiftParser Expressions.swift
[165/191] Compiling SwiftParser IncrementalParseTransition.swift
[166/191] Compiling SwiftParser IsValidIdentifier.swift
[167/191] Compiling SwiftParser Cursor.swift
[168/191] Compiling SwiftParser Lexeme.swift
[169/191] Compiling SwiftParser ExperimentalFeatures.swift
[170/191] Compiling SwiftParser IsLexerClassified.swift
[171/191] Compiling SwiftParser LayoutNodes+Parsable.swift
[172/191] Compiling SwiftParser Parser+TokenSpecSet.swift
[173/191] Compiling SwiftParser TokenSpecStaticMembers.swift
[174/192] Wrapping AST for SwiftParser for debugging
[176/215] Compiling SwiftParserDiagnostics MissingNodesError.swift
[177/215] Compiling SwiftParserDiagnostics MissingTokenError.swift
[178/216] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[179/217] Emitting module SwiftOperators
[180/217] Compiling SwiftOperators OperatorTable+Semantics.swift
[181/217] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[182/217] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[183/217] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[184/217] Compiling SwiftParserDiagnostics Utils.swift
[185/217] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[186/217] Compiling SwiftOperators PrecedenceGraph.swift
[187/217] Compiling SwiftOperators PrecedenceGroup.swift
[188/217] Compiling SwiftOperators OperatorTable.swift
[189/217] Compiling SwiftOperators OperatorTable+Folding.swift
[190/217] Compiling SwiftOperators SyntaxSynthesis.swift
[191/218] Wrapping AST for SwiftOperators for debugging
[193/218] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[194/218] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[195/218] Compiling SwiftParserDiagnostics PresenceUtils.swift
[198/218] Emitting module SwiftParserDiagnostics
[199/218] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[200/218] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[203/219] Wrapping AST for SwiftParserDiagnostics for debugging
[205/234] Compiling SwiftSyntaxBuilder Indenter.swift
[206/234] Compiling SwiftSyntaxBuilder ListBuilder.swift
[207/234] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[208/234] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[209/234] Emitting module SwiftSyntaxBuilder
[210/235] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[211/235] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[212/235] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[213/235] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[214/235] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[215/235] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[216/235] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[217/235] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[218/235] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[219/235] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[220/235] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[221/236] Wrapping AST for SwiftSyntaxBuilder for debugging
[223/253] Emitting module SwiftSyntaxMacros
[224/255] Compiling SwiftSyntaxMacros Macro.swift
[225/255] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[226/255] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[227/255] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[228/255] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[229/255] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[230/255] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[231/255] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[232/255] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[233/255] Compiling SwiftSyntaxMacros AccessorMacro.swift
[234/255] Compiling SwiftSyntaxMacros AttachedMacro.swift
[235/255] Compiling SwiftSyntaxMacros BodyMacro.swift
[236/255] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[237/255] Compiling SwiftSyntaxMacros Macro+Format.swift
[238/255] Compiling SwiftSyntaxMacros MemberMacro.swift
[239/255] Compiling SwiftSyntaxMacros PeerMacro.swift
[240/255] Compiling SwiftSyntaxMacros PreambleMacro.swift
[241/255] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[242/256] Wrapping AST for SwiftSyntaxMacros for debugging
[244/265] Emitting module SwiftSyntaxMacroExpansion
[245/266] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[246/266] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[247/266] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[248/266] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[249/266] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[250/266] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[251/266] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[252/266] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[253/266] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[254/267] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[256/279] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[257/279] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[258/280] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[259/280] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[260/280] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[261/280] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[262/280] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[263/280] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[264/280] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[265/280] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[266/280] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[267/280] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[268/280] Emitting module SwiftCompilerPluginMessageHandling
[269/281] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[271/283] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[272/283] Emitting module SwiftCompilerPlugin
[273/284] Wrapping AST for SwiftCompilerPlugin for debugging
[275/286] Emitting module IdentifiedEnumCasesMacro
[276/286] Compiling IdentifiedEnumCasesMacro IdentifiedEnumCasesMacro.swift
/host/spi-builder-workspace/Sources/IdentifiedEnumCasesMacro/IdentifiedEnumCasesMacro.swift:21:60: warning: 'memberDeclList' is deprecated: renamed to 'MemberBlockItemListSyntax'
 19 |
 20 |       guard let enumCases: [SyntaxProtocol] = declaration.memberBlock
 21 |         .children(viewMode: .fixedUp).filter({ $0.kind == .memberDeclList })
    |                                                            |- warning: 'memberDeclList' is deprecated: renamed to 'MemberBlockItemListSyntax'
    |                                                            `- note: use 'MemberBlockItemListSyntax' instead
 22 |         .first?
 23 |         .children(viewMode: .fixedUp).filter({ $0.kind == SyntaxKind.memberDeclListItem })
/host/spi-builder-workspace/Sources/IdentifiedEnumCasesMacro/IdentifiedEnumCasesMacro.swift:23:70: warning: 'memberDeclListItem' is deprecated: renamed to 'MemberBlockItemSyntax'
 21 |         .children(viewMode: .fixedUp).filter({ $0.kind == .memberDeclList })
 22 |         .first?
 23 |         .children(viewMode: .fixedUp).filter({ $0.kind == SyntaxKind.memberDeclListItem })
    |                                                                      |- warning: 'memberDeclListItem' is deprecated: renamed to 'MemberBlockItemSyntax'
    |                                                                      `- note: use 'MemberBlockItemSyntax' instead
 24 |         .flatMap({ $0.children(viewMode: .fixedUp).filter({ $0.kind == .enumCaseDecl })})
 25 |         .flatMap({ $0.children(viewMode: .fixedUp).filter({ $0.kind == .enumCaseElementList })})
[277/287] Wrapping AST for IdentifiedEnumCasesMacro for debugging
[278/287] Write Objects.LinkFileList
[279/287] Linking IdentifiedEnumCasesMacro-tool
[281/289] Compiling IdentifiedEnumCases Library.swift
[282/289] Emitting module IdentifiedEnumCases
[283/290] Wrapping AST for IdentifiedEnumCases for debugging
[285/296] Emitting module NightshadesExample
[286/296] Compiling NightshadesExample main.swift
[287/297] Wrapping AST for NightshadesExample for debugging
[288/297] Write Objects.LinkFileList
[289/297] Linking nightshades.wasm
[291/297] Compiling URLsExample AppRoute.url.swift
[292/297] Compiling URLsExample main.swift
[293/297] Compiling URLsExample AppRoute.swift
[294/297] Emitting module URLsExample
[295/298] Wrapping AST for URLsExample for debugging
[296/298] 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/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
[297/298] Linking urls.wasm
Build complete! (120.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "IdentifiedEnumCases",
  "name" : "IdentifiedEnumCases",
  "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" : "IdentifiedEnumCases",
      "targets" : [
        "IdentifiedEnumCases"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "urls",
      "targets" : [
        "URLsExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "nightshades",
      "targets" : [
        "NightshadesExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IdentifiedEnumCasesMacro",
      "targets" : [
        "IdentifiedEnumCasesMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLsExample",
      "module_type" : "SwiftTarget",
      "name" : "URLsExample",
      "path" : "Sources/URLsExample",
      "product_memberships" : [
        "urls"
      ],
      "sources" : [
        "AppRoute.swift",
        "AppRoute.url.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "IdentifiedEnumCases"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NightshadesExample",
      "module_type" : "SwiftTarget",
      "name" : "NightshadesExample",
      "path" : "Sources/NightshadesExample",
      "product_memberships" : [
        "nightshades"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IdentifiedEnumCases"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MacroTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroTests",
      "path" : "Tests/MacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "MacroTests.swift"
      ],
      "target_dependencies" : [
        "IdentifiedEnumCasesMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IdentifiedEnumCasesMacro",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedEnumCasesMacro",
      "path" : "Sources/IdentifiedEnumCasesMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "IdentifiedEnumCases",
        "urls",
        "nightshades",
        "IdentifiedEnumCasesMacro"
      ],
      "sources" : [
        "IdentifiedEnumCasesMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "IdentifiedEnumCases",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedEnumCases",
      "path" : "Sources/IdentifiedEnumCases",
      "product_memberships" : [
        "IdentifiedEnumCases",
        "urls",
        "nightshades"
      ],
      "sources" : [
        "Library.swift"
      ],
      "target_dependencies" : [
        "IdentifiedEnumCasesMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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.