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.7.5 (48251a), with Swift 6.1 for Wasm on 12 Sep 2025 14:38:11 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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WendellXY/CodableKit.git
Reference: 1.7.5
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.7.5      -> FETCH_HEAD
HEAD is now at 48251a9 Add custom key path validation to roadmap
Cloned https://github.com/WendellXY/CodableKit.git
Revision (git rev-parse @):
48251a9b9a226fd3bdf68380789d04c9f971b8a6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WendellXY/CodableKit.git at 1.7.5
========================================
Build
========================================
Selected platform:         wasm
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" : "602.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" : "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+keys.swift",
        "CodableMacroTests+lossy.swift",
        "CodableMacroTests+struct.swift",
        "CodingTransformerEncodeTests.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "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+keys.swift",
        "CodableMacroTests+lossy.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "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+keys.swift",
        "CodableMacroTests+lossy.data.swift",
        "CodableMacroTests+struct.swift",
        "CodableMacroTests+transcode.swift",
        "CodingTransformerTests+data.swift",
        "CodingTransformerTests.swift",
        "Defines.swift",
        "NestedCodableTests.swift",
        "TypeInferenceTests.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "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",
        "Helpers.swift",
        "NamespaceNode+CodingKeys.swift",
        "NamespaceNode+Decode.swift",
        "NamespaceNode+Encode.swift",
        "NamespaceNode.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",
        "CodingTransformerRuntime.swift",
        "LossyArray.swift",
        "LossyDictionary.swift",
        "Transformers/BuiltInTransformers.swift",
        "Transformers/CodingTransformer.swift",
        "Transformers/CodingTransformerComposition.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71913] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.46s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (12.33s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Building for debugging...
