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