The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of userinfo-representable, reference 1.0.2 (3dffb6), with Swift 6.0 (beta) for Linux on 15 Sep 2024 12:42:45 UTC.

Swift 6 data race errors: 1

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 -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mtj0928/userinfo-representable.git
Reference: 1.0.2
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/mtj0928/userinfo-representable
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 3dffb67 Create LICENSE
Cloned https://github.com/mtj0928/userinfo-representable.git
Revision (git rev-parse @):
3dffb67eafb65b1cb461f5f1a4eeefece750cb80
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mtj0928/userinfo-representable.git at 1.0.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mtj0928/userinfo-representable.git
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 -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
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
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
[246/5113] Fetching swift-docc-plugin, swift-docc-symbolkit
[5114/70176] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-syntax
Fetched https://github.com/apple/swift-docc-symbolkit from cache (3.26s)
Fetched https://github.com/apple/swift-docc-plugin from cache (3.27s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.30s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (2.20s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.2 (0.69s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.52s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.0.2
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/32] Write sources
[16/32] Write swift-version-24593BA9C3E375BF.txt
[18/34] Compiling SwiftSyntax509 Empty.swift
[19/34] Emitting module SwiftSyntax509
[20/35] Wrapping AST for SwiftSyntax509 for debugging
[22/80] Compiling SwiftSyntax AbsolutePosition.swift
[23/80] Compiling SwiftSyntax Assert.swift
[24/80] Compiling SwiftSyntax BumpPtrAllocator.swift
[25/80] Compiling SwiftSyntax CommonAncestor.swift
[26/80] Compiling SwiftSyntax Convenience.swift
[27/80] Compiling SwiftSyntax MemoryLayout.swift
[28/80] Compiling SwiftSyntax MissingNodeInitializers.swift
[29/86] Compiling SwiftSyntax RawSyntax.swift
[30/86] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[31/86] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[32/86] Compiling SwiftSyntax RawSyntaxTokenView.swift
[33/86] Compiling SwiftSyntax SourceLength.swift
[34/86] Compiling SwiftSyntax SourceLocation.swift
[35/86] Compiling SwiftSyntax SourcePresence.swift
[36/86] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[37/86] Compiling SwiftSyntax Syntax.swift
[38/86] Compiling SwiftSyntax SyntaxArena.swift
[39/86] Compiling SwiftSyntax SyntaxChildren.swift
[40/86] Compiling SwiftSyntax SyntaxCollection.swift
[41/86] Compiling SwiftSyntax SyntaxData.swift
[42/86] Compiling SwiftSyntax SyntaxText.swift
[43/86] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[44/86] Compiling SwiftSyntax TokenDiagnostic.swift
[45/86] Compiling SwiftSyntax TokenSyntax.swift
[46/86] Compiling SwiftSyntax Trivia.swift
[47/86] Compiling SwiftSyntax Utils.swift
[48/86] Emitting module SwiftSyntax
[49/86] Compiling SwiftSyntax ChildNameForKeyPath.swift
[50/86] Compiling SwiftSyntax Keyword.swift
[51/86] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[52/86] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[53/86] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[54/86] Compiling SwiftSyntax SyntaxBaseNodes.swift
[55/86] Compiling SwiftSyntax SyntaxCollections.swift
[56/86] Compiling SwiftSyntax SyntaxEnum.swift
[57/86] Compiling SwiftSyntax SyntaxKind.swift
[58/86] Compiling SwiftSyntax SyntaxRewriter.swift
[59/86] Compiling SwiftSyntax SyntaxTraits.swift
[60/86] Compiling SwiftSyntax SyntaxTransform.swift
[61/86] Compiling SwiftSyntax SyntaxDeclNodes.swift
[62/86] Compiling SwiftSyntax SyntaxExprNodes.swift
[63/86] Compiling SwiftSyntax SyntaxNodes.swift
[64/86] Compiling SwiftSyntax SyntaxPatternNodes.swift
[65/86] Compiling SwiftSyntax SyntaxStmtNodes.swift
[66/86] Compiling SwiftSyntax SyntaxTypeNodes.swift
[67/86] Compiling SwiftSyntax SyntaxVisitor.swift
[68/86] Compiling SwiftSyntax TokenKind.swift
[69/86] Compiling SwiftSyntax Tokens.swift
[70/86] Compiling SwiftSyntax TriviaPieces.swift
[71/86] Compiling SwiftSyntax RawSyntaxNodes.swift
[72/86] Compiling SwiftSyntax RawSyntaxValidation.swift
[73/87] Wrapping AST for SwiftSyntax for debugging
[75/138] Compiling SwiftDiagnostics Convenience.swift
[76/138] Compiling SwiftDiagnostics Message.swift
[77/138] Compiling SwiftDiagnostics Note.swift
[78/138] Compiling SwiftBasicFormat Syntax+Extensions.swift
[79/138] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[80/138] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[81/138] Compiling SwiftDiagnostics FixIt.swift
[82/138] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[83/138] Compiling SwiftDiagnostics Diagnostic.swift
[84/138] Emitting module SwiftDiagnostics
[85/138] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[86/139] Wrapping AST for SwiftDiagnostics for debugging
[88/139] Emitting module SwiftBasicFormat
[89/139] Compiling SwiftBasicFormat BasicFormat.swift
[90/140] Wrapping AST for SwiftBasicFormat for debugging
[92/140] Compiling SwiftParser Lexer.swift
[93/140] Compiling SwiftParser RegexLiteralLexer.swift
[94/140] Compiling SwiftParser UnicodeScalarExtensions.swift
[95/140] Compiling SwiftParser Lookahead.swift
[96/140] Compiling SwiftParser LoopProgressCondition.swift
[97/145] Emitting module SwiftParser
[98/145] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[99/145] Compiling SwiftParser StringLiterals.swift
[100/145] Compiling SwiftParser SwiftParserCompatibility.swift
[101/145] Compiling SwiftParser SyntaxUtils.swift
[102/145] Compiling SwiftParser TokenConsumer.swift
[103/145] Compiling SwiftParser Modifiers.swift
[104/145] Compiling SwiftParser Names.swift
[105/145] Compiling SwiftParser Nominals.swift
[106/145] Compiling SwiftParser Parameters.swift
[107/145] Compiling SwiftParser ParseSourceFile.swift
[108/145] Compiling SwiftParser TokenPrecedence.swift
[109/145] Compiling SwiftParser TokenSpec.swift
[110/145] Compiling SwiftParser TokenSpecSet.swift
[111/145] Compiling SwiftParser TopLevel.swift
[112/145] Compiling SwiftParser TriviaParser.swift
[113/145] Compiling SwiftParser Parser.swift
[114/145] Compiling SwiftParser Patterns.swift
[115/145] Compiling SwiftParser Recovery.swift
[116/145] Compiling SwiftParser Specifiers.swift
[117/145] Compiling SwiftParser Statements.swift
[118/145] Compiling SwiftParser ExperimentalFeatures.swift
[119/145] Compiling SwiftParser Expressions.swift
[120/145] Compiling SwiftParser IncrementalParseTransition.swift
[121/145] Compiling SwiftParser Cursor.swift
[122/145] Compiling SwiftParser Lexeme.swift
[123/145] Compiling SwiftParser LexemeSequence.swift
[124/145] Compiling SwiftParser Attributes.swift
[125/145] Compiling SwiftParser Availability.swift
[126/145] Compiling SwiftParser CharacterInfo.swift
[127/145] Compiling SwiftParser CollectionNodes+Parsable.swift
[128/145] Compiling SwiftParser Declarations.swift
[129/145] Compiling SwiftParser Directives.swift
[130/145] Compiling SwiftParser Types.swift
[131/145] Compiling SwiftParser IsLexerClassified.swift
[132/145] Compiling SwiftParser LayoutNodes+Parsable.swift
[133/145] Compiling SwiftParser Parser+TokenSpecSet.swift
[134/145] Compiling SwiftParser TokenSpecStaticMembers.swift
[135/146] Wrapping AST for SwiftParser for debugging
[137/169] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[138/170] Compiling SwiftOperators PrecedenceGraph.swift
[139/170] Compiling SwiftOperators PrecedenceGroup.swift
[140/171] Compiling SwiftOperators OperatorTable.swift
[141/171] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[142/171] Compiling SwiftOperators SyntaxSynthesis.swift
[143/171] Compiling SwiftOperators OperatorTable+Semantics.swift
[144/171] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[145/171] Compiling SwiftParserDiagnostics Utils.swift
[146/171] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[147/171] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[148/171] Emitting module SwiftOperators
[149/171] Compiling SwiftOperators OperatorTable+Folding.swift
[150/172] Wrapping AST for SwiftOperators for debugging
[154/172] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[155/172] Emitting module SwiftParserDiagnostics
[156/172] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[157/172] Compiling SwiftParserDiagnostics PresenceUtils.swift
[158/172] Compiling SwiftParserDiagnostics MissingNodesError.swift
[159/172] Compiling SwiftParserDiagnostics MissingTokenError.swift
[162/172] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[163/172] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[164/173] Wrapping AST for SwiftParserDiagnostics for debugging
[166/187] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[167/187] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[168/188] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[169/188] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[170/188] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[171/188] Compiling SwiftSyntaxBuilder Indenter.swift
[172/188] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[173/188] Emitting module SwiftSyntaxBuilder
[174/188] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[175/188] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[176/188] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[177/188] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[178/188] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[179/188] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[180/188] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[181/189] Wrapping AST for SwiftSyntaxBuilder for debugging
[183/203] Compiling SwiftSyntaxMacros MemberMacro.swift
[184/203] Compiling SwiftSyntaxMacros Macro.swift
[185/203] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[186/204] Compiling SwiftSyntaxMacros AccessorMacro.swift
[187/204] Compiling SwiftSyntaxMacros AttachedMacro.swift
[188/204] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[189/204] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[190/204] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[191/204] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[192/204] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[193/204] Compiling SwiftSyntaxMacros Macro+Format.swift
[194/204] Compiling SwiftSyntaxMacros PeerMacro.swift
[195/204] Emitting module SwiftSyntaxMacros
[196/204] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[197/204] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[198/205] Wrapping AST for SwiftSyntaxMacros for debugging
[200/213] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[201/213] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[202/213] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[203/213] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[204/213] Emitting module SwiftSyntaxMacroExpansion
[205/213] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[206/213] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[207/213] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[208/214] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[210/221] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[211/221] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[212/221] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[213/221] Emitting module SwiftCompilerPluginMessageHandling
[214/221] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[215/221] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[216/221] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[217/222] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[219/224] Emitting module SwiftCompilerPlugin
[220/224] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[221/225] Wrapping AST for SwiftCompilerPlugin for debugging
[223/230] Emitting module UserInfoRepresentableMacro
[224/230] Compiling UserInfoRepresentableMacro VariableDeclSyntax+Util.swift
[225/230] Compiling UserInfoRepresentableMacro Macros.swift
[226/230] Compiling UserInfoRepresentableMacro UserInfoKeyMacro.swift
[227/230] Compiling UserInfoRepresentableMacro UserInfoRepresentableMacro.swift
[228/231] Wrapping AST for UserInfoRepresentableMacro for debugging
[229/231] Write Objects.LinkFileList
[230/231] Linking UserInfoRepresentableMacro-tool
[232/236] Emitting module UserInfoRepresentable
/host/spi-builder-workspace/Sources/UserInfoRepresentable/_extract.swift:21:9: warning: stored property 'missingKey' of 'Sendable'-conforming struct 'MissingKeyError' has non-sendable type 'AnyHashable'; this is an error in the Swift 6 language mode
19 |
20 | public struct MissingKeyError: Error {
21 |     let missingKey: AnyHashable
   |         `- warning: stored property 'missingKey' of 'Sendable'-conforming struct 'MissingKeyError' has non-sendable type 'AnyHashable'; this is an error in the Swift 6 language mode
22 | }
23 |
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
1 | @frozen public struct AnyHashable {
  |                       `- note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
2 |     public init<H>(_ base: H) where H : Hashable
3 |     public var base: Any { get }
[233/236] Compiling UserInfoRepresentable UserInfoRrepresentable.swift
[234/236] Compiling UserInfoRepresentable Macros.swift
[235/236] Compiling UserInfoRepresentable _userInfoValue.swift
[236/236] Compiling UserInfoRepresentable _extract.swift
/host/spi-builder-workspace/Sources/UserInfoRepresentable/_extract.swift:21:9: warning: stored property 'missingKey' of 'Sendable'-conforming struct 'MissingKeyError' has non-sendable type 'AnyHashable'; this is an error in the Swift 6 language mode
19 |
20 | public struct MissingKeyError: Error {
21 |     let missingKey: AnyHashable
   |         `- warning: stored property 'missingKey' of 'Sendable'-conforming struct 'MissingKeyError' has non-sendable type 'AnyHashable'; this is an error in the Swift 6 language mode
22 | }
23 |
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
1 | @frozen public struct AnyHashable {
  |                       `- note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
2 |     public init<H>(_ base: H) where H : Hashable
3 |     public var base: Any { get }
Build complete! (140.70s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "userinfo-representable",
  "name" : "userinfo-representable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "UserInfoRepresentable",
      "targets" : [
        "UserInfoRepresentable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UserInfoRepresentableMacro",
      "targets" : [
        "UserInfoRepresentableMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UserInfoRepresentableTests",
      "module_type" : "SwiftTarget",
      "name" : "UserInfoRepresentableTests",
      "path" : "Tests/UserInfoRepresentableTests",
      "sources" : [
        "UserInfoRepresentableTests.swift"
      ],
      "target_dependencies" : [
        "UserInfoRepresentable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UserInfoRepresentableMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "UserInfoRepresentableMacroTests",
      "path" : "Tests/UserInfoRepresentableMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "UserInfoRepresentableMacroTests.swift"
      ],
      "target_dependencies" : [
        "UserInfoRepresentableMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UserInfoRepresentableMacro",
      "module_type" : "SwiftTarget",
      "name" : "UserInfoRepresentableMacro",
      "path" : "Sources/UserInfoRepresentableMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "UserInfoRepresentable",
        "UserInfoRepresentableMacro"
      ],
      "sources" : [
        "Macros.swift",
        "UserInfoKeyMacro.swift",
        "UserInfoRepresentableMacro.swift",
        "VariableDeclSyntax+Util.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "UserInfoRepresentable",
      "module_type" : "SwiftTarget",
      "name" : "UserInfoRepresentable",
      "path" : "Sources/UserInfoRepresentable",
      "product_memberships" : [
        "UserInfoRepresentable"
      ],
      "sources" : [
        "Macros.swift",
        "UserInfoRrepresentable.swift",
        "_extract.swift",
        "_userInfoValue.swift"
      ],
      "target_dependencies" : [
        "UserInfoRepresentableMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.