Build Information
Successful build of CodableKit, reference main (48251a
), with Swift 6.1 for macOS (SPM) on 12 Sep 2025 14:31:29 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.67.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 48251a9 Add custom key path validation to roadmap
Cloned https://github.com/WendellXY/CodableKit.git
Revision (git rev-parse @):
48251a9b9a226fd3bdf68380789d04c9f971b8a6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WendellXY/CodableKit.git at main
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.67s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (4.42s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
========================================
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": "601.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/1336] Fetching codablekit
Fetched https://github.com/WendellXY/CodableKit.git from cache (0.83s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.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 (48251a9)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
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" : "602.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"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "CodableKit",
"targets" : [
"CodableKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CodableKitMacros",
"targets" : [
"CodableKitMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "EncodableKitTests",
"module_type" : "SwiftTarget",
"name" : "EncodableKitTests",
"path" : "Tests/EncodableKitTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"CodableMacroTests+class+inheritance.swift",
"CodableMacroTests+class.swift",
"CodableMacroTests+diagnostics.swift",
"CodableMacroTests+enum.swift",
"CodableMacroTests+keys.swift",
"CodableMacroTests+lossy.swift",
"CodableMacroTests+struct.swift",
"CodingTransformerEncodeTests.swift",
"Defines.swift"
],
"target_dependencies" : [
"CodableKit",
"CodableKitShared",
"CodableKitMacros"
],
"type" : "test"
},
{
"c99name" : "DecodableKitTests",
"module_type" : "SwiftTarget",
"name" : "DecodableKitTests",
"path" : "Tests/DecodableKitTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"CodableMacroTests+class+inheritance.swift",
"CodableMacroTests+class.swift",
"CodableMacroTests+diagnostics.swift",
"CodableMacroTests+enum.swift",
"CodableMacroTests+keys.swift",
"CodableMacroTests+lossy.swift",
"CodableMacroTests+struct.swift",
"Defines.swift"
],
"target_dependencies" : [
"CodableKit",
"CodableKitShared",
"CodableKitMacros"
],
"type" : "test"
},
{
"c99name" : "CodableKitTests",
"module_type" : "SwiftTarget",
"name" : "CodableKitTests",
"path" : "Tests/CodableKitTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"CodableMacroTests+class+inheritance.swift",
"CodableMacroTests+class.swift",
"CodableMacroTests+diagnostics.swift",
"CodableMacroTests+enum.swift",
"CodableMacroTests+keys.swift",
"CodableMacroTests+lossy.data.swift",
"CodableMacroTests+struct.swift",
"CodableMacroTests+transcode.swift",
"CodingTransformerTests+data.swift",
"CodingTransformerTests.swift",
"Defines.swift",
"NestedCodableTests.swift",
"TypeInferenceTests.swift"
],
"target_dependencies" : [
"CodableKit",
"CodableKitShared",
"CodableKitMacros"
],
"type" : "test"
},
{
"c99name" : "CodableKitShared",
"module_type" : "SwiftTarget",
"name" : "CodableKitShared",
"path" : "Sources/CodableKitShared",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"CodableKit",
"CodableKitMacros"
],
"sources" : [
"CodableKeyOptions.swift",
"CodableOptions.swift"
],
"type" : "library"
},
{
"c99name" : "CodableKitMacros",
"module_type" : "SwiftTarget",
"name" : "CodableKitMacros",
"path" : "Sources/CodableKitMacros",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"CodableKit",
"CodableKitMacros"
],
"sources" : [
"CodableKeyMacro.swift",
"CodableKeyOptions.swift",
"CodableMacro.swift",
"CodableProperty.swift",
"CodableType.swift",
"CodeGenCore+GenDecode.swift",
"CodeGenCore+GenEncode.swift",
"CodeGenCore.swift",
"Diagnostic.swift",
"Helpers.swift",
"NamespaceNode+CodingKeys.swift",
"NamespaceNode+Decode.swift",
"NamespaceNode+Encode.swift",
"NamespaceNode.swift",
"Plugin.swift",
"SwiftSyntaxHelper.swift"
],
"target_dependencies" : [
"CodableKitShared"
],
"type" : "macro"
},
{
"c99name" : "CodableKit",
"module_type" : "SwiftTarget",
"name" : "CodableKit",
"path" : "Sources/CodableKit",
"product_memberships" : [
"CodableKit"
],
"sources" : [
"CodableKit.swift",
"CodingHooks.swift",
"CodingTransformerRuntime.swift",
"LossyArray.swift",
"LossyDictionary.swift",
"Transformers/BuiltInTransformers.swift",
"Transformers/CodingTransformer.swift",
"Transformers/CodingTransformerComposition.swift"
],
"target_dependencies" : [
"CodableKitShared",
"CodableKitMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
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/30] Write sources
[25/30] Compiling _SwiftSyntaxCShims dummy.c
[27/30] Write swift-version-2F0A5646E1D333AE.txt
[29/46] Emitting module SwiftSyntax600
[30/46] Emitting module SwiftSyntax510
[31/46] Compiling SwiftSyntax510 Empty.swift
[32/46] Compiling SwiftSyntax600 Empty.swift
[33/46] Emitting module SwiftSyntax600
[34/46] Emitting module SwiftSyntax509
[35/46] Compiling SwiftSyntax509 Empty.swift
[36/46] Emitting module SwiftSyntax510
[37/46] Compiling SwiftSyntax510 Empty.swift
[38/46] Emitting module SwiftSyntax601
[39/46] Compiling SwiftSyntax601 Empty.swift
[40/46] Emitting module SwiftSyntax601
[41/46] Compiling SwiftSyntax600 Empty.swift
[42/46] Compiling SwiftSyntax509 Empty.swift
[43/46] Emitting module SwiftSyntax509
[44/46] Compiling SwiftSyntax601 Empty.swift
[45/178] Compiling SwiftSyntax AbsolutePosition.swift
[46/178] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[47/178] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[48/178] Compiling SwiftSyntax Assert.swift
[49/178] Compiling SwiftSyntax BumpPtrAllocator.swift
[50/178] Compiling SwiftSyntax CommonAncestor.swift
[51/178] Compiling SwiftSyntax Convenience.swift
[52/178] Compiling SwiftSyntax CustomTraits.swift
[53/185] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[54/185] Compiling SwiftSyntax SyntaxChildren.swift
[55/185] Compiling SwiftSyntax SyntaxCollection.swift
[56/185] Compiling SwiftSyntax SyntaxHashable.swift
[57/185] Compiling SwiftSyntax SyntaxIdentifier.swift
[58/185] Compiling SwiftSyntax SyntaxNodeFactory.swift
[59/185] Compiling SwiftSyntax SyntaxNodeStructure.swift
[60/185] Compiling SwiftSyntax EditorPlaceholder.swift
[61/185] Compiling SwiftSyntax Identifier.swift
[62/185] Compiling SwiftSyntax MemoryLayout.swift
[63/185] Compiling SwiftSyntax MissingNodeInitializers.swift
[64/185] Compiling SwiftSyntax RawSyntax.swift
[65/185] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[66/185] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[67/192] Compiling SwiftSyntax SyntaxVisitor.swift
[68/192] Compiling SwiftSyntax TokenKind.swift
[69/192] Compiling SwiftSyntax Tokens.swift
[70/192] Compiling SwiftSyntax TriviaPieces.swift
[71/192] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[72/192] Compiling SwiftSyntax RawSyntaxNodesC.swift
[73/192] Compiling SwiftSyntax RawSyntaxNodesD.swift
[74/192] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[75/192] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[76/192] Compiling SwiftSyntax Utils.swift
[77/192] Compiling SwiftSyntax ChildNameForKeyPath.swift
[78/192] Compiling SwiftSyntax Keyword.swift
[79/192] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[80/192] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[81/192] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[82/192] Compiling SwiftSyntax SyntaxBaseNodes.swift
[90/192] Compiling SwiftSyntax RawSyntaxTokenView.swift
[98/192] Compiling SwiftSyntax SyntaxProtocol.swift
[99/192] Compiling SwiftSyntax SyntaxText.swift
[100/192] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[101/192] Compiling SwiftSyntax TokenDiagnostic.swift
[102/192] Compiling SwiftSyntax TokenSequence.swift
[103/192] Compiling SwiftSyntax TokenSyntax.swift
[104/192] Compiling SwiftSyntax Trivia.swift
[105/192] Emitting module SwiftSyntax
[113/192] Compiling SwiftSyntax Syntax.swift
[114/192] Compiling SwiftSyntax SyntaxArena.swift
[115/192] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[116/192] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[117/192] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[118/192] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[119/192] Compiling SwiftSyntax RawSyntaxValidation.swift
[120/192] Compiling SwiftSyntax SyntaxNodesAB.swift
[121/192] Compiling SwiftSyntax SyntaxNodesC.swift
[122/192] Compiling SwiftSyntax SyntaxCollections.swift
[123/192] Compiling SwiftSyntax SyntaxEnum.swift
[124/192] Compiling SwiftSyntax SyntaxKind.swift
[125/192] Compiling SwiftSyntax SyntaxRewriter.swift
[126/192] Compiling SwiftSyntax SyntaxTraits.swift
[134/192] Emitting module SwiftSyntax
[135/192] Compiling SwiftSyntax SourceEdit.swift
[136/192] Compiling SwiftSyntax SourceLength.swift
[137/192] Compiling SwiftSyntax SourceLocation.swift
[138/192] Compiling SwiftSyntax SourcePresence.swift
[139/192] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[177/192] Compiling SwiftSyntax SyntaxNodesD.swift
[178/192] Compiling SwiftSyntax SyntaxNodesEF.swift
[179/192] Compiling SwiftSyntax SyntaxNodesGHI.swift
[180/192] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[181/192] Compiling SwiftSyntax SyntaxNodesOP.swift
[182/192] Compiling SwiftSyntax SyntaxNodesQRS.swift
[183/192] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[191/257] Compiling CodableKitShared CodableKeyOptions.swift
[192/257] Compiling SwiftDiagnostics Message.swift
[193/258] Emitting module CodableKitShared
[194/258] Compiling CodableKitShared CodableOptions.swift
[195/258] Compiling SwiftDiagnostics Diagnostic.swift
[196/258] Emitting module SwiftDiagnostics
[197/258] Compiling SwiftDiagnostics Convenience.swift
[198/258] Compiling SwiftDiagnostics Note.swift
[199/258] Compiling CodableKitShared CodableOptions.swift
[200/258] Emitting module CodableKitShared
[201/258] Compiling CodableKitShared CodableKeyOptions.swift
[202/258] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[203/258] Compiling SwiftBasicFormat Syntax+Extensions.swift
[204/258] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[205/258] Compiling SwiftBasicFormat InferIndentation.swift
[206/258] Compiling SwiftDiagnostics FixIt.swift
[207/258] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[208/258] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[209/258] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[210/258] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[211/258] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[212/258] Compiling SwiftBasicFormat Indenter.swift
[213/258] Emitting module SwiftBasicFormat
[214/258] Compiling SwiftBasicFormat BasicFormat.swift
[215/258] Compiling SwiftParser TopLevel.swift
[216/258] Compiling SwiftParser TriviaParser.swift
[217/258] Compiling SwiftParser Types.swift
[218/258] Compiling SwiftParser ExperimentalFeatures.swift
[219/262] Compiling SwiftParser TokenConsumer.swift
[220/262] Compiling SwiftParser TokenPrecedence.swift
[221/262] Compiling SwiftParser TokenSpec.swift
[222/262] Compiling SwiftParser TokenSpecSet.swift
[223/262] Compiling SwiftParser StringLiterals.swift
[224/262] Compiling SwiftParser SwiftParserCompatibility.swift
[225/262] Compiling SwiftParser SwiftVersion.swift
[226/262] Compiling SwiftParser SyntaxUtils.swift
[227/262] Compiling SwiftParser UnicodeScalarExtensions.swift
[228/262] Compiling SwiftParser Lookahead.swift
[229/262] Compiling SwiftParser LoopProgressCondition.swift
[230/262] Compiling SwiftParser Modifiers.swift
[231/262] Compiling SwiftParser Names.swift
[232/262] Compiling SwiftParser Nominals.swift
[233/262] Compiling SwiftParser Parameters.swift
[234/262] Compiling SwiftParser ParseSourceFile.swift
[235/262] Compiling SwiftParser Parser.swift
[236/262] Compiling SwiftParser Patterns.swift
[237/262] Compiling SwiftParser Recovery.swift
[238/262] Compiling SwiftParser Specifiers.swift
[239/262] Compiling SwiftParser Statements.swift
[240/262] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[241/262] Compiling SwiftParser Attributes.swift
[242/262] Compiling SwiftParser Availability.swift
[243/262] Compiling SwiftParser CharacterInfo.swift
[244/262] Compiling SwiftParser CollectionNodes+Parsable.swift
[245/262] Compiling SwiftParser Declarations.swift
[246/262] Emitting module SwiftParser
[247/262] Compiling SwiftParser Directives.swift
[248/262] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[249/262] Compiling SwiftParser Expressions.swift
[250/262] Compiling SwiftParser IncrementalParseTransition.swift
[251/262] Compiling SwiftParser IsValidIdentifier.swift
[252/262] Compiling SwiftParser Cursor.swift
[253/262] Compiling SwiftParser Lexeme.swift
[254/262] Compiling SwiftParser LexemeSequence.swift
[255/262] Compiling SwiftParser Lexer.swift
[256/262] Compiling SwiftParser RegexLiteralLexer.swift
[257/262] Compiling SwiftParser IsLexerClassified.swift
[258/262] Compiling SwiftParser LayoutNodes+Parsable.swift
[259/262] Compiling SwiftParser Parser+TokenSpecSet.swift
[260/262] Compiling SwiftParser TokenSpecStaticMembers.swift
[261/285] Compiling SwiftOperators PrecedenceGraph.swift
[262/285] Compiling SwiftOperators PrecedenceGroup.swift
[263/286] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[264/287] Compiling SwiftOperators OperatorTable.swift
[265/287] Compiling SwiftOperators OperatorTable+Semantics.swift
[266/287] Compiling SwiftOperators OperatorError+Diagnostics.swift
[267/287] Compiling SwiftOperators OperatorTable+Defaults.swift
[268/287] Compiling SwiftOperators OperatorError.swift
[269/287] Compiling SwiftOperators Operator.swift
[270/287] Emitting module SwiftOperators
[271/287] Compiling SwiftOperators OperatorTable+Folding.swift
[272/287] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[273/287] Compiling SwiftOperators SyntaxSynthesis.swift
[274/287] Compiling SwiftParserDiagnostics MissingNodesError.swift
[275/287] Compiling SwiftParserDiagnostics MissingTokenError.swift
[276/287] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[277/287] Compiling SwiftParserDiagnostics Utils.swift
[278/287] Emitting module SwiftParserDiagnostics
[279/287] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[280/287] Compiling SwiftParserDiagnostics PresenceUtils.swift
[281/287] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[282/287] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[283/287] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[284/287] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[285/287] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[286/302] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[287/303] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[288/303] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[289/303] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[290/303] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[291/303] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[292/303] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[293/303] Emitting module SwiftSyntaxBuilder
[294/303] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[295/303] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[296/303] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[297/303] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[298/303] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[299/303] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[300/303] Compiling SwiftSyntaxBuilder Indenter.swift
[301/303] Compiling SwiftSyntaxBuilder ListBuilder.swift
[302/321] Compiling SwiftSyntaxMacros MemberMacro.swift
[303/321] Compiling SwiftSyntaxMacros PeerMacro.swift
[304/321] Compiling SwiftSyntaxMacros Macro.swift
[305/321] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[306/321] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[307/321] Compiling SwiftSyntaxMacros Macro+Format.swift
[308/321] Compiling SwiftSyntaxMacros PreambleMacro.swift
[309/321] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[310/321] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[311/322] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[312/322] Compiling SwiftSyntaxMacros AccessorMacro.swift
[313/322] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[314/322] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[315/322] Compiling SwiftSyntaxMacros AttachedMacro.swift
[316/322] Compiling SwiftSyntaxMacros BodyMacro.swift
[317/322] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[318/322] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[319/322] Emitting module SwiftSyntaxMacros
[320/322] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[321/332] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[322/332] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[323/332] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[324/332] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[325/332] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[326/332] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[327/332] Emitting module SwiftSyntaxMacroExpansion
[328/332] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[329/332] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[330/332] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[331/344] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[332/344] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[333/344] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[334/344] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[335/344] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[336/344] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[337/344] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[338/344] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[339/344] Emitting module SwiftCompilerPluginMessageHandling
[340/344] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[341/344] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[342/344] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[343/345] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[344/347] Emitting module SwiftCompilerPlugin
[345/347] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[346/363] Compiling CodableKitMacros Plugin.swift
[347/364] Compiling CodableKitMacros SwiftSyntaxHelper.swift
[348/364] Compiling CodableKitMacros CodableType.swift
[349/364] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[350/364] Compiling CodableKitMacros NamespaceNode+CodingKeys.swift
[351/364] Compiling CodableKitMacros NamespaceNode+Decode.swift
[352/364] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[353/364] Compiling CodableKitMacros CodeGenCore.swift
[354/364] Compiling CodableKitMacros Diagnostic.swift
[355/364] Compiling CodableKitMacros Helpers.swift
[356/364] Compiling CodableKitMacros NamespaceNode.swift
[357/364] Compiling CodableKitMacros NamespaceNode+Encode.swift
[358/364] Compiling CodableKitMacros CodableKeyMacro.swift
[359/364] Compiling CodableKitMacros CodableKeyOptions.swift
[360/364] Emitting module CodableKitMacros
[361/364] Compiling CodableKitMacros CodableMacro.swift
[362/364] Compiling CodableKitMacros CodableProperty.swift
[362/364] Write Objects.LinkFileList
[363/364] Linking CodableKitMacros-tool
[365/382] Compiling CodableKit CodingTransformerComposition.swift
[366/382] Compiling CodableKit CodingTransformer.swift
[367/382] Compiling CodableKit LossyArray.swift
[368/382] Compiling CodableKit CodingTransformerRuntime.swift
[369/382] Compiling CodableKit LossyDictionary.swift
[370/382] Compiling CodableKit CodableKit.swift
[371/382] Emitting module CodableKit
[372/382] Compiling CodableKit LossyDictionary.swift
[373/382] Compiling CodableKit CodingHooks.swift
[374/382] Compiling CodableKit CodingTransformerComposition.swift
[375/382] Compiling CodableKit CodingTransformer.swift
[376/382] Compiling CodableKit BuiltInTransformers.swift
[377/382] Compiling CodableKit CodingTransformerRuntime.swift
[378/382] Compiling CodableKit CodableKit.swift
[379/382] Emitting module CodableKit
[380/382] Compiling CodableKit CodingHooks.swift
[381/382] Compiling CodableKit BuiltInTransformers.swift
[382/382] Compiling CodableKit LossyArray.swift
Build complete! (29.13s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "CodableKit",
"name" : "CodableKit",
"path" : "/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"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "CodableKit",
"targets" : [
"CodableKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CodableKitMacros",
"targets" : [
"CodableKitMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "EncodableKitTests",
"module_type" : "SwiftTarget",
"name" : "EncodableKitTests",
"path" : "Tests/EncodableKitTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"CodableMacroTests+class+inheritance.swift",
"CodableMacroTests+class.swift",
"CodableMacroTests+diagnostics.swift",
"CodableMacroTests+enum.swift",
"CodableMacroTests+keys.swift",
"CodableMacroTests+lossy.swift",
"CodableMacroTests+struct.swift",
"CodingTransformerEncodeTests.swift",
"Defines.swift"
],
"target_dependencies" : [
"CodableKit",
"CodableKitShared",
"CodableKitMacros"
],
"type" : "test"
},
{
"c99name" : "DecodableKitTests",
"module_type" : "SwiftTarget",
"name" : "DecodableKitTests",
"path" : "Tests/DecodableKitTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"CodableMacroTests+class+inheritance.swift",
"CodableMacroTests+class.swift",
"CodableMacroTests+diagnostics.swift",
"CodableMacroTests+enum.swift",
"CodableMacroTests+keys.swift",
"CodableMacroTests+lossy.swift",
"CodableMacroTests+struct.swift",
"Defines.swift"
],
"target_dependencies" : [
"CodableKit",
"CodableKitShared",
"CodableKitMacros"
],
"type" : "test"
},
{
"c99name" : "CodableKitTests",
"module_type" : "SwiftTarget",
"name" : "CodableKitTests",
"path" : "Tests/CodableKitTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"CodableMacroTests+class+inheritance.swift",
"CodableMacroTests+class.swift",
"CodableMacroTests+diagnostics.swift",
"CodableMacroTests+enum.swift",
"CodableMacroTests+keys.swift",
"CodableMacroTests+lossy.data.swift",
"CodableMacroTests+struct.swift",
"CodableMacroTests+transcode.swift",
"CodingTransformerTests+data.swift",
"CodingTransformerTests.swift",
"Defines.swift",
"NestedCodableTests.swift",
"TypeInferenceTests.swift"
],
"target_dependencies" : [
"CodableKit",
"CodableKitShared",
"CodableKitMacros"
],
"type" : "test"
},
{
"c99name" : "CodableKitShared",
"module_type" : "SwiftTarget",
"name" : "CodableKitShared",
"path" : "Sources/CodableKitShared",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"CodableKit",
"CodableKitMacros"
],
"sources" : [
"CodableKeyOptions.swift",
"CodableOptions.swift"
],
"type" : "library"
},
{
"c99name" : "CodableKitMacros",
"module_type" : "SwiftTarget",
"name" : "CodableKitMacros",
"path" : "Sources/CodableKitMacros",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"CodableKit",
"CodableKitMacros"
],
"sources" : [
"CodableKeyMacro.swift",
"CodableKeyOptions.swift",
"CodableMacro.swift",
"CodableProperty.swift",
"CodableType.swift",
"CodeGenCore+GenDecode.swift",
"CodeGenCore+GenEncode.swift",
"CodeGenCore.swift",
"Diagnostic.swift",
"Helpers.swift",
"NamespaceNode+CodingKeys.swift",
"NamespaceNode+Decode.swift",
"NamespaceNode+Encode.swift",
"NamespaceNode.swift",
"Plugin.swift",
"SwiftSyntaxHelper.swift"
],
"target_dependencies" : [
"CodableKitShared"
],
"type" : "macro"
},
{
"c99name" : "CodableKit",
"module_type" : "SwiftTarget",
"name" : "CodableKit",
"path" : "Sources/CodableKit",
"product_memberships" : [
"CodableKit"
],
"sources" : [
"CodableKit.swift",
"CodingHooks.swift",
"CodingTransformerRuntime.swift",
"LossyArray.swift",
"LossyDictionary.swift",
"Transformers/BuiltInTransformers.swift",
"Transformers/CodingTransformer.swift",
"Transformers/CodingTransformerComposition.swift"
],
"target_dependencies" : [
"CodableKitShared",
"CodableKitMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ 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'. (20.10s)
Building documentation for 'CodableKit'...
Finished building documentation for 'CodableKit' (0.23s)
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.66s)
Updated https://github.com/swiftlang/swift-syntax.git (0.98s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.68s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.83s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.49s)
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.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Emitting module SymbolKit
[10/53] Compiling SymbolKit DeclarationFragments.swift
[11/53] Compiling SymbolKit Fragment.swift
[12/53] Compiling SymbolKit FragmentKind.swift
[13/53] Compiling SymbolKit FunctionParameter.swift
[14/53] Compiling SymbolKit FunctionSignature.swift
[15/53] Compiling SymbolKit SemanticVersion.swift
[16/53] Compiling SymbolKit AccessControl.swift
[17/53] Compiling SymbolKit Availability.swift
[18/53] Compiling SymbolKit AvailabilityItem.swift
[19/53] Compiling SymbolKit Domain.swift
[20/57] Compiling SymbolKit SourceRange.swift
[21/57] Compiling SymbolKit Metadata.swift
[22/57] Compiling SymbolKit Module.swift
[23/57] Compiling SymbolKit OperatingSystem.swift
[24/57] Compiling SymbolKit Platform.swift
[25/57] Compiling SymbolKit GenericConstraint.swift
[26/57] Compiling SymbolKit GenericParameter.swift
[27/57] Compiling SymbolKit Generics.swift
[28/57] Compiling SymbolKit Namespace.swift
[29/57] Compiling SymbolKit Names.swift
[30/57] Compiling SymbolKit SPI.swift
[31/57] Compiling SymbolKit Snippet.swift
[32/57] Compiling SymbolKit Extension.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 Mixin+Equals.swift
[38/57] Compiling SymbolKit Mixin+Hash.swift
[39/57] Compiling SymbolKit Mixin.swift
[40/57] Compiling SymbolKit LineList.swift
[41/57] Compiling SymbolKit Position.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.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] 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.65s)
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/19] Emitting module SwiftSyntax601
[3/19] Compiling SwiftSyntax601 Empty.swift
[4/19] Compiling SwiftSyntax600 Empty.swift
[5/19] Emitting module SwiftSyntax600
[6/19] Compiling SwiftSyntax601 Empty.swift
[7/19] Compiling SwiftSyntax600 Empty.swift
[8/19] Compiling SwiftSyntax509 Empty.swift
[9/19] Compiling SwiftSyntax510 Empty.swift
[10/19] Emitting module SwiftSyntax601
[11/19] Emitting module SwiftSyntax510
[12/19] Compiling SwiftSyntax510 Empty.swift
[13/19] Emitting module SwiftSyntax510
[14/19] Emitting module SwiftSyntax509
[15/19] Compiling SwiftSyntax509 Empty.swift
[16/19] Emitting module SwiftSyntax509
[17/19] Emitting module SwiftSyntax600
[18/151] Compiling SwiftSyntax AbsolutePosition.swift
[19/151] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[20/151] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[21/151] Compiling SwiftSyntax Assert.swift
[22/151] Compiling SwiftSyntax BumpPtrAllocator.swift
[23/151] Compiling SwiftSyntax CommonAncestor.swift
[24/151] Compiling SwiftSyntax Convenience.swift
[25/151] Compiling SwiftSyntax CustomTraits.swift
[34/165] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[35/165] Compiling SwiftSyntax SyntaxChildren.swift
[36/165] Compiling SwiftSyntax SyntaxCollection.swift
[37/165] Compiling SwiftSyntax SyntaxHashable.swift
[38/165] Compiling SwiftSyntax SyntaxIdentifier.swift
[39/165] Compiling SwiftSyntax SyntaxNodeFactory.swift
[40/165] Compiling SwiftSyntax SyntaxNodeStructure.swift
[41/165] Compiling SwiftSyntax SourceEdit.swift
[42/165] Compiling SwiftSyntax SourceLength.swift
[43/165] Compiling SwiftSyntax SourceLocation.swift
[44/165] Compiling SwiftSyntax SourcePresence.swift
[45/165] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[46/165] Compiling SwiftSyntax Syntax.swift
[47/165] Compiling SwiftSyntax SyntaxArena.swift
[55/165] Compiling SwiftSyntax EditorPlaceholder.swift
[56/165] Compiling SwiftSyntax Identifier.swift
[57/165] Compiling SwiftSyntax MemoryLayout.swift
[58/165] Compiling SwiftSyntax MissingNodeInitializers.swift
[59/165] Compiling SwiftSyntax RawSyntax.swift
[60/165] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[61/165] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[62/165] Compiling SwiftSyntax RawSyntaxTokenView.swift
[63/165] Compiling SwiftSyntax Tokens.swift
[64/165] Compiling SwiftSyntax TriviaPieces.swift
[65/165] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[66/165] Compiling SwiftSyntax RawSyntaxNodesC.swift
[67/165] Compiling SwiftSyntax RawSyntaxNodesD.swift
[68/165] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[69/165] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[70/165] Emitting module SwiftSyntax
[71/165] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[72/165] Compiling SwiftSyntax SyntaxChildren.swift
[73/165] Compiling SwiftSyntax SyntaxCollection.swift
[74/165] Compiling SwiftSyntax SyntaxHashable.swift
[75/165] Compiling SwiftSyntax SyntaxIdentifier.swift
[76/165] Compiling SwiftSyntax SyntaxNodeFactory.swift
[77/165] Compiling SwiftSyntax SyntaxNodeStructure.swift
[78/165] Compiling SwiftSyntax SyntaxCollections.swift
[79/165] Compiling SwiftSyntax SyntaxEnum.swift
[80/165] Compiling SwiftSyntax SyntaxKind.swift
[81/165] Compiling SwiftSyntax SyntaxRewriter.swift
[82/165] Compiling SwiftSyntax SyntaxTraits.swift
[83/165] Compiling SwiftSyntax SyntaxVisitor.swift
[84/165] Compiling SwiftSyntax TokenKind.swift
[85/165] Compiling SwiftSyntax SyntaxProtocol.swift
[86/165] Compiling SwiftSyntax SyntaxText.swift
[87/165] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[88/165] Compiling SwiftSyntax TokenDiagnostic.swift
[89/165] Compiling SwiftSyntax TokenSequence.swift
[90/165] Compiling SwiftSyntax TokenSyntax.swift
[91/165] Compiling SwiftSyntax Trivia.swift
[106/165] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[107/165] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[108/165] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[109/165] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[110/165] Compiling SwiftSyntax RawSyntaxValidation.swift
[111/165] Compiling SwiftSyntax SyntaxNodesAB.swift
[112/165] Compiling SwiftSyntax SyntaxNodesC.swift
[120/165] Compiling SwiftSyntax SyntaxNodesD.swift
[121/165] Compiling SwiftSyntax SyntaxNodesEF.swift
[122/165] Compiling SwiftSyntax SyntaxNodesGHI.swift
[123/165] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[124/165] Compiling SwiftSyntax SyntaxNodesOP.swift
[125/165] Compiling SwiftSyntax SyntaxNodesQRS.swift
[126/165] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[156/165] Emitting module SwiftSyntax
[164/230] Emitting module CodableKitShared
[165/230] Compiling CodableKitShared CodableOptions.swift
[166/230] Compiling CodableKitShared CodableKeyOptions.swift
[167/230] Compiling SwiftDiagnostics Message.swift
[168/231] Compiling CodableKitShared CodableKeyOptions.swift
[169/231] Compiling CodableKitShared CodableOptions.swift
[170/231] Emitting module CodableKitShared
[171/231] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[172/231] Compiling SwiftBasicFormat Syntax+Extensions.swift
[173/231] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[174/231] Compiling SwiftDiagnostics Note.swift
[175/231] Compiling SwiftDiagnostics FixIt.swift
[176/231] Compiling SwiftDiagnostics Convenience.swift
[177/231] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[178/231] Compiling SwiftDiagnostics Diagnostic.swift
[179/231] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[180/231] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[181/231] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[182/231] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[183/231] Emitting module SwiftDiagnostics
[184/231] Compiling SwiftBasicFormat InferIndentation.swift
[185/231] Compiling SwiftBasicFormat Indenter.swift
[186/231] Emitting module SwiftBasicFormat
[187/231] Compiling SwiftBasicFormat BasicFormat.swift
[188/231] Compiling SwiftParser StringLiterals.swift
[189/231] Compiling SwiftParser SwiftParserCompatibility.swift
[190/231] Compiling SwiftParser SwiftVersion.swift
[191/231] Compiling SwiftParser SyntaxUtils.swift
[192/235] Compiling SwiftParser TopLevel.swift
[193/235] Compiling SwiftParser TriviaParser.swift
[194/235] Compiling SwiftParser Types.swift
[195/235] Compiling SwiftParser ExperimentalFeatures.swift
[196/235] Compiling SwiftParser TokenConsumer.swift
[197/235] Compiling SwiftParser TokenPrecedence.swift
[198/235] Compiling SwiftParser TokenSpec.swift
[199/235] Compiling SwiftParser TokenSpecSet.swift
[200/235] Compiling SwiftParser Recovery.swift
[201/235] Compiling SwiftParser Specifiers.swift
[202/235] Compiling SwiftParser Statements.swift
[203/235] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[204/235] Compiling SwiftParser UnicodeScalarExtensions.swift
[205/235] Compiling SwiftParser Lookahead.swift
[206/235] Compiling SwiftParser LoopProgressCondition.swift
[207/235] Compiling SwiftParser Modifiers.swift
[208/235] Compiling SwiftParser Names.swift
[209/235] Compiling SwiftParser Nominals.swift
[210/235] Compiling SwiftParser Parameters.swift
[211/235] Compiling SwiftParser ParseSourceFile.swift
[212/235] Compiling SwiftParser Parser.swift
[213/235] Compiling SwiftParser Patterns.swift
[214/235] Emitting module SwiftParser
[215/235] Compiling SwiftParser Cursor.swift
[216/235] Compiling SwiftParser Lexeme.swift
[217/235] Compiling SwiftParser LexemeSequence.swift
[218/235] Compiling SwiftParser Lexer.swift
[219/235] Compiling SwiftParser RegexLiteralLexer.swift
[220/235] Compiling SwiftParser Attributes.swift
[221/235] Compiling SwiftParser Availability.swift
[222/235] Compiling SwiftParser CharacterInfo.swift
[223/235] Compiling SwiftParser CollectionNodes+Parsable.swift
[224/235] Compiling SwiftParser Declarations.swift
[225/235] Compiling SwiftParser Directives.swift
[226/235] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[227/235] Compiling SwiftParser Expressions.swift
[228/235] Compiling SwiftParser IncrementalParseTransition.swift
[229/235] Compiling SwiftParser IsValidIdentifier.swift
[230/235] Compiling SwiftParser IsLexerClassified.swift
[231/235] Compiling SwiftParser LayoutNodes+Parsable.swift
[232/235] Compiling SwiftParser Parser+TokenSpecSet.swift
[233/235] Compiling SwiftParser TokenSpecStaticMembers.swift
[234/258] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[235/259] Compiling SwiftOperators PrecedenceGroup.swift
[236/259] Compiling SwiftOperators PrecedenceGraph.swift
[237/260] Compiling SwiftParserDiagnostics PresenceUtils.swift
[238/260] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[239/260] Compiling SwiftOperators OperatorTable.swift
[240/260] Compiling SwiftOperators OperatorTable+Semantics.swift
[241/260] Compiling SwiftOperators OperatorError+Diagnostics.swift
[242/260] Compiling SwiftOperators OperatorTable+Defaults.swift
[243/260] Compiling SwiftOperators OperatorError.swift
[244/260] Compiling SwiftOperators Operator.swift
[245/260] Compiling SwiftOperators OperatorTable+Folding.swift
[246/260] Emitting module SwiftOperators
[247/260] Compiling SwiftOperators SyntaxSynthesis.swift
[248/260] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[249/260] Compiling SwiftParserDiagnostics Utils.swift
[250/260] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[251/260] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[252/260] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[253/260] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[254/260] Emitting module SwiftParserDiagnostics
[255/260] Compiling SwiftParserDiagnostics MissingNodesError.swift
[256/260] Compiling SwiftParserDiagnostics MissingTokenError.swift
[257/260] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[258/260] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[259/275] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[260/275] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[261/276] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[262/276] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[263/276] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[264/276] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[265/276] Emitting module SwiftSyntaxBuilder
[266/276] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[267/276] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[268/276] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[269/276] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[270/276] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[271/276] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[272/276] Compiling SwiftSyntaxBuilder Indenter.swift
[273/276] Compiling SwiftSyntaxBuilder ListBuilder.swift
[274/276] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[275/294] Compiling SwiftSyntaxMacros PreambleMacro.swift
[276/294] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[277/294] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[278/294] Compiling SwiftSyntaxMacros MemberMacro.swift
[279/294] Compiling SwiftSyntaxMacros PeerMacro.swift
[280/294] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[281/294] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[282/294] Compiling SwiftSyntaxMacros AttachedMacro.swift
[283/294] Compiling SwiftSyntaxMacros BodyMacro.swift
[284/294] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[285/294] Compiling SwiftSyntaxMacros Macro+Format.swift
[286/294] Compiling SwiftSyntaxMacros Macro.swift
[287/294] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[288/295] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[289/295] Compiling SwiftSyntaxMacros AccessorMacro.swift
[290/295] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[291/295] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[292/295] Emitting module SwiftSyntaxMacros
[293/295] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[294/305] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[295/305] Emitting module SwiftSyntaxMacroExpansion
[296/305] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[297/305] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[298/305] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[299/305] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[300/305] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[301/305] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[302/305] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[303/305] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[304/317] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[305/317] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[306/317] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[307/317] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[308/317] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[309/317] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[310/318] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[311/318] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[312/318] Emitting module SwiftCompilerPluginMessageHandling
[313/318] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[314/318] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[315/318] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[316/318] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[317/320] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[318/320] Emitting module SwiftCompilerPlugin
[319/336] Compiling CodableKitMacros NamespaceNode.swift
[320/336] Compiling CodableKitMacros Diagnostic.swift
[321/336] Compiling CodableKitMacros Helpers.swift
[322/336] Compiling CodableKitMacros NamespaceNode+Encode.swift
[323/336] Compiling CodableKitMacros NamespaceNode+CodingKeys.swift
[324/336] Compiling CodableKitMacros NamespaceNode+Decode.swift
[325/336] Compiling CodableKitMacros Plugin.swift
[326/337] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[327/337] Compiling CodableKitMacros CodeGenCore.swift
[328/337] Compiling CodableKitMacros CodableType.swift
[329/337] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[330/337] Compiling CodableKitMacros CodableKeyMacro.swift
[331/337] Compiling CodableKitMacros CodableKeyOptions.swift
[332/337] Emitting module CodableKitMacros
[333/337] Compiling CodableKitMacros CodableMacro.swift
[334/337] Compiling CodableKitMacros CodableProperty.swift
[335/337] Compiling CodableKitMacros SwiftSyntaxHelper.swift
[335/336] Linking CodableKitMacros-tool
[337/345] Compiling CodableKit CodingTransformerComposition.swift
[338/345] Compiling CodableKit LossyArray.swift
[339/345] Compiling CodableKit LossyDictionary.swift
[340/345] Compiling CodableKit CodingTransformer.swift
[341/345] Compiling CodableKit BuiltInTransformers.swift
[342/345] Compiling CodableKit CodingTransformerRuntime.swift
[343/345] Compiling CodableKit CodingHooks.swift
[344/345] Emitting module CodableKit
[345/345] Compiling CodableKit CodableKit.swift
Build of target: 'CodableKit' complete! (18.03s)
Target: CodableKitShared
Extracting symbol information for 'CodableKitShared'...
Finished extracting symbol information for 'CodableKitShared'. (0.65s)
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.49s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'CodableKitShared' complete! (0.55s)
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
566
5 /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: 566
Doc size: 5.0MB
Preparing doc bundle ...
Uploading prod-wendellxy-codablekit-main-4aac9d04.zip to s3://spi-docs-inbox/prod-wendellxy-codablekit-main-4aac9d04.zip
Copying... [14%]
Copying... [21%]
Copying... [35%]
Copying... [42%]
Copying... [56%]
Copying... [64%]
Copying... [71%]
Copying... [85%]
Copying... [92%]
Copying... [100%]
Done.