Build Information
Successful build of CodableKit, reference main (052be8
), with Swift 6.1 for macOS (SPM) on 22 Jun 2025 07:17:30 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.64.0
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 052be8c Remove some unnecessary methods and clean up the code
Cloned https://github.com/WendellXY/CodableKit.git
Revision (git rev-parse @):
052be8cbaee64b5c978e27a282a1815adaf36117
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.31s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.94s)
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/680] Fetching codablekit
Fetched https://github.com/WendellXY/CodableKit.git from cache (0.81s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.91s)
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 main (052be8c)
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 SwiftSyntax509
[27/39] Compiling SwiftSyntax509 Empty.swift
[28/39] Compiling SwiftSyntax600 Empty.swift
[29/39] Emitting module SwiftSyntax600
[30/39] Compiling SwiftSyntax509 Empty.swift
[31/39] Emitting module SwiftSyntax600
[32/39] Emitting module SwiftSyntax509
[33/39] Compiling SwiftSyntax600 Empty.swift
[34/39] Emitting module SwiftSyntax510
[35/39] Compiling SwiftSyntax510 Empty.swift
[36/39] Emitting module SwiftSyntax510
[37/39] Compiling SwiftSyntax510 Empty.swift
[38/169] Compiling SwiftSyntax Identifier.swift
[39/169] Compiling SwiftSyntax MemoryLayout.swift
[40/169] Compiling SwiftSyntax MissingNodeInitializers.swift
[41/169] Compiling SwiftSyntax RawSyntax.swift
[42/169] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[43/169] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[44/169] Compiling SwiftSyntax RawSyntaxTokenView.swift
[45/176] Compiling SwiftSyntax SyntaxProtocol.swift
[46/176] Compiling SwiftSyntax SyntaxText.swift
[47/176] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[48/176] Compiling SwiftSyntax TokenDiagnostic.swift
[49/176] Compiling SwiftSyntax TokenSequence.swift
[50/176] Compiling SwiftSyntax TokenSyntax.swift
[51/176] Compiling SwiftSyntax Trivia.swift
[52/176] Compiling SwiftSyntax SourceEdit.swift
[53/176] Compiling SwiftSyntax SourceLength.swift
[54/176] Compiling SwiftSyntax SourceLocation.swift
[55/176] Compiling SwiftSyntax SourcePresence.swift
[56/176] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[57/176] Compiling SwiftSyntax Syntax.swift
[58/176] Compiling SwiftSyntax SyntaxArena.swift
[59/176] Compiling SwiftSyntax Tokens.swift
[60/176] Compiling SwiftSyntax TriviaPieces.swift
[61/176] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[62/176] Compiling SwiftSyntax RawSyntaxNodesC.swift
[63/176] Compiling SwiftSyntax RawSyntaxNodesD.swift
[64/176] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[65/176] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[66/183] Emitting module SwiftSyntax
[67/183] Compiling SwiftSyntax SourceEdit.swift
[68/183] Compiling SwiftSyntax SourceLength.swift
[69/183] Compiling SwiftSyntax SourceLocation.swift
[70/183] Compiling SwiftSyntax SourcePresence.swift
[71/183] Compiling SwiftSyntax BumpPtrAllocator.swift
[72/183] Compiling SwiftSyntax CommonAncestor.swift
[73/183] Compiling SwiftSyntax Convenience.swift
[88/183] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[89/183] Compiling SwiftSyntax SyntaxChildren.swift
[90/183] Compiling SwiftSyntax SyntaxCollection.swift
[91/183] Compiling SwiftSyntax SyntaxHashable.swift
[92/183] Compiling SwiftSyntax SyntaxIdentifier.swift
[93/183] Compiling SwiftSyntax SyntaxNodeFactory.swift
[94/183] Compiling SwiftSyntax SyntaxNodeStructure.swift
[102/183] Compiling SwiftSyntax Utils.swift
[103/183] Compiling SwiftSyntax ChildNameForKeyPath.swift
[104/183] Compiling SwiftSyntax Keyword.swift
[105/183] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[106/183] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[107/183] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[108/183] Compiling SwiftSyntax SyntaxBaseNodes.swift
[109/183] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[110/183] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[111/183] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[112/183] Compiling SwiftSyntax BumpPtrAllocator.swift
[113/183] Compiling SwiftSyntax CommonAncestor.swift
[114/183] Compiling SwiftSyntax Convenience.swift
[115/183] Compiling SwiftSyntax SyntaxNodesC.swift
[123/183] Compiling SwiftSyntax CustomTraits.swift
[124/183] Emitting module SwiftSyntax
[147/183] Compiling SwiftSyntax SyntaxCollections.swift
[148/183] Compiling SwiftSyntax SyntaxEnum.swift
[149/183] Compiling SwiftSyntax SyntaxKind.swift
[150/183] Compiling SwiftSyntax SyntaxRewriter.swift
[151/183] Compiling SwiftSyntax SyntaxTraits.swift
[152/183] Compiling SwiftSyntax SyntaxVisitor.swift
[153/183] Compiling SwiftSyntax TokenKind.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 Message.swift
[183/248] Emitting module SwiftDiagnostics
[184/248] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[185/248] Compiling SwiftDiagnostics Convenience.swift
[186/248] Compiling SwiftDiagnostics Diagnostic.swift
[187/248] Compiling CodableKitShared CodableOptions.swift
[188/248] Compiling CodableKitShared CodableKeyOptions.swift
[189/248] Emitting module CodableKitShared
[190/248] Compiling SwiftDiagnostics Note.swift
[191/248] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[192/248] Compiling SwiftBasicFormat Syntax+Extensions.swift
[193/248] Compiling SwiftBasicFormat InferIndentation.swift
[194/248] Compiling CodableKitShared CodableOptions.swift
[195/248] Compiling CodableKitShared CodableKeyOptions.swift
[196/248] Emitting module CodableKitShared
[197/248] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[198/248] Compiling SwiftDiagnostics FixIt.swift
[199/248] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[200/248] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[201/248] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[202/248] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[203/248] Emitting module SwiftBasicFormat
[204/248] Compiling SwiftBasicFormat BasicFormat.swift
[205/248] Compiling SwiftParser StringLiterals.swift
[206/248] Compiling SwiftParser SwiftParserCompatibility.swift
[207/248] Compiling SwiftParser SwiftVersion.swift
[208/248] Compiling SwiftParser SyntaxUtils.swift
[209/252] Compiling SwiftParser TopLevel.swift
[210/252] Compiling SwiftParser TriviaParser.swift
[211/252] Compiling SwiftParser Types.swift
[212/252] Compiling SwiftParser ExperimentalFeatures.swift
[213/252] Compiling SwiftParser TokenConsumer.swift
[214/252] Compiling SwiftParser TokenPrecedence.swift
[215/252] Compiling SwiftParser TokenSpec.swift
[216/252] Compiling SwiftParser TokenSpecSet.swift
[217/252] Compiling SwiftParser UnicodeScalarExtensions.swift
[218/252] Compiling SwiftParser Lookahead.swift
[219/252] Compiling SwiftParser LoopProgressCondition.swift
[220/252] Compiling SwiftParser Modifiers.swift
[221/252] Compiling SwiftParser Names.swift
[222/252] Compiling SwiftParser Nominals.swift
[223/252] Compiling SwiftParser Parameters.swift
[224/252] Compiling SwiftParser ParseSourceFile.swift
[225/252] Compiling SwiftParser Parser.swift
[226/252] Compiling SwiftParser Patterns.swift
[227/252] Compiling SwiftParser Recovery.swift
[228/252] Compiling SwiftParser Specifiers.swift
[229/252] Compiling SwiftParser Statements.swift
[230/252] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[231/252] Emitting module SwiftParser
[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 Directives.swift
[238/252] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[239/252] Compiling SwiftParser Expressions.swift
[240/252] Compiling SwiftParser IncrementalParseTransition.swift
[241/252] Compiling SwiftParser IsValidIdentifier.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 SwiftOperators PrecedenceGroup.swift
[252/276] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[253/277] Emitting module SwiftOperators
[254/277] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[255/277] Compiling SwiftOperators SyntaxSynthesis.swift
[256/277] Compiling SwiftOperators OperatorTable.swift
[257/277] Compiling SwiftOperators PrecedenceGraph.swift
[258/277] Compiling SwiftOperators OperatorTable+Semantics.swift
[259/277] Compiling SwiftOperators OperatorError.swift
[260/277] Compiling SwiftOperators OperatorError+Diagnostics.swift
[261/277] Compiling SwiftOperators OperatorTable+Defaults.swift
[262/277] Compiling SwiftOperators Operator.swift
[263/277] Compiling SwiftOperators OperatorTable+Folding.swift
[264/277] Compiling SwiftParserDiagnostics Utils.swift
[265/277] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[266/277] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[267/277] Compiling SwiftParserDiagnostics PresenceUtils.swift
[268/277] Compiling SwiftParserDiagnostics MissingNodesError.swift
[269/277] Compiling SwiftParserDiagnostics MissingTokenError.swift
[270/277] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[271/277] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[272/277] Emitting module SwiftParserDiagnostics
[273/277] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[274/277] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[275/277] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[276/292] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[277/292] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[278/293] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[279/293] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[280/293] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[281/293] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[282/293] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[283/293] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[284/293] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[285/293] Compiling SwiftSyntaxBuilder Indenter.swift
[286/293] Compiling SwiftSyntaxBuilder ListBuilder.swift
[287/293] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[288/293] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[289/293] Emitting module SwiftSyntaxBuilder
[290/293] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[291/293] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[292/311] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[293/311] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[294/311] Compiling SwiftSyntaxMacros Macro.swift
[295/311] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[296/311] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[297/311] Compiling SwiftSyntaxMacros Macro+Format.swift
[298/311] Compiling SwiftSyntaxMacros PreambleMacro.swift
[299/311] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[300/311] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[301/312] Compiling SwiftSyntaxMacros AttachedMacro.swift
[302/312] Compiling SwiftSyntaxMacros BodyMacro.swift
[303/312] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[304/312] Compiling SwiftSyntaxMacros AccessorMacro.swift
[305/312] Compiling SwiftSyntaxMacros MemberMacro.swift
[306/312] Compiling SwiftSyntaxMacros PeerMacro.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 MacroArgument.swift
[313/322] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[314/322] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[315/322] Emitting module SwiftSyntaxMacroExpansion
[316/322] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[317/322] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[318/322] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[319/322] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[320/322] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[321/334] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[322/334] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[323/334] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[324/335] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[325/335] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[326/335] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[327/335] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[328/335] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[329/335] Emitting module SwiftCompilerPluginMessageHandling
[330/335] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[331/335] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[332/335] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[333/335] Compiling SwiftCompilerPluginMessageHandling JSON.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 SwiftSyntaxHelper.swift
[339/349] Compiling CodableKitMacros CodableType.swift
[340/349] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[341/349] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[342/349] Compiling CodableKitMacros CodeGenCore.swift
[343/349] Compiling CodableKitMacros CodableMacro.swift
[344/349] Compiling CodableKitMacros CodableProperty.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! (28.27s)
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'. (21.63s)
Building documentation for 'CodableKit'...
Finished building documentation for 'CodableKit' (0.12s)
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.58s)
Updated https://github.com/swiftlang/swift-syntax.git (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.55s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.58s)
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.54s)
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
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit SourceRange.swift
[12/57] Compiling SymbolKit Metadata.swift
[13/57] Compiling SymbolKit Module.swift
[14/57] Compiling SymbolKit OperatingSystem.swift
[15/57] Compiling SymbolKit Platform.swift
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Emitting module Snippets
[27/57] Compiling Snippets SnippetParser.swift
[28/57] Compiling Snippets Snippet.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.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.38s)
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/15] Compiling SwiftSyntax600 Empty.swift
[3/15] Compiling SwiftSyntax510 Empty.swift
[4/15] Emitting module SwiftSyntax600
[5/15] Emitting module SwiftSyntax510
[6/15] Compiling SwiftSyntax510 Empty.swift
[7/15] Emitting module SwiftSyntax510
[8/15] Compiling SwiftSyntax509 Empty.swift
[9/15] Emitting module SwiftSyntax509
[11/15] Compiling SwiftSyntax509 Empty.swift
[12/15] Emitting module SwiftSyntax600
[13/15] Compiling SwiftSyntax600 Empty.swift
[14/145] Compiling SwiftSyntax Identifier.swift
[15/145] Compiling SwiftSyntax MemoryLayout.swift
[16/145] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[17/145] Compiling SwiftSyntax Assert.swift
[18/145] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[19/145] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[20/145] Compiling SwiftSyntax RawSyntaxTokenView.swift
[21/145] Compiling SwiftSyntax CustomTraits.swift
[22/152] Compiling SwiftSyntax SourceEdit.swift
[23/152] Compiling SwiftSyntax SourceLength.swift
[24/152] Compiling SwiftSyntax SourceLocation.swift
[25/152] Compiling SwiftSyntax SourcePresence.swift
[26/152] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[27/152] Compiling SwiftSyntax Syntax.swift
[28/152] Compiling SwiftSyntax SyntaxArena.swift
[29/152] Compiling SwiftSyntax RawSyntaxTokenView.swift
[30/152] Compiling SwiftSyntax SyntaxProtocol.swift
[31/152] Compiling SwiftSyntax SyntaxText.swift
[32/152] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[33/152] Compiling SwiftSyntax TokenDiagnostic.swift
[34/152] Compiling SwiftSyntax TokenSequence.swift
[35/152] Compiling SwiftSyntax TokenSyntax.swift
[36/152] Compiling SwiftSyntax Trivia.swift
[58/159] Compiling SwiftSyntax SourceEdit.swift
[59/159] Compiling SwiftSyntax SourceLength.swift
[60/159] Compiling SwiftSyntax MemoryLayout.swift
[61/159] Compiling SwiftSyntax MissingNodeInitializers.swift
[62/159] Compiling SwiftSyntax RawSyntax.swift
[63/159] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[64/159] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[72/159] Compiling SwiftSyntax SyntaxEnum.swift
[73/159] Compiling SwiftSyntax SyntaxKind.swift
[74/159] Compiling SwiftSyntax SyntaxRewriter.swift
[75/159] Compiling SwiftSyntax SyntaxTraits.swift
[76/159] Compiling SwiftSyntax SyntaxVisitor.swift
[77/159] Compiling SwiftSyntax TokenKind.swift
[78/159] Compiling SwiftSyntax Tokens.swift
[79/159] Compiling SwiftSyntax TriviaPieces.swift
[80/159] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[81/159] Compiling SwiftSyntax RawSyntaxNodesC.swift
[82/159] Compiling SwiftSyntax RawSyntaxNodesD.swift
[83/159] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[84/159] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[93/159] Emitting module SwiftSyntax
[95/159] Compiling SwiftSyntax SyntaxCollections.swift
[102/159] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[103/159] Compiling SwiftSyntax SyntaxChildren.swift
[104/159] Compiling SwiftSyntax SyntaxCollection.swift
[105/159] Compiling SwiftSyntax SyntaxHashable.swift
[106/159] Compiling SwiftSyntax SyntaxIdentifier.swift
[107/159] Compiling SwiftSyntax SyntaxNodeFactory.swift
[108/159] Compiling SwiftSyntax SyntaxNodeStructure.swift
[109/159] Compiling SwiftSyntax ChildNameForKeyPath.swift
[110/159] Compiling SwiftSyntax Keyword.swift
[111/159] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[112/159] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[113/159] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[114/159] Compiling SwiftSyntax SyntaxBaseNodes.swift
[124/159] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[125/159] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[126/159] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[127/159] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[128/159] Compiling SwiftSyntax SyntaxNodesAB.swift
[129/159] Compiling SwiftSyntax SyntaxNodesC.swift
[130/159] Compiling SwiftSyntax SyntaxNodesD.swift
[131/159] Compiling SwiftSyntax SyntaxNodesEF.swift
[132/159] Compiling SwiftSyntax SyntaxNodesGHI.swift
[133/159] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[134/159] Compiling SwiftSyntax SyntaxNodesOP.swift
[135/159] Compiling SwiftSyntax SyntaxNodesQRS.swift
[136/159] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[150/159] Compiling SwiftSyntax Utils.swift
[158/220] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[159/224] Emitting module SwiftBasicFormat
[160/224] Compiling SwiftDiagnostics Message.swift
[161/224] Compiling SwiftDiagnostics Diagnostic.swift
[162/224] Emitting module SwiftDiagnostics
[163/224] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[164/224] Compiling SwiftDiagnostics Convenience.swift
[165/224] Compiling CodableKitShared CodableOptions.swift
[166/224] Emitting module CodableKitShared
[167/224] Compiling CodableKitShared CodableKeyOptions.swift
[168/224] Compiling SwiftDiagnostics Note.swift
[169/224] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[170/224] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[171/224] Compiling CodableKitShared CodableOptions.swift
[172/224] Emitting module CodableKitShared
[173/224] Compiling CodableKitShared CodableKeyOptions.swift
[174/224] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[175/224] Compiling SwiftDiagnostics FixIt.swift
[176/224] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[177/224] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[178/224] Compiling SwiftBasicFormat InferIndentation.swift
[179/224] Compiling SwiftBasicFormat BasicFormat.swift
[180/224] Compiling SwiftBasicFormat Syntax+Extensions.swift
[181/224] Compiling SwiftParser Nominals.swift
[182/224] Compiling SwiftParser Parameters.swift
[183/224] Compiling SwiftParser ParseSourceFile.swift
[184/224] Compiling SwiftParser Parser.swift
[185/224] Compiling SwiftParser Patterns.swift
[186/228] Compiling SwiftParser TokenConsumer.swift
[187/228] Compiling SwiftParser TokenPrecedence.swift
[188/228] Compiling SwiftParser TokenSpec.swift
[189/228] Compiling SwiftParser TokenSpecSet.swift
[190/228] Emitting module SwiftParser
[191/228] Compiling SwiftParser Directives.swift
[192/228] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[193/228] Compiling SwiftParser Expressions.swift
[194/228] Compiling SwiftParser IncrementalParseTransition.swift
[195/228] Compiling SwiftParser IsValidIdentifier.swift
[196/228] Compiling SwiftParser TopLevel.swift
[197/228] Compiling SwiftParser TriviaParser.swift
[198/228] Compiling SwiftParser Types.swift
[199/228] Compiling SwiftParser ExperimentalFeatures.swift
[200/228] Compiling SwiftParser Recovery.swift
[201/228] Compiling SwiftParser Specifiers.swift
[202/228] Compiling SwiftParser Statements.swift
[203/228] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[204/228] Compiling SwiftParser StringLiterals.swift
[205/228] Compiling SwiftParser SwiftParserCompatibility.swift
[206/228] Compiling SwiftParser SwiftVersion.swift
[207/228] Compiling SwiftParser SyntaxUtils.swift
[208/228] Compiling SwiftParser UnicodeScalarExtensions.swift
[209/228] Compiling SwiftParser Lookahead.swift
[210/228] Compiling SwiftParser LoopProgressCondition.swift
[211/228] Compiling SwiftParser Modifiers.swift
[212/228] Compiling SwiftParser Names.swift
[213/228] Compiling SwiftParser Cursor.swift
[214/228] Compiling SwiftParser Lexeme.swift
[215/228] Compiling SwiftParser LexemeSequence.swift
[216/228] Compiling SwiftParser Lexer.swift
[217/228] Compiling SwiftParser RegexLiteralLexer.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/252] Compiling SwiftOperators OperatorTable.swift
[229/252] Compiling SwiftOperators PrecedenceGraph.swift
[230/252] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[231/253] Compiling SwiftOperators OperatorTable+Semantics.swift
[232/253] Compiling SwiftOperators SyntaxSynthesis.swift
[233/253] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[234/253] Compiling SwiftOperators OperatorError.swift
[235/253] Compiling SwiftOperators OperatorError+Diagnostics.swift
[236/253] Compiling SwiftOperators Operator.swift
[237/253] Compiling SwiftOperators OperatorTable+Folding.swift
[238/253] Compiling SwiftOperators OperatorTable+Defaults.swift
[239/253] Emitting module SwiftOperators
[240/253] Compiling SwiftParserDiagnostics PresenceUtils.swift
[241/253] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[242/253] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[243/253] Compiling SwiftParserDiagnostics Utils.swift
[244/253] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[245/253] Emitting module SwiftParserDiagnostics
[246/253] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[247/253] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[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 WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[253/269] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[254/269] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[255/269] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[256/269] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[257/269] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[258/269] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[259/269] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[260/269] Compiling SwiftSyntaxBuilder Indenter.swift
[261/269] Compiling SwiftSyntaxBuilder ListBuilder.swift
[262/269] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[263/269] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[264/269] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[265/269] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[266/269] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[267/269] Emitting module SwiftSyntaxBuilder
[268/287] Compiling SwiftSyntaxMacros PreambleMacro.swift
[269/288] Compiling SwiftSyntaxMacros MemberMacro.swift
[270/288] Compiling SwiftSyntaxMacros PeerMacro.swift
[271/288] Compiling SwiftSyntaxMacros Macro.swift
[272/288] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[273/288] Compiling SwiftSyntaxMacros AttachedMacro.swift
[274/288] Compiling SwiftSyntaxMacros BodyMacro.swift
[275/288] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[276/288] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[277/288] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[278/288] Compiling SwiftSyntaxMacros Macro+Format.swift
[279/288] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[280/288] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[281/288] Emitting module SwiftSyntaxMacros
[282/288] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[283/288] Compiling SwiftSyntaxMacros AccessorMacro.swift
[284/288] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[285/288] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[286/288] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[287/298] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[288/298] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[289/298] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[290/298] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[291/298] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[292/298] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[293/298] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[294/298] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[295/298] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[296/298] Emitting module SwiftSyntaxMacroExpansion
[297/310] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[298/311] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[299/311] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[300/311] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[301/311] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[302/311] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[303/311] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[304/311] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[305/311] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[306/311] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[307/311] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[308/311] Emitting module SwiftCompilerPluginMessageHandling
[309/311] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[310/313] Emitting module SwiftCompilerPlugin
[311/313] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[312/324] Compiling CodableKitMacros Diagnostic.swift
[313/325] Compiling CodableKitMacros Plugin.swift
[314/325] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[315/325] Compiling CodableKitMacros CodeGenCore.swift
[316/325] Compiling CodableKitMacros CodableType.swift
[317/325] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[318/325] Compiling CodableKitMacros SwiftSyntaxHelper.swift
[319/325] Compiling CodableKitMacros CodableMacro.swift
[320/325] Emitting module CodableKitMacros
[321/325] Compiling CodableKitMacros CodableKeyMacro.swift
[322/325] Compiling CodableKitMacros CodableKeyOptions.swift
[323/325] Compiling CodableKitMacros CodableProperty.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! (20.68s)
Target: CodableKitShared
Extracting symbol information for 'CodableKitShared'...
Finished extracting symbol information for 'CodableKitShared'. (0.64s)
Building documentation for 'CodableKitShared'...
Finished building documentation for 'CodableKitShared' (0.09s)
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.49s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'CodableKitShared' complete! (0.53s)
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-ef30bbd5.zip to s3://spi-docs-inbox/prod-wendellxy-codablekit-main-ef30bbd5.zip
Copying... [13%]
Copying... [26%]
Copying... [39%]
Copying... [52%]
Copying... [65%]
Copying... [78%]
Copying... [91%]
Copying... [100%]
Done.