The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-syntax, reference 603.0.0-prerelease-2025-10-30 (ef367f), with Swift 6.2 for macOS (SPM) on 31 Oct 2025 07:53:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

2925 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'arguments' parameter
2926 |   public init(
2927 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeCalledExpression' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:2925:193-2925:193
2923 |   /// - Parameters:
2924 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2925 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'unexpectedBeforeCalledExpression' parameter
2926 |   public init(
2927 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenTrailingClosureAndAdditionalTrailingClosures' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:2925:193-2925:193
2923 |   /// - Parameters:
2924 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2925 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'unexpectedBetweenTrailingClosureAndAdditionalTrailingClosures' parameter
2926 |   public init(
2927 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenCalledExpressionAndLeftSquare' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:2925:193-2925:193
2923 |   /// - Parameters:
2924 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2925 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'unexpectedBetweenCalledExpressionAndLeftSquare' parameter
2926 |   public init(
2927 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'leftSquare' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:2925:193-2925:193
2923 |   /// - Parameters:
2924 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2925 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'leftSquare' parameter
2926 |   public init(
2927 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'calledExpression' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:2925:193-2925:193
2923 |   /// - Parameters:
2924 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2925 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'calledExpression' parameter
2926 |   public init(
2927 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftSquareAndArguments' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:2925:193-2925:193
2923 |   /// - Parameters:
2924 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2925 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'unexpectedBetweenLeftSquareAndArguments' parameter
2926 |   public init(
2927 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAttributes' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3215:193-3215:193
3213 |   ///   - genericParameterClause: The parameter clause that defines the generic parameters.
     |         ╰─suggestion: Document 'unexpectedBeforeAttributes' 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 'returnClause' 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 'returnClause' 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 'unexpectedBetweenGenericParameterClauseAndParameterClause' 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 'unexpectedBetweenGenericParameterClauseAndParameterClause' 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 'unexpectedBetweenParameterClauseAndReturnClause' 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 'unexpectedBetweenParameterClauseAndReturnClause' 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 'subscriptKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3215:193-3215:193
3213 |   ///   - genericParameterClause: The parameter clause that defines the generic parameters.
     |         ╰─suggestion: Document 'subscriptKeyword' 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 'unexpectedBetweenAttributesAndModifiers' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3215:193-3215:193
3213 |   ///   - genericParameterClause: The parameter clause that defines the generic parameters.
     |         ╰─suggestion: Document 'unexpectedBetweenAttributesAndModifiers' 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 'unexpectedBetweenGenericWhereClauseAndAccessorBlock' 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 'unexpectedBetweenGenericWhereClauseAndAccessorBlock' 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 'parameterClause' 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 'parameterClause' 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 '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 'unexpectedBetweenModifiersAndSubscriptKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3215:193-3215:193
3213 |   ///   - genericParameterClause: The parameter clause that defines the generic parameters.
     |         ╰─suggestion: Document 'unexpectedBetweenModifiersAndSubscriptKeyword' 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 'unexpectedBetweenSubscriptKeywordAndGenericParameterClause' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3215:193-3215:193
3213 |   ///   - genericParameterClause: The parameter clause that defines the generic parameters.
     |         ╰─suggestion: Document 'unexpectedBetweenSubscriptKeywordAndGenericParameterClause' 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 'accessorBlock' 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 'accessorBlock' parameter
3216 |   public init(
3217 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'attributes' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3215:193-3215:193
3213 |   ///   - genericParameterClause: The parameter clause that defines the generic parameters.
     |         ╰─suggestion: Document 'attributes' 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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 'unexpectedAfterExpression' is missing documentation
   --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:379:193-379:193
377 |   /// - Parameters:
378 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
379 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
    |         ╰─suggestion: Document 'unexpectedAfterExpression' parameter
380 |   public init(
381 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'throwKeyword' is missing documentation
   --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:379:193-379:193
377 |   /// - Parameters:
378 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
379 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
    |         ╰─suggestion: Document 'throwKeyword' parameter
380 |   public init(
381 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
   --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:379:193-379:193
377 |   /// - Parameters:
378 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
379 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
    |         ╰─suggestion: Document 'expression' parameter
380 |   public init(
381 |     leadingTrivia: Trivia? = nil,
warning: Parameter '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 '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 '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 '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 '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 'unexpectedBetweenTryKeywordAndQuestionOrExclamationMark' is missing documentation
   --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:710:193-710:193
708 |   /// - Parameters:
709 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
710 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
    |         ╰─suggestion: Document 'unexpectedBetweenTryKeywordAndQuestionOrExclamationMark' parameter
711 |   public init(
712 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterExpression' is missing documentation
   --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:710:193-710:193
708 |   /// - Parameters:
709 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
710 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
    |         ╰─suggestion: Document 'unexpectedAfterExpression' parameter
711 |   public init(
712 |     leadingTrivia: Trivia? = nil,
warning: Parameter '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 '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 '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 '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 '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 'leftParen' is missing documentation
   --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 |   /// - Parameters:
858 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
    |         ╰─suggestion: Document 'leftParen' parameter
860 |   public init(
861 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
   --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 |   /// - Parameters:
858 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
    |         ╰─suggestion: Document 'elements' parameter
860 |   public init(
861 |     leadingTrivia: Trivia? = nil,
warning: Parameter '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 '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 'unexpectedBetweenElementsAndRightParen' is missing documentation
   --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 |   /// - Parameters:
858 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
    |         ╰─suggestion: Document 'unexpectedBetweenElementsAndRightParen' parameter
860 |   public init(
861 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
   --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:859:193-859:193
857 |   /// - Parameters:
858 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
859 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
    |         ╰─suggestion: Document 'unexpectedBeforeLeftParen' parameter
860 |   public init(
861 |     leadingTrivia: Trivia? = nil,
warning: Parameter '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 '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 '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 '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 'unexpectedAfterTrailingComma' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1044:193-1044:193
1042 |   ///   - pattern: The value of this labeled pattern.
1043 |   ///   - trailingComma: The comma separating elements.
1044 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'unexpectedAfterTrailingComma' parameter
1045 |   public init(
1046 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1240:193-1240:193
1238 |   ///   - leftParen: The parent introducing the tuple.
1239 |   ///   - rightParen: The paren closing the tuple.
     |         ╰─suggestion: Document 'unexpectedBetweenLeftParenAndElements' parameter
1240 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1241 |   public init(
1242 |     leadingTrivia: Trivia? = nil,
warning: Parameter '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 '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 '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 '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 'unexpectedBetweenTypeAndEllipsis' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 |   /// - Parameters:
1425 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'unexpectedBetweenTypeAndEllipsis' parameter
1427 |   public init(
1428 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'firstName' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 |   /// - Parameters:
1425 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'firstName' parameter
1427 |   public init(
1428 |     leadingTrivia: Trivia? = nil,
warning: Parameter '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 'ellipsis' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 |   /// - Parameters:
1425 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'ellipsis' parameter
1427 |   public init(
1428 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1426:193-1426:193
1424 |   /// - Parameters:
1425 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1426 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'colon' parameter
1427 |   public init(
1428 |     leadingTrivia: Trivia? = nil,
warning: Parameter '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 'unexpectedBetweenGenericParameterClauseAndInitializer' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 |   ///   - genericParameterClause: The parameter clause that defines the generic parameters.
1876 |   ///   - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
     |         ╰─suggestion: Document 'unexpectedBetweenGenericParameterClauseAndInitializer' parameter
1877 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 |   public init(
1879 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenTypealiasKeywordAndName' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1877:193-1877:193
1875 |   ///   - genericParameterClause: The parameter clause that defines the generic parameters.
     |         ╰─suggestion: Document 'unexpectedBetweenTypealiasKeywordAndName' parameter
1876 |   ///   - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1877 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1878 |   public init(
1879 |     leadingTrivia: Trivia? = nil,
warning: Parameter '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 'type' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2191:193-2191:193
2189 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2190 |   ///   - colon: The colon separating previous pattern and the type.
2191 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'type' parameter
2192 |   public init(
2193 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeColon' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2191:193-2191:193
2189 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2190 |   ///   - colon: The colon separating previous pattern and the type.
     |         ╰─suggestion: Document 'unexpectedBeforeColon' parameter
2191 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2192 |   public init(
2193 |     leadingTrivia: Trivia? = nil,
warning: Parameter '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 '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 '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 '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 '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 '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 '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 'unexpectedAfterValue' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2515:193-2515:193
2513 |   /// - Parameters:
2514 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2515 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'unexpectedAfterValue' parameter
2516 |   public init(
2517 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'equal' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2515:193-2515:193
2513 |   /// - Parameters:
2514 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2515 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'equal' parameter
2516 |   public init(
2517 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'value' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2515:193-2515:193
2513 |   /// - Parameters:
2514 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2515 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'value' parameter
2516 |   public init(
2517 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedCode' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2633:193-2633:193
2631 |   /// - Parameters:
2632 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2633 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
     |         ╰─suggestion: Document 'unexpectedCode' parameter
2634 |   public init(
2635 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterQuestionOrExclamationMark' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2694:193-2694:193
2692 |   /// - Parameters:
2693 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2694 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2695 |   public init(
2696 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAsKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2694:193-2694:193
2692 |   /// - Parameters:
2693 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2694 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2695 |   public init(
2696 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAsKeywordAndQuestionOrExclamationMark' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2694:193-2694:193
2692 |   /// - Parameters:
2693 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2694 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2695 |   public init(
2696 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'asKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2694:193-2694:193
2692 |   /// - Parameters:
2693 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2694 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2695 |   public init(
2696 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'questionOrExclamationMark' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2694:193-2694:193
2692 |   /// - Parameters:
2693 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2694 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2695 |   public init(
2696 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeIsKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2820:193-2820:193
2818 |   /// - Parameters:
2819 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2820 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2821 |   public init(
2822 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterIsKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2820:193-2820:193
2818 |   /// - Parameters:
2819 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2820 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2821 |   public init(
2822 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'isKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2820:193-2820:193
2818 |   /// - Parameters:
2819 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2820 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2821 |   public init(
2822 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'thenExpression' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2906:193-2906:193
2904 |   /// - Parameters:
2905 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2906 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2907 |   public init(
2908 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeQuestionMark' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2906:193-2906:193
2904 |   /// - Parameters:
2905 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2906 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2907 |   public init(
2908 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2906:193-2906:193
2904 |   /// - Parameters:
2905 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2906 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2907 |   public init(
2908 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterColon' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2906:193-2906:193
2904 |   /// - Parameters:
2905 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2906 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2907 |   public init(
2908 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'questionMark' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2906:193-2906:193
2904 |   /// - Parameters:
2905 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2906 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2907 |   public init(
2908 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenThenExpressionAndColon' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2906:193-2906:193
2904 |   /// - Parameters:
2905 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2906 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2907 |   public init(
2908 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenQuestionMarkAndThenExpression' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2906:193-2906:193
2904 |   /// - Parameters:
2905 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2906 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2907 |   public init(
2908 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unsafeKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3052:193-3052:193
3050 |   /// - Parameters:
3051 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3052 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3053 |   public init(
3054 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterExpression' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3052:193-3052:193
3050 |   /// - Parameters:
3051 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3052 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3053 |   public init(
3054 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3052:193-3052:193
3050 |   /// - Parameters:
3051 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3052 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3053 |   public init(
3054 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenUnsafeKeywordAndExpression' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3052:193-3052:193
3050 |   /// - Parameters:
3051 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3052 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3053 |   public init(
3054 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeUnsafeKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3052:193-3052:193
3050 |   /// - Parameters:
3051 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3052 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3053 |   public init(
3054 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterPattern' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3385:193-3385:193
3383 |   /// - Parameters:
3384 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3385 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3386 |   public init(
3387 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'bindingSpecifier' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3385:193-3385:193
3383 |   /// - Parameters:
3384 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3385 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3386 |   public init(
3387 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeBindingSpecifier' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3385:193-3385:193
3383 |   /// - Parameters:
3384 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3385 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3386 |   public init(
3387 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenBindingSpecifierAndPattern' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3385:193-3385:193
3383 |   /// - Parameters:
3384 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3385 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3386 |   public init(
3387 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'pattern' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3385:193-3385:193
3383 |   /// - Parameters:
3384 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3385 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3386 |   public init(
3387 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenBindingSpecifierAndBindings' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3523:193-3523:193
3521 |   ///   - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3522 |   ///   - bindings: The pattern bindings that define the actual variables.
     |         ╰─suggestion: Document 'unexpectedBetweenBindingSpecifierAndBindings' parameter
3523 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3524 |   public init(
3525 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterBindings' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3523:193-3523:193
3521 |   ///   - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3522 |   ///   - bindings: The pattern bindings that define the actual variables.
3523 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3524 |   public init(
3525 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'attributes' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3523:193-3523:193
3521 |   ///   - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3522 |   ///   - bindings: The pattern bindings that define the actual variables.
3523 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3524 |   public init(
3525 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenModifiersAndBindingSpecifier' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3523:193-3523:193
3521 |   ///   - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
     |         ╰─suggestion: Document 'unexpectedBetweenModifiersAndBindingSpecifier' parameter
3522 |   ///   - bindings: The pattern bindings that define the actual variables.
3523 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3524 |   public init(
3525 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAttributes' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3523:193-3523:193
3521 |   ///   - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3522 |   ///   - bindings: The pattern bindings that define the actual variables.
3523 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3524 |   public init(
3525 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAttributesAndModifiers' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3523:193-3523:193
3521 |   ///   - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3522 |   ///   - bindings: The pattern bindings that define the actual variables.
3523 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3524 |   public init(
3525 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenPeriodAndNumber' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3801:193-3801:193
3799 |   ///   - period: The period of this version component.
3800 |   ///   - number: The version number of this component.
     |         ╰─suggestion: Document 'unexpectedBetweenPeriodAndNumber' parameter
3801 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3802 |   public init(
3803 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforePeriod' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3801:193-3801:193
3799 |   ///   - period: The period of this version component.
     |         ╰─suggestion: Document 'unexpectedBeforePeriod' parameter
3800 |   ///   - number: The version number of this component.
3801 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3802 |   public init(
3803 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterNumber' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3801:193-3801:193
3799 |   ///   - period: The period of this version component.
3800 |   ///   - number: The version number of this component.
3801 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3802 |   public init(
3803 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeMajor' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3934:193-3934:193
3932 |   ///   - major: The major version.
     |         ╰─suggestion: Document 'unexpectedBeforeMajor' parameter
3933 |   ///   - components: Any version components that are not the major version . For example, for `1.2.0`, this will contain `.2.0`.
3934 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3935 |   public init(
3936 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenMajorAndComponents' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3934:193-3934:193
3932 |   ///   - major: The major version.
3933 |   ///   - 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
3934 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3935 |   public init(
3936 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterComponents' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3934:193-3934:193
3932 |   ///   - major: The major version.
3933 |   ///   - components: Any version components that are not the major version . For example, for `1.2.0`, this will contain `.2.0`.
3934 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3935 |   public init(
3936 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhereKeywordAndCondition' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4087:193-4087:193
4085 |   /// - Parameters:
4086 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4087 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4088 |   public init(
4089 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'whereKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4087:193-4087:193
4085 |   /// - Parameters:
4086 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4087 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4088 |   public init(
4089 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterCondition' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4087:193-4087:193
4085 |   /// - Parameters:
4086 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4087 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4088 |   public init(
4089 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'condition' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4087:193-4087:193
4085 |   /// - Parameters:
4086 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4087 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4088 |   public init(
4089 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWhereKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4087:193-4087:193
4085 |   /// - Parameters:
4086 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4087 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4088 |   public init(
4089 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterBody' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4205:193-4205:193
4203 |   /// - Parameters:
4204 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4205 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4206 |   public init(
4207 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenConditionsAndBody' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4205:193-4205:193
4203 |   /// - Parameters:
4204 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4205 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4206 |   public init(
4207 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWhileKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4205:193-4205:193
4203 |   /// - Parameters:
4204 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4205 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4206 |   public init(
4207 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'body' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4205:193-4205:193
4203 |   /// - Parameters:
4204 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4205 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4206 |   public init(
4207 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'whileKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4205:193-4205:193
4203 |   /// - Parameters:
4204 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4205 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4206 |   public init(
4207 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhileKeywordAndConditions' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4205:193-4205:193
4203 |   /// - Parameters:
4204 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4205 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4206 |   public init(
4207 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'conditions' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4205:193-4205:193
4203 |   /// - Parameters:
4204 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4205 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4206 |   public init(
4207 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterWildcard' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4387:193-4387:193
4385 |   /// - Parameters:
4386 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4387 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4388 |   public init(
4389 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'wildcard' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4387:193-4387:193
4385 |   /// - Parameters:
4386 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4387 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4388 |   public init(
4389 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWildcard' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4387:193-4387:193
4385 |   /// - Parameters:
4386 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4387 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4388 |   public init(
4389 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'yieldedExpressions' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4546:193-4546:193
4544 |   /// - Parameters:
4545 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4546 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4547 |   public init(
4548 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterYieldedExpressions' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4546:193-4546:193
4544 |   /// - Parameters:
4545 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4546 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4547 |   public init(
4548 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenYieldKeywordAndYieldedExpressions' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4546:193-4546:193
4544 |   /// - Parameters:
4545 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4546 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4547 |   public init(
4548 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'yieldKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4546:193-4546:193
4544 |   /// - Parameters:
4545 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4546 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4547 |   public init(
4548 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeYieldKeyword' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4546:193-4546:193
4544 |   /// - Parameters:
4545 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4546 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4547 |   public init(
4548 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterComma' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4667:193-4667:193
4665 |   /// - Parameters:
4666 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4667 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4668 |   public init(
4669 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4667:193-4667:193
4665 |   /// - Parameters:
4666 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4667 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4668 |   public init(
4669 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenExpressionAndComma' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4667:193-4667:193
4665 |   /// - Parameters:
4666 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4667 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4668 |   public init(
4669 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeExpression' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4667:193-4667:193
4665 |   /// - Parameters:
4666 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4667 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4668 |   public init(
4669 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'comma' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4667:193-4667:193
4665 |   /// - Parameters:
4666 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4667 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4668 |   public init(
4669 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4789:193-4789:193
4787 |   /// - Parameters:
4788 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4789 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4790 |   public init(
4791 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4789:193-4789:193
4787 |   /// - Parameters:
4788 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4789 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4790 |   public init(
4791 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'leftParen' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4789:193-4789:193
4787 |   /// - Parameters:
4788 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4789 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4790 |   public init(
4791 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenElementsAndRightParen' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4789:193-4789:193
4787 |   /// - Parameters:
4788 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4789 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4790 |   public init(
4791 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4789:193-4789:193
4787 |   /// - Parameters:
4788 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4789 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4790 |   public init(
4791 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4789:193-4789:193
4787 |   /// - Parameters:
4788 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4789 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4790 |   public init(
4791 |     leadingTrivia: Trivia? = nil,
warning: Parameter 'rightParen' is missing documentation
    --> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4789:193-4789:193
4787 |   /// - Parameters:
4788 |   ///   - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4789 +   ///   - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4790 |   public init(
4791 |     leadingTrivia: Trivia? = nil,
Finished building documentation for 'SwiftSyntax' (4.61s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2161] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.17s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.82s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3566] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.93s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit SemanticVersion.swift
[7/53] Compiling SymbolKit AccessControl.swift
[8/53] Compiling SymbolKit Availability.swift
[9/53] Compiling SymbolKit AvailabilityItem.swift
[10/53] Compiling SymbolKit Domain.swift
[11/53] Compiling SymbolKit DeclarationFragments.swift
[12/53] Compiling SymbolKit Fragment.swift
[13/53] Compiling SymbolKit FragmentKind.swift
[14/53] Compiling SymbolKit FunctionParameter.swift
[15/53] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling Snippets Snippet.swift
[17/57] Emitting module Snippets
[18/57] Compiling Snippets SnippetParser.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit Identifier.swift
[30/57] Compiling SymbolKit KindIdentifier.swift
[31/57] Compiling SymbolKit Location.swift
[32/57] Compiling SymbolKit Mutability.swift
[33/57] Emitting module SymbolKit
[34/57] Compiling SymbolKit Names.swift
[35/57] Compiling SymbolKit SPI.swift
[36/57] Compiling SymbolKit Snippet.swift
[37/57] Compiling SymbolKit Extension.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit GenericConstraint.swift
[43/57] Compiling SymbolKit GenericParameter.swift
[44/57] Compiling SymbolKit Generics.swift
[45/57] Compiling SymbolKit Namespace.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.81s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftSyntax' complete! (0.52s)
Target:                   SwiftBasicFormat
Extracting symbol information for 'SwiftBasicFormat'...
Finished extracting symbol information for 'SwiftBasicFormat'. (0.62s)
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.07s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.52s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftBasicFormat' complete! (0.54s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftCompilerPlugin
Extracting symbol information for 'SwiftCompilerPlugin'...
Finished extracting symbol information for 'SwiftCompilerPlugin'. (0.78s)
Building documentation for 'SwiftCompilerPlugin'...
Finished building documentation for 'SwiftCompilerPlugin' (0.05s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.48s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftCompilerPlugin' complete! (0.51s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftDiagnostics
Extracting symbol information for 'SwiftDiagnostics'...
Finished extracting symbol information for 'SwiftDiagnostics'. (0.56s)
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.09s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.48s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftDiagnostics' complete! (0.49s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftIDEUtils
Extracting symbol information for 'SwiftIDEUtils'...
Finished extracting symbol information for 'SwiftIDEUtils'. (0.56s)
Building documentation for 'SwiftIDEUtils'...
warning: External name 'in' used to document parameter
  --> Sources/SwiftIDEUtils/Syntax+Classifications.swift:43:11-43:13
41 |   ///
42 |   /// - Parameters:
43 +   ///   - in: The range to pull ``SyntaxClassifiedRange``s from.
   |           ╰─suggestion: Replace 'in' with 'range'
44 |   /// - Returns: Sequence of ``SyntaxClassifiedRange``s.
45 |   public func classifications(in range: Range<AbsolutePosition>) -> SyntaxClassifications {
warning: External name 'at' used to document parameter
  --> Sources/SwiftIDEUtils/Syntax+Classifications.swift:51:11-51:13
49 |   /// The ``SyntaxClassifiedRange`` for a relative byte offset.
50 |   /// - Parameters:
51 +   ///   - at: The relative to the node byte offset.
   |           ╰─suggestion: Replace 'at' with 'offset'
52 |   /// - Returns: The ``SyntaxClassifiedRange`` for the offset or nil if the source text
53 |   ///   at the given offset is unclassified.
warning: External name 'at' used to document parameter
  --> Sources/SwiftIDEUtils/Syntax+Classifications.swift:61:11-61:13
59 |   /// The ``SyntaxClassifiedRange`` for an absolute position.
60 |   /// - Parameters:
61 +   ///   - at: The absolute position.
   |           ╰─suggestion: Replace 'at' with 'position'
62 |   /// - Returns: The ``SyntaxClassifiedRange`` for the position or `nil`` if the source text
63 |   ///   at the given position is unclassified.
Finished building documentation for 'SwiftIDEUtils' (0.07s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftIDEUtils' complete! (0.49s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftIfConfig
Extracting symbol information for 'SwiftIfConfig'...
Finished extracting symbol information for 'SwiftIfConfig'. (0.58s)
Building documentation for 'SwiftIfConfig'...
Finished building documentation for 'SwiftIfConfig' (0.10s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.47s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftIfConfig' complete! (0.48s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftLexicalLookup
Extracting symbol information for 'SwiftLexicalLookup'...
Finished extracting symbol information for 'SwiftLexicalLookup'. (0.56s)
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-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.44s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftLexicalLookup' complete! (0.47s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftOperators
Extracting symbol information for 'SwiftOperators'...
Finished extracting symbol information for 'SwiftOperators'. (0.57s)
Building documentation for 'SwiftOperators'...
Finished building documentation for 'SwiftOperators' (0.08s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.44s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftOperators' complete! (0.49s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftParser
Extracting symbol information for 'SwiftParser'...
Finished extracting symbol information for 'SwiftParser'. (0.68s)
Building documentation for 'SwiftParser'...
warning: Parameter 'lookaheadRanges' is missing documentation
  --> ../IncrementalParseTransition.swift:63:157-63:157
61 |   ///   - edits: The edits that have occurred since the last parse that resulted
62 |   ///            in the new source that is about to be parsed.
63 +   ///   - reusedNodeCallback: Optional closure to accept information about the re-used node. For each node that gets re-used `reusedNodeCallback` is called.
   |         ╰─suggestion: Document 'lookaheadRanges' parameter
64 |   @available(*, deprecated, message: "Use initializer taking `IncrementalParseResult` instead")
65 |   public init(
Finished building documentation for 'SwiftParser' (0.11s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.43s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftParser' complete! (0.45s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftParserDiagnostics
Extracting symbol information for 'SwiftParserDiagnostics'...
Finished extracting symbol information for 'SwiftParserDiagnostics'. (0.58s)
Building documentation for 'SwiftParserDiagnostics'...
Finished building documentation for 'SwiftParserDiagnostics' (0.22s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.43s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftParserDiagnostics' complete! (0.48s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftRefactor
Extracting symbol information for 'SwiftRefactor'...
Finished extracting symbol information for 'SwiftRefactor'. (0.52s)
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-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.43s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftRefactor' complete! (0.44s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftWarningControl
Extracting symbol information for 'SwiftWarningControl'...
Finished extracting symbol information for 'SwiftWarningControl'. (0.50s)
Building documentation for 'SwiftWarningControl'...
Finished building documentation for 'SwiftWarningControl' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.42s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftWarningControl' complete! (0.44s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftSyntaxBuilder
Extracting symbol information for 'SwiftSyntaxBuilder'...
Finished extracting symbol information for 'SwiftSyntaxBuilder'. (1.11s)
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.32s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.43s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftSyntaxBuilder' complete! (0.44s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/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.09s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.43s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftSyntaxMacros' complete! (0.45s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftSyntaxMacroExpansion
Extracting symbol information for 'SwiftSyntaxMacroExpansion'...
Finished extracting symbol information for 'SwiftSyntaxMacroExpansion'. (0.52s)
Building documentation for 'SwiftSyntaxMacroExpansion'...
warning: Parameter 'conformanceList' is missing documentation
   --> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:210:22-210:22
208 | ///   - context: context of the expansion.
    |       ╰─suggestion: Document 'conformanceList' parameter
209 | ///   - indentationWidth: The indentation that should be added for each additional
210 + ///     nesting level
211 | /// - Returns: A list of expanded source text. Upon failure (i.e.
212 | ///   `definition.expansion()` throws) returns `nil`, and the diagnostics
warning: Parameter 'extendedType' is missing documentation
   --> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:210:22-210:22
208 | ///   - context: context of the expansion.
    |       ╰─suggestion: Document 'extendedType' parameter
209 | ///   - indentationWidth: The indentation that should be added for each additional
210 + ///     nesting level
211 | /// - Returns: A list of expanded source text. Upon failure (i.e.
212 | ///   `definition.expansion()` throws) returns `nil`, and the diagnostics
warning: Parameter '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 'conformanceList' is missing documentation
   --> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:467:22-467:22
465 | ///   - context: context of the expansion.
    |       ╰─suggestion: Document 'conformanceList' parameter
466 | ///   - indentationWidth: The indentation that should be added for each additional
467 + ///     nesting level
468 | /// - Returns: expanded source text. Upon failure (i.e. `defintion.expansion()`
469 | ///   throws) returns `nil`, and the diagnostics representing the `Error` are
warning: Parameter 'extendedType' is missing documentation
   --> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:467:22-467:22
465 | ///   - context: context of the expansion.
    |       ╰─suggestion: Document 'extendedType' parameter
466 | ///   - indentationWidth: The indentation that should be added for each additional
467 + ///     nesting level
468 | /// - Returns: expanded source text. Upon failure (i.e. `defintion.expansion()`
469 | ///   throws) returns `nil`, and the diagnostics representing the `Error` are
Finished building documentation for 'SwiftSyntaxMacroExpansion' (0.07s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.43s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftSyntaxMacroExpansion' complete! (0.44s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftSyntaxMacrosGenericTestSupport
Extracting symbol information for 'SwiftSyntaxMacrosGenericTestSupport'...
Finished extracting symbol information for 'SwiftSyntaxMacrosGenericTestSupport'. (0.52s)
Building documentation for 'SwiftSyntaxMacrosGenericTestSupport'...
warning: Parameter 'originatorFileID' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:127:135-127:135
125 |   ///   - column: The column to which the note is expected to point
126 |   ///   - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
    |         ╰─suggestion: Document 'originatorFileID' parameter
127 +   ///   - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
128 |   public init(
129 |     message: String,
warning: Parameter 'originatorColumn' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:127:135-127:135
125 |   ///   - column: The column to which the note is expected to point
126 |   ///   - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
127 +   ///   - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
    |                                                                                                                                       ╰─suggestion: Document 'originatorColumn' parameter
128 |   public init(
129 |     message: String,
warning: Parameter 'originatorFileID' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:199:135-199:135
197 |   ///   - message: The expected message of the note
198 |   ///   - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
    |         ╰─suggestion: Document 'originatorFileID' parameter
199 +   ///   - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
200 |   public init(
201 |     message: String,
warning: Parameter 'originatorColumn' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:199:135-199:135
197 |   ///   - message: The expected message of the note
198 |   ///   - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
199 +   ///   - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
    |                                                                                                                                       ╰─suggestion: Document 'originatorColumn' parameter
200 |   public init(
201 |     message: String,
warning: Parameter 'originatorFileID' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:274:135-274:135
272 |   ///   - fixIts: The messages of the Fix-Its the diagnostic is expected to produce
273 |   ///   - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
    |         ╰─suggestion: Document 'originatorFileID' parameter
274 +   ///   - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
275 |   public init(
276 |     id: MessageID? = nil,
warning: Parameter 'originatorColumn' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:274:135-274:135
272 |   ///   - fixIts: The messages of the Fix-Its the diagnostic is expected to produce
273 |   ///   - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
274 +   ///   - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
    |                                                                                                                                       ╰─suggestion: Document 'originatorColumn' parameter
275 |   public init(
276 |     id: MessageID? = nil,
warning: External name 'fixedSource' used to document parameter
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:488:9-488:20
486 | ///     (e.g., `["Decodable", "Encodable"]`).
487 | ///   - 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.
488 + ///   - fixedSource: If specified, asserts that the source code after applying Fix-Its matches this string.
    |         ╰─suggestion: Replace 'fixedSource' with 'expectedFixedSource'
489 | ///   - testModuleName: The name of the test module to use.
490 | ///   - testFileName: The name of the test file name to use.
warning: Parameter 'line' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:491:71-491:71
489 | ///   - testModuleName: The name of the test module to use.
490 | ///   - testFileName: The name of the test file name to use.
491 + ///   - indentationWidth: The indentation width used in the expansion.
    |                                                                       ╰─suggestion: Document 'line' parameter
492 | public func assertMacroExpansion(
493 |   _ originalSource: String,
warning: Parameter 'fileID' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:491:71-491:71
489 | ///   - testModuleName: The name of the test module to use.
490 | ///   - testFileName: The name of the test file name to use.
491 + ///   - indentationWidth: The indentation width used in the expansion.
    |                                                                       ╰─suggestion: Document 'fileID' parameter
492 | public func assertMacroExpansion(
493 |   _ originalSource: String,
warning: Parameter 'column' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:491:71-491:71
489 | ///   - testModuleName: The name of the test module to use.
490 | ///   - testFileName: The name of the test file name to use.
491 + ///   - indentationWidth: The indentation width used in the expansion.
    |                                                                       ╰─suggestion: Document 'column' parameter
492 | public func assertMacroExpansion(
493 |   _ originalSource: String,
warning: Parameter 'buildConfiguration' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:491:71-491:71
489 | ///   - testModuleName: The name of the test module to use.
490 | ///   - testFileName: The name of the test file name to use.
491 + ///   - indentationWidth: The indentation width used in the expansion.
    |                                                                       ╰─suggestion: Document 'buildConfiguration' parameter
492 | public func assertMacroExpansion(
493 |   _ originalSource: String,
warning: Parameter 'filePath' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:491:71-491:71
489 | ///   - testModuleName: The name of the test module to use.
490 | ///   - testFileName: The name of the test file name to use.
491 + ///   - indentationWidth: The indentation width used in the expansion.
    |                                                                       ╰─suggestion: Document 'filePath' parameter
492 | public func assertMacroExpansion(
493 |   _ originalSource: String,
warning: Parameter 'failureHandler' is missing documentation
   --> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:491:71-491:71
489 | ///   - testModuleName: The name of the test module to use.
490 | ///   - testFileName: The name of the test file name to use.
491 + ///   - indentationWidth: The indentation width used in the expansion.
    |                                                                       ╰─suggestion: Document 'failureHandler' parameter
492 | public func assertMacroExpansion(
493 |   _ originalSource: String,
Finished building documentation for 'SwiftSyntaxMacrosGenericTestSupport' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.48s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftSyntaxMacrosGenericTestSupport' complete! (0.45s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
Target:                   SwiftSyntaxMacrosTestSupport
Extracting symbol information for 'SwiftSyntaxMacrosTestSupport'...
Finished extracting symbol information for 'SwiftSyntaxMacrosTestSupport'. (3.09s)
Building documentation for 'SwiftSyntaxMacrosTestSupport'...
warning: Parameter 'applyFixIts' is missing documentation
  --> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:50:36-50:36
48 | ///   - indentationWidth: The indentation width used in the expansion.
49 | ///   - buildConfiguration: a build configuration that will be made available
50 + ///     to the macro implementation
51 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:buildConfiguration:file:line:)``
52 | ///   to also specify the list of conformances passed to the macro expansion.
warning: Parameter 'file' is missing documentation
  --> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:50:36-50:36
48 | ///   - indentationWidth: The indentation width used in the expansion.
49 | ///   - buildConfiguration: a build configuration that will be made available
50 + ///     to the macro implementation
   |                                    ╰─suggestion: Document 'file' parameter
51 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:buildConfiguration:file:line:)``
52 | ///   to also specify the list of conformances passed to the macro expansion.
warning: Parameter 'line' is missing documentation
  --> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:50:36-50:36
48 | ///   - indentationWidth: The indentation width used in the expansion.
49 | ///   - buildConfiguration: a build configuration that will be made available
50 + ///     to the macro implementation
   |                                    ╰─suggestion: Document 'line' parameter
51 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:buildConfiguration:file:line:)``
52 | ///   to also specify the list of conformances passed to the macro expansion.
warning: Parameter 'expectedFixedSource' is missing documentation
  --> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:50:36-50:36
48 | ///   - indentationWidth: The indentation width used in the expansion.
49 | ///   - buildConfiguration: a build configuration that will be made available
50 + ///     to the macro implementation
51 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:buildConfiguration:file:line:)``
52 | ///   to also specify the list of conformances passed to the macro expansion.
warning: External name 'fixedSource' used to document parameter
   --> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:98:9-98:20
96  | ///     (e.g., `["Decodable", "Encodable"]`).
97  | ///   - 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.
98  + ///   - fixedSource: If specified, asserts that the source code after applying Fix-Its matches this string.
    |         ╰─suggestion: Replace 'fixedSource' with 'expectedFixedSource'
99  | ///   - testModuleName: The name of the test module to use.
100 | ///   - testFileName: The name of the test file name to use.
warning: Parameter 'buildConfiguration' is missing documentation
   --> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:101:71-101:71
99  | ///   - testModuleName: The name of the test module to use.
100 | ///   - testFileName: The name of the test file name to use.
101 + ///   - indentationWidth: The indentation width used in the expansion.
    |                                                                       ╰─suggestion: Document 'buildConfiguration' parameter
102 | public func assertMacroExpansion(
103 |   _ originalSource: String,
warning: Parameter 'file' is missing documentation
   --> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:101:71-101:71
99  | ///   - testModuleName: The name of the test module to use.
100 | ///   - testFileName: The name of the test file name to use.
101 + ///   - indentationWidth: The indentation width used in the expansion.
    |                                                                       ╰─suggestion: Document 'file' parameter
102 | public func assertMacroExpansion(
103 |   _ originalSource: String,
warning: Parameter 'line' is missing documentation
   --> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:101:71-101:71
99  | ///   - testModuleName: The name of the test module to use.
100 | ///   - testFileName: The name of the test file name to use.
101 + ///   - indentationWidth: The indentation width used in the expansion.
    |                                                                       ╰─suggestion: Document 'line' parameter
102 | public func assertMacroExpansion(
103 |   _ originalSource: String,
Finished building documentation for 'SwiftSyntaxMacrosTestSupport' (0.05s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.43s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftSyntaxMacrosTestSupport' complete! (0.44s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30/linkable-paths.json
   18547
124	/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftlang/swift-syntax/603.0.0-prerelease-2025-10-30
File count: 18547
Doc size:   124.0MB
Preparing doc bundle ...
Uploading prod-swiftlang-swift-syntax-603.0.0-prerelease-2025-10-30-11ebbfef.zip to s3://spi-docs-inbox/prod-swiftlang-swift-syntax-603.0.0-prerelease-2025-10-30-11ebbfef.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.