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.0 for Linux on 31 Jan 2025 08:46:48 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:basic-6.0-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.60.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.0
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/68149] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.13s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.14s)
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 SwiftSyntax510
[22/50] Compiling SwiftSyntax510 Empty.swift
[23/51] Emitting module SwiftSyntax600
[24/51] Compiling SwiftSyntax600 Empty.swift
[27/52] Emitting module SwiftSyntax509
[28/52] Compiling SwiftSyntax509 Empty.swift
[28/53] Wrapping AST for SwiftSyntax510 for debugging
[29/53] Wrapping AST for SwiftSyntax600 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 AbsolutePosition.swift
[43/125] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[44/125] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[45/125] Compiling SwiftSyntax Assert.swift
[46/125] Compiling SwiftSyntax BumpPtrAllocator.swift
[47/125] Compiling SwiftSyntax CommonAncestor.swift
[48/125] Compiling SwiftSyntax Convenience.swift
[49/125] Compiling SwiftSyntax CustomTraits.swift
[50/125] Compiling SwiftSyntax Identifier.swift
[51/125] Emitting module SwiftSyntax
[52/125] Compiling SwiftSyntax SyntaxKind.swift
[53/125] Compiling SwiftSyntax SyntaxRewriter.swift
[54/125] Compiling SwiftSyntax SyntaxTraits.swift
[55/125] Compiling SwiftSyntax SyntaxVisitor.swift
[56/125] Compiling SwiftSyntax TokenKind.swift
[57/125] Compiling SwiftSyntax Tokens.swift
[58/125] Compiling SwiftSyntax TriviaPieces.swift
[59/125] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[60/125] Compiling SwiftSyntax RawSyntaxNodesC.swift
[61/125] Compiling SwiftSyntax SyntaxNodeFactory.swift
[62/125] Compiling SwiftSyntax SyntaxNodeStructure.swift
[63/125] Compiling SwiftSyntax SyntaxProtocol.swift
[64/125] Compiling SwiftSyntax SyntaxText.swift
[65/125] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[66/125] Compiling SwiftSyntax TokenDiagnostic.swift
[67/125] Compiling SwiftSyntax TokenSequence.swift
[68/125] Compiling SwiftSyntax TokenSyntax.swift
[69/125] Compiling SwiftSyntax Trivia.swift
[70/125] Compiling SwiftSyntax MemoryLayout.swift
[71/125] Compiling SwiftSyntax MissingNodeInitializers.swift
[72/125] Compiling SwiftSyntax RawSyntax.swift
[73/125] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[74/125] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[75/125] Compiling SwiftSyntax RawSyntaxTokenView.swift
[76/125] Compiling SwiftSyntax SourceEdit.swift
[77/125] Compiling SwiftSyntax SourceLength.swift
[78/125] Compiling SwiftSyntax SourceLocation.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 SwiftDiagnostics Message.swift
[108/184] Compiling SwiftDiagnostics Note.swift
[109/184] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[110/184] Compiling SwiftBasicFormat Syntax+Extensions.swift
[111/184] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[112/184] Compiling SwiftParser Attributes.swift
[113/184] Compiling SwiftParser Availability.swift
[114/184] Compiling SwiftParser CharacterInfo.swift
[115/184] Compiling SwiftParser CollectionNodes+Parsable.swift
[116/184] Emitting module SwiftDiagnostics
[117/184] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[118/184] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[119/184] Compiling SwiftDiagnostics FixIt.swift
[120/184] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[121/185] Compiling SwiftBasicFormat InferIndentation.swift
[122/185] Wrapping AST for SwiftDiagnostics for debugging
[124/185] Emitting module SwiftBasicFormat
[125/185] Compiling SwiftBasicFormat BasicFormat.swift
[126/186] Wrapping AST for SwiftBasicFormat for debugging
[128/186] Compiling SwiftParser LexemeSequence.swift
[129/186] Compiling SwiftParser Lexer.swift
[130/186] Compiling SwiftParser RegexLiteralLexer.swift
[131/186] Compiling SwiftParser UnicodeScalarExtensions.swift
[132/186] Compiling SwiftParser Lookahead.swift
[133/186] Compiling SwiftParser LoopProgressCondition.swift
[134/191] Compiling SwiftParser SwiftParserCompatibility.swift
[135/191] Compiling SwiftParser SwiftVersion.swift
[136/191] Compiling SwiftParser SyntaxUtils.swift
[137/191] Compiling SwiftParser TokenConsumer.swift
[138/191] Compiling SwiftParser TokenPrecedence.swift
[139/191] Compiling SwiftParser TokenSpec.swift
[140/191] Compiling SwiftParser TokenSpecSet.swift
[141/191] Compiling SwiftParser TopLevel.swift
[142/191] Compiling SwiftParser TriviaParser.swift
[143/191] Compiling SwiftParser Types.swift
[144/191] Emitting module SwiftParser
[145/191] Compiling SwiftParser Patterns.swift
[146/191] Compiling SwiftParser Recovery.swift
[147/191] Compiling SwiftParser Specifiers.swift
[148/191] Compiling SwiftParser Statements.swift
[149/191] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[150/191] Compiling SwiftParser StringLiterals.swift
[151/191] Compiling SwiftParser Modifiers.swift
[152/191] Compiling SwiftParser Names.swift
[153/191] Compiling SwiftParser Nominals.swift
[154/191] Compiling SwiftParser Parameters.swift
[155/191] Compiling SwiftParser ParseSourceFile.swift
[156/191] Compiling SwiftParser Parser.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 PrecedenceGroup.swift
[178/217] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[179/217] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[180/217] Compiling SwiftOperators PrecedenceGraph.swift
[181/217] Compiling SwiftOperators OperatorTable.swift
[182/217] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[183/217] Compiling SwiftOperators SyntaxSynthesis.swift
[184/217] Emitting module SwiftOperators
[185/217] Compiling SwiftOperators OperatorError.swift
[186/217] Compiling SwiftOperators OperatorTable+Defaults.swift
[187/217] Compiling SwiftOperators OperatorTable+Folding.swift
[188/217] Compiling SwiftOperators OperatorTable+Semantics.swift
[189/218] Emitting module SwiftParserDiagnostics
[191/218] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[192/218] Compiling SwiftParserDiagnostics Utils.swift
[193/218] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[193/218] Wrapping AST for SwiftOperators for debugging
[197/218] Compiling SwiftParserDiagnostics MissingNodesError.swift
[198/218] Compiling SwiftParserDiagnostics MissingTokenError.swift
[201/218] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[202/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/235] Emitting module SwiftSyntaxBuilder
[210/235] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[211/235] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[212/235] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[213/235] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[214/235] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.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] Compiling SwiftSyntaxMacros AccessorMacro.swift
[224/253] Compiling SwiftSyntaxMacros AttachedMacro.swift
[225/253] Compiling SwiftSyntaxMacros BodyMacro.swift
[226/255] Compiling SwiftSyntaxMacros Macro.swift
[227/255] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[228/255] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[229/255] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[230/255] Compiling SwiftSyntaxMacros MemberMacro.swift
[231/255] Compiling SwiftSyntaxMacros PeerMacro.swift
[232/255] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[233/255] Compiling SwiftSyntaxMacros Macro+Format.swift
[234/255] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[235/255] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[236/255] Emitting module SwiftSyntaxMacros
[237/255] Compiling SwiftSyntaxMacros PreambleMacro.swift
[238/255] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[239/255] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[240/255] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[241/255] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[242/256] Wrapping AST for SwiftSyntaxMacros for debugging
[244/265] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[245/266] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[246/266] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[247/266] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[248/266] Emitting module SwiftSyntaxMacroExpansion
[249/266] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[250/266] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[251/266] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[252/266] Compiling SwiftSyntaxMacroExpansion MacroReplacement.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/279] Emitting module SwiftCompilerPluginMessageHandling
[259/280] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[260/280] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[261/280] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[262/280] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[263/280] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[264/280] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[265/280] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[266/280] Compiling SwiftCompilerPluginMessageHandling JSON.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] 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] Compiling URLsExample main.swift
[286/296] Emitting module NightshadesExample
[287/296] Compiling NightshadesExample main.swift
[289/297] Compiling URLsExample AppRoute.url.swift
[289/297] Wrapping AST for NightshadesExample for debugging
[290/297] Write Objects.LinkFileList
[292/297] Emitting module URLsExample
[293/297] Compiling URLsExample AppRoute.swift
[294/298] Wrapping AST for URLsExample for debugging
[295/298] Write Objects.LinkFileList
[296/298] Linking nightshades
[297/298] Linking urls
Build complete! (100.58s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.