[0/47] Write sources
[25/47] Compiling _SwiftSyntaxCShims dummy.c
[27/47] Write swift-version-24593BA9C3E375BF.txt
[29/63] Emitting module SwiftSyntax510
[31/63] Emitting module SwiftSyntax509
[32/63] Emitting module SwiftSyntax600
[33/63] Emitting module SwiftSyntax509
[34/63] Compiling SwiftSyntax509 Empty.swift
[35/64] Compiling SwiftSyntax510 Empty.swift
[36/65] Emitting module SwiftSyntax601
[37/65] Compiling SwiftSyntax601 Empty.swift
[38/65] Compiling SwiftSyntax600 Empty.swift
[39/65] Emitting module SwiftSyntax600
[41/67] Compiling SwiftSyntax510 Empty.swift
[42/68] Compiling SwiftSyntax601 Empty.swift
[43/68] Emitting module SwiftSyntax601
[47/69] Compiling SwiftSyntax509 Empty.swift
[47/70] Wrapping AST for SwiftSyntax509 for debugging
[49/70] Compiling SwiftSyntax600 Empty.swift
[51/71] Wrapping AST for SwiftSyntax510 for debugging
[53/71] Wrapping AST for SwiftSyntax600 for debugging
[55/71] Wrapping AST for SwiftSyntax601 for debugging
[57/199] Compiling SwiftSyntax Identifier.swift
[58/199] Compiling SwiftSyntax MemoryLayout.swift
[59/199] Compiling SwiftSyntax MissingNodeInitializers.swift
[60/199] Compiling SwiftSyntax RawSyntax.swift
[61/199] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[62/199] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[63/199] Compiling SwiftSyntax RawSyntaxTokenView.swift
[64/199] Compiling SwiftSyntax SourceEdit.swift
[65/199] Compiling SwiftSyntax SourceLength.swift
[75/217] Compiling SwiftSyntax SourceLocation.swift
[76/217] Compiling SwiftSyntax SourcePresence.swift
[77/217] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[78/217] Compiling SwiftSyntax Syntax.swift
[79/217] Compiling SwiftSyntax SyntaxArena.swift
[80/217] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[81/217] Compiling SwiftSyntax SyntaxChildren.swift
[82/217] Compiling SwiftSyntax SyntaxCollection.swift
[83/217] Compiling SwiftSyntax SyntaxHashable.swift
[84/217] Compiling SwiftSyntax AbsolutePosition.swift
[85/217] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[86/217] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[87/217] Compiling SwiftSyntax Assert.swift
[88/217] Compiling SwiftSyntax BumpPtrAllocator.swift
[89/217] Compiling SwiftSyntax CommonAncestor.swift
[90/217] Compiling SwiftSyntax Convenience.swift
[91/217] Compiling SwiftSyntax CustomTraits.swift
[92/217] Compiling SwiftSyntax EditorPlaceholder.swift
[111/217] Emitting module SwiftSyntax
[113/217] Compiling SwiftSyntax SyntaxIdentifier.swift
[114/217] Compiling SwiftSyntax SyntaxNodeFactory.swift
[115/217] Compiling SwiftSyntax SyntaxNodeStructure.swift
[116/217] Compiling SwiftSyntax SyntaxProtocol.swift
[117/217] Compiling SwiftSyntax SyntaxText.swift
[118/217] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[119/217] Compiling SwiftSyntax TokenDiagnostic.swift
[120/217] Compiling SwiftSyntax TokenSequence.swift
[121/217] Compiling SwiftSyntax TokenSyntax.swift
[122/217] Compiling SwiftSyntax SyntaxEnum.swift
[123/217] Compiling SwiftSyntax SyntaxKind.swift
[124/217] Compiling SwiftSyntax SyntaxRewriter.swift
[125/217] Compiling SwiftSyntax SyntaxTraits.swift
[126/217] Compiling SwiftSyntax SyntaxVisitor.swift
[127/217] Compiling SwiftSyntax TokenKind.swift
[128/217] Compiling SwiftSyntax Tokens.swift
[129/217] Compiling SwiftSyntax TriviaPieces.swift
[130/217] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[131/217] Compiling SwiftSyntax RawSyntaxNodesC.swift
[132/217] Compiling SwiftSyntax RawSyntaxNodesD.swift
[133/217] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[134/217] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[135/217] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[136/217] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[137/217] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[138/217] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[139/217] Compiling SwiftSyntax RawSyntaxValidation.swift
[149/217] Compiling SwiftSyntax Trivia.swift
[150/217] Compiling SwiftSyntax Utils.swift
[151/217] Compiling SwiftSyntax ChildNameForKeyPath.swift
[152/217] Compiling SwiftSyntax Keyword.swift
[153/217] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[154/217] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[155/217] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[156/217] Compiling SwiftSyntax SyntaxBaseNodes.swift
[157/217] Compiling SwiftSyntax SyntaxCollections.swift
[185/217] Compiling SwiftSyntax SyntaxNodesAB.swift
[186/217] Compiling SwiftSyntax SyntaxNodesC.swift
[187/217] Compiling SwiftSyntax SyntaxNodesD.swift
[188/217] Compiling SwiftSyntax SyntaxNodesEF.swift
[189/217] Compiling SwiftSyntax SyntaxNodesGHI.swift
[190/217] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[191/217] Compiling SwiftSyntax SyntaxNodesOP.swift
[192/217] Compiling SwiftSyntax SyntaxNodesQRS.swift
[193/217] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[194/272] Wrapping AST for SwiftSyntax for debugging
[205/279] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[206/280] Compiling SwiftDiagnostics Message.swift
[207/281] Emitting module SwiftDiagnostics
[208/281] Compiling SwiftDiagnostics Note.swift
[209/281] Compiling SwiftBasicFormat Syntax+Extensions.swift
[210/281] Compiling CodableKitShared CodableOptions.swift
[212/281] Emitting module CodableKitShared
[213/281] Compiling CodableKitShared CodableKeyOptions.swift
[214/282] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[215/282] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[217/282] Compiling SwiftDiagnostics FixIt.swift
[218/282] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[218/282] Wrapping AST for CodableKitShared for debugging
[220/282] Compiling SwiftDiagnostics Convenience.swift
[221/282] Compiling SwiftDiagnostics Diagnostic.swift
[222/282] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[223/282] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[224/282] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[225/283] Compiling SwiftBasicFormat Indenter.swift
[226/283] Compiling SwiftBasicFormat InferIndentation.swift
[228/286] Compiling SwiftBasicFormat BasicFormat.swift
[229/286] Emitting module SwiftBasicFormat
[230/287] Compiling CodableKitShared CodableOptions.swift
[231/287] Wrapping AST for SwiftDiagnostics for debugging
[233/287] Emitting module CodableKitShared
[234/287] Compiling CodableKitShared CodableKeyOptions.swift
[234/288] Wrapping AST for SwiftBasicFormat for debugging
[237/288] Emitting module SwiftParser
[238/293] Compiling SwiftParser SwiftParserCompatibility.swift
[239/293] Compiling SwiftParser SwiftVersion.swift
[240/293] Compiling SwiftParser SyntaxUtils.swift
[241/293] Compiling SwiftParser TokenConsumer.swift
[242/293] Compiling SwiftParser TokenPrecedence.swift
[243/293] Compiling SwiftParser TokenSpec.swift
[244/293] Compiling SwiftParser TokenSpecSet.swift
[245/293] Compiling SwiftParser TopLevel.swift
[246/293] Compiling SwiftParser TriviaParser.swift
[247/293] Compiling SwiftParser Types.swift
[248/293] Compiling SwiftParser Attributes.swift
[249/293] Compiling SwiftParser Availability.swift
[250/293] Compiling SwiftParser CharacterInfo.swift
[251/293] Compiling SwiftParser CollectionNodes+Parsable.swift
[252/293] Compiling SwiftParser Declarations.swift
[253/293] Compiling SwiftParser Directives.swift
[258/293] Compiling SwiftParser ParseSourceFile.swift
[259/293] Compiling SwiftParser Parser.swift
[260/293] Compiling SwiftParser LexemeSequence.swift
[261/293] Compiling SwiftParser Lexer.swift
[262/293] Compiling SwiftParser RegexLiteralLexer.swift
[263/293] Compiling SwiftParser UnicodeScalarExtensions.swift
[264/293] Compiling SwiftParser Lookahead.swift
[265/293] Compiling SwiftParser LoopProgressCondition.swift
[266/293] Compiling SwiftParser Patterns.swift
[267/293] Compiling SwiftParser Recovery.swift
[268/293] Compiling SwiftParser Specifiers.swift
[269/293] Compiling SwiftParser Statements.swift
[270/293] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[271/293] Compiling SwiftParser StringLiterals.swift
[272/293] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[273/293] Compiling SwiftParser Expressions.swift
[274/293] Compiling SwiftParser IncrementalParseTransition.swift
[275/293] Compiling SwiftParser IsValidIdentifier.swift
[276/293] Compiling SwiftParser Cursor.swift
[277/293] Compiling SwiftParser Lexeme.swift
[278/293] Compiling SwiftParser ExperimentalFeatures.swift
[279/293] Compiling SwiftParser IsLexerClassified.swift
[280/293] Compiling SwiftParser LayoutNodes+Parsable.swift
[281/293] Compiling SwiftParser Parser+TokenSpecSet.swift
[282/293] Compiling SwiftParser TokenSpecStaticMembers.swift
[283/294] Wrapping AST for SwiftParser for debugging
[285/317] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[286/318] Compiling SwiftOperators PrecedenceGraph.swift
[287/318] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[288/318] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[289/319] Compiling SwiftOperators OperatorTable.swift
[290/319] Compiling SwiftOperators PrecedenceGroup.swift
[291/319] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[292/319] Compiling SwiftOperators SyntaxSynthesis.swift
[293/319] Compiling SwiftOperators OperatorTable+Folding.swift
[294/319] Compiling SwiftParserDiagnostics MissingNodesError.swift
[295/319] Compiling SwiftParserDiagnostics MissingTokenError.swift
[296/319] Compiling SwiftOperators OperatorTable+Semantics.swift
[297/319] Emitting module SwiftOperators
[298/320] Wrapping AST for SwiftOperators for debugging
[300/320] Emitting module SwiftParserDiagnostics
[301/320] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[302/320] Compiling SwiftParserDiagnostics PresenceUtils.swift
[303/320] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[304/320] Compiling SwiftParserDiagnostics Utils.swift
[305/320] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[310/320] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[311/320] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[312/321] Wrapping AST for SwiftParserDiagnostics for debugging
[314/336] Compiling SwiftSyntaxBuilder Indenter.swift
[315/336] Compiling SwiftSyntaxBuilder ListBuilder.swift
[316/337] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[317/337] Emitting module SwiftSyntaxBuilder
[318/337] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[319/337] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[320/337] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[321/337] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[322/337] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[323/337] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[324/337] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[325/337] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[326/337] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[327/337] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[328/337] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[329/337] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[330/338] Wrapping AST for SwiftSyntaxBuilder for debugging
[332/355] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[333/355] Compiling SwiftSyntaxMacros Macro+Format.swift
[334/355] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[335/355] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[336/355] Compiling SwiftSyntaxMacros Macro.swift
[337/355] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[338/355] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[339/355] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[340/355] Emitting module SwiftSyntaxMacros
[341/355] Compiling SwiftSyntaxMacros AccessorMacro.swift
[342/355] Compiling SwiftSyntaxMacros AttachedMacro.swift
[343/355] Compiling SwiftSyntaxMacros BodyMacro.swift
[344/357] Compiling SwiftSyntaxMacros MemberMacro.swift
[345/357] Compiling SwiftSyntaxMacros PeerMacro.swift
[346/357] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[347/357] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[348/357] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[349/357] Compiling SwiftSyntaxMacros PreambleMacro.swift
[350/357] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[351/358] Wrapping AST for SwiftSyntaxMacros for debugging
[353/367] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[354/368] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[355/368] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[356/368] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[357/368] Emitting module SwiftSyntaxMacroExpansion
[358/368] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[359/368] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[360/368] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[361/368] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[362/368] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[363/369] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[365/381] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[366/381] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[367/382] Emitting module SwiftCompilerPluginMessageHandling
[368/382] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[369/382] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[370/382] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[371/382] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[372/382] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[373/382] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[374/382] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[375/382] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[376/382] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[377/382] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[378/383] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[380/385] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[381/385] Emitting module SwiftCompilerPlugin
[382/386] Wrapping AST for SwiftCompilerPlugin for debugging
[384/401] Compiling CodableKitMacros NamespaceNode+Encode.swift
[385/401] Compiling CodableKitMacros NamespaceNode.swift
[386/403] Compiling CodableKitMacros Plugin.swift
[387/403] Compiling CodableKitMacros SwiftSyntaxHelper.swift
[388/403] Compiling CodableKitMacros NamespaceNode+CodingKeys.swift
[389/403] Compiling CodableKitMacros NamespaceNode+Decode.swift
[390/403] Compiling CodableKitMacros Diagnostic.swift
[391/403] Compiling CodableKitMacros Helpers.swift
[392/403] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[393/403] Compiling CodableKitMacros CodeGenCore.swift
[394/403] Compiling CodableKitMacros CodableType.swift
[395/403] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[396/403] Compiling CodableKitMacros CodableKeyMacro.swift
[397/403] Compiling CodableKitMacros CodableKeyOptions.swift
[398/403] Emitting module CodableKitMacros
[399/403] Compiling CodableKitMacros CodableMacro.swift
[400/403] Compiling CodableKitMacros CodableProperty.swift
[401/404] Wrapping AST for CodableKitMacros for debugging
[402/404] Write Objects.LinkFileList
[403/404] Linking CodableKitMacros-tool
[405/420] Compiling CodableKit CodingTransformer.swift
[406/421] Emitting module CodableKit
[407/421] Compiling CodableKit CodingTransformerComposition.swift
[408/421] Compiling CodableKit LossyArray.swift
[409/421] Compiling CodableKit LossyDictionary.swift
[410/421] Compiling CodableKit CodingTransformerRuntime.swift
[411/421] Compiling CodableKit CodableKit.swift
[412/421] Compiling CodableKit CodingHooks.swift
[413/421] Compiling CodableKit BuiltInTransformers.swift
[416/422] Compiling CodableKit LossyDictionary.swift
[417/422] Compiling CodableKit CodingTransformer.swift
[418/423] Compiling CodableKit CodableKit.swift
[419/423] Compiling CodableKit CodingHooks.swift
[420/423] Emitting module CodableKit
[421/423] Compiling CodableKit CodingTransformerRuntime.swift
[422/423] Compiling CodableKit LossyArray.swift
[423/423] Compiling CodableKit CodingTransformerComposition.swift
Build complete! (236.16s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.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" : "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+keys.swift",
        "CodableMacroTests+lossy.swift",
        "CodableMacroTests+struct.swift",
        "CodingTransformerEncodeTests.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "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+keys.swift",
        "CodableMacroTests+lossy.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "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+keys.swift",
        "CodableMacroTests+lossy.data.swift",
        "CodableMacroTests+struct.swift",
        "CodableMacroTests+transcode.swift",
        "CodingTransformerTests+data.swift",
        "CodingTransformerTests.swift",
        "Defines.swift",
        "NestedCodableTests.swift",
        "TypeInferenceTests.swift"
      ],
      "target_dependencies" : [
        "CodableKit",
        "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",
        "Helpers.swift",
        "NamespaceNode+CodingKeys.swift",
        "NamespaceNode+Decode.swift",
        "NamespaceNode+Encode.swift",
        "NamespaceNode.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",
        "CodingTransformerRuntime.swift",
        "LossyArray.swift",
        "LossyDictionary.swift",
        "Transformers/BuiltInTransformers.swift",
        "Transformers/CodingTransformer.swift",
        "Transformers/CodingTransformerComposition.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.