Build Information
Successful build of swift-syntax, reference 602.0.0-prerelease-2025-05-29 (0dff26
), with Swift 6.1 for macOS (SPM) on 31 May 2025 13:13: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
3135 | public init(
3136 | leadingTrivia: Trivia? = nil,
warning: Parameter 'subscriptKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3134:193-3134:193
3132 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'subscriptKeyword' parameter
3133 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
3134 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3135 | public init(
3136 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenReturnClauseAndGenericWhereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3134:193-3134:193
3132 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
3133 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
| ╰─suggestion: Document 'unexpectedBetweenReturnClauseAndGenericWhereClause' parameter
3134 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3135 | public init(
3136 | leadingTrivia: Trivia? = nil,
warning: Parameter 'attributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3134:193-3134:193
3132 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'attributes' parameter
3133 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
3134 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3135 | public init(
3136 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeSuperKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3462:193-3462:193
3460 | /// - Parameters:
3461 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3462 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeSuperKeyword' parameter
3463 | public init(
3464 | leadingTrivia: Trivia? = nil,
warning: Parameter 'superKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3462:193-3462:193
3460 | /// - Parameters:
3461 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3462 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'superKeyword' parameter
3463 | public init(
3464 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterSuperKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3462:193-3462:193
3460 | /// - Parameters:
3461 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3462 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterSuperKeyword' parameter
3463 | public init(
3464 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWithoutTilde' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3541:193-3541:193
3539 | /// - Parameters:
3540 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3541 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeWithoutTilde' parameter
3542 | public init(
3543 | leadingTrivia: Trivia? = nil,
warning: Parameter 'type' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3541:193-3541:193
3539 | /// - Parameters:
3540 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3541 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'type' parameter
3542 | public init(
3543 | leadingTrivia: Trivia? = nil,
warning: Parameter 'withoutTilde' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3541:193-3541:193
3539 | /// - Parameters:
3540 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3541 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'withoutTilde' parameter
3542 | public init(
3543 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWithoutTildeAndType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3541:193-3541:193
3539 | /// - Parameters:
3540 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3541 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenWithoutTildeAndType' parameter
3542 | public init(
3543 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3541:193-3541:193
3539 | /// - Parameters:
3540 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3541 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterType' parameter
3542 | public init(
3543 | leadingTrivia: Trivia? = nil,
warning: Parameter 'pattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3663:193-3663:193
3661 | /// - Parameters:
3662 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3663 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'pattern' parameter
3664 | public init(
3665 | leadingTrivia: Trivia? = nil,
warning: Parameter 'whereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3663:193-3663:193
3661 | /// - Parameters:
3662 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3663 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'whereClause' parameter
3664 | public init(
3665 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenPatternAndWhereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3663:193-3663:193
3661 | /// - Parameters:
3662 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3663 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenPatternAndWhereClause' parameter
3664 | public init(
3665 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforePattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3663:193-3663:193
3661 | /// - Parameters:
3662 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3663 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforePattern' parameter
3664 | public init(
3665 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3663:193-3663:193
3661 | /// - Parameters:
3662 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3663 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterTrailingComma' parameter
3664 | public init(
3665 | leadingTrivia: Trivia? = nil,
warning: Parameter 'trailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3663:193-3663:193
3661 | /// - Parameters:
3662 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3663 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'trailingComma' parameter
3664 | public init(
3665 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhereClauseAndTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3663:193-3663:193
3661 | /// - Parameters:
3662 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3663 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenWhereClauseAndTrailingComma' parameter
3664 | public init(
3665 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeCaseKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3811:193-3811:193
3809 | /// - Parameters:
3810 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3811 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeCaseKeyword' parameter
3812 | public init(
3813 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3811:193-3811:193
3809 | /// - Parameters:
3810 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3811 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'colon' parameter
3812 | public init(
3813 | leadingTrivia: Trivia? = nil,
warning: Parameter 'caseItems' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3811:193-3811:193
3809 | /// - Parameters:
3810 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3811 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'caseItems' parameter
3812 | public init(
3813 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenCaseKeywordAndCaseItems' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3811:193-3811:193
3809 | /// - Parameters:
3810 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3811 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenCaseKeywordAndCaseItems' parameter
3812 | public init(
3813 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenCaseItemsAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3811:193-3811:193
3809 | /// - Parameters:
3810 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3811 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenCaseItemsAndColon' parameter
3812 | public init(
3813 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3811:193-3811:193
3809 | /// - Parameters:
3810 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3811 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterColon' parameter
3812 | public init(
3813 | leadingTrivia: Trivia? = nil,
warning: Parameter 'caseKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3811:193-3811:193
3809 | /// - Parameters:
3810 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3811 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'caseKeyword' parameter
3812 | public init(
3813 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterStatements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4070:193-4070:193
4068 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4069 | /// - attribute: The `@unknown` attribute of a default label, if present.
4070 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterStatements' parameter
4071 | public init(
4072 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLabelAndStatements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4070:193-4070:193
4068 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4069 | /// - attribute: The `@unknown` attribute of a default label, if present.
4070 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenLabelAndStatements' parameter
4071 | public init(
4072 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAttribute' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4070:193-4070:193
4068 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4069 | /// - attribute: The `@unknown` attribute of a default label, if present.
| ╰─suggestion: Document 'unexpectedBeforeAttribute' parameter
4070 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4071 | public init(
4072 | leadingTrivia: Trivia? = nil,
warning: Parameter 'statements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4070:193-4070:193
4068 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4069 | /// - attribute: The `@unknown` attribute of a default label, if present.
4070 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'statements' parameter
4071 | public init(
4072 | leadingTrivia: Trivia? = nil,
warning: Parameter 'label' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4070:193-4070:193
4068 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4069 | /// - attribute: The `@unknown` attribute of a default label, if present.
4070 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'label' parameter
4071 | public init(
4072 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAttributeAndLabel' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4070:193-4070:193
4068 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4069 | /// - attribute: The `@unknown` attribute of a default label, if present.
4070 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenAttributeAndLabel' parameter
4071 | public init(
4072 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4242:193-4242:193
4240 | /// - Parameters:
4241 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4242 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterColon' parameter
4243 | public init(
4244 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenDefaultKeywordAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4242:193-4242:193
4240 | /// - Parameters:
4241 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4242 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenDefaultKeywordAndColon' parameter
4243 | public init(
4244 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeDefaultKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4242:193-4242:193
4240 | /// - Parameters:
4241 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4242 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeDefaultKeyword' parameter
4243 | public init(
4244 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4242:193-4242:193
4240 | /// - Parameters:
4241 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4242 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'colon' parameter
4243 | public init(
4244 | leadingTrivia: Trivia? = nil,
warning: Parameter 'defaultKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4242:193-4242:193
4240 | /// - Parameters:
4241 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4242 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'defaultKeyword' parameter
4243 | public init(
4244 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenCasesAndRightBrace' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4383:193-4383:193
4381 | /// - cases: The switch's body that contains all possible cases.
4382 | /// - rightBrace: The brace closing the switch body.
| ╰─suggestion: Document 'unexpectedBetweenCasesAndRightBrace' parameter
4383 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4384 | public init(
4385 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftBraceAndCases' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4383:193-4383:193
4381 | /// - cases: The switch's body that contains all possible cases.
| ╰─suggestion: Document 'unexpectedBetweenLeftBraceAndCases' parameter
4382 | /// - rightBrace: The brace closing the switch body.
4383 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4384 | public init(
4385 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeSwitchKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4383:193-4383:193
4381 | /// - cases: The switch's body that contains all possible cases.
4382 | /// - rightBrace: The brace closing the switch body.
4383 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4384 | public init(
4385 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenSubjectAndLeftBrace' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4383:193-4383:193
4381 | /// - cases: The switch's body that contains all possible cases.
4382 | /// - rightBrace: The brace closing the switch body.
4383 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4384 | public init(
4385 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenSwitchKeywordAndSubject' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4383:193-4383:193
4381 | /// - cases: The switch's body that contains all possible cases.
4382 | /// - rightBrace: The brace closing the switch body.
4383 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4384 | public init(
4385 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightBrace' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4383:193-4383:193
4381 | /// - cases: The switch's body that contains all possible cases.
4382 | /// - rightBrace: The brace closing the switch body.
4383 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterRightBrace' parameter
4384 | public init(
4385 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterElseExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterElseExpression' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elseExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'elseExpression' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'condition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'condition' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'questionMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'questionMark' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenThenExpressionAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenThenExpressionAndColon' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeCondition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeCondition' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenColonAndElseExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenColonAndElseExpression' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'colon' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenConditionAndQuestionMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenConditionAndQuestionMark' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenQuestionMarkAndThenExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenQuestionMarkAndThenExpression' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'thenExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:53:193-53:193
51 | /// - Parameters:
52 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
53 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'thenExpression' parameter
54 | public init(
55 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenThrowKeywordAndExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:379:193-379:193
377 | /// - Parameters:
378 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
379 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenThrowKeywordAndExpression' parameter
380 | public init(
381 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeThrowKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:379:193-379:193
377 | /// - Parameters:
378 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
379 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeThrowKeyword' parameter
380 | public init(
381 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:379:193-379:193
377 | /// - Parameters:
378 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
379 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterExpression' parameter
380 | public init(
381 | leadingTrivia: Trivia? = nil,
warning: Parameter 'throwKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:379:193-379:193
377 | /// - Parameters:
378 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
379 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'throwKeyword' parameter
380 | public init(
381 | leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:379:193-379:193
377 | /// - Parameters:
378 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
379 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'expression' parameter
380 | public init(
381 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeThrowsSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:509:193-509:193
507 | /// - type: The thrown error type.
508 | /// - rightParen: The ')' to close the thrown error type specification.
509 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
510 | public init(
511 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenTypeAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:509:193-509:193
507 | /// - type: The thrown error type.
508 | /// - rightParen: The ')' to close the thrown error type specification.
| ╰─suggestion: Document 'unexpectedBetweenTypeAndRightParen' parameter
509 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
510 | public init(
511 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenThrowsSpecifierAndLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:509:193-509:193
507 | /// - type: The thrown error type.
508 | /// - rightParen: The ')' to close the thrown error type specification.
509 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
510 | public init(
511 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:509:193-509:193
507 | /// - type: The thrown error type.
| ╰─suggestion: Document 'unexpectedBetweenLeftParenAndType' parameter
508 | /// - rightParen: The ')' to close the thrown error type specification.
509 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
510 | public init(
511 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:509:193-509:193
507 | /// - type: The thrown error type.
508 | /// - rightParen: The ')' to close the thrown error type specification.
509 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterRightParen' parameter
510 | public init(
511 | leadingTrivia: Trivia? = nil,
warning: Parameter 'tryKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:710:193-710:193
708 | /// - Parameters:
709 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
710 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'tryKeyword' parameter
711 | public init(
712 | leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:710:193-710:193
708 | /// - Parameters:
709 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
710 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'expression' parameter
711 | public init(
712 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenTryKeywordAndQuestionOrExclamationMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:710:193-710:193
708 | /// - Parameters:
709 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
710 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenTryKeywordAndQuestionOrExclamationMark' parameter
711 | public init(
712 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:710:193-710:193
708 | /// - Parameters:
709 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
710 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterExpression' parameter
711 | public init(
712 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenQuestionOrExclamationMarkAndExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:710:193-710:193
708 | /// - Parameters:
709 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
710 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenQuestionOrExclamationMarkAndExpression' parameter
711 | public init(
712 | leadingTrivia: Trivia? = nil,
warning: Parameter 'questionOrExclamationMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:710:193-710:193
708 | /// - Parameters:
709 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
710 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'questionOrExclamationMark' parameter
711 | public init(
712 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeTryKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:710:193-710:193
708 | /// - Parameters:
709 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
710 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeTryKeyword' parameter
711 | public init(
712 | leadingTrivia: Trivia? = nil,
warning: Parameter 'leftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 | /// - Parameters:
858 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'leftParen' parameter
860 | public init(
861 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 | /// - Parameters:
858 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'elements' parameter
860 | public init(
861 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 | /// - Parameters:
858 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenLeftParenAndElements' parameter
860 | public init(
861 | leadingTrivia: Trivia? = nil,
warning: Parameter 'rightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 | /// - Parameters:
858 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'rightParen' parameter
860 | public init(
861 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 | /// - Parameters:
858 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterRightParen' parameter
860 | public init(
861 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenElementsAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 | /// - Parameters:
858 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenElementsAndRightParen' parameter
860 | public init(
861 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 | /// - Parameters:
858 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeLeftParen' parameter
860 | public init(
861 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLabelAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1044:193-1044:193
1042 | /// - pattern: The value of this labeled pattern.
1043 | /// - trailingComma: The comma separating elements.
1044 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1045 | public init(
1046 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenPatternAndTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1044:193-1044:193
1042 | /// - pattern: The value of this labeled pattern.
1043 | /// - trailingComma: The comma separating elements.
| ╰─suggestion: Document 'unexpectedBetweenPatternAndTrailingComma' parameter
1044 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1045 | public init(
1046 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenColonAndPattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1044:193-1044:193
1042 | /// - pattern: The value of this labeled pattern.
| ╰─suggestion: Document 'unexpectedBetweenColonAndPattern' parameter
1043 | /// - trailingComma: The comma separating elements.
1044 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1045 | public init(
1046 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLabel' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1044:193-1044:193
1042 | /// - pattern: The value of this labeled pattern.
1043 | /// - trailingComma: The comma separating elements.
1044 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1045 | public init(
1046 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1044:193-1044:193
1042 | /// - pattern: The value of this labeled pattern.
1043 | /// - trailingComma: The comma separating elements.
1044 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterTrailingComma' parameter
1045 | public init(
1046 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1240:193-1240:193
1238 | /// - leftParen: The parent introducing the tuple.
1239 | /// - rightParen: The paren closing the tuple.
| ╰─suggestion: Document 'unexpectedBetweenLeftParenAndElements' parameter
1240 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1241 | public init(
1242 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1240:193-1240:193
1238 | /// - leftParen: The parent introducing the tuple.
1239 | /// - rightParen: The paren closing the tuple.
1240 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterRightParen' parameter
1241 | public init(
1242 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1240:193-1240:193
1238 | /// - leftParen: The parent introducing the tuple.
| ╰─suggestion: Document 'unexpectedBeforeLeftParen' parameter
1239 | /// - rightParen: The paren closing the tuple.
1240 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1241 | public init(
1242 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenElementsAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1240:193-1240:193
1238 | /// - leftParen: The parent introducing the tuple.
1239 | /// - rightParen: The paren closing the tuple.
| ╰─suggestion: Document 'unexpectedBetweenElementsAndRightParen' parameter
1240 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1241 | public init(
1242 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1240:193-1240:193
1238 | /// - leftParen: The parent introducing the tuple.
1239 | /// - rightParen: The paren closing the tuple.
| ╰─suggestion: Document 'elements' parameter
1240 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1241 | public init(
1242 | leadingTrivia: Trivia? = nil,
warning: Parameter 'secondName' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'secondName' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeInoutKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeInoutKeyword' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'type' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'type' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'trailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'trailingComma' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'inoutKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'inoutKeyword' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenEllipsisAndTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenEllipsisAndTrailingComma' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenColonAndType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenColonAndType' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenFirstNameAndSecondName' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenFirstNameAndSecondName' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenTypeAndEllipsis' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenTypeAndEllipsis' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'firstName' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'firstName' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'ellipsis' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'ellipsis' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'colon' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterTrailingComma' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenSecondNameAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenSecondNameAndColon' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenInoutKeywordAndFirstName' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 | /// - Parameters:
1425 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenInoutKeywordAndFirstName' parameter
1427 | public init(
1428 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenElementsAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1693:193-1693:193
1691 | /// - Parameters:
1692 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1693 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenElementsAndRightParen' parameter
1694 | public init(
1695 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1693:193-1693:193
1691 | /// - Parameters:
1692 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1693 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'elements' parameter
1694 | public init(
1695 | leadingTrivia: Trivia? = nil,
warning: Parameter 'leftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1693:193-1693:193
1691 | /// - Parameters:
1692 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1693 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'leftParen' parameter
1694 | public init(
1695 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1693:193-1693:193
1691 | /// - Parameters:
1692 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1693 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterRightParen' parameter
1694 | public init(
1695 | leadingTrivia: Trivia? = nil,
warning: Parameter 'rightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1693:193-1693:193
1691 | /// - Parameters:
1692 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1693 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'rightParen' parameter
1694 | public init(
1695 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1693:193-1693:193
1691 | /// - Parameters:
1692 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1693 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeLeftParen' parameter
1694 | public init(
1695 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1693:193-1693:193
1691 | /// - Parameters:
1692 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1693 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenLeftParenAndElements' parameter
1694 | public init(
1695 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAttributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'unexpectedBeforeAttributes' parameter
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterGenericWhereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterGenericWhereClause' parameter
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'initializer' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
| ╰─suggestion: Document 'initializer' parameter
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenModifiersAndTypealiasKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'unexpectedBetweenModifiersAndTypealiasKeyword' parameter
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'attributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'attributes' parameter
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'modifiers' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'modifiers' parameter
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenNameAndGenericParameterClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'unexpectedBetweenNameAndGenericParameterClause' parameter
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'typealiasKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'typealiasKeyword' parameter
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAttributesAndModifiers' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'unexpectedBetweenAttributesAndModifiers' parameter
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenGenericParameterClauseAndInitializer' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
| ╰─suggestion: Document 'unexpectedBetweenGenericParameterClauseAndInitializer' parameter
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenTypealiasKeywordAndName' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'unexpectedBetweenTypealiasKeywordAndName' parameter
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenInitializerAndGenericWhereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
| ╰─suggestion: Document 'unexpectedBetweenInitializerAndGenericWhereClause' parameter
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'name' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'name' parameter
1876 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 | public init(
1879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2191:193-2191:193
2189 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2190 | /// - colon: The colon separating previous pattern and the type.
2191 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterType' parameter
2192 | public init(
2193 | leadingTrivia: Trivia? = nil,
warning: Parameter 'type' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2191:193-2191:193
2189 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2190 | /// - colon: The colon separating previous pattern and the type.
2191 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'type' parameter
2192 | public init(
2193 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2191:193-2191:193
2189 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2190 | /// - colon: The colon separating previous pattern and the type.
| ╰─suggestion: Document 'unexpectedBeforeColon' parameter
2191 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2192 | public init(
2193 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenColonAndType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2191:193-2191:193
2189 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2190 | /// - colon: The colon separating previous pattern and the type.
2191 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenColonAndType' parameter
2192 | public init(
2193 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAsyncSpecifierAndThrowsClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2317:193-2317:193
2315 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2316 | /// - throwsClause: The clause specifying thrown errors
| ╰─suggestion: Document 'unexpectedBetweenAsyncSpecifierAndThrowsClause' parameter
2317 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2318 | public init(
2319 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterThrowsClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2317:193-2317:193
2315 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2316 | /// - throwsClause: The clause specifying thrown errors
2317 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterThrowsClause' parameter
2318 | public init(
2319 | leadingTrivia: Trivia? = nil,
warning: Parameter 'asyncSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2317:193-2317:193
2315 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2316 | /// - throwsClause: The clause specifying thrown errors
| ╰─suggestion: Document 'asyncSpecifier' parameter
2317 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2318 | public init(
2319 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAsyncSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2317:193-2317:193
2315 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2316 | /// - throwsClause: The clause specifying thrown errors
| ╰─suggestion: Document 'unexpectedBeforeAsyncSpecifier' parameter
2317 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2318 | public init(
2319 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2434:193-2434:193
2432 | /// - Parameters:
2433 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2434 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeType' parameter
2435 | public init(
2436 | leadingTrivia: Trivia? = nil,
warning: Parameter 'type' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2434:193-2434:193
2432 | /// - Parameters:
2433 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2434 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'type' parameter
2435 | public init(
2436 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2434:193-2434:193
2432 | /// - Parameters:
2433 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2434 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterType' parameter
2435 | public init(
2436 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterValue' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2515:193-2515:193
2513 | /// - Parameters:
2514 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2515 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterValue' parameter
2516 | public init(
2517 | leadingTrivia: Trivia? = nil,
warning: Parameter 'equal' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2515:193-2515:193
2513 | /// - Parameters:
2514 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2515 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'equal' parameter
2516 | public init(
2517 | leadingTrivia: Trivia? = nil,
warning: Parameter 'value' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2515:193-2515:193
2513 | /// - Parameters:
2514 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2515 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'value' parameter
2516 | public init(
2517 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeEqual' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2515:193-2515:193
2513 | /// - Parameters:
2514 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2515 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeEqual' parameter
2516 | public init(
2517 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenEqualAndValue' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2515:193-2515:193
2513 | /// - Parameters:
2514 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2515 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenEqualAndValue' parameter
2516 | public init(
2517 | leadingTrivia: Trivia? = nil,
warning: Parameter 'questionOrExclamationMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2637:193-2637:193
2635 | /// - Parameters:
2636 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2637 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'questionOrExclamationMark' parameter
2638 | public init(
2639 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAsKeywordAndQuestionOrExclamationMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2637:193-2637:193
2635 | /// - Parameters:
2636 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2637 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenAsKeywordAndQuestionOrExclamationMark' parameter
2638 | public init(
2639 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAsKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2637:193-2637:193
2635 | /// - Parameters:
2636 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2637 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeAsKeyword' parameter
2638 | public init(
2639 | leadingTrivia: Trivia? = nil,
warning: Parameter 'asKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2637:193-2637:193
2635 | /// - Parameters:
2636 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2637 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'asKeyword' parameter
2638 | public init(
2639 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterQuestionOrExclamationMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2637:193-2637:193
2635 | /// - Parameters:
2636 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2637 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterQuestionOrExclamationMark' parameter
2638 | public init(
2639 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterIsKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2763:193-2763:193
2761 | /// - Parameters:
2762 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2763 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterIsKeyword' parameter
2764 | public init(
2765 | leadingTrivia: Trivia? = nil,
warning: Parameter 'isKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2763:193-2763:193
2761 | /// - Parameters:
2762 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2763 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'isKeyword' parameter
2764 | public init(
2765 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeIsKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2763:193-2763:193
2761 | /// - Parameters:
2762 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2763 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeIsKeyword' parameter
2764 | public init(
2765 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenThenExpressionAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2849:193-2849:193
2847 | /// - Parameters:
2848 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2849 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenThenExpressionAndColon' parameter
2850 | public init(
2851 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2849:193-2849:193
2847 | /// - Parameters:
2848 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2849 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterColon' parameter
2850 | public init(
2851 | leadingTrivia: Trivia? = nil,
warning: Parameter 'questionMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2849:193-2849:193
2847 | /// - Parameters:
2848 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2849 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'questionMark' parameter
2850 | public init(
2851 | leadingTrivia: Trivia? = nil,
warning: Parameter 'thenExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2849:193-2849:193
2847 | /// - Parameters:
2848 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2849 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'thenExpression' parameter
2850 | public init(
2851 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenQuestionMarkAndThenExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2849:193-2849:193
2847 | /// - Parameters:
2848 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2849 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenQuestionMarkAndThenExpression' parameter
2850 | public init(
2851 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeQuestionMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2849:193-2849:193
2847 | /// - Parameters:
2848 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2849 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeQuestionMark' parameter
2850 | public init(
2851 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2849:193-2849:193
2847 | /// - Parameters:
2848 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2849 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'colon' parameter
2850 | public init(
2851 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeUnsafeKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2995:193-2995:193
2993 | /// - Parameters:
2994 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2995 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeUnsafeKeyword' parameter
2996 | public init(
2997 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenUnsafeKeywordAndExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2995:193-2995:193
2993 | /// - Parameters:
2994 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2995 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenUnsafeKeywordAndExpression' parameter
2996 | public init(
2997 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unsafeKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2995:193-2995:193
2993 | /// - Parameters:
2994 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2995 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unsafeKeyword' parameter
2996 | public init(
2997 | leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2995:193-2995:193
2993 | /// - Parameters:
2994 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2995 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'expression' parameter
2996 | public init(
2997 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2995:193-2995:193
2993 | /// - Parameters:
2994 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2995 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterExpression' parameter
2996 | public init(
2997 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenBindingSpecifierAndPattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3112:193-3112:193
3110 | /// - Parameters:
3111 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3112 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenBindingSpecifierAndPattern' parameter
3113 | public init(
3114 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeBindingSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3112:193-3112:193
3110 | /// - Parameters:
3111 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3112 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeBindingSpecifier' parameter
3113 | public init(
3114 | leadingTrivia: Trivia? = nil,
warning: Parameter 'pattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3112:193-3112:193
3110 | /// - Parameters:
3111 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3112 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'pattern' parameter
3113 | public init(
3114 | leadingTrivia: Trivia? = nil,
warning: Parameter 'bindingSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3112:193-3112:193
3110 | /// - Parameters:
3111 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3112 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'bindingSpecifier' parameter
3113 | public init(
3114 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterPattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3112:193-3112:193
3110 | /// - Parameters:
3111 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3112 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterPattern' parameter
3113 | public init(
3114 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenModifiersAndBindingSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3250:193-3250:193
3248 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
| ╰─suggestion: Document 'unexpectedBetweenModifiersAndBindingSpecifier' parameter
3249 | /// - bindings: The pattern bindings that define the actual variables.
3250 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3251 | public init(
3252 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterBindings' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3250:193-3250:193
3248 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3249 | /// - bindings: The pattern bindings that define the actual variables.
3250 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterBindings' parameter
3251 | public init(
3252 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenBindingSpecifierAndBindings' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3250:193-3250:193
3248 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3249 | /// - bindings: The pattern bindings that define the actual variables.
| ╰─suggestion: Document 'unexpectedBetweenBindingSpecifierAndBindings' parameter
3250 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3251 | public init(
3252 | leadingTrivia: Trivia? = nil,
warning: Parameter 'attributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3250:193-3250:193
3248 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3249 | /// - bindings: The pattern bindings that define the actual variables.
3250 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3251 | public init(
3252 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAttributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3250:193-3250:193
3248 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3249 | /// - bindings: The pattern bindings that define the actual variables.
3250 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3251 | public init(
3252 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAttributesAndModifiers' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3250:193-3250:193
3248 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3249 | /// - bindings: The pattern bindings that define the actual variables.
3250 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3251 | public init(
3252 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforePeriod' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3528:193-3528:193
3526 | /// - period: The period of this version component.
| ╰─suggestion: Document 'unexpectedBeforePeriod' parameter
3527 | /// - number: The version number of this component.
3528 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3529 | public init(
3530 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenPeriodAndNumber' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3528:193-3528:193
3526 | /// - period: The period of this version component.
3527 | /// - number: The version number of this component.
| ╰─suggestion: Document 'unexpectedBetweenPeriodAndNumber' parameter
3528 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3529 | public init(
3530 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterNumber' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3528:193-3528:193
3526 | /// - period: The period of this version component.
3527 | /// - number: The version number of this component.
3528 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterNumber' parameter
3529 | public init(
3530 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeMajor' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3661:193-3661:193
3659 | /// - major: The major version.
| ╰─suggestion: Document 'unexpectedBeforeMajor' parameter
3660 | /// - components: Any version components that are not the major version . For example, for `1.2.0`, this will contain `.2.0`.
3661 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3662 | public init(
3663 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterComponents' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3661:193-3661:193
3659 | /// - major: The major version.
3660 | /// - components: Any version components that are not the major version . For example, for `1.2.0`, this will contain `.2.0`.
3661 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterComponents' parameter
3662 | public init(
3663 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenMajorAndComponents' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3661:193-3661:193
3659 | /// - major: The major version.
3660 | /// - components: Any version components that are not the major version . For example, for `1.2.0`, this will contain `.2.0`.
| ╰─suggestion: Document 'unexpectedBetweenMajorAndComponents' parameter
3661 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3662 | public init(
3663 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWhereKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3814:193-3814:193
3812 | /// - Parameters:
3813 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3814 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeWhereKeyword' parameter
3815 | public init(
3816 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterCondition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3814:193-3814:193
3812 | /// - Parameters:
3813 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3814 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterCondition' parameter
3815 | public init(
3816 | leadingTrivia: Trivia? = nil,
warning: Parameter 'condition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3814:193-3814:193
3812 | /// - Parameters:
3813 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3814 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'condition' parameter
3815 | public init(
3816 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhereKeywordAndCondition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3814:193-3814:193
3812 | /// - Parameters:
3813 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3814 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenWhereKeywordAndCondition' parameter
3815 | public init(
3816 | leadingTrivia: Trivia? = nil,
warning: Parameter 'whereKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3814:193-3814:193
3812 | /// - Parameters:
3813 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3814 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'whereKeyword' parameter
3815 | public init(
3816 | leadingTrivia: Trivia? = nil,
warning: Parameter 'whileKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3932:193-3932:193
3930 | /// - Parameters:
3931 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3932 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'whileKeyword' parameter
3933 | public init(
3934 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterBody' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3932:193-3932:193
3930 | /// - Parameters:
3931 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3932 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterBody' parameter
3933 | public init(
3934 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenConditionsAndBody' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3932:193-3932:193
3930 | /// - Parameters:
3931 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3932 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenConditionsAndBody' parameter
3933 | public init(
3934 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWhileKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3932:193-3932:193
3930 | /// - Parameters:
3931 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3932 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeWhileKeyword' parameter
3933 | public init(
3934 | leadingTrivia: Trivia? = nil,
warning: Parameter 'body' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3932:193-3932:193
3930 | /// - Parameters:
3931 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3932 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'body' parameter
3933 | public init(
3934 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhileKeywordAndConditions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3932:193-3932:193
3930 | /// - Parameters:
3931 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3932 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenWhileKeywordAndConditions' parameter
3933 | public init(
3934 | leadingTrivia: Trivia? = nil,
warning: Parameter 'conditions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3932:193-3932:193
3930 | /// - Parameters:
3931 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3932 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'conditions' parameter
3933 | public init(
3934 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWildcard' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4114:193-4114:193
4112 | /// - Parameters:
4113 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4114 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeWildcard' parameter
4115 | public init(
4116 | leadingTrivia: Trivia? = nil,
warning: Parameter 'wildcard' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4114:193-4114:193
4112 | /// - Parameters:
4113 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4114 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'wildcard' parameter
4115 | public init(
4116 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterWildcard' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4114:193-4114:193
4112 | /// - Parameters:
4113 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4114 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterWildcard' parameter
4115 | public init(
4116 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeYieldKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4273:193-4273:193
4271 | /// - Parameters:
4272 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4273 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeYieldKeyword' parameter
4274 | public init(
4275 | leadingTrivia: Trivia? = nil,
warning: Parameter 'yieldedExpressions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4273:193-4273:193
4271 | /// - Parameters:
4272 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4273 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'yieldedExpressions' parameter
4274 | public init(
4275 | leadingTrivia: Trivia? = nil,
warning: Parameter 'yieldKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4273:193-4273:193
4271 | /// - Parameters:
4272 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4273 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'yieldKeyword' parameter
4274 | public init(
4275 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenYieldKeywordAndYieldedExpressions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4273:193-4273:193
4271 | /// - Parameters:
4272 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4273 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenYieldKeywordAndYieldedExpressions' parameter
4274 | public init(
4275 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterYieldedExpressions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4273:193-4273:193
4271 | /// - Parameters:
4272 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4273 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterYieldedExpressions' parameter
4274 | public init(
4275 | leadingTrivia: Trivia? = nil,
warning: Parameter 'comma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4394:193-4394:193
4392 | /// - Parameters:
4393 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4394 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'comma' parameter
4395 | public init(
4396 | leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4394:193-4394:193
4392 | /// - Parameters:
4393 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4394 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'expression' parameter
4395 | public init(
4396 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenExpressionAndComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4394:193-4394:193
4392 | /// - Parameters:
4393 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4394 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenExpressionAndComma' parameter
4395 | public init(
4396 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4394:193-4394:193
4392 | /// - Parameters:
4393 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4394 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterComma' parameter
4395 | public init(
4396 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4394:193-4394:193
4392 | /// - Parameters:
4393 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4394 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeExpression' parameter
4395 | public init(
4396 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4516:193-4516:193
4514 | /// - Parameters:
4515 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4516 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenLeftParenAndElements' parameter
4517 | public init(
4518 | leadingTrivia: Trivia? = nil,
warning: Parameter 'leftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4516:193-4516:193
4514 | /// - Parameters:
4515 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4516 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'leftParen' parameter
4517 | public init(
4518 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4516:193-4516:193
4514 | /// - Parameters:
4515 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4516 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'elements' parameter
4517 | public init(
4518 | leadingTrivia: Trivia? = nil,
warning: Parameter 'rightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4516:193-4516:193
4514 | /// - Parameters:
4515 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4516 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'rightParen' parameter
4517 | public init(
4518 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4516:193-4516:193
4514 | /// - Parameters:
4515 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4516 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeLeftParen' parameter
4517 | public init(
4518 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4516:193-4516:193
4514 | /// - Parameters:
4515 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4516 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterRightParen' parameter
4517 | public init(
4518 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenElementsAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4516:193-4516:193
4514 | /// - Parameters:
4515 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4516 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenElementsAndRightParen' parameter
4517 | public init(
4518 | leadingTrivia: Trivia? = nil,
Finished building documentation for 'SwiftSyntax' (5.20s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.46s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.08s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.78s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.45s)
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
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.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Compiling SymbolKit GenericConstraint.swift
[11/57] Compiling SymbolKit GenericParameter.swift
[12/57] Compiling SymbolKit Generics.swift
[13/57] Compiling SymbolKit Namespace.swift
[14/57] Compiling SymbolKit SourceRange.swift
[15/57] Compiling SymbolKit Metadata.swift
[16/57] Compiling SymbolKit Module.swift
[17/57] Compiling SymbolKit OperatingSystem.swift
[18/57] Compiling SymbolKit Platform.swift
[19/57] Emitting module SymbolKit
[20/57] Compiling SymbolKit Names.swift
[21/57] Compiling SymbolKit SPI.swift
[22/57] Compiling SymbolKit Snippet.swift
[23/57] Compiling SymbolKit Extension.swift
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit AvailabilityItem.swift
[33/57] Compiling SymbolKit Domain.swift
[34/57] Emitting module Snippets
[35/57] Compiling Snippets Snippet.swift
[36/57] Compiling Snippets SnippetParser.swift
[37/57] Compiling SymbolKit DeclarationFragments.swift
[38/57] Compiling SymbolKit Fragment.swift
[39/57] Compiling SymbolKit FragmentKind.swift
[40/57] Compiling SymbolKit FunctionParameter.swift
[41/57] Compiling SymbolKit FunctionSignature.swift
[42/57] Compiling SymbolKit Mixin+Equals.swift
[43/57] Compiling SymbolKit Mixin+Hash.swift
[44/57] Compiling SymbolKit Mixin.swift
[45/57] Compiling SymbolKit LineList.swift
[46/57] Compiling SymbolKit Position.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.45s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Emitting module SwiftSyntax602
[3/11] Compiling SwiftSyntax602 Empty.swift
[4/11] Compiling SwiftSyntax509 Empty.swift
[5/11] Emitting module SwiftSyntax601
[6/11] Compiling SwiftSyntax601 Empty.swift
[7/11] Emitting module SwiftSyntax600
[8/11] Compiling SwiftSyntax600 Empty.swift
[9/11] Emitting module SwiftSyntax509
[10/11] Compiling SwiftSyntax510 Empty.swift
[11/11] Emitting module SwiftSyntax510
[12/75] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[13/75] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[14/75] Compiling SwiftSyntax RawSyntaxTokenView.swift
[15/75] Compiling SwiftSyntax SourceEdit.swift
[16/75] Compiling SwiftSyntax SourceLength.swift
[17/75] Compiling SwiftSyntax SourceLocation.swift
[18/75] Compiling SwiftSyntax SourcePresence.swift
[19/82] Compiling SwiftSyntax SyntaxProtocol.swift
[20/82] Compiling SwiftSyntax SyntaxText.swift
[21/82] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[22/82] Compiling SwiftSyntax TokenDiagnostic.swift
[23/82] Compiling SwiftSyntax TokenSequence.swift
[24/82] Compiling SwiftSyntax TokenSyntax.swift
[25/82] Compiling SwiftSyntax Trivia.swift
[26/82] Compiling SwiftSyntax CustomTraits.swift
[27/82] Compiling SwiftSyntax EditorPlaceholder.swift
[28/82] Compiling SwiftSyntax Identifier.swift
[29/82] Compiling SwiftSyntax MemoryLayout.swift
[30/82] Compiling SwiftSyntax MissingNodeInitializers.swift
[31/82] Compiling SwiftSyntax RawSyntax.swift
[32/82] Compiling SwiftSyntax RawSyntaxArena.swift
[33/82] Compiling SwiftSyntax Tokens.swift
[34/82] Compiling SwiftSyntax TriviaPieces.swift
[35/82] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[36/82] Compiling SwiftSyntax RawSyntaxNodesC.swift
[37/82] Compiling SwiftSyntax RawSyntaxNodesD.swift
[38/82] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[39/82] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[40/82] Compiling SwiftSyntax AbsolutePosition.swift
[41/82] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[42/82] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[43/82] Compiling SwiftSyntax Assert.swift
[44/82] Compiling SwiftSyntax BumpPtrAllocator.swift
[45/82] Compiling SwiftSyntax CommonAncestor.swift
[46/82] Compiling SwiftSyntax Convenience.swift
[47/82] Emitting module SwiftSyntax
[48/82] Compiling SwiftSyntax SyntaxCollections.swift
[49/82] Compiling SwiftSyntax SyntaxEnum.swift
[50/82] Compiling SwiftSyntax SyntaxKind.swift
[51/82] Compiling SwiftSyntax SyntaxRewriter.swift
[52/82] Compiling SwiftSyntax SyntaxTraits.swift
[53/82] Compiling SwiftSyntax SyntaxVisitor.swift
[54/82] Compiling SwiftSyntax TokenKind.swift
[55/82] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[56/82] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[57/82] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[58/82] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[59/82] Compiling SwiftSyntax RawSyntaxValidation.swift
[60/82] Compiling SwiftSyntax SyntaxNodesAB.swift
[61/82] Compiling SwiftSyntax SyntaxNodesC.swift
[62/82] Compiling SwiftSyntax SyntaxNodesD.swift
[63/82] Compiling SwiftSyntax SyntaxNodesEF.swift
[64/82] Compiling SwiftSyntax SyntaxNodesGHI.swift
[65/82] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[66/82] Compiling SwiftSyntax SyntaxNodesOP.swift
[67/82] Compiling SwiftSyntax SyntaxNodesQRS.swift
[68/82] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[69/82] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[70/82] Compiling SwiftSyntax Syntax.swift
[71/82] Compiling SwiftSyntax SyntaxChildren.swift
[72/82] Compiling SwiftSyntax SyntaxCollection.swift
[73/82] Compiling SwiftSyntax SyntaxHashable.swift
[74/82] Compiling SwiftSyntax SyntaxIdentifier.swift
[75/82] Compiling SwiftSyntax SyntaxNodeStructure.swift
[76/82] Compiling SwiftSyntax Utils.swift
[77/82] Compiling SwiftSyntax ChildNameForKeyPath.swift
[78/82] Compiling SwiftSyntax Keyword.swift
[79/82] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[80/82] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[81/82] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[82/82] Compiling SwiftSyntax SyntaxBaseNodes.swift
Build of target: 'SwiftSyntax' complete! (9.09s)
Target: SwiftBasicFormat
Extracting symbol information for 'SwiftBasicFormat'...
Finished extracting symbol information for 'SwiftBasicFormat'. (1.08s)
Building documentation for 'SwiftBasicFormat'...
warning: Parameter 'indentation' is missing documentation
--> ../Indenter.swift:24:100-24:100
22 | /// - Parameter indentFirstLine: Whether the first token of this node should be indented.
| ╰─suggestion: Document 'indentation' parameter
23 | /// Pass `true` if you know that this node will be placed at the beginning of a line, even if its
24 + /// current leading trivia does not start with a newline (such as at the very start of a file).
25 | public func indented(by indentation: Trivia, indentFirstLine: Bool = false) -> Self {
26 | Indenter(indentation: indentation, indentFirstLine: indentFirstLine)
Finished building documentation for 'SwiftBasicFormat' (0.06s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.47s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/8] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[3/8] Compiling SwiftBasicFormat Syntax+Extensions.swift
[4/8] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[5/8] Compiling SwiftBasicFormat Indenter.swift
[6/8] Emitting module SwiftBasicFormat
[7/8] Compiling SwiftBasicFormat InferIndentation.swift
[8/8] Compiling SwiftBasicFormat BasicFormat.swift
Build of target: 'SwiftBasicFormat' complete! (0.98s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftCompilerPlugin
Extracting symbol information for 'SwiftCompilerPlugin'...
Finished extracting symbol information for 'SwiftCompilerPlugin'. (6.26s)
Building documentation for 'SwiftCompilerPlugin'...
Finished building documentation for 'SwiftCompilerPlugin' (0.04s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.42s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/54] Compiling SwiftDiagnostics FixIt.swift
[3/54] Compiling SwiftDiagnostics Message.swift
[4/54] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[5/55] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[6/55] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[7/55] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[8/55] Compiling SwiftDiagnostics Diagnostic.swift
[9/55] Emitting module SwiftDiagnostics
[10/55] Compiling SwiftDiagnostics Convenience.swift
[11/55] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[12/55] Compiling SwiftDiagnostics Note.swift
[13/55] Compiling SwiftParser Attributes.swift
[14/55] Compiling SwiftParser Availability.swift
[15/55] Compiling SwiftParser CharacterInfo.swift
[16/55] Compiling SwiftParser CollectionNodes+Parsable.swift
[17/55] Compiling SwiftParser CompilerFiles.swift
[18/59] Compiling SwiftParser TopLevel.swift
[19/59] Compiling SwiftParser TriviaParser.swift
[20/59] Compiling SwiftParser Types.swift
[21/59] Compiling SwiftParser ExperimentalFeatures.swift
[22/59] Compiling SwiftParser RegexLiteralLexer.swift
[23/59] Compiling SwiftParser UnicodeScalarExtensions.swift
[24/59] Compiling SwiftParser Lookahead.swift
[25/59] Compiling SwiftParser LoopProgressCondition.swift
[26/59] Compiling SwiftParser Modifiers.swift
[27/59] Compiling SwiftParser Names.swift
[28/59] Compiling SwiftParser Nominals.swift
[29/59] Compiling SwiftParser Parameters.swift
[30/59] Compiling SwiftParser ParseSourceFile.swift
[31/59] Compiling SwiftParser Parser.swift
[32/59] Compiling SwiftParser Patterns.swift
[33/59] Compiling SwiftParser Recovery.swift
[34/59] Compiling SwiftParser Specifiers.swift
[35/59] Compiling SwiftParser Statements.swift
[36/59] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[37/59] Emitting module SwiftParser
[38/59] Compiling SwiftParser TokenConsumer.swift
[39/59] Compiling SwiftParser TokenPrecedence.swift
[40/59] Compiling SwiftParser TokenSpec.swift
[41/59] Compiling SwiftParser TokenSpecSet.swift
[42/59] Compiling SwiftParser StringLiterals.swift
[43/59] Compiling SwiftParser SwiftParserCompatibility.swift
[44/59] Compiling SwiftParser SwiftVersion.swift
[45/59] Compiling SwiftParser SyntaxUtils.swift
[46/59] Compiling SwiftParser IsValidIdentifier.swift
[47/59] Compiling SwiftParser Cursor.swift
[48/59] Compiling SwiftParser Lexeme.swift
[49/59] Compiling SwiftParser LexemeSequence.swift
[50/59] Compiling SwiftParser Lexer.swift
[51/59] Compiling SwiftParser Declarations.swift
[52/59] Compiling SwiftParser Directives.swift
[53/59] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[54/59] Compiling SwiftParser Expressions.swift
[55/59] Compiling SwiftParser IncrementalParseTransition.swift
[56/59] Compiling SwiftParser IsLexerClassified.swift
[57/59] Compiling SwiftParser LayoutNodes+Parsable.swift
[58/59] Compiling SwiftParser Parser+TokenSpecSet.swift
[59/59] Compiling SwiftParser TokenSpecStaticMembers.swift
[60/82] Compiling SwiftOperators PrecedenceGroup.swift
[61/83] Compiling SwiftOperators OperatorError.swift
[62/83] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[63/84] Compiling SwiftOperators SyntaxSynthesis.swift
[64/84] Compiling SwiftParserDiagnostics PresenceUtils.swift
[65/84] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[66/84] Compiling SwiftOperators OperatorTable.swift
[67/84] Compiling SwiftOperators PrecedenceGraph.swift
[68/84] Compiling SwiftOperators OperatorTable+Semantics.swift
[69/84] Compiling SwiftOperators OperatorTable+Defaults.swift
[70/84] Compiling SwiftOperators OperatorError+Diagnostics.swift
[71/84] Compiling SwiftOperators OperatorTable+Folding.swift
[72/84] Compiling SwiftOperators Operator.swift
[73/84] Emitting module SwiftOperators
[74/84] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[75/84] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[76/84] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[77/84] Compiling SwiftParserDiagnostics Utils.swift
[78/84] Compiling SwiftParserDiagnostics MissingNodesError.swift
[79/84] Compiling SwiftParserDiagnostics MissingTokenError.swift
[80/84] Emitting module SwiftParserDiagnostics
[81/84] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[82/84] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[83/84] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[84/84] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[85/99] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[86/99] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[87/100] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[88/100] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[89/100] Compiling SwiftSyntaxBuilder Indenter.swift
[90/100] Compiling SwiftSyntaxBuilder ListBuilder.swift
[91/100] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[92/100] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[93/100] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[94/100] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[95/100] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[96/100] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[97/100] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[98/100] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[99/100] Emitting module SwiftSyntaxBuilder
[100/100] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[101/118] Compiling SwiftSyntaxMacros Macro.swift
[102/118] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[103/118] Compiling SwiftSyntaxMacros PreambleMacro.swift
[104/119] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[105/119] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[106/119] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[107/119] Compiling SwiftSyntaxMacros Macro+Format.swift
[108/119] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[109/119] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[110/119] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[111/119] Compiling SwiftSyntaxMacros AccessorMacro.swift
[112/119] Compiling SwiftSyntaxMacros AttachedMacro.swift
[113/119] Compiling SwiftSyntaxMacros BodyMacro.swift
[114/119] Compiling SwiftSyntaxMacros MemberMacro.swift
[115/119] Compiling SwiftSyntaxMacros PeerMacro.swift
[116/119] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[117/119] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[118/119] Emitting module SwiftSyntaxMacros
[119/119] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[120/129] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[121/129] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[122/129] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[123/129] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[124/129] Emitting module SwiftSyntaxMacroExpansion
[125/129] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[126/129] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[127/129] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[128/129] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[129/129] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[130/141] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[131/141] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[132/141] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[133/141] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[134/141] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[135/142] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[136/142] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[137/142] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[138/142] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[139/142] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[140/142] Emitting module SwiftCompilerPluginMessageHandling
[141/142] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[142/142] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[143/144] Emitting module SwiftCompilerPlugin
[144/144] Compiling SwiftCompilerPlugin CompilerPlugin.swift
Build of target: 'SwiftCompilerPlugin' complete! (6.00s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftDiagnostics
Extracting symbol information for 'SwiftDiagnostics'...
Finished extracting symbol information for 'SwiftDiagnostics'. (0.51s)
Building documentation for 'SwiftDiagnostics'...
warning: Parameter 'diagnostics' is missing documentation
--> Sources/SwiftDiagnostics/GroupedDiagnostics.swift:70:7-70:7
68 | /// conceptually where this source file will be inserted, and the
69 | /// absolute position within that parent source file.
70 + ///
| ╰─suggestion: Document 'diagnostics' parameter
71 | /// - Returns: The unique ID for this source file.
72 | @discardableResult
warning: Parameter 'sourceLocationConverter' is missing documentation
--> Sources/SwiftDiagnostics/GroupedDiagnostics.swift:70:7-70:7
68 | /// conceptually where this source file will be inserted, and the
69 | /// absolute position within that parent source file.
70 + ///
71 | /// - Returns: The unique ID for this source file.
72 | @discardableResult
Finished building documentation for 'SwiftDiagnostics' (0.08s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.42s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftDiagnostics' complete! (0.43s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftIDEUtils
Extracting symbol information for 'SwiftIDEUtils'...
Finished extracting symbol information for 'SwiftIDEUtils'. (1.02s)
Building documentation for 'SwiftIDEUtils'...
warning: External name 'in' used to document parameter
--> Sources/SwiftIDEUtils/Syntax+Classifications.swift:43:11-43:13
41 | ///
42 | /// - Parameters:
43 + /// - in: The range to pull ``SyntaxClassifiedRange``s from.
| ╰─suggestion: Replace 'in' with 'range'
44 | /// - Returns: Sequence of ``SyntaxClassifiedRange``s.
45 | public func classifications(in range: Range<AbsolutePosition>) -> SyntaxClassifications {
warning: External name 'at' used to document parameter
--> Sources/SwiftIDEUtils/Syntax+Classifications.swift:51:11-51:13
49 | /// The ``SyntaxClassifiedRange`` for a relative byte offset.
50 | /// - Parameters:
51 + /// - at: The relative to the node byte offset.
| ╰─suggestion: Replace 'at' with 'offset'
52 | /// - Returns: The ``SyntaxClassifiedRange`` for the offset or nil if the source text
53 | /// at the given offset is unclassified.
warning: External name 'at' used to document parameter
--> Sources/SwiftIDEUtils/Syntax+Classifications.swift:61:11-61:13
59 | /// The ``SyntaxClassifiedRange`` for an absolute position.
60 | /// - Parameters:
61 + /// - at: The absolute position.
| ╰─suggestion: Replace 'at' with 'position'
62 | /// - Returns: The ``SyntaxClassifiedRange`` for the position or `nil`` if the source text
63 | /// at the given position is unclassified.
Finished building documentation for 'SwiftIDEUtils' (0.07s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.41s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/10] Compiling SwiftIDEUtils SyntaxClassification.swift
[3/10] Compiling SwiftIDEUtils Utils.swift
[4/10] Compiling SwiftIDEUtils SyntaxClassifier.swift
[5/10] Compiling SwiftIDEUtils SwiftIDEUtilsCompatibility.swift
[6/10] Compiling SwiftIDEUtils DeclNameLocation.swift
[7/10] Compiling SwiftIDEUtils Syntax+Classifications.swift
[8/10] Compiling SwiftIDEUtils NameMatcher.swift
[9/10] Compiling SwiftIDEUtils FixItApplier.swift
[10/10] Emitting module SwiftIDEUtils
Build of target: 'SwiftIDEUtils' complete! (0.93s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftIfConfig
Extracting symbol information for 'SwiftIfConfig'...
Finished extracting symbol information for 'SwiftIfConfig'. (1.25s)
Building documentation for 'SwiftIfConfig'...
Finished building documentation for 'SwiftIfConfig' (0.08s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/15] Compiling SwiftIfConfig IfConfigRegionState.swift
[3/15] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[4/15] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[5/16] Compiling SwiftIfConfig IfConfigFunctions.swift
[6/16] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[7/16] Compiling SwiftIfConfig BuildConfiguration.swift
[8/16] Compiling SwiftIfConfig ConfiguredRegions.swift
[9/16] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[10/16] Emitting module SwiftIfConfig
[11/16] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[12/16] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[13/16] Compiling SwiftIfConfig IfConfigEvaluation.swift
[14/16] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[15/16] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[16/16] Compiling SwiftIfConfig VersionTuple.swift
Build of target: 'SwiftIfConfig' complete! (1.12s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftLexicalLookup
Extracting symbol information for 'SwiftLexicalLookup'...
Finished extracting symbol information for 'SwiftLexicalLookup'. (1.34s)
Building documentation for 'SwiftLexicalLookup'...
Finished building documentation for 'SwiftLexicalLookup' (0.07s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.48s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/16] Compiling SwiftLexicalLookup GenericParameterScopeSyntax.swift
[3/16] Compiling SwiftLexicalLookup IntroducingToSequentialParentScopeSyntax.swift
[4/17] Emitting module SwiftLexicalLookup
[5/17] Compiling SwiftLexicalLookup LookupName.swift
[6/17] Compiling SwiftLexicalLookup LookupResult.swift
[7/17] Compiling SwiftLexicalLookup IdentifiableSyntax.swift
[8/17] Compiling SwiftLexicalLookup LookupConfig.swift
[9/17] Compiling SwiftLexicalLookup CanInterleaveResultsLaterScopeSyntax.swift
[10/17] Compiling SwiftLexicalLookup FunctionScopeSyntax.swift
[11/17] Compiling SwiftLexicalLookup SimpleLookupQueries.swift
[12/17] Compiling SwiftLexicalLookup SequentialScopeSyntax.swift
[13/17] Compiling SwiftLexicalLookup LookInMembersScopeSyntax.swift
[14/17] Compiling SwiftLexicalLookup NominalTypeDeclSyntax.swift
[15/17] Compiling SwiftLexicalLookup WithGenericParametersScopeSyntax.swift
[16/17] Compiling SwiftLexicalLookup ScopeSyntax.swift
[17/17] Compiling SwiftLexicalLookup ScopeImplementations.swift
Build of target: 'SwiftLexicalLookup' complete! (1.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftOperators
Extracting symbol information for 'SwiftOperators'...
Finished extracting symbol information for 'SwiftOperators'. (0.59s)
Building documentation for 'SwiftOperators'...
Finished building documentation for 'SwiftOperators' (0.08s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.47s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftOperators' complete! (0.49s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftParser
Extracting symbol information for 'SwiftParser'...
Finished extracting symbol information for 'SwiftParser'. (0.75s)
Building documentation for 'SwiftParser'...
warning: Parameter 'lookaheadRanges' is missing documentation
--> ../IncrementalParseTransition.swift:63:157-63:157
61 | /// - edits: The edits that have occurred since the last parse that resulted
62 | /// in the new source that is about to be parsed.
63 + /// - reusedNodeCallback: Optional closure to accept information about the re-used node. For each node that gets re-used `reusedNodeCallback` is called.
| ╰─suggestion: Document 'lookaheadRanges' parameter
64 | @available(*, deprecated, message: "Use initializer taking `IncrementalParseResult` instead")
65 | public init(
Finished building documentation for 'SwiftParser' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftParser' complete! (0.48s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftParserDiagnostics
Extracting symbol information for 'SwiftParserDiagnostics'...
Finished extracting symbol information for 'SwiftParserDiagnostics'. (0.59s)
Building documentation for 'SwiftParserDiagnostics'...
Finished building documentation for 'SwiftParserDiagnostics' (0.22s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftParserDiagnostics' complete! (0.47s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftRefactor
Extracting symbol information for 'SwiftRefactor'...
Finished extracting symbol information for 'SwiftRefactor'. (1.15s)
Building documentation for 'SwiftRefactor'...
Finished building documentation for 'SwiftRefactor' (0.07s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/15] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[3/16] Compiling SwiftRefactor RefactoringProvider.swift
[4/16] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[5/16] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[6/16] Compiling SwiftRefactor CallToTrailingClosures.swift
[7/16] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[8/16] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[9/16] Emitting module SwiftRefactor
[10/16] Compiling SwiftRefactor ExpandEditorPlaceholder.swift
[11/16] Compiling SwiftRefactor FormatRawStringLiteral.swift
[12/16] Compiling SwiftRefactor ConvertStoredPropertyToComputed.swift
[13/16] Compiling SwiftRefactor ConvertZeroParameterFunctionToComputedProperty.swift
[14/16] Compiling SwiftRefactor ConvertComputedPropertyToStored.swift
[15/16] Compiling SwiftRefactor ConvertComputedPropertyToZeroParameterFunction.swift
[16/16] Compiling SwiftRefactor SyntaxUtils.swift
Build of target: 'SwiftRefactor' complete! (1.05s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftSyntaxBuilder
Extracting symbol information for 'SwiftSyntaxBuilder'...
Finished extracting symbol information for 'SwiftSyntaxBuilder'. (1.10s)
Building documentation for 'SwiftSyntaxBuilder'...
warning: The topic '/documentation/SwiftSyntaxBuilder/SwiftSyntax/DeclSyntax' is an empty extension page and cannot be linked to.
This extension symbol has had all its children curated and has been removed.
--> ../ValidatingSyntaxNodes.swift:28:26-28:40
26 | ///
27 | /// This allows clients to e.g. write `try DeclSyntax(validating: "struct Foo {}")`
28 + /// which constructs a ``DeclSyntax`` that's guaranteed to be free of syntax
| ╰─suggestion: Use a plain code span instead of a symbol link
29 | /// errors.
30 | public init(validating node: Self) throws {
Finished building documentation for 'SwiftSyntaxBuilder' (0.33s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.47s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftSyntaxBuilder' complete! (0.47s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftSyntaxMacros
Extracting symbol information for 'SwiftSyntaxMacros'...
Finished extracting symbol information for 'SwiftSyntaxMacros'. (0.58s)
Building documentation for 'SwiftSyntaxMacros'...
Finished building documentation for 'SwiftSyntaxMacros' (0.09s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftSyntaxMacros' complete! (0.47s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftSyntaxMacroExpansion
Extracting symbol information for 'SwiftSyntaxMacroExpansion'...
Finished extracting symbol information for 'SwiftSyntaxMacroExpansion'. (0.59s)
Building documentation for 'SwiftSyntaxMacroExpansion'...
warning: Parameter 'conformanceList' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:210:22-210:22
208 | /// - context: context of the expansion.
| ╰─suggestion: Document 'conformanceList' parameter
209 | /// - indentationWidth: The indentation that should be added for each additional
210 + /// nesting level
211 | /// - Returns: A list of expanded source text. Upon failure (i.e.
212 | /// `definition.expansion()` throws) returns `nil`, and the diagnostics
warning: Parameter 'extendedType' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:210:22-210:22
208 | /// - context: context of the expansion.
| ╰─suggestion: Document 'extendedType' parameter
209 | /// - indentationWidth: The indentation that should be added for each additional
210 + /// nesting level
211 | /// - Returns: A list of expanded source text. Upon failure (i.e.
212 | /// `definition.expansion()` throws) returns `nil`, and the diagnostics
warning: Parameter 'extendedType' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:251:22-251:22
249 | /// - context: context of the expansion.
| ╰─suggestion: Document 'extendedType' parameter
250 | /// - indentationWidth: The indentation that should be added for each additional
251 + /// nesting level
252 | /// - Returns: A list of expanded source text. Upon failure (i.e.
253 | /// `definition.expansion()` throws) returns `nil`, and the diagnostics
warning: Parameter 'conformanceList' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:251:22-251:22
249 | /// - context: context of the expansion.
| ╰─suggestion: Document 'conformanceList' parameter
250 | /// - indentationWidth: The indentation that should be added for each additional
251 + /// nesting level
252 | /// - Returns: A list of expanded source text. Upon failure (i.e.
253 | /// `definition.expansion()` throws) returns `nil`, and the diagnostics
warning: Parameter 'conformanceList' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:426:22-426:22
424 | /// - context: context of the expansion.
| ╰─suggestion: Document 'conformanceList' parameter
425 | /// - indentationWidth: The indentation that should be added for each additional
426 + /// nesting level
427 | /// - Returns: expanded source text. Upon failure (i.e. `defintion.expansion()`
428 | /// throws) returns `nil`, and the diagnostics representing the `Error` are
warning: Parameter 'extendedType' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:426:22-426:22
424 | /// - context: context of the expansion.
| ╰─suggestion: Document 'extendedType' parameter
425 | /// - indentationWidth: The indentation that should be added for each additional
426 + /// nesting level
427 | /// - Returns: expanded source text. Upon failure (i.e. `defintion.expansion()`
428 | /// throws) returns `nil`, and the diagnostics representing the `Error` are
warning: Parameter 'conformanceList' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:467:22-467:22
465 | /// - context: context of the expansion.
| ╰─suggestion: Document 'conformanceList' parameter
466 | /// - indentationWidth: The indentation that should be added for each additional
467 + /// nesting level
468 | /// - Returns: expanded source text. Upon failure (i.e. `defintion.expansion()`
469 | /// throws) returns `nil`, and the diagnostics representing the `Error` are
warning: Parameter 'extendedType' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:467:22-467:22
465 | /// - context: context of the expansion.
| ╰─suggestion: Document 'extendedType' parameter
466 | /// - indentationWidth: The indentation that should be added for each additional
467 + /// nesting level
468 | /// - Returns: expanded source text. Upon failure (i.e. `defintion.expansion()`
469 | /// throws) returns `nil`, and the diagnostics representing the `Error` are
Finished building documentation for 'SwiftSyntaxMacroExpansion' (0.07s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftSyntaxMacroExpansion' complete! (0.47s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftSyntaxMacrosGenericTestSupport
Extracting symbol information for 'SwiftSyntaxMacrosGenericTestSupport'...
Finished extracting symbol information for 'SwiftSyntaxMacrosGenericTestSupport'. (1.23s)
Building documentation for 'SwiftSyntaxMacrosGenericTestSupport'...
warning: Parameter 'originatorFileID' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:125:135-125:135
123 | /// - column: The column to which the note is expected to point
124 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorFileID' parameter
125 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
126 | public init(
127 | message: String,
warning: Parameter 'originatorColumn' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:125:135-125:135
123 | /// - column: The column to which the note is expected to point
124 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
125 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorColumn' parameter
126 | public init(
127 | message: String,
warning: Parameter 'originatorFileID' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:197:135-197:135
195 | /// - message: The expected message of the note
196 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorFileID' parameter
197 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
198 | public init(
199 | message: String,
warning: Parameter 'originatorColumn' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:197:135-197:135
195 | /// - message: The expected message of the note
196 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
197 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorColumn' parameter
198 | public init(
199 | message: String,
warning: Parameter 'originatorColumn' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:272:135-272:135
270 | /// - fixIts: The messages of the Fix-Its the diagnostic is expected to produce
271 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
272 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorColumn' parameter
273 | public init(
274 | id: MessageID? = nil,
warning: Parameter 'originatorFileID' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:272:135-272:135
270 | /// - fixIts: The messages of the Fix-Its the diagnostic is expected to produce
271 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorFileID' parameter
272 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
273 | public init(
274 | id: MessageID? = nil,
warning: External name 'fixedSource' used to document parameter
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:486:9-486:20
484 | /// (e.g., `["Decodable", "Encodable"]`).
485 | /// - applyFixIts: If specified, filters the Fix-Its that are applied to generate `fixedSource` to only those whose message occurs in this array. If `nil`, all Fix-Its from the diagnostics are applied.
486 + /// - fixedSource: If specified, asserts that the source code after applying Fix-Its matches this string.
| ╰─suggestion: Replace 'fixedSource' with 'expectedFixedSource'
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
warning: Parameter 'filePath' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:489:71-489:71
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
489 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'filePath' parameter
490 | public func assertMacroExpansion(
491 | _ originalSource: String,
warning: Parameter 'column' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:489:71-489:71
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
489 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'column' parameter
490 | public func assertMacroExpansion(
491 | _ originalSource: String,
warning: Parameter 'line' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:489:71-489:71
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
489 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'line' parameter
490 | public func assertMacroExpansion(
491 | _ originalSource: String,
warning: Parameter 'failureHandler' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:489:71-489:71
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
489 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'failureHandler' parameter
490 | public func assertMacroExpansion(
491 | _ originalSource: String,
warning: Parameter 'fileID' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:489:71-489:71
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
489 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'fileID' parameter
490 | public func assertMacroExpansion(
491 | _ originalSource: String,
Finished building documentation for 'SwiftSyntaxMacrosGenericTestSupport' (0.06s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Compiling _SwiftSyntaxGenericTestSupport String+TrimmingTrailingWhitespace.swift
[3/4] Compiling _SwiftSyntaxGenericTestSupport AssertEqualWithDiff.swift
[4/4] Emitting module _SwiftSyntaxGenericTestSupport
[5/6] Emitting module SwiftSyntaxMacrosGenericTestSupport
[6/6] Compiling SwiftSyntaxMacrosGenericTestSupport Assertions.swift
Build of target: 'SwiftSyntaxMacrosGenericTestSupport' complete! (1.13s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
Target: SwiftSyntaxMacrosTestSupport
Extracting symbol information for 'SwiftSyntaxMacrosTestSupport'...
Finished extracting symbol information for 'SwiftSyntaxMacrosTestSupport'. (3.59s)
Building documentation for 'SwiftSyntaxMacrosTestSupport'...
warning: Parameter 'applyFixIts' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:47:5-47:5
45 | /// - testFileName: The name of the test file name to use.
46 | /// - indentationWidth: The indentation width used in the expansion.
47 + ///
48 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:file:line:)``
49 | /// to also specify the list of conformances passed to the macro expansion.
warning: Parameter 'file' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:47:5-47:5
45 | /// - testFileName: The name of the test file name to use.
46 | /// - indentationWidth: The indentation width used in the expansion.
47 + ///
| ╰─suggestion: Document 'file' parameter
48 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:file:line:)``
49 | /// to also specify the list of conformances passed to the macro expansion.
warning: Parameter 'expectedFixedSource' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:47:5-47:5
45 | /// - testFileName: The name of the test file name to use.
46 | /// - indentationWidth: The indentation width used in the expansion.
47 + ///
48 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:file:line:)``
49 | /// to also specify the list of conformances passed to the macro expansion.
warning: Parameter 'line' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:47:5-47:5
45 | /// - testFileName: The name of the test file name to use.
46 | /// - indentationWidth: The indentation width used in the expansion.
47 + ///
| ╰─suggestion: Document 'line' parameter
48 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:file:line:)``
49 | /// to also specify the list of conformances passed to the macro expansion.
warning: External name 'fixedSource' used to document parameter
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:93:9-93:20
91 | /// (e.g., `["Decodable", "Encodable"]`).
92 | /// - applyFixIts: If specified, filters the Fix-Its that are applied to generate `fixedSource` to only those whose message occurs in this array. If `nil`, all Fix-Its from the diagnostics are applied.
93 + /// - fixedSource: If specified, asserts that the source code after applying Fix-Its matches this string.
| ╰─suggestion: Replace 'fixedSource' with 'expectedFixedSource'
94 | /// - testModuleName: The name of the test module to use.
95 | /// - testFileName: The name of the test file name to use.
warning: Parameter 'line' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:96:71-96:71
94 | /// - testModuleName: The name of the test module to use.
95 | /// - testFileName: The name of the test file name to use.
96 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'line' parameter
97 | public func assertMacroExpansion(
98 | _ originalSource: String,
warning: Parameter 'file' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:96:71-96:71
94 | /// - testModuleName: The name of the test module to use.
95 | /// - testFileName: The name of the test file name to use.
96 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'file' parameter
97 | public func assertMacroExpansion(
98 | _ originalSource: String,
Finished building documentation for 'SwiftSyntaxMacrosTestSupport' (0.04s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Emitting module SwiftSyntaxMacrosTestSupport
[3/3] Compiling SwiftSyntaxMacrosTestSupport Assertions.swift
Build of target: 'SwiftSyntaxMacrosTestSupport' complete! (0.88s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29/linkable-paths.json
18231
122 /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftlang/swift-syntax/602.0.0-prerelease-2025-05-29
File count: 18231
Doc size: 122.0MB
Preparing doc bundle ...
Uploading prod-swiftlang-swift-syntax-602.0.0-prerelease-2025-05-29-f49c2451.zip to s3://spi-docs-inbox/prod-swiftlang-swift-syntax-602.0.0-prerelease-2025-05-29-f49c2451.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.