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 1.0.1 (37aa7a), with Swift 6.1 for Linux on 29 Apr 2025 13:12:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsincere/IdentifiedEnumCases.git
Reference: 1.0.1
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
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 37aa7ac Swift 6 (#7)
Cloned https://github.com/danielsincere/IdentifiedEnumCases.git
Revision (git rev-parse @):
37aa7ac3aa2c283b09110d67abf66dcd28331787
SUCCESS checkout https://github.com/danielsincere/IdentifiedEnumCases.git at 1.0.1
========================================
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" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.88s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (10.10s)
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
[17/41] Write swift-version-24593BA9C3E375BF.txt
[19/45] Compiling SwiftSyntax509 Empty.swift
[20/45] Emitting module SwiftSyntax509
[21/46] Compiling SwiftSyntax510 Empty.swift
[22/46] Emitting module SwiftSyntax510
[24/47] Wrapping AST for SwiftSyntax510 for debugging
[25/47] Wrapping AST for SwiftSyntax509 for debugging
[27/107] Compiling SwiftSyntax AbsolutePosition.swift
[28/107] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[29/107] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[30/107] Compiling SwiftSyntax Assert.swift
[31/107] Compiling SwiftSyntax BumpPtrAllocator.swift
[32/107] Compiling SwiftSyntax CommonAncestor.swift
[33/107] Compiling SwiftSyntax Convenience.swift
[34/107] Compiling SwiftSyntax MemoryLayout.swift
[35/107] Compiling SwiftSyntax MissingNodeInitializers.swift
[36/115] Emitting module SwiftSyntax
[37/115] Compiling SwiftSyntax SyntaxArena.swift
[38/115] Compiling SwiftSyntax SyntaxChildren.swift
[39/115] Compiling SwiftSyntax SyntaxCollection.swift
[40/115] Compiling SwiftSyntax SyntaxHashable.swift
[41/115] Compiling SwiftSyntax SyntaxIdentifier.swift
[42/115] Compiling SwiftSyntax SyntaxNodeStructure.swift
[43/115] Compiling SwiftSyntax SyntaxProtocol.swift
[44/115] Compiling SwiftSyntax SyntaxText.swift
[45/115] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[46/115] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[47/115] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[48/115] Compiling SwiftSyntax SyntaxBaseNodes.swift
[49/115] Compiling SwiftSyntax SyntaxCollections.swift
[50/115] Compiling SwiftSyntax SyntaxEnum.swift
[51/115] Compiling SwiftSyntax SyntaxKind.swift
[52/115] Compiling SwiftSyntax SyntaxRewriter.swift
[53/115] Compiling SwiftSyntax SyntaxTraits.swift
[54/115] Compiling SwiftSyntax TokenDiagnostic.swift
[55/115] Compiling SwiftSyntax TokenSequence.swift
[56/115] Compiling SwiftSyntax TokenSyntax.swift
[57/115] Compiling SwiftSyntax Trivia.swift
[58/115] Compiling SwiftSyntax Utils.swift
[59/115] Compiling SwiftSyntax ChildNameForKeyPath.swift
[60/115] Compiling SwiftSyntax Keyword.swift
[61/115] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[62/115] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[63/115] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[64/115] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[65/115] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[66/115] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[67/115] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[68/115] Compiling SwiftSyntax RawSyntaxValidation.swift
[69/115] Compiling SwiftSyntax SyntaxNodesAB.swift
[70/115] Compiling SwiftSyntax RawSyntax.swift
[71/115] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[72/115] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[73/115] Compiling SwiftSyntax RawSyntaxTokenView.swift
[74/115] Compiling SwiftSyntax SourceLength.swift
[75/115] Compiling SwiftSyntax SourceLocation.swift
[76/115] Compiling SwiftSyntax SourcePresence.swift
[77/115] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[78/115] Compiling SwiftSyntax Syntax.swift
[79/115] Compiling SwiftSyntax SyntaxTransform.swift
[80/115] Compiling SwiftSyntax SyntaxVisitor.swift
[81/115] Compiling SwiftSyntax TokenKind.swift
[82/115] Compiling SwiftSyntax Tokens.swift
[83/115] Compiling SwiftSyntax TriviaPieces.swift
[84/115] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[85/115] Compiling SwiftSyntax RawSyntaxNodesC.swift
[86/115] Compiling SwiftSyntax RawSyntaxNodesD.swift
[87/115] Compiling SwiftSyntax SyntaxNodesC.swift
[88/115] Compiling SwiftSyntax SyntaxNodesD.swift
[89/115] Compiling SwiftSyntax SyntaxNodesEF.swift
[90/115] Compiling SwiftSyntax SyntaxNodesGHI.swift
[91/115] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[92/115] Compiling SwiftSyntax SyntaxNodesOP.swift
[93/115] Compiling SwiftSyntax SyntaxNodesQRS.swift
[94/115] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[95/118] Wrapping AST for SwiftSyntax for debugging
[97/167] Emitting module SwiftDiagnostics
[98/167] Emitting module SwiftBasicFormat
[99/167] Compiling SwiftDiagnostics Note.swift
[100/167] Compiling SwiftDiagnostics Message.swift
[101/167] Compiling SwiftBasicFormat Syntax+Extensions.swift
[102/167] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[103/167] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[104/167] Compiling SwiftDiagnostics FixIt.swift
[105/167] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[106/167] Compiling SwiftDiagnostics Diagnostic.swift
[107/167] Compiling SwiftDiagnostics Convenience.swift
[108/167] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[110/168] Compiling SwiftBasicFormat BasicFormat.swift
[111/169] Wrapping AST for SwiftDiagnostics for debugging
[112/169] Wrapping AST for SwiftBasicFormat for debugging
[114/169] Emitting module SwiftParser
[115/174] Compiling SwiftParser TokenPrecedence.swift
[116/174] Compiling SwiftParser TokenSpec.swift
[117/174] Compiling SwiftParser TokenSpecSet.swift
[118/174] Compiling SwiftParser TopLevel.swift
[119/174] Compiling SwiftParser TriviaParser.swift
[120/174] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[121/174] Compiling SwiftParser StringLiterals.swift
[122/174] Compiling SwiftParser SwiftParserCompatibility.swift
[123/174] Compiling SwiftParser SyntaxUtils.swift
[124/174] Compiling SwiftParser TokenConsumer.swift
[125/174] Compiling SwiftParser Modifiers.swift
[126/174] Compiling SwiftParser Names.swift
[127/174] Compiling SwiftParser Nominals.swift
[128/174] Compiling SwiftParser Parameters.swift
[129/174] Compiling SwiftParser ParseSourceFile.swift
[130/174] Compiling SwiftParser Lexer.swift
[131/174] Compiling SwiftParser RegexLiteralLexer.swift
[132/174] Compiling SwiftParser UnicodeScalarExtensions.swift
[133/174] Compiling SwiftParser Lookahead.swift
[134/174] Compiling SwiftParser LoopProgressCondition.swift
[135/174] Compiling SwiftParser Parser.swift
[136/174] Compiling SwiftParser Patterns.swift
[137/174] Compiling SwiftParser Recovery.swift
[138/174] Compiling SwiftParser Specifiers.swift
[139/174] Compiling SwiftParser Statements.swift
[140/174] Compiling SwiftParser ExperimentalFeatures.swift
[141/174] Compiling SwiftParser Expressions.swift
[142/174] Compiling SwiftParser IncrementalParseTransition.swift
[143/174] Compiling SwiftParser Cursor.swift
[144/174] Compiling SwiftParser Lexeme.swift
[145/174] Compiling SwiftParser LexemeSequence.swift
[146/174] Compiling SwiftParser Attributes.swift
[147/174] Compiling SwiftParser Availability.swift
[148/174] Compiling SwiftParser CharacterInfo.swift
[149/174] Compiling SwiftParser CollectionNodes+Parsable.swift
[150/174] Compiling SwiftParser Declarations.swift
[151/174] Compiling SwiftParser Directives.swift
[152/174] Compiling SwiftParser Types.swift
[153/174] Compiling SwiftParser IsLexerClassified.swift
[154/174] Compiling SwiftParser LayoutNodes+Parsable.swift
[155/174] Compiling SwiftParser Parser+TokenSpecSet.swift
[156/174] Compiling SwiftParser TokenSpecStaticMembers.swift
[157/175] Wrapping AST for SwiftParser for debugging
[159/198] Compiling SwiftOperators OperatorTable+Semantics.swift
[160/199] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[161/200] Compiling SwiftOperators PrecedenceGroup.swift
[162/200] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[163/200] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[164/200] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[165/200] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[166/200] Compiling SwiftOperators OperatorTable+Folding.swift
[167/200] Emitting module SwiftOperators
[168/200] Compiling SwiftOperators SyntaxSynthesis.swift
[169/200] Compiling SwiftOperators PrecedenceGraph.swift
[170/200] Compiling SwiftOperators OperatorTable.swift
[171/201] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[172/201] Wrapping AST for SwiftOperators for debugging
[174/201] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[175/201] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[176/201] Compiling SwiftParserDiagnostics Utils.swift
[177/201] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[178/201] Compiling SwiftParserDiagnostics PresenceUtils.swift
[179/201] Compiling SwiftParserDiagnostics MissingNodesError.swift
[180/201] Compiling SwiftParserDiagnostics MissingTokenError.swift
[183/201] Emitting module SwiftParserDiagnostics
[186/202] Wrapping AST for SwiftParserDiagnostics for debugging
[188/216] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[189/216] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[190/217] Compiling SwiftSyntaxBuilder Indenter.swift
[191/217] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[192/217] Emitting module SwiftSyntaxBuilder
[193/217] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[194/217] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[195/217] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[196/217] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[197/217] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[198/217] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[199/217] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[200/217] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[201/217] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[202/217] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[203/218] Wrapping AST for SwiftSyntaxBuilder for debugging
[205/232] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[206/232] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[207/232] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[208/232] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[209/232] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[210/232] Compiling SwiftSyntaxMacros Macro+Format.swift
[211/232] Compiling SwiftSyntaxMacros MemberMacro.swift
[212/233] Compiling SwiftSyntaxMacros Macro.swift
[213/233] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[214/233] Compiling SwiftSyntaxMacros AccessorMacro.swift
[215/233] Compiling SwiftSyntaxMacros AttachedMacro.swift
[216/233] Emitting module SwiftSyntaxMacros
[217/233] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[218/233] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[219/233] Compiling SwiftSyntaxMacros PeerMacro.swift
[220/234] Wrapping AST for SwiftSyntaxMacros for debugging
[222/242] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[223/242] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[224/242] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[225/242] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[226/242] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[227/242] Emitting module SwiftSyntaxMacroExpansion
[228/242] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[229/242] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[230/243] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[232/250] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[233/250] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[234/250] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[235/250] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[236/250] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[237/250] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[238/250] Emitting module SwiftCompilerPluginMessageHandling
[239/251] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[241/253] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[242/253] Emitting module SwiftCompilerPlugin
[243/254] Wrapping AST for SwiftCompilerPlugin for debugging
[245/256] Emitting module IdentifiedEnumCasesMacro
[246/256] Compiling IdentifiedEnumCasesMacro IdentifiedEnumCasesMacro.swift
[247/257] Wrapping AST for IdentifiedEnumCasesMacro for debugging
[248/257] Write Objects.LinkFileList
[249/257] Linking IdentifiedEnumCasesMacro-tool
[251/259] Emitting module IdentifiedEnumCases
[252/259] Compiling IdentifiedEnumCases Library.swift
[253/260] Wrapping AST for IdentifiedEnumCases for debugging
[255/266] Emitting module NightshadesExample
[256/266] Compiling NightshadesExample main.swift
[257/267] Compiling URLsExample main.swift
[258/267] Compiling URLsExample AppRoute.url.swift
[260/267] Emitting module URLsExample
[261/267] Compiling URLsExample AppRoute.swift
[261/268] Wrapping AST for NightshadesExample for debugging
[262/268] Write Objects.LinkFileList
[264/268] Wrapping AST for URLsExample for debugging
[265/268] Write Objects.LinkFileList
[266/268] Linking nightshades
[267/268] Linking urls
Build complete! (99.85s)
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" : "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.