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 CodableKit, reference 1.4.0 (43a69d), with Swift 6.1 for Linux on 6 Jun 2025 12:45:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WendellXY/CodableKit.git
Reference: 1.4.0
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/WendellXY/CodableKit
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 43a69d4 Merge pull request #7 from WendellXY/lifecycle-hooks
Cloned https://github.com/WendellXY/CodableKit.git
Revision (git rev-parse @):
43a69d4531561b29a01e6213e83549ebda46c1e3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WendellXY/CodableKit.git at 1.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/WendellXY/CodableKit.git
https://github.com/WendellXY/CodableKit.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" : "CodableKit",
  "name" : "CodableKit",
  "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" : "CodableKit",
      "targets" : [
        "CodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodableKitMacros",
      "targets" : [
        "CodableKitMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EncodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "EncodableKitTests",
      "path" : "Tests/EncodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DecodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DecodableKitTests",
      "path" : "Tests/DecodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitTests",
      "path" : "Tests/CodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableKitShared",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitShared",
      "path" : "Sources/CodableKitShared",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "sources" : [
        "CodableKeyOptions.swift",
        "CodableOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodableKitMacros",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitMacros",
      "path" : "Sources/CodableKitMacros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "sources" : [
        "CodableKeyMacro.swift",
        "CodableKeyOptions.swift",
        "CodableMacro.swift",
        "CodableProperty.swift",
        "CodableType.swift",
        "CodeGenCore+GenDecode.swift",
        "CodeGenCore+GenEncode.swift",
        "CodeGenCore.swift",
        "Diagnostic.swift",
        "Plugin.swift",
        "SwiftSyntaxHelper.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CodableKit",
      "module_type" : "SwiftTarget",
      "name" : "CodableKit",
      "path" : "Sources/CodableKit",
      "product_memberships" : [
        "CodableKit"
      ],
      "sources" : [
        "CodableKit.swift",
        "CodingHooks.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70764] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.46s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (8.72s)
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/43] Write sources
[22/43] Compiling _SwiftSyntaxCShims dummy.c
[24/43] Write swift-version-24593BA9C3E375BF.txt
[26/55] Emitting module SwiftSyntax510
[27/55] Emitting module SwiftSyntax509
[28/55] Compiling SwiftSyntax509 Empty.swift
[29/55] Emitting module SwiftSyntax509
[30/56] Compiling SwiftSyntax510 Empty.swift
[31/57] Compiling SwiftSyntax509 Empty.swift
[32/58] Emitting module SwiftSyntax510
[33/58] Compiling SwiftSyntax510 Empty.swift
[35/59] Emitting module SwiftSyntax600
[36/59] Compiling SwiftSyntax600 Empty.swift
[39/60] Emitting module SwiftSyntax600
[40/60] Compiling SwiftSyntax600 Empty.swift
[42/61] Wrapping AST for SwiftSyntax509 for debugging
[44/61] Wrapping AST for SwiftSyntax510 for debugging
[45/61] Wrapping AST for SwiftSyntax600 for debugging
[47/189] Compiling SwiftSyntax MemoryLayout.swift
[48/189] Compiling SwiftSyntax MissingNodeInitializers.swift
[49/189] Compiling SwiftSyntax RawSyntax.swift
[50/189] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[51/189] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[52/189] Compiling SwiftSyntax RawSyntaxTokenView.swift
[53/189] Compiling SwiftSyntax SourceEdit.swift
[54/189] Compiling SwiftSyntax SourceLength.swift
[55/189] Compiling SwiftSyntax SourceLocation.swift
[56/189] Compiling SwiftSyntax AbsolutePosition.swift
[57/189] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[58/189] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[59/189] Compiling SwiftSyntax Assert.swift
[60/189] Compiling SwiftSyntax BumpPtrAllocator.swift
[61/189] Compiling SwiftSyntax CommonAncestor.swift
[62/189] Compiling SwiftSyntax Convenience.swift
[63/189] Compiling SwiftSyntax CustomTraits.swift
[64/189] Compiling SwiftSyntax Identifier.swift
[65/189] Compiling SwiftSyntax SourcePresence.swift
[66/189] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[67/189] Compiling SwiftSyntax Syntax.swift
[68/189] Compiling SwiftSyntax SyntaxArena.swift
[69/189] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[70/189] Compiling SwiftSyntax SyntaxChildren.swift
[71/189] Compiling SwiftSyntax SyntaxCollection.swift
[72/189] Compiling SwiftSyntax SyntaxHashable.swift
[73/189] Compiling SwiftSyntax SyntaxIdentifier.swift
[83/205] Emitting module SwiftSyntax
[85/205] Compiling SwiftSyntax SyntaxKind.swift
[86/205] Compiling SwiftSyntax SyntaxRewriter.swift
[87/205] Compiling SwiftSyntax SyntaxTraits.swift
[88/205] Compiling SwiftSyntax SyntaxVisitor.swift
[89/205] Compiling SwiftSyntax TokenKind.swift
[90/205] Compiling SwiftSyntax Tokens.swift
[91/205] Compiling SwiftSyntax TriviaPieces.swift
[92/205] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[93/205] Compiling SwiftSyntax RawSyntaxNodesC.swift
[94/205] Compiling SwiftSyntax RawSyntaxNodesD.swift
[95/205] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[96/205] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[97/205] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[98/205] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[99/205] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[100/205] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[101/205] Compiling SwiftSyntax RawSyntaxValidation.swift
[102/205] Compiling SwiftSyntax SyntaxNodesAB.swift
[103/205] Compiling SwiftSyntax SyntaxNodeFactory.swift
[104/205] Compiling SwiftSyntax SyntaxNodeStructure.swift
[105/205] Compiling SwiftSyntax SyntaxProtocol.swift
[106/205] Compiling SwiftSyntax SyntaxText.swift
[107/205] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[108/205] Compiling SwiftSyntax TokenDiagnostic.swift
[109/205] Compiling SwiftSyntax TokenSequence.swift
[110/205] Compiling SwiftSyntax TokenSyntax.swift
[111/205] Compiling SwiftSyntax Trivia.swift
[121/205] Compiling SwiftSyntax Utils.swift
[122/205] Compiling SwiftSyntax ChildNameForKeyPath.swift
[123/205] Compiling SwiftSyntax Keyword.swift
[124/205] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[125/205] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[126/205] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[127/205] Compiling SwiftSyntax SyntaxBaseNodes.swift
[128/205] Compiling SwiftSyntax SyntaxCollections.swift
[129/205] Compiling SwiftSyntax SyntaxEnum.swift
[175/205] Compiling SwiftSyntax SyntaxNodesC.swift
[176/205] Compiling SwiftSyntax SyntaxNodesD.swift
[177/205] Compiling SwiftSyntax SyntaxNodesEF.swift
[178/205] Compiling SwiftSyntax SyntaxNodesGHI.swift
[179/205] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[180/205] Compiling SwiftSyntax SyntaxNodesOP.swift
[181/205] Compiling SwiftSyntax SyntaxNodesQRS.swift
[182/205] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[183/209] Wrapping AST for SwiftSyntax for debugging
[185/266] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[186/266] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[187/266] Compiling SwiftBasicFormat Syntax+Extensions.swift
[188/266] Compiling SwiftDiagnostics Message.swift
[189/267] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[190/267] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[191/267] Emitting module CodableKitShared
[192/267] Compiling CodableKitShared CodableKeyOptions.swift
[193/267] Compiling CodableKitShared CodableOptions.swift
[194/267] Compiling SwiftDiagnostics Convenience.swift
[195/267] Compiling SwiftDiagnostics Diagnostic.swift
[196/267] Emitting module SwiftDiagnostics
[197/268] Compiling SwiftDiagnostics Note.swift
[199/268] Compiling SwiftBasicFormat InferIndentation.swift
[200/268] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[201/268] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[202/268] Compiling SwiftParser SwiftParserCompatibility.swift
[203/268] Compiling SwiftParser SwiftVersion.swift
[204/268] Compiling SwiftParser SyntaxUtils.swift
[205/268] Compiling SwiftParser TokenConsumer.swift
[206/268] Compiling SwiftParser TokenPrecedence.swift
[207/268] Compiling SwiftDiagnostics FixIt.swift
[208/268] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[208/274] Wrapping AST for CodableKitShared for debugging
[211/274] Emitting module SwiftBasicFormat
[212/274] Compiling SwiftBasicFormat BasicFormat.swift
[213/275] Wrapping AST for SwiftDiagnostics for debugging
[214/275] Wrapping AST for SwiftBasicFormat for debugging
[225/276] Emitting module SwiftParser
[226/276] Compiling SwiftParser LexemeSequence.swift
[227/276] Compiling SwiftParser Lexer.swift
[228/276] Compiling SwiftParser RegexLiteralLexer.swift
[229/276] Compiling SwiftParser UnicodeScalarExtensions.swift
[230/276] Compiling SwiftParser Lookahead.swift
[231/276] Compiling SwiftParser LoopProgressCondition.swift
[232/279] Emitting module CodableKitShared
[233/279] Compiling CodableKitShared CodableOptions.swift
[234/279] Compiling CodableKitShared CodableKeyOptions.swift
[235/280] Compiling SwiftParser TokenSpec.swift
[236/280] Compiling SwiftParser TokenSpecSet.swift
[237/280] Compiling SwiftParser TopLevel.swift
[238/280] Compiling SwiftParser TriviaParser.swift
[239/280] Compiling SwiftParser Types.swift
[241/280] Compiling SwiftParser Modifiers.swift
[242/280] Compiling SwiftParser Names.swift
[243/280] Compiling SwiftParser Nominals.swift
[244/280] Compiling SwiftParser Parameters.swift
[245/280] Compiling SwiftParser ParseSourceFile.swift
[246/280] Compiling SwiftParser Parser.swift
[247/280] Compiling SwiftParser Patterns.swift
[248/280] Compiling SwiftParser Recovery.swift
[249/280] Compiling SwiftParser Specifiers.swift
[250/280] Compiling SwiftParser Statements.swift
[251/280] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[252/280] Compiling SwiftParser StringLiterals.swift
[257/280] Compiling SwiftParser Declarations.swift
[258/280] Compiling SwiftParser Directives.swift
[259/280] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[260/280] Compiling SwiftParser Expressions.swift
[261/280] Compiling SwiftParser IncrementalParseTransition.swift
[262/280] Compiling SwiftParser IsValidIdentifier.swift
[263/280] Compiling SwiftParser Cursor.swift
[264/280] Compiling SwiftParser Lexeme.swift
[265/280] Compiling SwiftParser ExperimentalFeatures.swift
[266/280] Compiling SwiftParser IsLexerClassified.swift
[267/280] Compiling SwiftParser LayoutNodes+Parsable.swift
[268/280] Compiling SwiftParser Parser+TokenSpecSet.swift
[269/280] Compiling SwiftParser TokenSpecStaticMembers.swift
[270/281] Wrapping AST for SwiftParser for debugging
[272/304] Compiling SwiftOperators PrecedenceGroup.swift
[273/305] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[274/306] Compiling SwiftOperators OperatorTable.swift
[275/306] Compiling SwiftOperators PrecedenceGraph.swift
[276/306] Compiling SwiftOperators SyntaxSynthesis.swift
[277/306] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[278/306] Compiling SwiftOperators OperatorTable+Semantics.swift
[279/306] Emitting module SwiftParserDiagnostics
[280/306] Compiling SwiftOperators OperatorError.swift
[281/306] Compiling SwiftOperators OperatorTable+Defaults.swift
[282/306] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[283/306] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[284/306] Compiling SwiftOperators OperatorTable+Folding.swift
[287/306] Emitting module SwiftOperators
[289/307] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[290/307] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[291/307] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[292/307] Compiling SwiftParserDiagnostics Utils.swift
[293/307] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[293/307] Wrapping AST for SwiftOperators for debugging
[295/307] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[296/307] Compiling SwiftParserDiagnostics PresenceUtils.swift
[299/308] Wrapping AST for SwiftParserDiagnostics for debugging
[301/323] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[302/323] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[303/324] Compiling SwiftSyntaxBuilder Indenter.swift
[304/324] Compiling SwiftSyntaxBuilder ListBuilder.swift
[305/324] Emitting module SwiftSyntaxBuilder
[306/324] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[307/324] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[308/324] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[309/324] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[310/324] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[311/324] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[312/324] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[313/324] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[314/324] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[315/324] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[316/324] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[317/325] Wrapping AST for SwiftSyntaxBuilder for debugging
[319/342] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[320/342] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[321/342] Compiling SwiftSyntaxMacros MemberMacro.swift
[322/342] Compiling SwiftSyntaxMacros PeerMacro.swift
[323/344] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[324/344] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[325/344] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[326/344] Compiling SwiftSyntaxMacros Macro+Format.swift
[327/344] Compiling SwiftSyntaxMacros AccessorMacro.swift
[328/344] Compiling SwiftSyntaxMacros AttachedMacro.swift
[329/344] Compiling SwiftSyntaxMacros BodyMacro.swift
[330/344] Compiling SwiftSyntaxMacros Macro.swift
[331/344] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[332/344] Emitting module SwiftSyntaxMacros
[333/344] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[334/344] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[335/344] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[336/344] Compiling SwiftSyntaxMacros PreambleMacro.swift
[337/344] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[338/345] Wrapping AST for SwiftSyntaxMacros for debugging
[340/354] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[341/355] Emitting module SwiftSyntaxMacroExpansion
[342/355] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[343/355] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[344/355] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[345/355] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[346/355] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[347/355] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[348/355] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[349/355] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[350/356] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[352/368] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[353/368] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[354/369] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[355/369] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[356/369] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[357/369] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[358/369] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[359/369] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[360/369] Emitting module SwiftCompilerPluginMessageHandling
[361/369] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[362/369] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[363/369] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[364/369] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[365/370] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[367/372] Emitting module SwiftCompilerPlugin
[368/372] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[369/373] Wrapping AST for SwiftCompilerPlugin for debugging
[371/384] Compiling CodableKitMacros Diagnostic.swift
[372/384] Compiling CodableKitMacros Plugin.swift
[373/385] Compiling CodableKitMacros SwiftSyntaxHelper.swift
[374/385] Compiling CodableKitMacros CodableType.swift
[375/385] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[376/385] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[377/385] Compiling CodableKitMacros CodableKeyMacro.swift
[378/385] Compiling CodableKitMacros CodableKeyOptions.swift
[379/385] Emitting module CodableKitMacros
[380/385] Compiling CodableKitMacros CodableMacro.swift
[381/385] Compiling CodableKitMacros CodableProperty.swift
[382/385] Compiling CodableKitMacros CodeGenCore.swift
[383/386] Wrapping AST for CodableKitMacros for debugging
[384/386] Write Objects.LinkFileList
[385/386] Linking CodableKitMacros-tool
[387/389] Compiling CodableKit CodingHooks.swift
[388/389] Compiling CodableKit CodableKit.swift
[389/389] Emitting module CodableKit
Build complete! (135.67s)
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" : "CodableKit",
  "name" : "CodableKit",
  "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" : "CodableKit",
      "targets" : [
        "CodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodableKitMacros",
      "targets" : [
        "CodableKitMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EncodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "EncodableKitTests",
      "path" : "Tests/EncodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DecodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DecodableKitTests",
      "path" : "Tests/DecodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitTests",
      "path" : "Tests/CodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableKitShared",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitShared",
      "path" : "Sources/CodableKitShared",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "sources" : [
        "CodableKeyOptions.swift",
        "CodableOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodableKitMacros",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitMacros",
      "path" : "Sources/CodableKitMacros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "sources" : [
        "CodableKeyMacro.swift",
        "CodableKeyOptions.swift",
        "CodableMacro.swift",
        "CodableProperty.swift",
        "CodableType.swift",
        "CodeGenCore+GenDecode.swift",
        "CodeGenCore+GenEncode.swift",
        "CodeGenCore.swift",
        "Diagnostic.swift",
        "Plugin.swift",
        "SwiftSyntaxHelper.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CodableKit",
      "module_type" : "SwiftTarget",
      "name" : "CodableKit",
      "path" : "Sources/CodableKit",
      "product_memberships" : [
        "CodableKit"
      ],
      "sources" : [
        "CodableKit.swift",
        "CodingHooks.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.