Build Information
Successful build of swift-syntax, reference 603.0.0-prerelease-2025-06-26 (c40a97
), with Swift 6.1 for macOS (SPM) on 26 Jun 2025 04:19:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
3216 | public init(
3217 | leadingTrivia: Trivia? = nil,
warning: Parameter 'modifiers' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3215:193-3215:193
3213 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'modifiers' parameter
3214 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
3215 + /// - 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.
3216 | public init(
3217 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterAccessorBlock' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3215:193-3215:193
3213 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
3214 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
3215 + /// - 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 'unexpectedAfterAccessorBlock' parameter
3216 | public init(
3217 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenReturnClauseAndGenericWhereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3215:193-3215:193
3213 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
3214 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
| ╰─suggestion: Document 'unexpectedBetweenReturnClauseAndGenericWhereClause' parameter
3215 + /// - 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.
3216 | public init(
3217 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeSuperKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3543:193-3543:193
3541 | /// - Parameters:
3542 | /// - 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.
3543 + /// - 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
3544 | public init(
3545 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterSuperKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3543:193-3543:193
3541 | /// - Parameters:
3542 | /// - 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.
3543 + /// - 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
3544 | public init(
3545 | leadingTrivia: Trivia? = nil,
warning: Parameter 'superKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3543:193-3543:193
3541 | /// - Parameters:
3542 | /// - 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.
3543 + /// - 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
3544 | public init(
3545 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWithoutTilde' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3622:193-3622:193
3620 | /// - Parameters:
3621 | /// - 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.
3622 + /// - 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
3623 | public init(
3624 | leadingTrivia: Trivia? = nil,
warning: Parameter 'type' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3622:193-3622:193
3620 | /// - Parameters:
3621 | /// - 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.
3622 + /// - 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
3623 | public init(
3624 | leadingTrivia: Trivia? = nil,
warning: Parameter 'withoutTilde' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3622:193-3622:193
3620 | /// - Parameters:
3621 | /// - 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.
3622 + /// - 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
3623 | public init(
3624 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWithoutTildeAndType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3622:193-3622:193
3620 | /// - Parameters:
3621 | /// - 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.
3622 + /// - 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
3623 | public init(
3624 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3622:193-3622:193
3620 | /// - Parameters:
3621 | /// - 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.
3622 + /// - 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
3623 | public init(
3624 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3744:193-3744:193
3742 | /// - Parameters:
3743 | /// - 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.
3744 + /// - 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
3745 | public init(
3746 | leadingTrivia: Trivia? = nil,
warning: Parameter 'pattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3744:193-3744:193
3742 | /// - Parameters:
3743 | /// - 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.
3744 + /// - 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
3745 | public init(
3746 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforePattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3744:193-3744:193
3742 | /// - Parameters:
3743 | /// - 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.
3744 + /// - 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
3745 | public init(
3746 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenPatternAndWhereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3744:193-3744:193
3742 | /// - Parameters:
3743 | /// - 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.
3744 + /// - 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
3745 | public init(
3746 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhereClauseAndTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3744:193-3744:193
3742 | /// - Parameters:
3743 | /// - 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.
3744 + /// - 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
3745 | public init(
3746 | leadingTrivia: Trivia? = nil,
warning: Parameter 'whereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3744:193-3744:193
3742 | /// - Parameters:
3743 | /// - 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.
3744 + /// - 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
3745 | public init(
3746 | leadingTrivia: Trivia? = nil,
warning: Parameter 'trailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3744:193-3744:193
3742 | /// - Parameters:
3743 | /// - 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.
3744 + /// - 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
3745 | public init(
3746 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3892:193-3892:193
3890 | /// - Parameters:
3891 | /// - 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.
3892 + /// - 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
3893 | public init(
3894 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenCaseKeywordAndCaseItems' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3892:193-3892:193
3890 | /// - Parameters:
3891 | /// - 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.
3892 + /// - 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
3893 | public init(
3894 | leadingTrivia: Trivia? = nil,
warning: Parameter 'caseKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3892:193-3892:193
3890 | /// - Parameters:
3891 | /// - 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.
3892 + /// - 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
3893 | public init(
3894 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3892:193-3892:193
3890 | /// - Parameters:
3891 | /// - 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.
3892 + /// - 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
3893 | public init(
3894 | leadingTrivia: Trivia? = nil,
warning: Parameter 'caseItems' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3892:193-3892:193
3890 | /// - Parameters:
3891 | /// - 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.
3892 + /// - 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
3893 | public init(
3894 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeCaseKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3892:193-3892:193
3890 | /// - Parameters:
3891 | /// - 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.
3892 + /// - 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
3893 | public init(
3894 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenCaseItemsAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3892:193-3892:193
3890 | /// - Parameters:
3891 | /// - 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.
3892 + /// - 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
3893 | public init(
3894 | leadingTrivia: Trivia? = nil,
warning: Parameter 'statements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4151:193-4151:193
4149 | /// - 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.
4150 | /// - attribute: The `@unknown` attribute of a default label, if present.
4151 + /// - 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
4152 | public init(
4153 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAttribute' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4151:193-4151:193
4149 | /// - 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.
4150 | /// - attribute: The `@unknown` attribute of a default label, if present.
| ╰─suggestion: Document 'unexpectedBeforeAttribute' parameter
4151 + /// - 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.
4152 | public init(
4153 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterStatements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4151:193-4151:193
4149 | /// - 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.
4150 | /// - attribute: The `@unknown` attribute of a default label, if present.
4151 + /// - 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
4152 | public init(
4153 | leadingTrivia: Trivia? = nil,
warning: Parameter 'label' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4151:193-4151:193
4149 | /// - 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.
4150 | /// - attribute: The `@unknown` attribute of a default label, if present.
4151 + /// - 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
4152 | public init(
4153 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLabelAndStatements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4151:193-4151:193
4149 | /// - 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.
4150 | /// - attribute: The `@unknown` attribute of a default label, if present.
4151 + /// - 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
4152 | public init(
4153 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAttributeAndLabel' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4151:193-4151:193
4149 | /// - 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.
4150 | /// - attribute: The `@unknown` attribute of a default label, if present.
4151 + /// - 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
4152 | public init(
4153 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4323:193-4323:193
4321 | /// - Parameters:
4322 | /// - 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.
4323 + /// - 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
4324 | public init(
4325 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeDefaultKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4323:193-4323:193
4321 | /// - Parameters:
4322 | /// - 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.
4323 + /// - 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
4324 | public init(
4325 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4323:193-4323:193
4321 | /// - Parameters:
4322 | /// - 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.
4323 + /// - 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
4324 | public init(
4325 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenDefaultKeywordAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4323:193-4323:193
4321 | /// - Parameters:
4322 | /// - 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.
4323 + /// - 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
4324 | public init(
4325 | leadingTrivia: Trivia? = nil,
warning: Parameter 'defaultKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4323:193-4323:193
4321 | /// - Parameters:
4322 | /// - 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.
4323 + /// - 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
4324 | public init(
4325 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenCasesAndRightBrace' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4464:193-4464:193
4462 | /// - cases: The switch's body that contains all possible cases.
4463 | /// - rightBrace: The brace closing the switch body.
| ╰─suggestion: Document 'unexpectedBetweenCasesAndRightBrace' parameter
4464 + /// - 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.
4465 | public init(
4466 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeSwitchKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4464:193-4464:193
4462 | /// - cases: The switch's body that contains all possible cases.
4463 | /// - rightBrace: The brace closing the switch body.
4464 + /// - 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.
4465 | public init(
4466 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightBrace' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4464:193-4464:193
4462 | /// - cases: The switch's body that contains all possible cases.
4463 | /// - rightBrace: The brace closing the switch body.
4464 + /// - 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
4465 | public init(
4466 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenSwitchKeywordAndSubject' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4464:193-4464:193
4462 | /// - cases: The switch's body that contains all possible cases.
4463 | /// - rightBrace: The brace closing the switch body.
4464 + /// - 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.
4465 | public init(
4466 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenSubjectAndLeftBrace' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4464:193-4464:193
4462 | /// - cases: The switch's body that contains all possible cases.
4463 | /// - rightBrace: The brace closing the switch body.
4464 + /// - 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.
4465 | public init(
4466 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftBraceAndCases' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4464:193-4464:193
4462 | /// - cases: The switch's body that contains all possible cases.
| ╰─suggestion: Document 'unexpectedBetweenLeftBraceAndCases' parameter
4463 | /// - rightBrace: The brace closing the switch body.
4464 + /// - 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.
4465 | public init(
4466 | 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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 'bindingSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3328:193-3328:193
3326 | /// - Parameters:
3327 | /// - 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.
3328 + /// - 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
3329 | public init(
3330 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenBindingSpecifierAndPattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3328:193-3328:193
3326 | /// - Parameters:
3327 | /// - 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.
3328 + /// - 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
3329 | public init(
3330 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterPattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3328:193-3328:193
3326 | /// - Parameters:
3327 | /// - 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.
3328 + /// - 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
3329 | public init(
3330 | leadingTrivia: Trivia? = nil,
warning: Parameter 'pattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3328:193-3328:193
3326 | /// - Parameters:
3327 | /// - 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.
3328 + /// - 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
3329 | public init(
3330 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeBindingSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3328:193-3328:193
3326 | /// - Parameters:
3327 | /// - 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.
3328 + /// - 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
3329 | public init(
3330 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAttributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3466:193-3466:193
3464 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3465 | /// - bindings: The pattern bindings that define the actual variables.
3466 + /// - 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.
3467 | public init(
3468 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenBindingSpecifierAndBindings' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3466:193-3466:193
3464 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3465 | /// - bindings: The pattern bindings that define the actual variables.
| ╰─suggestion: Document 'unexpectedBetweenBindingSpecifierAndBindings' parameter
3466 + /// - 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.
3467 | public init(
3468 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterBindings' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3466:193-3466:193
3464 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3465 | /// - bindings: The pattern bindings that define the actual variables.
3466 + /// - 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
3467 | public init(
3468 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAttributesAndModifiers' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3466:193-3466:193
3464 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3465 | /// - bindings: The pattern bindings that define the actual variables.
3466 + /// - 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.
3467 | public init(
3468 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenModifiersAndBindingSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3466:193-3466:193
3464 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
| ╰─suggestion: Document 'unexpectedBetweenModifiersAndBindingSpecifier' parameter
3465 | /// - bindings: The pattern bindings that define the actual variables.
3466 + /// - 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.
3467 | public init(
3468 | leadingTrivia: Trivia? = nil,
warning: Parameter 'attributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3466:193-3466:193
3464 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3465 | /// - bindings: The pattern bindings that define the actual variables.
3466 + /// - 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.
3467 | public init(
3468 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenPeriodAndNumber' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3744:193-3744:193
3742 | /// - period: The period of this version component.
3743 | /// - number: The version number of this component.
| ╰─suggestion: Document 'unexpectedBetweenPeriodAndNumber' parameter
3744 + /// - 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.
3745 | public init(
3746 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterNumber' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3744:193-3744:193
3742 | /// - period: The period of this version component.
3743 | /// - number: The version number of this component.
3744 + /// - 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
3745 | public init(
3746 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforePeriod' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3744:193-3744:193
3742 | /// - period: The period of this version component.
| ╰─suggestion: Document 'unexpectedBeforePeriod' parameter
3743 | /// - number: The version number of this component.
3744 + /// - 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.
3745 | public init(
3746 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenMajorAndComponents' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3877:193-3877:193
3875 | /// - major: The major version.
3876 | /// - 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
3877 + /// - 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.
3878 | public init(
3879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeMajor' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3877:193-3877:193
3875 | /// - major: The major version.
| ╰─suggestion: Document 'unexpectedBeforeMajor' parameter
3876 | /// - components: Any version components that are not the major version . For example, for `1.2.0`, this will contain `.2.0`.
3877 + /// - 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.
3878 | public init(
3879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterComponents' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3877:193-3877:193
3875 | /// - major: The major version.
3876 | /// - components: Any version components that are not the major version . For example, for `1.2.0`, this will contain `.2.0`.
3877 + /// - 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
3878 | public init(
3879 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWhereKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4030:193-4030:193
4028 | /// - Parameters:
4029 | /// - 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.
4030 + /// - 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
4031 | public init(
4032 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterCondition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4030:193-4030:193
4028 | /// - Parameters:
4029 | /// - 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.
4030 + /// - 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
4031 | public init(
4032 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhereKeywordAndCondition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4030:193-4030:193
4028 | /// - Parameters:
4029 | /// - 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.
4030 + /// - 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
4031 | public init(
4032 | leadingTrivia: Trivia? = nil,
warning: Parameter 'whereKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4030:193-4030:193
4028 | /// - Parameters:
4029 | /// - 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.
4030 + /// - 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
4031 | public init(
4032 | leadingTrivia: Trivia? = nil,
warning: Parameter 'condition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4030:193-4030:193
4028 | /// - Parameters:
4029 | /// - 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.
4030 + /// - 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
4031 | public init(
4032 | leadingTrivia: Trivia? = nil,
warning: Parameter 'conditions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - 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.
4148 + /// - 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
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWhileKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - 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.
4148 + /// - 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
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'body' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - 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.
4148 + /// - 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
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterBody' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - 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.
4148 + /// - 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
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenConditionsAndBody' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - 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.
4148 + /// - 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
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'whileKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - 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.
4148 + /// - 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
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhileKeywordAndConditions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - 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.
4148 + /// - 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
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWildcard' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4330:193-4330:193
4328 | /// - Parameters:
4329 | /// - 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.
4330 + /// - 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
4331 | public init(
4332 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterWildcard' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4330:193-4330:193
4328 | /// - Parameters:
4329 | /// - 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.
4330 + /// - 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
4331 | public init(
4332 | leadingTrivia: Trivia? = nil,
warning: Parameter 'wildcard' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4330:193-4330:193
4328 | /// - Parameters:
4329 | /// - 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.
4330 + /// - 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
4331 | public init(
4332 | leadingTrivia: Trivia? = nil,
warning: Parameter 'yieldKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4489:193-4489:193
4487 | /// - Parameters:
4488 | /// - 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.
4489 + /// - 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
4490 | public init(
4491 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterYieldedExpressions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4489:193-4489:193
4487 | /// - Parameters:
4488 | /// - 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.
4489 + /// - 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
4490 | public init(
4491 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeYieldKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4489:193-4489:193
4487 | /// - Parameters:
4488 | /// - 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.
4489 + /// - 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
4490 | public init(
4491 | leadingTrivia: Trivia? = nil,
warning: Parameter 'yieldedExpressions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4489:193-4489:193
4487 | /// - Parameters:
4488 | /// - 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.
4489 + /// - 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
4490 | public init(
4491 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenYieldKeywordAndYieldedExpressions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4489:193-4489:193
4487 | /// - Parameters:
4488 | /// - 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.
4489 + /// - 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
4490 | public init(
4491 | leadingTrivia: Trivia? = nil,
warning: Parameter 'comma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4610:193-4610:193
4608 | /// - Parameters:
4609 | /// - 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.
4610 + /// - 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
4611 | public init(
4612 | leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4610:193-4610:193
4608 | /// - Parameters:
4609 | /// - 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.
4610 + /// - 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
4611 | public init(
4612 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenExpressionAndComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4610:193-4610:193
4608 | /// - Parameters:
4609 | /// - 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.
4610 + /// - 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
4611 | public init(
4612 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4610:193-4610:193
4608 | /// - Parameters:
4609 | /// - 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.
4610 + /// - 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
4611 | public init(
4612 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4610:193-4610:193
4608 | /// - Parameters:
4609 | /// - 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.
4610 + /// - 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
4611 | public init(
4612 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4732:193-4732:193
4730 | /// - Parameters:
4731 | /// - 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.
4732 + /// - 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
4733 | public init(
4734 | leadingTrivia: Trivia? = nil,
warning: Parameter 'leftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4732:193-4732:193
4730 | /// - Parameters:
4731 | /// - 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.
4732 + /// - 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
4733 | public init(
4734 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4732:193-4732:193
4730 | /// - Parameters:
4731 | /// - 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.
4732 + /// - 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
4733 | public init(
4734 | leadingTrivia: Trivia? = nil,
warning: Parameter 'rightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4732:193-4732:193
4730 | /// - Parameters:
4731 | /// - 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.
4732 + /// - 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
4733 | public init(
4734 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenElementsAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4732:193-4732:193
4730 | /// - Parameters:
4731 | /// - 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.
4732 + /// - 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
4733 | public init(
4734 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4732:193-4732:193
4730 | /// - Parameters:
4731 | /// - 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.
4732 + /// - 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
4733 | public init(
4734 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4732:193-4732:193
4730 | /// - Parameters:
4731 | /// - 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.
4732 + /// - 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
4733 | public init(
4734 | leadingTrivia: Trivia? = nil,
Finished building documentation for 'SwiftSyntax' (4.88s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.66s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (1.25s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.80s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.43s)
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.4
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Names.swift
[8/57] Compiling SymbolKit SPI.swift
[9/57] Compiling SymbolKit Snippet.swift
[10/57] Compiling SymbolKit Extension.swift
[11/57] Compiling SymbolKit GenericConstraint.swift
[12/57] Compiling SymbolKit GenericParameter.swift
[13/57] Compiling SymbolKit Generics.swift
[14/57] Compiling SymbolKit Namespace.swift
[15/57] Compiling SymbolKit DeclarationFragments.swift
[16/57] Compiling SymbolKit Fragment.swift
[17/57] Compiling SymbolKit FragmentKind.swift
[18/57] Compiling SymbolKit FunctionParameter.swift
[19/57] Compiling SymbolKit FunctionSignature.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit SourceRange.swift
[26/57] Compiling SymbolKit Metadata.swift
[27/57] Compiling SymbolKit Module.swift
[28/57] Compiling SymbolKit OperatingSystem.swift
[29/57] Compiling SymbolKit Platform.swift
[30/57] Compiling Snippets SnippetParser.swift
[31/57] Compiling Snippets Snippet.swift
[32/57] Emitting module Snippets
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit Symbol.swift
[44/57] Compiling SymbolKit SymbolKind.swift
[45/57] Compiling SymbolKit SymbolGraph.swift
[46/57] Compiling SymbolKit GraphCollector.swift
[47/57] Compiling SymbolKit Identifier.swift
[48/57] Compiling SymbolKit KindIdentifier.swift
[49/57] Compiling SymbolKit Location.swift
[50/57] Compiling SymbolKit Mutability.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] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.15s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/13] Compiling SwiftSyntax603 Empty.swift
[3/13] Emitting module SwiftSyntax603
[4/13] Compiling SwiftSyntax510 Empty.swift
[5/13] Emitting module SwiftSyntax510
[6/13] Compiling SwiftSyntax602 Empty.swift
[7/13] Emitting module SwiftSyntax602
[8/13] Emitting module SwiftSyntax509
[9/13] Compiling SwiftSyntax509 Empty.swift
[10/13] Emitting module SwiftSyntax601
[11/13] Compiling SwiftSyntax601 Empty.swift
[12/13] Emitting module SwiftSyntax600
[13/13] Compiling SwiftSyntax600 Empty.swift
[14/77] Compiling SwiftSyntax AbsolutePosition.swift
[15/77] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[16/77] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[17/77] Compiling SwiftSyntax Assert.swift
[18/77] Compiling SwiftSyntax BumpPtrAllocator.swift
[19/77] Compiling SwiftSyntax CommonAncestor.swift
[20/77] Compiling SwiftSyntax Convenience.swift
[21/84] Compiling SwiftSyntax SyntaxProtocol.swift
[22/84] Compiling SwiftSyntax SyntaxText.swift
[23/84] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[24/84] Compiling SwiftSyntax TokenDiagnostic.swift
[25/84] Compiling SwiftSyntax TokenSequence.swift
[26/84] Compiling SwiftSyntax TokenSyntax.swift
[27/84] Compiling SwiftSyntax Trivia.swift
[28/84] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[29/84] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[30/84] Compiling SwiftSyntax RawSyntaxTokenView.swift
[31/84] Compiling SwiftSyntax SourceEdit.swift
[32/84] Compiling SwiftSyntax SourceLength.swift
[33/84] Compiling SwiftSyntax SourceLocation.swift
[34/84] Compiling SwiftSyntax SourcePresence.swift
[35/84] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[36/84] Compiling SwiftSyntax Syntax.swift
[37/84] Compiling SwiftSyntax SyntaxChildren.swift
[38/84] Compiling SwiftSyntax SyntaxCollection.swift
[39/84] Compiling SwiftSyntax SyntaxHashable.swift
[40/84] Compiling SwiftSyntax SyntaxIdentifier.swift
[41/84] Compiling SwiftSyntax SyntaxNodeStructure.swift
[42/84] Compiling SwiftSyntax Tokens.swift
[43/84] Compiling SwiftSyntax TriviaPieces.swift
[44/84] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[45/84] Compiling SwiftSyntax RawSyntaxNodesC.swift
[46/84] Compiling SwiftSyntax RawSyntaxNodesD.swift
[47/84] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[48/84] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[49/84] Emitting module SwiftSyntax
[50/84] Compiling SwiftSyntax SyntaxCollections.swift
[51/84] Compiling SwiftSyntax SyntaxEnum.swift
[52/84] Compiling SwiftSyntax SyntaxKind.swift
[53/84] Compiling SwiftSyntax SyntaxRewriter.swift
[54/84] Compiling SwiftSyntax SyntaxTraits.swift
[55/84] Compiling SwiftSyntax SyntaxVisitor.swift
[56/84] Compiling SwiftSyntax TokenKind.swift
[57/84] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[58/84] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[59/84] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[60/84] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[61/84] Compiling SwiftSyntax RawSyntaxValidation.swift
[62/84] Compiling SwiftSyntax SyntaxNodesAB.swift
[63/84] Compiling SwiftSyntax SyntaxNodesC.swift
[64/84] Compiling SwiftSyntax CustomTraits.swift
[65/84] Compiling SwiftSyntax EditorPlaceholder.swift
[66/84] Compiling SwiftSyntax Identifier.swift
[67/84] Compiling SwiftSyntax MemoryLayout.swift
[68/84] Compiling SwiftSyntax MissingNodeInitializers.swift
[69/84] Compiling SwiftSyntax RawSyntax.swift
[70/84] Compiling SwiftSyntax RawSyntaxArena.swift
[71/84] Compiling SwiftSyntax SyntaxNodesD.swift
[72/84] Compiling SwiftSyntax SyntaxNodesEF.swift
[73/84] Compiling SwiftSyntax SyntaxNodesGHI.swift
[74/84] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[75/84] Compiling SwiftSyntax SyntaxNodesOP.swift
[76/84] Compiling SwiftSyntax SyntaxNodesQRS.swift
[77/84] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[78/84] Compiling SwiftSyntax Utils.swift
[79/84] Compiling SwiftSyntax ChildNameForKeyPath.swift
[80/84] Compiling SwiftSyntax Keyword.swift
[81/84] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[82/84] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[83/84] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[84/84] Compiling SwiftSyntax SyntaxBaseNodes.swift
Build of target: 'SwiftSyntax' complete! (8.56s)
Target: SwiftBasicFormat
Extracting symbol information for 'SwiftBasicFormat'...
Finished extracting symbol information for 'SwiftBasicFormat'. (1.05s)
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/603.0.0-prerelease-2025-06-26
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/8] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[3/8] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[4/8] Compiling SwiftBasicFormat Syntax+Extensions.swift
[5/8] Compiling SwiftBasicFormat Indenter.swift
[6/8] Compiling SwiftBasicFormat InferIndentation.swift
[7/8] Compiling SwiftBasicFormat BasicFormat.swift
[8/8] Emitting module SwiftBasicFormat
Build of target: 'SwiftBasicFormat' complete! (0.94s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftCompilerPlugin
Extracting symbol information for 'SwiftCompilerPlugin'...
Finished extracting symbol information for 'SwiftCompilerPlugin'. (6.21s)
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/603.0.0-prerelease-2025-06-26
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/54] Compiling SwiftDiagnostics FixIt.swift
[3/54] Compiling SwiftDiagnostics Message.swift
[4/55] Compiling SwiftDiagnostics Note.swift
[5/55] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[6/55] Compiling SwiftDiagnostics Convenience.swift
[7/55] Compiling SwiftDiagnostics Diagnostic.swift
[8/55] Emitting module SwiftDiagnostics
[9/55] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[10/55] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[11/55] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[12/55] Compiling SwiftDiagnostics GroupedDiagnostics.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 Patterns.swift
[19/59] Compiling SwiftParser Recovery.swift
[20/59] Compiling SwiftParser Specifiers.swift
[21/59] Compiling SwiftParser Statements.swift
[22/59] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[23/59] Compiling SwiftParser StringLiterals.swift
[24/59] Compiling SwiftParser SwiftParserCompatibility.swift
[25/59] Compiling SwiftParser SwiftVersion.swift
[26/59] Compiling SwiftParser SyntaxUtils.swift
[27/59] Compiling SwiftParser RegexLiteralLexer.swift
[28/59] Compiling SwiftParser UnicodeScalarExtensions.swift
[29/59] Compiling SwiftParser Lookahead.swift
[30/59] Compiling SwiftParser LoopProgressCondition.swift
[31/59] Compiling SwiftParser Modifiers.swift
[32/59] Emitting module SwiftParser
[33/59] Compiling SwiftParser Names.swift
[34/59] Compiling SwiftParser Nominals.swift
[35/59] Compiling SwiftParser Parameters.swift
[36/59] Compiling SwiftParser ParseSourceFile.swift
[37/59] Compiling SwiftParser Parser.swift
[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 TopLevel.swift
[43/59] Compiling SwiftParser TriviaParser.swift
[44/59] Compiling SwiftParser Types.swift
[45/59] Compiling SwiftParser ExperimentalFeatures.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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[62/84] Compiling SwiftOperators PrecedenceGraph.swift
[63/84] Compiling SwiftOperators OperatorTable.swift
[64/84] Compiling SwiftOperators SyntaxSynthesis.swift
[65/84] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[66/84] Compiling SwiftOperators OperatorTable+Defaults.swift
[67/84] Compiling SwiftOperators OperatorTable+Semantics.swift
[68/84] Compiling SwiftOperators OperatorError.swift
[69/84] Compiling SwiftOperators OperatorTable+Folding.swift
[70/84] Emitting module SwiftOperators
[71/84] Compiling SwiftOperators OperatorError+Diagnostics.swift
[72/84] Compiling SwiftOperators Operator.swift
[73/84] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[74/84] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[75/84] Compiling SwiftParserDiagnostics Utils.swift
[76/84] Compiling SwiftParserDiagnostics PresenceUtils.swift
[77/84] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[78/84] Emitting module SwiftParserDiagnostics
[79/84] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[80/84] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[81/84] Compiling SwiftParserDiagnostics MissingNodesError.swift
[82/84] Compiling SwiftParserDiagnostics MissingTokenError.swift
[83/84] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[84/84] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[85/99] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[86/99] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[87/99] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[88/99] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[89/99] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[90/99] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[91/100] Compiling SwiftSyntaxBuilder Indenter.swift
[92/100] Compiling SwiftSyntaxBuilder ListBuilder.swift
[93/100] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[94/100] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[95/100] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[96/100] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[97/100] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[98/100] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[99/100] Emitting module SwiftSyntaxBuilder
[100/100] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[101/118] Compiling SwiftSyntaxMacros PreambleMacro.swift
[102/118] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[103/118] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[104/118] Compiling SwiftSyntaxMacros Macro.swift
[105/118] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[106/118] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[107/118] Compiling SwiftSyntaxMacros Macro+Format.swift
[108/118] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[109/118] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[110/118] Compiling SwiftSyntaxMacros AttachedMacro.swift
[111/118] Compiling SwiftSyntaxMacros BodyMacro.swift
[112/118] Compiling SwiftSyntaxMacros MemberMacro.swift
[113/118] Compiling SwiftSyntaxMacros PeerMacro.swift
[114/119] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[115/119] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[116/119] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[117/119] Compiling SwiftSyntaxMacros AccessorMacro.swift
[118/119] Emitting module SwiftSyntaxMacros
[119/119] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[120/129] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[121/129] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[122/129] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[123/129] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[124/129] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[125/129] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[126/129] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[127/129] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[128/129] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[129/129] Emitting module SwiftSyntaxMacroExpansion
[130/141] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[131/142] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[132/142] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[133/142] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[134/142] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[135/142] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[136/142] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[137/142] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[138/142] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[139/142] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[140/142] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[141/142] Emitting module SwiftCompilerPluginMessageHandling
[142/142] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[143/144] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[144/144] Emitting module SwiftCompilerPlugin
Build of target: 'SwiftCompilerPlugin' complete! (5.95s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftDiagnostics
Extracting symbol information for 'SwiftDiagnostics'...
Finished extracting symbol information for 'SwiftDiagnostics'. (0.50s)
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/603.0.0-prerelease-2025-06-26
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.42s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftIDEUtils
Extracting symbol information for 'SwiftIDEUtils'...
Finished extracting symbol information for 'SwiftIDEUtils'. (0.97s)
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.06s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
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 Utils.swift
[3/10] Compiling SwiftIDEUtils SwiftIDEUtilsCompatibility.swift
[4/10] Compiling SwiftIDEUtils SyntaxClassification.swift
[5/10] Compiling SwiftIDEUtils Syntax+Classifications.swift
[6/10] Compiling SwiftIDEUtils SyntaxClassifier.swift
[7/10] Compiling SwiftIDEUtils FixItApplier.swift
[8/10] Compiling SwiftIDEUtils NameMatcher.swift
[9/10] Emitting module SwiftIDEUtils
[10/10] Compiling SwiftIDEUtils DeclNameLocation.swift
Build of target: 'SwiftIDEUtils' complete! (0.88s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftIfConfig
Extracting symbol information for 'SwiftIfConfig'...
Finished extracting symbol information for 'SwiftIfConfig'. (1.08s)
Building documentation for 'SwiftIfConfig'...
Finished building documentation for 'SwiftIfConfig' (0.07s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
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/15] Compiling SwiftIfConfig IfConfigFunctions.swift
[3/15] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[4/15] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[5/15] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[6/15] Compiling SwiftIfConfig IfConfigRegionState.swift
[7/16] Compiling SwiftIfConfig VersionTuple.swift
[8/16] Compiling SwiftIfConfig ConfiguredRegions.swift
[9/16] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[10/16] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[11/16] Compiling SwiftIfConfig BuildConfiguration.swift
[12/16] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[13/16] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[14/16] Emitting module SwiftIfConfig
[15/16] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[16/16] Compiling SwiftIfConfig IfConfigEvaluation.swift
Build of target: 'SwiftIfConfig' complete! (0.96s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftLexicalLookup
Extracting symbol information for 'SwiftLexicalLookup'...
Finished extracting symbol information for 'SwiftLexicalLookup'. (1.33s)
Building documentation for 'SwiftLexicalLookup'...
Finished building documentation for 'SwiftLexicalLookup' (0.06s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
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/16] Compiling SwiftLexicalLookup SequentialScopeSyntax.swift
[3/16] Compiling SwiftLexicalLookup ScopeSyntax.swift
[4/16] Compiling SwiftLexicalLookup IdentifiableSyntax.swift
[5/16] Compiling SwiftLexicalLookup LookupConfig.swift
[6/16] Compiling SwiftLexicalLookup LookupName.swift
[7/16] Compiling SwiftLexicalLookup LookupResult.swift
[8/16] Compiling SwiftLexicalLookup CanInterleaveResultsLaterScopeSyntax.swift
[9/16] Compiling SwiftLexicalLookup FunctionScopeSyntax.swift
[10/16] Compiling SwiftLexicalLookup WithGenericParametersScopeSyntax.swift
[11/16] Compiling SwiftLexicalLookup LookInMembersScopeSyntax.swift
[12/16] Compiling SwiftLexicalLookup NominalTypeDeclSyntax.swift
[13/16] Compiling SwiftLexicalLookup ScopeImplementations.swift
[14/16] Compiling SwiftLexicalLookup GenericParameterScopeSyntax.swift
[15/16] Compiling SwiftLexicalLookup IntroducingToSequentialParentScopeSyntax.swift
[16/16] Emitting module SwiftLexicalLookup
[17/17] Compiling SwiftLexicalLookup SimpleLookupQueries.swift
Build of target: 'SwiftLexicalLookup' complete! (1.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftOperators
Extracting symbol information for 'SwiftOperators'...
Finished extracting symbol information for 'SwiftOperators'. (0.52s)
Building documentation for 'SwiftOperators'...
Finished building documentation for 'SwiftOperators' (0.07s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
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
Build of target: 'SwiftOperators' complete! (0.42s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftParser
Extracting symbol information for 'SwiftParser'...
Finished extracting symbol information for 'SwiftParser'. (0.67s)
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.10s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
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
Build of target: 'SwiftParser' complete! (0.42s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftParserDiagnostics
Extracting symbol information for 'SwiftParserDiagnostics'...
Finished extracting symbol information for 'SwiftParserDiagnostics'. (0.54s)
Building documentation for 'SwiftParserDiagnostics'...
Finished building documentation for 'SwiftParserDiagnostics' (0.20s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
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: 'SwiftParserDiagnostics' complete! (0.43s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftRefactor
Extracting symbol information for 'SwiftRefactor'...
Finished extracting symbol information for 'SwiftRefactor'. (1.10s)
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/603.0.0-prerelease-2025-06-26
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/16] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[3/16] Compiling SwiftRefactor RefactoringProvider.swift
[4/16] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[5/16] Compiling SwiftRefactor FormatRawStringLiteral.swift
[6/16] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[7/16] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[8/17] Compiling SwiftRefactor ConvertZeroParameterFunctionToComputedProperty.swift
[9/17] Compiling SwiftRefactor ExpandEditorPlaceholder.swift
[10/17] Compiling SwiftRefactor CallToTrailingClosures.swift
[11/17] Compiling SwiftRefactor ConvertComputedPropertyToStored.swift
[12/17] Compiling SwiftRefactor ConvertComputedPropertyToZeroParameterFunction.swift
[13/17] Compiling SwiftRefactor ConvertStoredPropertyToComputed.swift
[14/17] Emitting module SwiftRefactor
[15/17] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[16/17] Compiling SwiftRefactor CallLikeSyntax.swift
[17/17] Compiling SwiftRefactor SyntaxUtils.swift
Build of target: 'SwiftRefactor' complete! (1.00s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftSyntaxBuilder
Extracting symbol information for 'SwiftSyntaxBuilder'...
Finished extracting symbol information for 'SwiftSyntaxBuilder'. (1.03s)
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.30s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
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
Build of target: 'SwiftSyntaxBuilder' complete! (0.43s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftSyntaxMacros
Extracting symbol information for 'SwiftSyntaxMacros'...
Finished extracting symbol information for 'SwiftSyntaxMacros'. (0.52s)
Building documentation for 'SwiftSyntaxMacros'...
Finished building documentation for 'SwiftSyntaxMacros' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
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
Build of target: 'SwiftSyntaxMacros' complete! (0.43s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftSyntaxMacroExpansion
Extracting symbol information for 'SwiftSyntaxMacroExpansion'...
Finished extracting symbol information for 'SwiftSyntaxMacroExpansion'. (0.52s)
Building documentation for 'SwiftSyntaxMacroExpansion'...
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 '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 '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 '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: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 '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
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
Finished building documentation for 'SwiftSyntaxMacroExpansion' (0.07s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
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
Build of target: 'SwiftSyntaxMacroExpansion' complete! (0.42s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftSyntaxMacrosGenericTestSupport
Extracting symbol information for 'SwiftSyntaxMacrosGenericTestSupport'...
Finished extracting symbol information for 'SwiftSyntaxMacrosGenericTestSupport'. (1.10s)
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 '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,
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 '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,
Finished building documentation for 'SwiftSyntaxMacrosGenericTestSupport' (0.05s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
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/4] Compiling _SwiftSyntaxGenericTestSupport String+TrimmingTrailingWhitespace.swift
[3/4] Compiling _SwiftSyntaxGenericTestSupport AssertEqualWithDiff.swift
[4/4] Emitting module _SwiftSyntaxGenericTestSupport
[5/6] Compiling SwiftSyntaxMacrosGenericTestSupport Assertions.swift
[6/6] Emitting module SwiftSyntaxMacrosGenericTestSupport
Build of target: 'SwiftSyntaxMacrosGenericTestSupport' complete! (1.01s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
Target: SwiftSyntaxMacrosTestSupport
Extracting symbol information for 'SwiftSyntaxMacrosTestSupport'...
Finished extracting symbol information for 'SwiftSyntaxMacrosTestSupport'. (3.20s)
Building documentation for 'SwiftSyntaxMacrosTestSupport'...
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 '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 '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/603.0.0-prerelease-2025-06-26
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/3] Emitting module SwiftSyntaxMacrosTestSupport
[3/3] Compiling SwiftSyntaxMacrosTestSupport Assertions.swift
Build of target: 'SwiftSyntaxMacrosTestSupport' complete! (0.80s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26/linkable-paths.json
18299
122 /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-06-26
File count: 18299
Doc size: 122.0MB
Preparing doc bundle ...
Uploading prod-swiftlang-swift-syntax-603.0.0-prerelease-2025-06-26-c03f1336.zip to s3://spi-docs-inbox/prod-swiftlang-swift-syntax-603.0.0-prerelease-2025-06-26-c03f1336.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.