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 macOS (SPM) on 6 Jun 2025 12:44:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.48s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (4.26s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "codablekit",
      "name": "CodableKit",
      "url": "https://github.com/WendellXY/CodableKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CodableKit",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/WendellXY/CodableKit.git
[7/646] Fetching codablekit
Fetched https://github.com/WendellXY/CodableKit.git from cache (0.74s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.96s)
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
Creating working copy for https://github.com/WendellXY/CodableKit.git
Working copy of https://github.com/WendellXY/CodableKit.git resolved at 1.4.0 (43a69d4)
warning: '.resolve-product-dependencies': dependency 'codablekit' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/WendellXY/CodableKit.git
https://github.com/WendellXY/CodableKit.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/27] Write sources
[22/27] Compiling _SwiftSyntaxCShims dummy.c
[24/27] Write swift-version-2F0A5646E1D333AE.txt
[26/39] Compiling SwiftSyntax600 Empty.swift
[27/39] Emitting module SwiftSyntax600
[28/39] Emitting module SwiftSyntax510
[30/39] Compiling SwiftSyntax510 Empty.swift
[32/39] Compiling SwiftSyntax509 Empty.swift
[33/39] Emitting module SwiftSyntax509
[34/39] Emitting module SwiftSyntax600
[35/39] Emitting module SwiftSyntax509
[36/39] Compiling SwiftSyntax600 Empty.swift
[37/39] Compiling SwiftSyntax509 Empty.swift
[38/169] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[39/169] Compiling SwiftSyntax SyntaxChildren.swift
[40/169] Compiling SwiftSyntax SyntaxCollection.swift
[41/169] Compiling SwiftSyntax SyntaxHashable.swift
[42/169] Compiling SwiftSyntax SyntaxIdentifier.swift
[43/169] Compiling SwiftSyntax SyntaxNodeFactory.swift
[44/169] Compiling SwiftSyntax RawSyntaxTokenView.swift
[45/176] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[46/176] Compiling SwiftSyntax SyntaxChildren.swift
[47/176] Compiling SwiftSyntax SyntaxCollection.swift
[48/176] Compiling SwiftSyntax SyntaxHashable.swift
[49/176] Compiling SwiftSyntax SyntaxIdentifier.swift
[50/176] Compiling SwiftSyntax SyntaxNodeFactory.swift
[51/176] Compiling SwiftSyntax SyntaxNodeStructure.swift
[59/183] Compiling SwiftSyntax SyntaxProtocol.swift
[60/183] Compiling SwiftSyntax SyntaxText.swift
[61/183] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[62/183] Compiling SwiftSyntax TokenDiagnostic.swift
[63/183] Compiling SwiftSyntax TokenSequence.swift
[64/183] Compiling SwiftSyntax TokenSyntax.swift
[65/183] Compiling SwiftSyntax Trivia.swift
[73/183] Emitting module SwiftSyntax
[75/183] Compiling SwiftSyntax SourceEdit.swift
[76/183] Compiling SwiftSyntax SourceLength.swift
[77/183] Compiling SwiftSyntax SourceLocation.swift
[78/183] Compiling SwiftSyntax SourcePresence.swift
[79/183] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[80/183] Compiling SwiftSyntax Syntax.swift
[81/183] Compiling SwiftSyntax SyntaxArena.swift
[82/183] Compiling SwiftSyntax Tokens.swift
[83/183] Compiling SwiftSyntax TriviaPieces.swift
[84/183] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[85/183] Compiling SwiftSyntax RawSyntaxNodesC.swift
[86/183] Compiling SwiftSyntax RawSyntaxNodesD.swift
[87/183] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[88/183] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[89/183] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[90/183] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[91/183] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[92/183] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[93/183] Compiling SwiftSyntax RawSyntaxValidation.swift
[94/183] Compiling SwiftSyntax SyntaxNodesAB.swift
[95/183] Compiling SwiftSyntax SyntaxNodesC.swift
[96/183] Compiling SwiftSyntax AbsolutePosition.swift
[97/183] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[98/183] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[99/183] Compiling SwiftSyntax Assert.swift
[100/183] Compiling SwiftSyntax BumpPtrAllocator.swift
[101/183] Compiling SwiftSyntax CommonAncestor.swift
[102/183] Compiling SwiftSyntax Convenience.swift
[103/183] Compiling SwiftSyntax CustomTraits.swift
[118/183] Compiling SwiftSyntax SyntaxCollections.swift
[119/183] Compiling SwiftSyntax SyntaxEnum.swift
[120/183] Compiling SwiftSyntax SyntaxKind.swift
[121/183] Compiling SwiftSyntax SyntaxRewriter.swift
[122/183] Compiling SwiftSyntax SyntaxTraits.swift
[123/183] Compiling SwiftSyntax SyntaxVisitor.swift
[124/183] Compiling SwiftSyntax TokenKind.swift
[147/183] Compiling SwiftSyntax Utils.swift
[148/183] Compiling SwiftSyntax ChildNameForKeyPath.swift
[149/183] Compiling SwiftSyntax Keyword.swift
[150/183] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[151/183] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[152/183] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[153/183] Compiling SwiftSyntax SyntaxBaseNodes.swift
[168/183] Compiling SwiftSyntax SyntaxNodesD.swift
[169/183] Compiling SwiftSyntax SyntaxNodesEF.swift
[170/183] Compiling SwiftSyntax SyntaxNodesGHI.swift
[171/183] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[172/183] Compiling SwiftSyntax SyntaxNodesOP.swift
[173/183] Compiling SwiftSyntax SyntaxNodesQRS.swift
[174/183] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[182/247] Compiling CodableKitShared CodableKeyOptions.swift
[183/247] Emitting module CodableKitShared
[184/247] Compiling CodableKitShared CodableOptions.swift
[185/247] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[186/248] Compiling SwiftDiagnostics Message.swift
[187/248] Emitting module SwiftDiagnostics
[188/248] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[189/248] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[190/248] Compiling SwiftBasicFormat Syntax+Extensions.swift
[191/248] Compiling CodableKitShared CodableKeyOptions.swift
[192/248] Emitting module CodableKitShared
[193/248] Compiling CodableKitShared CodableOptions.swift
[194/248] Compiling SwiftDiagnostics Diagnostic.swift
[195/248] Compiling SwiftDiagnostics Convenience.swift
[196/248] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[197/248] Compiling SwiftDiagnostics Note.swift
[198/248] Compiling SwiftDiagnostics FixIt.swift
[199/248] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[200/248] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[201/248] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[202/248] Compiling SwiftBasicFormat InferIndentation.swift
[203/248] Emitting module SwiftBasicFormat
[204/248] Compiling SwiftBasicFormat BasicFormat.swift
[205/248] Compiling SwiftParser TopLevel.swift
[206/248] Compiling SwiftParser TriviaParser.swift
[207/248] Compiling SwiftParser Types.swift
[208/248] Compiling SwiftParser ExperimentalFeatures.swift
[209/252] Compiling SwiftParser UnicodeScalarExtensions.swift
[210/252] Compiling SwiftParser Lookahead.swift
[211/252] Compiling SwiftParser LoopProgressCondition.swift
[212/252] Compiling SwiftParser Modifiers.swift
[213/252] Compiling SwiftParser Names.swift
[214/252] Compiling SwiftParser TokenConsumer.swift
[215/252] Compiling SwiftParser TokenPrecedence.swift
[216/252] Compiling SwiftParser TokenSpec.swift
[217/252] Compiling SwiftParser TokenSpecSet.swift
[218/252] Compiling SwiftParser StringLiterals.swift
[219/252] Compiling SwiftParser SwiftParserCompatibility.swift
[220/252] Compiling SwiftParser SwiftVersion.swift
[221/252] Compiling SwiftParser SyntaxUtils.swift
[222/252] Compiling SwiftParser Recovery.swift
[223/252] Compiling SwiftParser Specifiers.swift
[224/252] Compiling SwiftParser Statements.swift
[225/252] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[226/252] Compiling SwiftParser Nominals.swift
[227/252] Compiling SwiftParser Parameters.swift
[228/252] Compiling SwiftParser ParseSourceFile.swift
[229/252] Compiling SwiftParser Parser.swift
[230/252] Compiling SwiftParser Patterns.swift
[231/252] Compiling SwiftParser Directives.swift
[232/252] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[233/252] Compiling SwiftParser Expressions.swift
[234/252] Compiling SwiftParser IncrementalParseTransition.swift
[235/252] Compiling SwiftParser IsValidIdentifier.swift
[236/252] Emitting module SwiftParser
[237/252] Compiling SwiftParser Attributes.swift
[238/252] Compiling SwiftParser Availability.swift
[239/252] Compiling SwiftParser CharacterInfo.swift
[240/252] Compiling SwiftParser CollectionNodes+Parsable.swift
[241/252] Compiling SwiftParser Declarations.swift
[242/252] Compiling SwiftParser Cursor.swift
[243/252] Compiling SwiftParser Lexeme.swift
[244/252] Compiling SwiftParser LexemeSequence.swift
[245/252] Compiling SwiftParser Lexer.swift
[246/252] Compiling SwiftParser RegexLiteralLexer.swift
[247/252] Compiling SwiftParser IsLexerClassified.swift
[248/252] Compiling SwiftParser LayoutNodes+Parsable.swift
[249/252] Compiling SwiftParser Parser+TokenSpecSet.swift
[250/252] Compiling SwiftParser TokenSpecStaticMembers.swift
[251/275] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[252/276] Compiling SwiftOperators PrecedenceGroup.swift
[253/277] Compiling SwiftOperators PrecedenceGraph.swift
[254/277] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[255/277] Compiling SwiftOperators OperatorTable.swift
[256/277] Compiling SwiftOperators OperatorTable+Semantics.swift
[257/277] Compiling SwiftOperators OperatorError.swift
[258/277] Compiling SwiftOperators OperatorTable+Defaults.swift
[259/277] Compiling SwiftOperators Operator.swift
[260/277] Emitting module SwiftOperators
[261/277] Compiling SwiftOperators OperatorTable+Folding.swift
[262/277] Compiling SwiftOperators OperatorError+Diagnostics.swift
[263/277] Compiling SwiftOperators SyntaxSynthesis.swift
[264/277] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[265/277] Compiling SwiftParserDiagnostics Utils.swift
[266/277] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[267/277] Compiling SwiftParserDiagnostics PresenceUtils.swift
[268/277] Emitting module SwiftParserDiagnostics
[269/277] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[270/277] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[271/277] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[272/277] Compiling SwiftParserDiagnostics MissingNodesError.swift
[273/277] Compiling SwiftParserDiagnostics MissingTokenError.swift
[274/277] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[275/277] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[276/292] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[277/292] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[278/292] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[279/292] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[280/293] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[281/293] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[282/293] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[283/293] Compiling SwiftSyntaxBuilder Indenter.swift
[284/293] Compiling SwiftSyntaxBuilder ListBuilder.swift
[285/293] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[286/293] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[287/293] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[288/293] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[289/293] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[290/293] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[291/293] Emitting module SwiftSyntaxBuilder
[292/311] Compiling SwiftSyntaxMacros Macro.swift
[293/311] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[294/312] Compiling SwiftSyntaxMacros MemberMacro.swift
[295/312] Compiling SwiftSyntaxMacros PeerMacro.swift
[296/312] Compiling SwiftSyntaxMacros PreambleMacro.swift
[297/312] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[298/312] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[299/312] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[300/312] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[301/312] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[302/312] Compiling SwiftSyntaxMacros AccessorMacro.swift
[303/312] Compiling SwiftSyntaxMacros AttachedMacro.swift
[304/312] Compiling SwiftSyntaxMacros BodyMacro.swift
[305/312] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[306/312] Compiling SwiftSyntaxMacros Macro+Format.swift
[307/312] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[308/312] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[309/312] Emitting module SwiftSyntaxMacros
[310/312] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[311/322] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[312/322] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[313/322] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[314/322] Emitting module SwiftSyntaxMacroExpansion
[315/322] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[316/322] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[317/322] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[318/322] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[319/322] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[320/322] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[321/334] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[322/335] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[323/335] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[324/335] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[325/335] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[326/335] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[327/335] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[328/335] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[329/335] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[330/335] Emitting module SwiftCompilerPluginMessageHandling
[331/335] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[332/335] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[333/335] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[334/337] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[335/337] Emitting module SwiftCompilerPlugin
[336/348] Compiling CodableKitMacros Plugin.swift
[337/349] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[338/349] Compiling CodableKitMacros Diagnostic.swift
[339/349] Compiling CodableKitMacros SwiftSyntaxHelper.swift
[340/349] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[341/349] Compiling CodableKitMacros CodableType.swift
[342/349] Compiling CodableKitMacros CodableProperty.swift
[343/349] Compiling CodableKitMacros CodeGenCore.swift
[344/349] Compiling CodableKitMacros CodableMacro.swift
[345/349] Compiling CodableKitMacros CodableKeyMacro.swift
[346/349] Compiling CodableKitMacros CodableKeyOptions.swift
[347/349] Emitting module CodableKitMacros
[347/349] Write Objects.LinkFileList
[348/349] Linking CodableKitMacros-tool
[350/352] Compiling CodableKit CodingHooks.swift
[351/352] Emitting module CodableKit
[352/352] Compiling CodableKit CodableKit.swift
Build complete! (27.59s)
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" : "/Users/admin/builder/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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/wendellxy/codablekit/1.4.0
Repository:               WendellXY/CodableKit
Swift version used:       6.1
Target:                   CodableKit
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'CodableKit'...
Finished extracting symbol information for 'CodableKit'. (18.64s)
Building documentation for 'CodableKit'...
Finished building documentation for 'CodableKit' (0.09s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/wendellxy/codablekit/1.4.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/swiftlang/swift-syntax.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.64s)
Updated https://github.com/swiftlang/swift-syntax.git (0.81s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.45s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling Snippets SnippetParser.swift
[12/57] Compiling Snippets Snippet.swift
[13/57] Emitting module Snippets
[14/57] Compiling SymbolKit Names.swift
[15/57] Compiling SymbolKit SPI.swift
[16/57] Compiling SymbolKit Snippet.swift
[17/57] Compiling SymbolKit Extension.swift
[18/57] Compiling SymbolKit SemanticVersion.swift
[19/57] Compiling SymbolKit AccessControl.swift
[20/57] Compiling SymbolKit Availability.swift
[21/57] Compiling SymbolKit AvailabilityItem.swift
[22/57] Compiling SymbolKit Domain.swift
[23/57] Compiling SymbolKit Symbol.swift
[24/57] Compiling SymbolKit SymbolKind.swift
[25/57] Compiling SymbolKit SymbolGraph.swift
[26/57] Compiling SymbolKit GraphCollector.swift
[27/57] Compiling SymbolKit DeclarationFragments.swift
[28/57] Compiling SymbolKit Fragment.swift
[29/57] Compiling SymbolKit FragmentKind.swift
[30/57] Compiling SymbolKit FunctionParameter.swift
[31/57] Compiling SymbolKit FunctionSignature.swift
[32/57] Compiling SymbolKit Identifier.swift
[33/57] Compiling SymbolKit KindIdentifier.swift
[34/57] Compiling SymbolKit Location.swift
[35/57] Compiling SymbolKit Mutability.swift
[36/57] Compiling SymbolKit Mixin+Equals.swift
[37/57] Compiling SymbolKit Mixin+Hash.swift
[38/57] Compiling SymbolKit Mixin.swift
[39/57] Compiling SymbolKit LineList.swift
[40/57] Compiling SymbolKit Position.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.15s)
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/15] Compiling SwiftSyntax600 Empty.swift
[3/15] Emitting module SwiftSyntax600
[4/15] Compiling SwiftSyntax510 Empty.swift
[5/15] Emitting module SwiftSyntax510
[6/15] Emitting module SwiftSyntax600
[7/15] Compiling SwiftSyntax600 Empty.swift
[8/15] Compiling SwiftSyntax509 Empty.swift
[9/15] Emitting module SwiftSyntax509
[10/15] Compiling SwiftSyntax510 Empty.swift
[11/15] Emitting module SwiftSyntax510
[12/15] Compiling SwiftSyntax509 Empty.swift
[13/15] Emitting module SwiftSyntax509
[14/145] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[15/145] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[16/145] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[17/145] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[18/145] Compiling SwiftSyntax RawSyntaxValidation.swift
[19/145] Compiling SwiftSyntax SyntaxNodesAB.swift
[20/145] Compiling SwiftSyntax SyntaxNodesC.swift
[21/145] Compiling SwiftSyntax Identifier.swift
[22/152] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[23/152] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[24/152] Compiling SwiftSyntax Assert.swift
[25/152] Compiling SwiftSyntax BumpPtrAllocator.swift
[26/152] Compiling SwiftSyntax CommonAncestor.swift
[27/152] Compiling SwiftSyntax Convenience.swift
[28/152] Compiling SwiftSyntax CustomTraits.swift
[30/152] Compiling SwiftSyntax MemoryLayout.swift
[31/152] Compiling SwiftSyntax MissingNodeInitializers.swift
[32/152] Compiling SwiftSyntax RawSyntax.swift
[33/152] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[34/152] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[35/152] Compiling SwiftSyntax RawSyntaxTokenView.swift
[42/159] Compiling SwiftSyntax AbsolutePosition.swift
[43/159] Emitting module SwiftSyntax
[45/159] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[46/159] Compiling SwiftSyntax SyntaxChildren.swift
[47/159] Compiling SwiftSyntax SyntaxCollection.swift
[48/159] Compiling SwiftSyntax SyntaxHashable.swift
[49/159] Compiling SwiftSyntax SyntaxIdentifier.swift
[50/159] Compiling SwiftSyntax SyntaxNodeFactory.swift
[51/159] Compiling SwiftSyntax SyntaxNodeStructure.swift
[52/159] Compiling SwiftSyntax SyntaxCollections.swift
[53/159] Compiling SwiftSyntax SyntaxEnum.swift
[54/159] Compiling SwiftSyntax SyntaxKind.swift
[55/159] Compiling SwiftSyntax SyntaxRewriter.swift
[56/159] Compiling SwiftSyntax SyntaxTraits.swift
[57/159] Compiling SwiftSyntax SyntaxVisitor.swift
[58/159] Compiling SwiftSyntax TokenKind.swift
[66/159] Compiling SwiftSyntax SyntaxProtocol.swift
[67/159] Compiling SwiftSyntax SyntaxText.swift
[68/159] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[69/159] Compiling SwiftSyntax TokenDiagnostic.swift
[70/159] Compiling SwiftSyntax TokenSequence.swift
[71/159] Compiling SwiftSyntax TokenSyntax.swift
[72/159] Compiling SwiftSyntax Trivia.swift
[73/159] Compiling SwiftSyntax SyntaxNodesD.swift
[74/159] Compiling SwiftSyntax SyntaxNodesEF.swift
[75/159] Compiling SwiftSyntax SyntaxNodesGHI.swift
[76/159] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[77/159] Compiling SwiftSyntax SyntaxNodesOP.swift
[78/159] Compiling SwiftSyntax SyntaxNodesQRS.swift
[79/159] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[87/159] Compiling SwiftSyntax Utils.swift
[88/159] Compiling SwiftSyntax ChildNameForKeyPath.swift
[89/159] Compiling SwiftSyntax Keyword.swift
[90/159] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[91/159] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[92/159] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[93/159] Compiling SwiftSyntax SyntaxBaseNodes.swift
[101/159] Compiling SwiftSyntax SourceEdit.swift
[102/159] Compiling SwiftSyntax SourceLength.swift
[103/159] Compiling SwiftSyntax SourceLocation.swift
[104/159] Compiling SwiftSyntax SourcePresence.swift
[105/159] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[106/159] Compiling SwiftSyntax Syntax.swift
[107/159] Compiling SwiftSyntax SyntaxArena.swift
[108/159] Compiling SwiftSyntax Tokens.swift
[109/159] Compiling SwiftSyntax TriviaPieces.swift
[110/159] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[111/159] Compiling SwiftSyntax RawSyntaxNodesC.swift
[112/159] Compiling SwiftSyntax RawSyntaxNodesD.swift
[113/159] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[114/159] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[158/223] Compiling CodableKitShared CodableOptions.swift
[159/223] Emitting module CodableKitShared
[160/223] Compiling CodableKitShared CodableKeyOptions.swift
[161/223] Compiling SwiftDiagnostics Convenience.swift
[162/223] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[163/224] Emitting module SwiftDiagnostics
[164/224] Compiling SwiftBasicFormat Syntax+Extensions.swift
[165/224] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[166/224] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[167/224] Compiling CodableKitShared CodableOptions.swift
[168/224] Compiling SwiftDiagnostics Diagnostic.swift
[169/224] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[170/224] Emitting module CodableKitShared
[171/224] Compiling CodableKitShared CodableKeyOptions.swift
[172/224] Compiling SwiftDiagnostics Message.swift
[173/224] Compiling SwiftDiagnostics Note.swift
[174/224] Compiling SwiftBasicFormat InferIndentation.swift
[175/224] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[176/224] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[177/224] Compiling SwiftDiagnostics FixIt.swift
[178/224] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[179/224] Emitting module SwiftBasicFormat
[180/224] Compiling SwiftBasicFormat BasicFormat.swift
[181/224] Compiling SwiftParser UnicodeScalarExtensions.swift
[182/224] Compiling SwiftParser Lookahead.swift
[183/224] Compiling SwiftParser LoopProgressCondition.swift
[184/224] Compiling SwiftParser Modifiers.swift
[185/224] Compiling SwiftParser Names.swift
[186/224] Compiling SwiftParser TopLevel.swift
[187/224] Compiling SwiftParser TriviaParser.swift
[188/224] Compiling SwiftParser Types.swift
[189/224] Compiling SwiftParser ExperimentalFeatures.swift
[190/224] Compiling SwiftParser Directives.swift
[191/224] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[192/224] Compiling SwiftParser Expressions.swift
[193/224] Compiling SwiftParser IncrementalParseTransition.swift
[194/224] Compiling SwiftParser IsValidIdentifier.swift
[195/228] Emitting module SwiftParser
[196/228] Compiling SwiftParser StringLiterals.swift
[197/228] Compiling SwiftParser SwiftParserCompatibility.swift
[198/228] Compiling SwiftParser SwiftVersion.swift
[199/228] Compiling SwiftParser SyntaxUtils.swift
[200/228] Compiling SwiftParser Cursor.swift
[201/228] Compiling SwiftParser Lexeme.swift
[202/228] Compiling SwiftParser LexemeSequence.swift
[203/228] Compiling SwiftParser Lexer.swift
[204/228] Compiling SwiftParser RegexLiteralLexer.swift
[205/228] Compiling SwiftParser Recovery.swift
[206/228] Compiling SwiftParser Specifiers.swift
[207/228] Compiling SwiftParser Statements.swift
[208/228] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[209/228] Compiling SwiftParser Nominals.swift
[210/228] Compiling SwiftParser Parameters.swift
[211/228] Compiling SwiftParser ParseSourceFile.swift
[212/228] Compiling SwiftParser Parser.swift
[213/228] Compiling SwiftParser Patterns.swift
[214/228] Compiling SwiftParser TokenConsumer.swift
[215/228] Compiling SwiftParser TokenPrecedence.swift
[216/228] Compiling SwiftParser TokenSpec.swift
[217/228] Compiling SwiftParser TokenSpecSet.swift
[218/228] Compiling SwiftParser Attributes.swift
[219/228] Compiling SwiftParser Availability.swift
[220/228] Compiling SwiftParser CharacterInfo.swift
[221/228] Compiling SwiftParser CollectionNodes+Parsable.swift
[222/228] Compiling SwiftParser Declarations.swift
[223/228] Compiling SwiftParser IsLexerClassified.swift
[224/228] Compiling SwiftParser LayoutNodes+Parsable.swift
[225/228] Compiling SwiftParser Parser+TokenSpecSet.swift
[226/228] Compiling SwiftParser TokenSpecStaticMembers.swift
[227/251] Compiling SwiftOperators PrecedenceGroup.swift
[228/251] Compiling SwiftOperators OperatorTable.swift
[229/252] Compiling SwiftOperators PrecedenceGraph.swift
[230/252] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[231/253] Compiling SwiftParserDiagnostics PresenceUtils.swift
[232/253] Compiling SwiftOperators SyntaxSynthesis.swift
[233/253] Compiling SwiftOperators OperatorTable+Defaults.swift
[234/253] Compiling SwiftOperators OperatorTable+Semantics.swift
[235/253] Compiling SwiftOperators OperatorError+Diagnostics.swift
[236/253] Compiling SwiftOperators OperatorError.swift
[237/253] Compiling SwiftOperators OperatorTable+Folding.swift
[238/253] Emitting module SwiftOperators
[239/253] Compiling SwiftOperators Operator.swift
[240/253] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[241/253] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[242/253] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[243/253] Compiling SwiftParserDiagnostics Utils.swift
[244/253] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[245/253] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[246/253] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[247/253] Emitting module SwiftParserDiagnostics
[248/253] Compiling SwiftParserDiagnostics MissingNodesError.swift
[249/253] Compiling SwiftParserDiagnostics MissingTokenError.swift
[250/253] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[251/253] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[252/268] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[253/268] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[254/268] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[255/269] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[256/269] Compiling SwiftSyntaxBuilder Indenter.swift
[257/269] Compiling SwiftSyntaxBuilder ListBuilder.swift
[258/269] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[259/269] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[260/269] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[261/269] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[262/269] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[263/269] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[264/269] Emitting module SwiftSyntaxBuilder
[265/269] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[266/269] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[267/269] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[268/287] Compiling SwiftSyntaxMacros PreambleMacro.swift
[269/288] Compiling SwiftSyntaxMacros AttachedMacro.swift
[270/288] Compiling SwiftSyntaxMacros BodyMacro.swift
[271/288] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[272/288] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[273/288] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[274/288] Compiling SwiftSyntaxMacros Macro+Format.swift
[275/288] Compiling SwiftSyntaxMacros Macro.swift
[276/288] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[277/288] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[278/288] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[279/288] Compiling SwiftSyntaxMacros MemberMacro.swift
[280/288] Compiling SwiftSyntaxMacros PeerMacro.swift
[281/288] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[282/288] Compiling SwiftSyntaxMacros AccessorMacro.swift
[283/288] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[284/288] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[285/288] Emitting module SwiftSyntaxMacros
[286/288] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[287/298] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[288/298] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[289/298] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[290/298] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[291/298] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[292/298] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[293/298] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[294/298] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[295/298] Emitting module SwiftSyntaxMacroExpansion
[296/298] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[297/310] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[298/310] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[299/310] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[300/310] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[301/310] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[302/310] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[303/311] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[304/311] Emitting module SwiftCompilerPluginMessageHandling
[305/311] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[306/311] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[307/311] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[308/311] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[309/311] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[310/313] Emitting module SwiftCompilerPlugin
[311/313] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[312/324] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[313/324] Compiling CodableKitMacros Plugin.swift
[314/324] Compiling CodableKitMacros Diagnostic.swift
[315/324] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[316/324] Compiling CodableKitMacros CodableProperty.swift
[317/324] Compiling CodableKitMacros CodableMacro.swift
[318/324] Compiling CodableKitMacros CodableType.swift
[319/324] Compiling CodableKitMacros CodeGenCore.swift
[320/324] Emitting module CodableKitMacros
[321/324] Compiling CodableKitMacros CodableKeyMacro.swift
[322/324] Compiling CodableKitMacros CodableKeyOptions.swift
[323/325] Compiling CodableKitMacros SwiftSyntaxHelper.swift
[323/324] Linking CodableKitMacros-tool
[325/327] Compiling CodableKit CodingHooks.swift
[326/327] Compiling CodableKit CodableKit.swift
[327/327] Emitting module CodableKit
Build of target: 'CodableKit' complete! (17.80s)
Target:                   CodableKitShared
Extracting symbol information for 'CodableKitShared'...
Finished extracting symbol information for 'CodableKitShared'. (0.54s)
Building documentation for 'CodableKitShared'...
Finished building documentation for 'CodableKitShared' (0.07s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/wendellxy/codablekit/1.4.0
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.40s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'CodableKitShared' complete! (0.44s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/wendellxy/codablekit/1.4.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/wendellxy/codablekit/1.4.0/linkable-paths.json
     212
2	/Users/admin/builder/spi-builder-workspace/.docs/wendellxy/codablekit/1.4.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/wendellxy/codablekit/1.4.0
File count: 212
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-wendellxy-codablekit-1.4.0-f2bb08a9.zip to s3://spi-docs-inbox/prod-wendellxy-codablekit-1.4.0-f2bb08a9.zip
Copying... [13%]
Copying... [26%]
Copying... [39%]
Copying... [52%]
Copying... [65%]
Copying... [78%]
Copying... [91%]
Copying... [100%]
Done.