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.0 for Linux on 3 Dec 2024 10:40:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.58.4
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.0
Building package at path:  $PWD
https://github.com/danielsincere/IdentifiedEnumCases.git
{
  "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-4609320-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:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-syntax.git
[1/66873] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.79s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (2.63s)
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] Emitting module SwiftSyntax510
[20/45] Compiling SwiftSyntax510 Empty.swift
[22/46] Emitting module SwiftSyntax509
[23/46] Compiling SwiftSyntax509 Empty.swift
[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 TokenDiagnostic.swift
[38/115] Compiling SwiftSyntax TokenSequence.swift
[39/115] Compiling SwiftSyntax TokenSyntax.swift
[40/115] Compiling SwiftSyntax Trivia.swift
[41/115] Compiling SwiftSyntax Utils.swift
[42/115] Compiling SwiftSyntax ChildNameForKeyPath.swift
[43/115] Compiling SwiftSyntax Keyword.swift
[44/115] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[45/115] Compiling SwiftSyntax RawSyntax.swift
[46/115] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[47/115] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[48/115] Compiling SwiftSyntax RawSyntaxTokenView.swift
[49/115] Compiling SwiftSyntax SourceLength.swift
[50/115] Compiling SwiftSyntax SourceLocation.swift
[51/115] Compiling SwiftSyntax SourcePresence.swift
[52/115] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[53/115] Compiling SwiftSyntax Syntax.swift
[54/115] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[55/115] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[56/115] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[57/115] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[58/115] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[59/115] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[60/115] Compiling SwiftSyntax RawSyntaxValidation.swift
[61/115] Compiling SwiftSyntax SyntaxNodesAB.swift
[62/115] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[63/115] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[64/115] Compiling SwiftSyntax SyntaxBaseNodes.swift
[65/115] Compiling SwiftSyntax SyntaxCollections.swift
[66/115] Compiling SwiftSyntax SyntaxEnum.swift
[67/115] Compiling SwiftSyntax SyntaxKind.swift
[68/115] Compiling SwiftSyntax SyntaxRewriter.swift
[69/115] Compiling SwiftSyntax SyntaxTraits.swift
[70/115] Compiling SwiftSyntax SyntaxTransform.swift
[71/115] Compiling SwiftSyntax SyntaxVisitor.swift
[72/115] Compiling SwiftSyntax TokenKind.swift
[73/115] Compiling SwiftSyntax Tokens.swift
[74/115] Compiling SwiftSyntax TriviaPieces.swift
[75/115] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[76/115] Compiling SwiftSyntax RawSyntaxNodesC.swift
[77/115] Compiling SwiftSyntax RawSyntaxNodesD.swift
[78/115] Compiling SwiftSyntax SyntaxArena.swift
[79/115] Compiling SwiftSyntax SyntaxChildren.swift
[80/115] Compiling SwiftSyntax SyntaxCollection.swift
[81/115] Compiling SwiftSyntax SyntaxHashable.swift
[82/115] Compiling SwiftSyntax SyntaxIdentifier.swift
[83/115] Compiling SwiftSyntax SyntaxNodeStructure.swift
[84/115] Compiling SwiftSyntax SyntaxProtocol.swift
[85/115] Compiling SwiftSyntax SyntaxText.swift
[86/115] Compiling SwiftSyntax SyntaxTreeViewMode.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/116] Wrapping AST for SwiftSyntax for debugging
[97/167] Compiling SwiftBasicFormat Syntax+Extensions.swift
[98/167] Compiling SwiftDiagnostics Convenience.swift
[99/167] Compiling SwiftDiagnostics Message.swift
[100/167] Compiling SwiftDiagnostics Note.swift
[101/167] Emitting module SwiftDiagnostics
[102/167] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[103/167] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[104/167] Compiling SwiftDiagnostics FixIt.swift
[105/167] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[106/167] Compiling SwiftDiagnostics Diagnostic.swift
[107/167] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[109/168] Emitting module SwiftBasicFormat
[110/168] Compiling SwiftBasicFormat BasicFormat.swift
[110/168] Wrapping AST for SwiftDiagnostics for debugging
[113/169] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[114/169] Compiling SwiftParser StringLiterals.swift
[115/169] Compiling SwiftParser SwiftParserCompatibility.swift
[116/169] Compiling SwiftParser SyntaxUtils.swift
[117/169] Compiling SwiftParser TokenConsumer.swift
[117/174] Wrapping AST for SwiftBasicFormat for debugging
[119/174] Compiling SwiftParser Lexer.swift
[120/174] Compiling SwiftParser RegexLiteralLexer.swift
[121/174] Compiling SwiftParser UnicodeScalarExtensions.swift
[122/174] Compiling SwiftParser Lookahead.swift
[123/174] Compiling SwiftParser LoopProgressCondition.swift
[124/174] Compiling SwiftParser TokenPrecedence.swift
[125/174] Compiling SwiftParser TokenSpec.swift
[126/174] Compiling SwiftParser TokenSpecSet.swift
[127/174] Compiling SwiftParser TopLevel.swift
[128/174] Compiling SwiftParser TriviaParser.swift
[129/174] Compiling SwiftParser Modifiers.swift
[130/174] Compiling SwiftParser Names.swift
[131/174] Compiling SwiftParser Nominals.swift
[132/174] Compiling SwiftParser Parameters.swift
[133/174] Compiling SwiftParser ParseSourceFile.swift
[134/174] Compiling SwiftParser Parser.swift
[135/174] Compiling SwiftParser Patterns.swift
[136/174] Compiling SwiftParser Recovery.swift
[137/174] Compiling SwiftParser Specifiers.swift
[138/174] Compiling SwiftParser Statements.swift
[139/174] Compiling SwiftParser Attributes.swift
[140/174] Compiling SwiftParser Availability.swift
[141/174] Compiling SwiftParser CharacterInfo.swift
[142/174] Compiling SwiftParser CollectionNodes+Parsable.swift
[143/174] Compiling SwiftParser Declarations.swift
[144/174] Compiling SwiftParser Directives.swift
[145/174] Compiling SwiftParser ExperimentalFeatures.swift
[146/174] Compiling SwiftParser Expressions.swift
[147/174] Compiling SwiftParser IncrementalParseTransition.swift
[148/174] Compiling SwiftParser Cursor.swift
[149/174] Compiling SwiftParser Lexeme.swift
[150/174] Compiling SwiftParser LexemeSequence.swift
[151/174] Emitting module SwiftParser
[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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[160/199] Compiling SwiftOperators PrecedenceGraph.swift
[161/200] Compiling SwiftOperators PrecedenceGroup.swift
[162/200] Compiling SwiftOperators Operator.swift
[163/200] Compiling SwiftOperators OperatorError+Diagnostics.swift
[164/200] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[165/200] Compiling SwiftOperators OperatorTable.swift
[166/200] Emitting module SwiftOperators
[167/200] Compiling SwiftOperators SyntaxSynthesis.swift
[168/200] Compiling SwiftOperators OperatorTable+Folding.swift
[169/200] Compiling SwiftOperators OperatorError.swift
[170/200] Compiling SwiftOperators OperatorTable+Defaults.swift
[171/200] Compiling SwiftOperators OperatorTable+Semantics.swift
[173/201] Emitting module SwiftParserDiagnostics
[174/201] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[175/201] Compiling SwiftParserDiagnostics Utils.swift
[176/201] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[176/201] Wrapping AST for SwiftOperators for debugging
[180/201] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[181/201] Compiling SwiftParserDiagnostics PresenceUtils.swift
[182/201] Compiling SwiftParserDiagnostics MissingNodesError.swift
[183/201] Compiling SwiftParserDiagnostics MissingTokenError.swift
[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 SwiftSyntaxBuilderCompatibility.swift
[191/217] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[192/217] Compiling SwiftSyntaxBuilder Indenter.swift
[193/217] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[194/217] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[195/217] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[196/217] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[197/217] Emitting module SwiftSyntaxBuilder
[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 FreestandingMacro.swift
[206/232] Compiling SwiftSyntaxMacros Macro+Format.swift
[207/232] Compiling SwiftSyntaxMacros Macro.swift
[208/232] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[209/232] Compiling SwiftSyntaxMacros MemberMacro.swift
[210/233] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[211/233] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[212/233] Compiling SwiftSyntaxMacros AccessorMacro.swift
[213/233] Compiling SwiftSyntaxMacros AttachedMacro.swift
[214/233] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[215/233] Compiling SwiftSyntaxMacros DeclarationMacro.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 BasicMacroExpansionContext.swift
[224/242] Emitting module SwiftSyntaxMacroExpansion
[225/242] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[226/242] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[227/242] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[228/242] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[229/242] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[230/243] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[232/250] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[233/250] Emitting module SwiftCompilerPluginMessageHandling
[234/250] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[235/250] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[236/250] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[237/250] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[238/250] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[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] Compiling IdentifiedEnumCases Library.swift
[252/259] Emitting module IdentifiedEnumCases
[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] Compiling URLsExample AppRoute.swift
[261/267] Emitting module URLsExample
[262/268] Wrapping AST for NightshadesExample for debugging
[263/268] Write Objects.LinkFileList
[264/268] Linking nightshades
[265/268] Wrapping AST for URLsExample for debugging
[266/268] Write Objects.LinkFileList
[267/268] Linking urls
Build complete! (107.32s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.