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 Linux on 29 Apr 2025 13:12:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         linux
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-4606859-2":/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 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/swiftlang/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.64s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (7.46s)
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] Compiling SwiftSyntax600 Empty.swift
[22/50] Emitting module SwiftSyntax600
[23/51] Compiling SwiftSyntax509 Empty.swift
[24/51] Emitting module SwiftSyntax509
[27/52] Compiling SwiftSyntax510 Empty.swift
[28/52] Emitting module SwiftSyntax510
[28/53] Wrapping AST for SwiftSyntax600 for debugging
[29/53] Wrapping AST for SwiftSyntax509 for debugging
[31/53] Wrapping AST for SwiftSyntax510 for debugging
[33/117] Compiling SwiftSyntax AbsolutePosition.swift
[34/117] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[35/117] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[36/117] Compiling SwiftSyntax Assert.swift
[37/117] Compiling SwiftSyntax BumpPtrAllocator.swift
[38/117] Compiling SwiftSyntax CommonAncestor.swift
[39/117] Compiling SwiftSyntax Convenience.swift
[40/117] Compiling SwiftSyntax CustomTraits.swift
[41/117] Compiling SwiftSyntax Identifier.swift
[42/125] Compiling SwiftSyntax SourcePresence.swift
[43/125] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[44/125] Compiling SwiftSyntax Syntax.swift
[45/125] Compiling SwiftSyntax SyntaxArena.swift
[46/125] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[47/125] Compiling SwiftSyntax SyntaxChildren.swift
[48/125] Compiling SwiftSyntax SyntaxCollection.swift
[49/125] Compiling SwiftSyntax SyntaxHashable.swift
[50/125] Compiling SwiftSyntax SyntaxIdentifier.swift
[51/125] Compiling SwiftSyntax SyntaxNodeFactory.swift
[52/125] Compiling SwiftSyntax SyntaxNodeStructure.swift
[53/125] Compiling SwiftSyntax SyntaxProtocol.swift
[54/125] Compiling SwiftSyntax SyntaxText.swift
[55/125] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[56/125] Compiling SwiftSyntax TokenDiagnostic.swift
[57/125] Compiling SwiftSyntax TokenSequence.swift
[58/125] Compiling SwiftSyntax TokenSyntax.swift
[59/125] Compiling SwiftSyntax Trivia.swift
[60/125] Emitting module SwiftSyntax
[61/125] Compiling SwiftSyntax MemoryLayout.swift
[62/125] Compiling SwiftSyntax MissingNodeInitializers.swift
[63/125] Compiling SwiftSyntax RawSyntax.swift
[64/125] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[65/125] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[66/125] Compiling SwiftSyntax RawSyntaxTokenView.swift
[67/125] Compiling SwiftSyntax SourceEdit.swift
[68/125] Compiling SwiftSyntax SourceLength.swift
[69/125] Compiling SwiftSyntax SourceLocation.swift
[70/125] Compiling SwiftSyntax SyntaxKind.swift
[71/125] Compiling SwiftSyntax SyntaxRewriter.swift
[72/125] Compiling SwiftSyntax SyntaxTraits.swift
[73/125] Compiling SwiftSyntax SyntaxVisitor.swift
[74/125] Compiling SwiftSyntax TokenKind.swift
[75/125] Compiling SwiftSyntax Tokens.swift
[76/125] Compiling SwiftSyntax TriviaPieces.swift
[77/125] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[78/125] Compiling SwiftSyntax RawSyntaxNodesC.swift
[79/125] Compiling SwiftSyntax RawSyntaxNodesD.swift
[80/125] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[81/125] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[82/125] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[83/125] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[84/125] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[85/125] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[86/125] Compiling SwiftSyntax RawSyntaxValidation.swift
[87/125] Compiling SwiftSyntax SyntaxNodesAB.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/126] Wrapping AST for SwiftSyntax for debugging
[107/183] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[108/183] Compiling SwiftBasicFormat Syntax+Extensions.swift
[109/183] Compiling SwiftDiagnostics Message.swift
[110/184] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[111/184] Compiling SwiftBasicFormat InferIndentation.swift
[112/184] Compiling SwiftDiagnostics Note.swift
[113/184] Compiling SwiftDiagnostics FixIt.swift
[114/184] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[115/184] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[116/184] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[117/184] Emitting module SwiftDiagnostics
[118/184] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[119/184] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[120/184] Compiling SwiftDiagnostics Convenience.swift
[121/184] Compiling SwiftDiagnostics Diagnostic.swift
[123/185] Emitting module SwiftBasicFormat
[124/185] Compiling SwiftBasicFormat BasicFormat.swift
[124/186] Wrapping AST for SwiftDiagnostics for debugging
[127/186] Emitting module SwiftParser
[127/191] Wrapping AST for SwiftBasicFormat for debugging
[129/191] Compiling SwiftParser LexemeSequence.swift
[130/191] Compiling SwiftParser Lexer.swift
[131/191] Compiling SwiftParser RegexLiteralLexer.swift
[132/191] Compiling SwiftParser UnicodeScalarExtensions.swift
[133/191] Compiling SwiftParser Lookahead.swift
[134/191] Compiling SwiftParser LoopProgressCondition.swift
[135/191] Compiling SwiftParser SwiftParserCompatibility.swift
[136/191] Compiling SwiftParser SwiftVersion.swift
[137/191] Compiling SwiftParser SyntaxUtils.swift
[138/191] Compiling SwiftParser TokenConsumer.swift
[139/191] Compiling SwiftParser TokenPrecedence.swift
[140/191] Compiling SwiftParser Modifiers.swift
[141/191] Compiling SwiftParser Names.swift
[142/191] Compiling SwiftParser Nominals.swift
[143/191] Compiling SwiftParser Parameters.swift
[144/191] Compiling SwiftParser ParseSourceFile.swift
[145/191] Compiling SwiftParser Parser.swift
[146/191] Compiling SwiftParser Patterns.swift
[147/191] Compiling SwiftParser Recovery.swift
[148/191] Compiling SwiftParser Specifiers.swift
[149/191] Compiling SwiftParser Statements.swift
[150/191] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[151/191] Compiling SwiftParser StringLiterals.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 SyntaxKindNameForDiagnostics.swift
[177/216] Compiling SwiftOperators PrecedenceGraph.swift
[178/216] Compiling SwiftOperators PrecedenceGroup.swift
[179/216] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[180/217] Compiling SwiftOperators OperatorTable.swift
[181/217] Emitting module SwiftOperators
[182/217] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[183/217] Compiling SwiftOperators OperatorTable+Semantics.swift
[184/217] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[185/217] Compiling SwiftParserDiagnostics Utils.swift
[186/217] Compiling SwiftOperators SyntaxSynthesis.swift
[187/217] Compiling SwiftOperators Operator.swift
[188/217] Compiling SwiftOperators OperatorError+Diagnostics.swift
[189/217] Compiling SwiftOperators OperatorTable+Folding.swift
[190/217] Compiling SwiftOperators OperatorError.swift
[191/217] Compiling SwiftOperators OperatorTable+Defaults.swift
[192/218] Wrapping AST for SwiftOperators for debugging
[194/218] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[195/218] Compiling SwiftParserDiagnostics PresenceUtils.swift
[196/218] Compiling SwiftParserDiagnostics MissingNodesError.swift
[197/218] Compiling SwiftParserDiagnostics MissingTokenError.swift
[202/218] Emitting module SwiftParserDiagnostics
[203/219] Wrapping AST for SwiftParserDiagnostics for debugging
[205/234] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[206/234] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[207/235] Compiling SwiftSyntaxBuilder Indenter.swift
[208/235] Compiling SwiftSyntaxBuilder ListBuilder.swift
[209/235] Emitting module SwiftSyntaxBuilder
[210/235] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[211/235] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[212/235] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[213/235] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[214/235] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[215/235] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[216/235] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[217/235] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[218/235] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[219/235] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[220/235] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[221/236] Wrapping AST for SwiftSyntaxBuilder for debugging
[223/253] Emitting module SwiftSyntaxMacros
[224/255] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[225/255] Compiling SwiftSyntaxMacros Macro+Format.swift
[226/255] Compiling SwiftSyntaxMacros MemberMacro.swift
[227/255] Compiling SwiftSyntaxMacros PeerMacro.swift
[228/255] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[229/255] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[230/255] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[231/255] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[232/255] Compiling SwiftSyntaxMacros Macro.swift
[233/255] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[234/255] Compiling SwiftSyntaxMacros AccessorMacro.swift
[235/255] Compiling SwiftSyntaxMacros AttachedMacro.swift
[236/255] Compiling SwiftSyntaxMacros BodyMacro.swift
[237/255] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[238/255] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[239/255] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.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/265] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[246/265] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[247/265] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[248/266] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[249/266] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[250/266] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[251/266] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[252/266] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[253/266] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[254/267] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[256/279] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[257/279] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[258/280] Emitting module SwiftCompilerPluginMessageHandling
[259/280] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[260/280] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[261/280] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[262/280] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[263/280] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[264/280] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[265/280] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[266/280] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[267/280] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[268/280] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[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] 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 })})
[276/286] Emitting module IdentifiedEnumCasesMacro
[277/287] Wrapping AST for IdentifiedEnumCasesMacro for debugging
[278/287] Write Objects.LinkFileList
[279/287] Linking IdentifiedEnumCasesMacro-tool
[281/289] Emitting module IdentifiedEnumCases
[282/289] Compiling IdentifiedEnumCases Library.swift
[283/290] Wrapping AST for IdentifiedEnumCases for debugging
[285/296] Emitting module NightshadesExample
[286/296] Compiling NightshadesExample main.swift
[288/297] Compiling URLsExample AppRoute.url.swift
[289/297] Compiling URLsExample main.swift
[290/297] Emitting module URLsExample
[291/297] Compiling URLsExample AppRoute.swift
[292/298] Wrapping AST for NightshadesExample for debugging
[293/298] Write Objects.LinkFileList
[294/298] Wrapping AST for URLsExample for debugging
[295/298] Write Objects.LinkFileList
[296/298] Linking nightshades
[297/298] Linking urls
Build complete! (98.16s)
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"
}
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.