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 2.0.0-alpha.1 (4b16ee), with Swift 6.1 for Linux on 5 Oct 2025 12:44:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WendellXY/CodableKit.git
Reference: 2.0.0-alpha.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/WendellXY/CodableKit
 * tag               2.0.0-alpha.1 -> FETCH_HEAD
HEAD is now at 4b16eed Simplify README header by removing subtitle
Cloned https://github.com/WendellXY/CodableKit.git
Revision (git rev-parse @):
4b16eed2004763d16dbe5496d9e8ae0dc0139127
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WendellXY/CodableKit.git at 2.0.0-alpha.1
========================================
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" : "603.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"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableKit",
      "targets" : [
        "CodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodableKitMacros",
      "targets" : [
        "CodableKitMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TransformerTests",
      "module_type" : "SwiftTarget",
      "name" : "TransformerTests",
      "path" : "Tests/TransformerTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "BuiltInTransformerTests.swift",
        "CodingTransformerTests.swift",
        "CustomCodingTransformerTests.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "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+hooks.swift",
        "CodableMacroTests+keys.swift",
        "CodableMacroTests+lossy.swift",
        "CodableMacroTests+struct.swift",
        "CodingTransformerEncodeTests.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "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+hooks.swift",
        "CodableMacroTests+keys.swift",
        "CodableMacroTests+lossy.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "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+class_hooks.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+hooks.swift",
        "CodableMacroTests+keys.swift",
        "CodableMacroTests+lossy.data.swift",
        "CodableMacroTests+struct.swift",
        "CodableMacroTests+transcode.swift",
        "Defines.swift",
        "NestedCodableTests.swift",
        "TypeInferenceTests.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "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",
        "CodableOptions.swift",
        "CodableProperty.swift",
        "CodableType.swift",
        "CodeGenCore+GenDecode.swift",
        "CodeGenCore+GenEncode.swift",
        "CodeGenCore.swift",
        "CodingHookMacro.swift",
        "Diagnostic.swift",
        "Helpers.swift",
        "NamespaceNode+CodingKeys.swift",
        "NamespaceNode+Decode.swift",
        "NamespaceNode+Encode.swift",
        "NamespaceNode.swift",
        "Plugin.swift",
        "SwiftSyntaxHelper.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CodableKit",
      "module_type" : "SwiftTarget",
      "name" : "CodableKit",
      "path" : "Sources/CodableKit",
      "product_memberships" : [
        "CodableKit"
      ],
      "sources" : [
        "CodableHook.swift",
        "CodableKeyOptions.swift",
        "CodableKit.swift",
        "CodableOptions.swift",
        "CodingHooks.swift",
        "CodingTransformerRuntime.swift",
        "LossyArray.swift",
        "LossyDictionary.swift",
        "Transformers/BuiltInTransformers.swift",
        "Transformers/CodingTransformer.swift",
        "Transformers/CodingTransformerComposition.swift"
      ],
      "target_dependencies" : [
        "CodableKitMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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/72412] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.81s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (7.85s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Building for debugging...
[0/40] Write sources
[19/40] Compiling _SwiftSyntaxCShims PlatformMutex.c
[20/40] Write swift-version-24593BA9C3E375BF.txt
[22/50] Compiling SwiftSyntax509 Empty.swift
[23/50] Emitting module SwiftSyntax509
[24/51] Emitting module SwiftSyntax510
[25/51] Compiling SwiftSyntax510 Empty.swift
[26/52] Emitting module SwiftSyntax602
[27/52] Compiling SwiftSyntax602 Empty.swift
[30/53] Emitting module SwiftSyntax600
[31/53] Compiling SwiftSyntax600 Empty.swift
[33/54] Emitting module SwiftSyntax601
[34/54] Compiling SwiftSyntax601 Empty.swift
[34/55] Wrapping AST for SwiftSyntax509 for debugging
[36/55] Wrapping AST for SwiftSyntax510 for debugging
[38/55] Wrapping AST for SwiftSyntax602 for debugging
[38/55] Wrapping AST for SwiftSyntax600 for debugging
[40/55] Wrapping AST for SwiftSyntax601 for debugging
[42/118] Compiling SwiftSyntax SourceLength.swift
[43/118] Compiling SwiftSyntax SourceLocation.swift
[44/118] Compiling SwiftSyntax SourcePresence.swift
[45/118] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[46/118] Compiling SwiftSyntax Syntax.swift
[47/118] Compiling SwiftSyntax SyntaxChildren.swift
[48/118] Compiling SwiftSyntax SyntaxCollection.swift
[49/118] Compiling SwiftSyntax SyntaxHashable.swift
[50/118] Compiling SwiftSyntax SyntaxIdentifier.swift
[51/118] Compiling SwiftSyntax AbsolutePosition.swift
[52/118] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[53/118] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[54/118] Compiling SwiftSyntax Assert.swift
[55/118] Compiling SwiftSyntax BumpPtrAllocator.swift
[56/118] Compiling SwiftSyntax CommonAncestor.swift
[57/118] Compiling SwiftSyntax Convenience.swift
[58/118] Compiling SwiftSyntax CustomTraits.swift
[59/118] Compiling SwiftSyntax EditorPlaceholder.swift
[60/126] Emitting module SwiftSyntax
[61/126] Compiling SwiftSyntax SyntaxRewriter.swift
[62/126] Compiling SwiftSyntax SyntaxTraits.swift
[63/126] Compiling SwiftSyntax SyntaxVisitor.swift
[64/126] Compiling SwiftSyntax TokenKind.swift
[65/126] Compiling SwiftSyntax Tokens.swift
[66/126] Compiling SwiftSyntax TriviaPieces.swift
[67/126] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[68/126] Compiling SwiftSyntax RawSyntaxNodesC.swift
[69/126] Compiling SwiftSyntax RawSyntaxNodesD.swift
[70/126] Compiling SwiftSyntax SyntaxNodeStructure.swift
[71/126] Compiling SwiftSyntax SyntaxProtocol.swift
[72/126] Compiling SwiftSyntax SyntaxText.swift
[73/126] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[74/126] Compiling SwiftSyntax TokenDiagnostic.swift
[75/126] Compiling SwiftSyntax TokenSequence.swift
[76/126] Compiling SwiftSyntax TokenSyntax.swift
[77/126] Compiling SwiftSyntax Trivia.swift
[78/126] Compiling SwiftSyntax Utils.swift
[79/126] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[80/126] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[81/126] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[82/126] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[83/126] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[84/126] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[85/126] Compiling SwiftSyntax RawSyntaxValidation.swift
[86/126] Compiling SwiftSyntax SyntaxNodesAB.swift
[87/126] Compiling SwiftSyntax Identifier.swift
[88/126] Compiling SwiftSyntax MemoryLayout.swift
[89/126] Compiling SwiftSyntax MissingNodeInitializers.swift
[90/126] Compiling SwiftSyntax RawSyntax.swift
[91/126] Compiling SwiftSyntax RawSyntaxArena.swift
[92/126] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[93/126] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[94/126] Compiling SwiftSyntax RawSyntaxTokenView.swift
[95/126] Compiling SwiftSyntax SourceEdit.swift
[96/126] Compiling SwiftSyntax ChildNameForKeyPath.swift
[97/126] Compiling SwiftSyntax Keyword.swift
[98/126] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[99/126] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[100/126] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[101/126] Compiling SwiftSyntax SyntaxBaseNodes.swift
[102/126] Compiling SwiftSyntax SyntaxCollections.swift
[103/126] Compiling SwiftSyntax SyntaxEnum.swift
[104/126] Compiling SwiftSyntax SyntaxKind.swift
[105/126] Compiling SwiftSyntax SyntaxNodesC.swift
[106/126] Compiling SwiftSyntax SyntaxNodesD.swift
[107/126] Compiling SwiftSyntax SyntaxNodesEF.swift
[108/126] Compiling SwiftSyntax SyntaxNodesGHI.swift
[109/126] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[110/126] Compiling SwiftSyntax SyntaxNodesOP.swift
[111/126] Compiling SwiftSyntax SyntaxNodesQRS.swift
[112/126] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[113/127] Wrapping AST for SwiftSyntax for debugging
[115/186] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[116/186] Compiling SwiftBasicFormat Syntax+Extensions.swift
[117/186] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[118/186] Compiling SwiftDiagnostics Message.swift
[119/187] Emitting module SwiftDiagnostics
[120/187] Compiling SwiftBasicFormat InferIndentation.swift
[121/187] Compiling SwiftParser Attributes.swift
[122/187] Compiling SwiftParser Availability.swift
[123/187] Compiling SwiftParser CharacterInfo.swift
[124/187] Compiling SwiftParser CollectionNodes+Parsable.swift
[125/187] Compiling SwiftDiagnostics FixIt.swift
[126/187] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[127/187] Compiling SwiftDiagnostics Note.swift
[128/187] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[129/187] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[131/188] Compiling SwiftBasicFormat Indenter.swift
[132/188] Compiling SwiftBasicFormat BasicFormat.swift
[133/188] Emitting module SwiftBasicFormat
[133/189] Wrapping AST for SwiftDiagnostics for debugging
[135/189] Wrapping AST for SwiftBasicFormat for debugging
[137/189] Compiling SwiftParser TokenSpec.swift
[138/189] Compiling SwiftParser TokenSpecSet.swift
[139/189] Compiling SwiftParser TopLevel.swift
[140/189] Compiling SwiftParser TriviaParser.swift
[141/189] Compiling SwiftParser Types.swift
[142/189] Compiling SwiftParser StringLiterals.swift
[143/189] Compiling SwiftParser SwiftParserCompatibility.swift
[144/189] Compiling SwiftParser SwiftVersion.swift
[145/189] Compiling SwiftParser SyntaxUtils.swift
[146/189] Compiling SwiftParser TokenConsumer.swift
[147/189] Compiling SwiftParser TokenPrecedence.swift
[148/194] Compiling SwiftParser Lexeme.swift
[149/194] Compiling SwiftParser LexemeSequence.swift
[150/194] Compiling SwiftParser Lexer.swift
[151/194] Compiling SwiftParser RegexLiteralLexer.swift
[152/194] Compiling SwiftParser UnicodeScalarExtensions.swift
[153/194] Compiling SwiftParser Lookahead.swift
[154/194] Emitting module SwiftParser
[159/194] Compiling SwiftParser CompilerFiles.swift
[160/194] Compiling SwiftParser Declarations.swift
[161/194] Compiling SwiftParser LoopProgressCondition.swift
[162/194] Compiling SwiftParser Modifiers.swift
[163/194] Compiling SwiftParser Names.swift
[164/194] Compiling SwiftParser Nominals.swift
[165/194] Compiling SwiftParser Parameters.swift
[166/194] Compiling SwiftParser ParseSourceFile.swift
[167/194] Compiling SwiftParser Parser.swift
[168/194] Compiling SwiftParser Patterns.swift
[169/194] Compiling SwiftParser Recovery.swift
[170/194] Compiling SwiftParser Specifiers.swift
[171/194] Compiling SwiftParser Statements.swift
[172/194] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[173/194] Compiling SwiftParser Directives.swift
[174/194] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[175/194] Compiling SwiftParser Expressions.swift
[176/194] Compiling SwiftParser IncrementalParseTransition.swift
[177/194] Compiling SwiftParser IsValidIdentifier.swift
[178/194] Compiling SwiftParser Cursor.swift
[179/194] Compiling SwiftParser ExperimentalFeatures.swift
[180/194] Compiling SwiftParser IsLexerClassified.swift
[181/194] Compiling SwiftParser LayoutNodes+Parsable.swift
[182/194] Compiling SwiftParser Parser+TokenSpecSet.swift
[183/194] Compiling SwiftParser TokenSpecStaticMembers.swift
[184/195] Wrapping AST for SwiftParser for debugging
[186/218] Compiling SwiftOperators PrecedenceGroup.swift
[187/219] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[188/220] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[189/220] Compiling SwiftOperators PrecedenceGraph.swift
[190/220] Compiling SwiftOperators OperatorTable+Semantics.swift
[191/220] Compiling SwiftOperators OperatorTable.swift
[192/220] Compiling SwiftOperators SyntaxSynthesis.swift
[193/220] Compiling SwiftParserDiagnostics MissingNodesError.swift
[194/220] Compiling SwiftParserDiagnostics MissingTokenError.swift
[195/220] Compiling SwiftOperators OperatorTable+Folding.swift
[196/220] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[197/220] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[198/220] Emitting module SwiftOperators
[200/221] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[201/221] Compiling SwiftParserDiagnostics Utils.swift
[202/221] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[202/221] Wrapping AST for SwiftOperators for debugging
[204/221] Emitting module SwiftParserDiagnostics
[205/221] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[206/221] Compiling SwiftParserDiagnostics PresenceUtils.swift
[211/221] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[212/221] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[213/222] Wrapping AST for SwiftParserDiagnostics for debugging
[215/237] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[216/237] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[217/238] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[218/238] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[219/238] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[220/238] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[221/238] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[222/238] Emitting module SwiftSyntaxBuilder
[223/238] Compiling SwiftSyntaxBuilder Indenter.swift
[224/238] Compiling SwiftSyntaxBuilder ListBuilder.swift
[225/238] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[226/238] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[227/238] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[228/238] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[229/238] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[230/238] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[231/239] Wrapping AST for SwiftSyntaxBuilder for debugging
[233/256] Compiling SwiftSyntaxMacros Macro.swift
[234/256] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[235/258] Emitting module SwiftSyntaxMacros
[236/258] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[237/258] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[238/258] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[239/258] Compiling SwiftSyntaxMacros Macro+Format.swift
[240/258] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[241/258] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[242/258] Compiling SwiftSyntaxMacros AccessorMacro.swift
[243/258] Compiling SwiftSyntaxMacros AttachedMacro.swift
[244/258] Compiling SwiftSyntaxMacros BodyMacro.swift
[245/258] Compiling SwiftSyntaxMacros MemberMacro.swift
[246/258] Compiling SwiftSyntaxMacros PeerMacro.swift
[247/258] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[248/258] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[249/258] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[250/258] Compiling SwiftSyntaxMacros PreambleMacro.swift
[251/258] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[252/259] Wrapping AST for SwiftSyntaxMacros for debugging
[254/268] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[255/269] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[256/269] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[257/269] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[258/269] Emitting module SwiftSyntaxMacroExpansion
[259/269] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[260/269] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[261/269] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[262/269] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[263/269] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[264/270] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[266/282] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[267/282] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[268/283] Emitting module SwiftCompilerPluginMessageHandling
[269/283] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[270/283] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[271/283] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[272/283] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[273/283] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[274/283] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[275/283] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[276/283] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[277/283] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[278/283] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[279/284] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[281/286] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[282/286] Emitting module SwiftCompilerPlugin
[283/287] Wrapping AST for SwiftCompilerPlugin for debugging
[285/304] Emitting module CodableKitMacros
[286/306] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[287/306] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[288/306] Compiling CodableKitMacros Plugin.swift
[289/306] Compiling CodableKitMacros SwiftSyntaxHelper.swift
[290/306] Compiling CodableKitMacros CodableKeyMacro.swift
[291/306] Compiling CodableKitMacros CodableKeyOptions.swift
[292/306] Compiling CodableKitMacros CodableMacro.swift
[293/306] Compiling CodableKitMacros NamespaceNode+Encode.swift
[294/306] Compiling CodableKitMacros NamespaceNode.swift
[295/306] Compiling CodableKitMacros NamespaceNode+CodingKeys.swift
[296/306] Compiling CodableKitMacros NamespaceNode+Decode.swift
[297/306] Compiling CodableKitMacros CodableOptions.swift
[298/306] Compiling CodableKitMacros CodableProperty.swift
[299/306] Compiling CodableKitMacros CodableType.swift
[300/306] Compiling CodableKitMacros Diagnostic.swift
[301/306] Compiling CodableKitMacros Helpers.swift
[302/306] Compiling CodableKitMacros CodeGenCore.swift
[303/306] Compiling CodableKitMacros CodingHookMacro.swift
[304/307] Wrapping AST for CodableKitMacros for debugging
[305/307] Write Objects.LinkFileList
[306/307] Linking CodableKitMacros-tool
[308/329] Compiling CodableKit CodingTransformer.swift
[309/330] Compiling CodableKit CodingTransformerComposition.swift
[310/330] Emitting module CodableKit
[312/331] Compiling CodableKit CodableKit.swift
[313/331] Compiling CodableKit CodableOptions.swift
[314/331] Compiling CodableKit CodingTransformer.swift
[315/331] Compiling CodableKit LossyDictionary.swift
[316/331] Compiling CodableKit CodableKit.swift
[317/331] Compiling CodableKit CodableOptions.swift
[318/331] Compiling CodableKit LossyArray.swift
[319/331] Compiling CodableKit CodableHook.swift
[320/331] Compiling CodableKit CodableKeyOptions.swift
[321/331] Compiling CodableKit BuiltInTransformers.swift
[322/331] Compiling CodableKit LossyArray.swift
[323/331] Compiling CodableKit BuiltInTransformers.swift
[330/331] Compiling CodableKit LossyDictionary.swift
[332/332] Compiling CodableKit CodingTransformerComposition.swift
Build complete! (88.19s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.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"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableKit",
      "targets" : [
        "CodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodableKitMacros",
      "targets" : [
        "CodableKitMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TransformerTests",
      "module_type" : "SwiftTarget",
      "name" : "TransformerTests",
      "path" : "Tests/TransformerTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "BuiltInTransformerTests.swift",
        "CodingTransformerTests.swift",
        "CustomCodingTransformerTests.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "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+hooks.swift",
        "CodableMacroTests+keys.swift",
        "CodableMacroTests+lossy.swift",
        "CodableMacroTests+struct.swift",
        "CodingTransformerEncodeTests.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "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+hooks.swift",
        "CodableMacroTests+keys.swift",
        "CodableMacroTests+lossy.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "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+class_hooks.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+hooks.swift",
        "CodableMacroTests+keys.swift",
        "CodableMacroTests+lossy.data.swift",
        "CodableMacroTests+struct.swift",
        "CodableMacroTests+transcode.swift",
        "Defines.swift",
        "NestedCodableTests.swift",
        "TypeInferenceTests.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "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",
        "CodableOptions.swift",
        "CodableProperty.swift",
        "CodableType.swift",
        "CodeGenCore+GenDecode.swift",
        "CodeGenCore+GenEncode.swift",
        "CodeGenCore.swift",
        "CodingHookMacro.swift",
        "Diagnostic.swift",
        "Helpers.swift",
        "NamespaceNode+CodingKeys.swift",
        "NamespaceNode+Decode.swift",
        "NamespaceNode+Encode.swift",
        "NamespaceNode.swift",
        "Plugin.swift",
        "SwiftSyntaxHelper.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CodableKit",
      "module_type" : "SwiftTarget",
      "name" : "CodableKit",
      "path" : "Sources/CodableKit",
      "product_memberships" : [
        "CodableKit"
      ],
      "sources" : [
        "CodableHook.swift",
        "CodableKeyOptions.swift",
        "CodableKit.swift",
        "CodableOptions.swift",
        "CodingHooks.swift",
        "CodingTransformerRuntime.swift",
        "LossyArray.swift",
        "LossyDictionary.swift",
        "Transformers/BuiltInTransformers.swift",
        "Transformers/CodingTransformer.swift",
        "Transformers/CodingTransformerComposition.swift"
      ],
      "target_dependencies" : [
        "CodableKitMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.