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