Build Information
Successful build of swift-syntax, reference 601.0.1 (f99ae8
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 13:28:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
warning: Parameter 'unexpectedAfterSuperKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3393:193-3393:193
3391 | /// - Parameters:
3392 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3393 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3394 | public init(
3395 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeSuperKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3393:193-3393:193
3391 | /// - Parameters:
3392 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3393 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3394 | public init(
3395 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWithoutTilde' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3467:193-3467:193
3465 | /// - Parameters:
3466 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3467 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3468 | public init(
3469 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWithoutTildeAndType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3467:193-3467:193
3465 | /// - Parameters:
3466 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3467 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3468 | public init(
3469 | leadingTrivia: Trivia? = nil,
warning: Parameter 'type' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3467:193-3467:193
3465 | /// - Parameters:
3466 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3467 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3468 | public init(
3469 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3467:193-3467:193
3465 | /// - Parameters:
3466 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3467 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3468 | public init(
3469 | leadingTrivia: Trivia? = nil,
warning: Parameter 'withoutTilde' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3467:193-3467:193
3465 | /// - Parameters:
3466 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3467 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3468 | public init(
3469 | leadingTrivia: Trivia? = nil,
warning: Parameter 'trailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3584:193-3584:193
3582 | /// - Parameters:
3583 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3584 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3585 | public init(
3586 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3584:193-3584:193
3582 | /// - Parameters:
3583 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3584 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3585 | public init(
3586 | leadingTrivia: Trivia? = nil,
warning: Parameter 'pattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3584:193-3584:193
3582 | /// - Parameters:
3583 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3584 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3585 | public init(
3586 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhereClauseAndTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3584:193-3584:193
3582 | /// - Parameters:
3583 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3584 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3585 | public init(
3586 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforePattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3584:193-3584:193
3582 | /// - Parameters:
3583 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3584 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3585 | public init(
3586 | leadingTrivia: Trivia? = nil,
warning: Parameter 'whereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3584:193-3584:193
3582 | /// - Parameters:
3583 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3584 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3585 | public init(
3586 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenPatternAndWhereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3584:193-3584:193
3582 | /// - Parameters:
3583 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3584 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3585 | public init(
3586 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3727:193-3727:193
3725 | /// - Parameters:
3726 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3727 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3728 | public init(
3729 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeCaseKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3727:193-3727:193
3725 | /// - Parameters:
3726 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3727 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3728 | public init(
3729 | leadingTrivia: Trivia? = nil,
warning: Parameter 'caseItems' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3727:193-3727:193
3725 | /// - Parameters:
3726 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3727 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3728 | public init(
3729 | leadingTrivia: Trivia? = nil,
warning: Parameter 'caseKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3727:193-3727:193
3725 | /// - Parameters:
3726 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3727 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3728 | public init(
3729 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenCaseItemsAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3727:193-3727:193
3725 | /// - Parameters:
3726 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3727 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3728 | public init(
3729 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenCaseKeywordAndCaseItems' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3727:193-3727:193
3725 | /// - Parameters:
3726 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3727 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3728 | public init(
3729 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3727:193-3727:193
3725 | /// - Parameters:
3726 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3727 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3728 | public init(
3729 | leadingTrivia: Trivia? = nil,
warning: Parameter 'label' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3981:193-3981:193
3979 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3980 | /// - attribute: The `@unknown` attribute of a default label, if present.
3981 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3982 | public init(
3983 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLabelAndStatements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3981:193-3981:193
3979 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3980 | /// - attribute: The `@unknown` attribute of a default label, if present.
3981 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3982 | public init(
3983 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAttributeAndLabel' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3981:193-3981:193
3979 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3980 | /// - attribute: The `@unknown` attribute of a default label, if present.
3981 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3982 | public init(
3983 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterStatements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3981:193-3981:193
3979 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3980 | /// - attribute: The `@unknown` attribute of a default label, if present.
3981 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3982 | public init(
3983 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAttribute' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3981:193-3981:193
3979 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3980 | /// - attribute: The `@unknown` attribute of a default label, if present.
| ╰─suggestion: Document 'unexpectedBeforeAttribute' parameter
3981 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3982 | public init(
3983 | leadingTrivia: Trivia? = nil,
warning: Parameter 'statements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:3981:193-3981:193
3979 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3980 | /// - attribute: The `@unknown` attribute of a default label, if present.
3981 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3982 | public init(
3983 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenDefaultKeywordAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4148 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenDefaultKeywordAndColon' parameter
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeDefaultKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4148 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeDefaultKeyword' parameter
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'defaultKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4148 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'defaultKeyword' parameter
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4148 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'colon' parameter
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4148:193-4148:193
4146 | /// - Parameters:
4147 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4148 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterColon' parameter
4149 | public init(
4150 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeSwitchKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4284:193-4284:193
4282 | /// - cases: The switch's body that contains all possible cases.
4283 | /// - rightBrace: The brace closing the switch body.
4284 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4285 | public init(
4286 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftBraceAndCases' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4284:193-4284:193
4282 | /// - cases: The switch's body that contains all possible cases.
| ╰─suggestion: Document 'unexpectedBetweenLeftBraceAndCases' parameter
4283 | /// - rightBrace: The brace closing the switch body.
4284 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4285 | public init(
4286 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenSubjectAndLeftBrace' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4284:193-4284:193
4282 | /// - cases: The switch's body that contains all possible cases.
4283 | /// - rightBrace: The brace closing the switch body.
4284 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4285 | public init(
4286 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenSwitchKeywordAndSubject' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4284:193-4284:193
4282 | /// - cases: The switch's body that contains all possible cases.
4283 | /// - rightBrace: The brace closing the switch body.
4284 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4285 | public init(
4286 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightBrace' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4284:193-4284:193
4282 | /// - cases: The switch's body that contains all possible cases.
4283 | /// - rightBrace: The brace closing the switch body.
4284 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4285 | public init(
4286 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenCasesAndRightBrace' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesQRS.swift:4284:193-4284:193
4282 | /// - cases: The switch's body that contains all possible cases.
4283 | /// - rightBrace: The brace closing the switch body.
| ╰─suggestion: Document 'unexpectedBetweenCasesAndRightBrace' parameter
4284 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4285 | public init(
4286 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenConditionAndQuestionMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elseExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenQuestionMarkAndThenExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeCondition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'questionMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'thenExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenThenExpressionAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterElseExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenColonAndElseExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'condition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:47:193-47:193
45 | /// - Parameters:
46 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
47 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
48 | public init(
49 | leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:365:193-365:193
363 | /// - Parameters:
364 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
365 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
366 | public init(
367 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:365:193-365:193
363 | /// - Parameters:
364 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
365 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
366 | public init(
367 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeThrowKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:365:193-365:193
363 | /// - Parameters:
364 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
365 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
366 | public init(
367 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenThrowKeywordAndExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:365:193-365:193
363 | /// - Parameters:
364 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
365 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
366 | public init(
367 | leadingTrivia: Trivia? = nil,
warning: Parameter 'throwKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:365:193-365:193
363 | /// - Parameters:
364 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
365 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
366 | public init(
367 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:490:193-490:193
488 | /// - type: The thrown error type.
| ╰─suggestion: Document 'unexpectedBetweenLeftParenAndType' parameter
489 | /// - rightParen: The ')' to close the thrown error type specification.
490 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
491 | public init(
492 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenTypeAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:490:193-490:193
488 | /// - type: The thrown error type.
489 | /// - rightParen: The ')' to close the thrown error type specification.
| ╰─suggestion: Document 'unexpectedBetweenTypeAndRightParen' parameter
490 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
491 | public init(
492 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenThrowsSpecifierAndLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:490:193-490:193
488 | /// - type: The thrown error type.
489 | /// - rightParen: The ')' to close the thrown error type specification.
490 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
491 | public init(
492 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeThrowsSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:490:193-490:193
488 | /// - type: The thrown error type.
489 | /// - rightParen: The ')' to close the thrown error type specification.
490 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
491 | public init(
492 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:490:193-490:193
488 | /// - type: The thrown error type.
489 | /// - rightParen: The ')' to close the thrown error type specification.
490 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
491 | public init(
492 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenTryKeywordAndQuestionOrExclamationMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:686:193-686:193
684 | /// - Parameters:
685 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
686 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
687 | public init(
688 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeTryKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:686:193-686:193
684 | /// - Parameters:
685 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
686 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
687 | public init(
688 | leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:686:193-686:193
684 | /// - Parameters:
685 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
686 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
687 | public init(
688 | leadingTrivia: Trivia? = nil,
warning: Parameter 'tryKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:686:193-686:193
684 | /// - Parameters:
685 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
686 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
687 | public init(
688 | leadingTrivia: Trivia? = nil,
warning: Parameter 'questionOrExclamationMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:686:193-686:193
684 | /// - Parameters:
685 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
686 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
687 | public init(
688 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:686:193-686:193
684 | /// - Parameters:
685 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
686 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
687 | public init(
688 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenQuestionOrExclamationMarkAndExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:686:193-686:193
684 | /// - Parameters:
685 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
686 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
687 | public init(
688 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:830:193-830:193
828 | /// - Parameters:
829 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
830 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
831 | public init(
832 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenElementsAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:830:193-830:193
828 | /// - Parameters:
829 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
830 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
831 | public init(
832 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:830:193-830:193
828 | /// - Parameters:
829 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
830 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
831 | public init(
832 | leadingTrivia: Trivia? = nil,
warning: Parameter 'rightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:830:193-830:193
828 | /// - Parameters:
829 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
830 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
831 | public init(
832 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:830:193-830:193
828 | /// - Parameters:
829 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
830 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
831 | public init(
832 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:830:193-830:193
828 | /// - Parameters:
829 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
830 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
831 | public init(
832 | leadingTrivia: Trivia? = nil,
warning: Parameter 'leftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:830:193-830:193
828 | /// - Parameters:
829 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
830 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
831 | public init(
832 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLabel' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1010:193-1010:193
1008 | /// - pattern: The value of this labeled pattern.
1009 | /// - trailingComma: The comma separating elements.
1010 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1011 | public init(
1012 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLabelAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1010:193-1010:193
1008 | /// - pattern: The value of this labeled pattern.
1009 | /// - trailingComma: The comma separating elements.
1010 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1011 | public init(
1012 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1010:193-1010:193
1008 | /// - pattern: The value of this labeled pattern.
1009 | /// - trailingComma: The comma separating elements.
1010 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1011 | public init(
1012 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenColonAndPattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1010:193-1010:193
1008 | /// - pattern: The value of this labeled pattern.
| ╰─suggestion: Document 'unexpectedBetweenColonAndPattern' parameter
1009 | /// - trailingComma: The comma separating elements.
1010 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1011 | public init(
1012 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenPatternAndTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1010:193-1010:193
1008 | /// - pattern: The value of this labeled pattern.
1009 | /// - trailingComma: The comma separating elements.
| ╰─suggestion: Document 'unexpectedBetweenPatternAndTrailingComma' parameter
1010 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1011 | public init(
1012 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1201:193-1201:193
1199 | /// - leftParen: The parent introducing the tuple.
1200 | /// - rightParen: The paren closing the tuple.
| ╰─suggestion: Document 'elements' parameter
1201 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1202 | public init(
1203 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1201:193-1201:193
1199 | /// - leftParen: The parent introducing the tuple.
1200 | /// - rightParen: The paren closing the tuple.
1201 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1202 | public init(
1203 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1201:193-1201:193
1199 | /// - leftParen: The parent introducing the tuple.
1200 | /// - rightParen: The paren closing the tuple.
| ╰─suggestion: Document 'unexpectedBetweenLeftParenAndElements' parameter
1201 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1202 | public init(
1203 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenElementsAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1201:193-1201:193
1199 | /// - leftParen: The parent introducing the tuple.
1200 | /// - rightParen: The paren closing the tuple.
| ╰─suggestion: Document 'unexpectedBetweenElementsAndRightParen' parameter
1201 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1202 | public init(
1203 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1201:193-1201:193
1199 | /// - leftParen: The parent introducing the tuple.
| ╰─suggestion: Document 'unexpectedBeforeLeftParen' parameter
1200 | /// - rightParen: The paren closing the tuple.
1201 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1202 | public init(
1203 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenSecondNameAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenInoutKeywordAndFirstName' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'secondName' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenTypeAndEllipsis' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'inoutKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeInoutKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenColonAndType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'ellipsis' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenEllipsisAndTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'trailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenFirstNameAndSecondName' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'type' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterTrailingComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'firstName' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1382:193-1382:193
1380 | /// - Parameters:
1381 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1382 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1383 | public init(
1384 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1644:193-1644:193
1642 | /// - Parameters:
1643 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1644 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1645 | public init(
1646 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1644:193-1644:193
1642 | /// - Parameters:
1643 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1644 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1645 | public init(
1646 | leadingTrivia: Trivia? = nil,
warning: Parameter 'leftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1644:193-1644:193
1642 | /// - Parameters:
1643 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1644 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1645 | public init(
1646 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenElementsAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1644:193-1644:193
1642 | /// - Parameters:
1643 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1644 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1645 | public init(
1646 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1644:193-1644:193
1642 | /// - Parameters:
1643 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1644 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1645 | public init(
1646 | leadingTrivia: Trivia? = nil,
warning: Parameter 'rightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1644:193-1644:193
1642 | /// - Parameters:
1643 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1644 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1645 | public init(
1646 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1644:193-1644:193
1642 | /// - Parameters:
1643 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1644 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1645 | public init(
1646 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAttributesAndModifiers' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'unexpectedBetweenAttributesAndModifiers' parameter
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenTypealiasKeywordAndName' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'unexpectedBetweenTypealiasKeywordAndName' parameter
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'attributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'attributes' parameter
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenNameAndGenericParameterClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'unexpectedBetweenNameAndGenericParameterClause' parameter
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'modifiers' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'modifiers' parameter
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'name' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'name' parameter
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'typealiasKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'typealiasKeyword' parameter
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterGenericWhereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenModifiersAndTypealiasKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'unexpectedBetweenModifiersAndTypealiasKeyword' parameter
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenInitializerAndGenericWhereClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
| ╰─suggestion: Document 'unexpectedBetweenInitializerAndGenericWhereClause' parameter
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenGenericParameterClauseAndInitializer' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
| ╰─suggestion: Document 'unexpectedBetweenGenericParameterClauseAndInitializer' parameter
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'initializer' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
| ╰─suggestion: Document 'initializer' parameter
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAttributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1819:193-1819:193
1817 | /// - genericParameterClause: The parameter clause that defines the generic parameters.
| ╰─suggestion: Document 'unexpectedBeforeAttributes' parameter
1818 | /// - genericWhereClause: A `where` clause that places additional constraints on generic parameters like `where Element: Hashable`.
1819 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
1820 | public init(
1821 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenColonAndType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2128:193-2128:193
2126 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2127 | /// - colon: The colon separating previous pattern and the type.
2128 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2129 | public init(
2130 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2128:193-2128:193
2126 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2127 | /// - colon: The colon separating previous pattern and the type.
2128 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2129 | public init(
2130 | leadingTrivia: Trivia? = nil,
warning: Parameter 'type' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2128:193-2128:193
2126 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2127 | /// - colon: The colon separating previous pattern and the type.
2128 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2129 | public init(
2130 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2128:193-2128:193
2126 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2127 | /// - colon: The colon separating previous pattern and the type.
| ╰─suggestion: Document 'unexpectedBeforeColon' parameter
2128 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2129 | public init(
2130 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterThrowsClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2249:193-2249:193
2247 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2248 | /// - throwsClause: The clause specifying thrown errors
2249 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2250 | public init(
2251 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAsyncSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2249:193-2249:193
2247 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2248 | /// - throwsClause: The clause specifying thrown errors
| ╰─suggestion: Document 'unexpectedBeforeAsyncSpecifier' parameter
2249 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2250 | public init(
2251 | leadingTrivia: Trivia? = nil,
warning: Parameter 'asyncSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2249:193-2249:193
2247 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2248 | /// - throwsClause: The clause specifying thrown errors
| ╰─suggestion: Document 'asyncSpecifier' parameter
2249 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2250 | public init(
2251 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAsyncSpecifierAndThrowsClause' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2249:193-2249:193
2247 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2248 | /// - throwsClause: The clause specifying thrown errors
| ╰─suggestion: Document 'unexpectedBetweenAsyncSpecifierAndThrowsClause' parameter
2249 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2250 | public init(
2251 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2361:193-2361:193
2359 | /// - Parameters:
2360 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2361 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2362 | public init(
2363 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeType' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2361:193-2361:193
2359 | /// - Parameters:
2360 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2361 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2362 | public init(
2363 | leadingTrivia: Trivia? = nil,
warning: Parameter 'type' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2361:193-2361:193
2359 | /// - Parameters:
2360 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2361 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2362 | public init(
2363 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeEqual' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2437:193-2437:193
2435 | /// - Parameters:
2436 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2437 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2438 | public init(
2439 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenEqualAndValue' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2437:193-2437:193
2435 | /// - Parameters:
2436 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2437 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2438 | public init(
2439 | leadingTrivia: Trivia? = nil,
warning: Parameter 'equal' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2437:193-2437:193
2435 | /// - Parameters:
2436 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2437 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2438 | public init(
2439 | leadingTrivia: Trivia? = nil,
warning: Parameter 'value' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2437:193-2437:193
2435 | /// - Parameters:
2436 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2437 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2438 | public init(
2439 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterValue' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2437:193-2437:193
2435 | /// - Parameters:
2436 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2437 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2438 | public init(
2439 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2556:193-2556:193
2554 | /// - Parameters:
2555 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2556 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2557 | public init(
2558 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterMessage' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2556:193-2556:193
2554 | /// - Parameters:
2555 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2556 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterMessage' parameter
2557 | public init(
2558 | leadingTrivia: Trivia? = nil,
warning: Parameter 'messageLabel' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2556:193-2556:193
2554 | /// - Parameters:
2555 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2556 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'messageLabel' parameter
2557 | public init(
2558 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenMessageLabelAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2556:193-2556:193
2554 | /// - Parameters:
2555 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2556 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenMessageLabelAndColon' parameter
2557 | public init(
2558 | leadingTrivia: Trivia? = nil,
warning: Parameter 'message' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2556:193-2556:193
2554 | /// - Parameters:
2555 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2556 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'message' parameter
2557 | public init(
2558 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeMessageLabel' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2556:193-2556:193
2554 | /// - Parameters:
2555 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2556 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeMessageLabel' parameter
2557 | public init(
2558 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenColonAndMessage' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2556:193-2556:193
2554 | /// - Parameters:
2555 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2556 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenColonAndMessage' parameter
2557 | public init(
2558 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenColonAndFilename' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2704:193-2704:193
2702 | /// - Parameters:
2703 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2704 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenColonAndFilename' parameter
2705 | public init(
2706 | leadingTrivia: Trivia? = nil,
warning: Parameter 'filename' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2704:193-2704:193
2702 | /// - Parameters:
2703 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2704 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'filename' parameter
2705 | public init(
2706 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2704:193-2704:193
2702 | /// - Parameters:
2703 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2704 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2705 | public init(
2706 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeSourceFileLabel' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2704:193-2704:193
2702 | /// - Parameters:
2703 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2704 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBeforeSourceFileLabel' parameter
2705 | public init(
2706 | leadingTrivia: Trivia? = nil,
warning: Parameter 'sourceFileLabel' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2704:193-2704:193
2702 | /// - Parameters:
2703 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2704 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'sourceFileLabel' parameter
2705 | public init(
2706 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenSourceFileLabelAndColon' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2704:193-2704:193
2702 | /// - Parameters:
2703 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2704 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedBetweenSourceFileLabelAndColon' parameter
2705 | public init(
2706 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterFilename' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2704:193-2704:193
2702 | /// - Parameters:
2703 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2704 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
| ╰─suggestion: Document 'unexpectedAfterFilename' parameter
2705 | public init(
2706 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAsKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2850:193-2850:193
2848 | /// - Parameters:
2849 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2850 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2851 | public init(
2852 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterQuestionOrExclamationMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2850:193-2850:193
2848 | /// - Parameters:
2849 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2850 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2851 | public init(
2852 | leadingTrivia: Trivia? = nil,
warning: Parameter 'asKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2850:193-2850:193
2848 | /// - Parameters:
2849 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2850 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2851 | public init(
2852 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAsKeywordAndQuestionOrExclamationMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2850:193-2850:193
2848 | /// - Parameters:
2849 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2850 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2851 | public init(
2852 | leadingTrivia: Trivia? = nil,
warning: Parameter 'questionOrExclamationMark' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2850:193-2850:193
2848 | /// - Parameters:
2849 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2850 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2851 | public init(
2852 | leadingTrivia: Trivia? = nil,
warning: Parameter 'isKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2971:193-2971:193
2969 | /// - Parameters:
2970 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2971 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2972 | public init(
2973 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterIsKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2971:193-2971:193
2969 | /// - Parameters:
2970 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2971 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2972 | public init(
2973 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeIsKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:2971:193-2971:193
2969 | /// - Parameters:
2970 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
2971 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
2972 | public init(
2973 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenQuestionMarkAndThenExpression' 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 'unexpectedBetweenQuestionMarkAndThenExpression' parameter
3053 | public init(
3054 | leadingTrivia: Trivia? = nil,
warning: Parameter 'colon' 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 'colon' parameter
3053 | public init(
3054 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenThenExpressionAndColon' 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 'unexpectedBetweenThenExpressionAndColon' parameter
3053 | public init(
3054 | leadingTrivia: Trivia? = nil,
warning: Parameter 'thenExpression' 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 'thenExpression' parameter
3053 | public init(
3054 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeQuestionMark' 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 'unexpectedBeforeQuestionMark' parameter
3053 | public init(
3054 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterColon' 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 'unexpectedAfterColon' parameter
3053 | public init(
3054 | leadingTrivia: Trivia? = nil,
warning: Parameter 'questionMark' 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 'questionMark' parameter
3053 | public init(
3054 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeBindingSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3193:193-3193:193
3191 | /// - Parameters:
3192 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3193 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3194 | public init(
3195 | leadingTrivia: Trivia? = nil,
warning: Parameter 'pattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3193:193-3193:193
3191 | /// - Parameters:
3192 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3193 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3194 | public init(
3195 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterPattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3193:193-3193:193
3191 | /// - Parameters:
3192 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3193 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3194 | public init(
3195 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenBindingSpecifierAndPattern' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3193:193-3193:193
3191 | /// - Parameters:
3192 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3193 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3194 | public init(
3195 | leadingTrivia: Trivia? = nil,
warning: Parameter 'bindingSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3193:193-3193:193
3191 | /// - Parameters:
3192 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3193 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3194 | public init(
3195 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenAttributesAndModifiers' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3322:193-3322:193
3320 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3321 | /// - bindings: The pattern bindings that define the actual variables.
3322 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3323 | public init(
3324 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeAttributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3322:193-3322:193
3320 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3321 | /// - bindings: The pattern bindings that define the actual variables.
3322 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3323 | public init(
3324 | leadingTrivia: Trivia? = nil,
warning: Parameter 'attributes' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3322:193-3322:193
3320 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3321 | /// - bindings: The pattern bindings that define the actual variables.
3322 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3323 | public init(
3324 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenBindingSpecifierAndBindings' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3322:193-3322:193
3320 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3321 | /// - bindings: The pattern bindings that define the actual variables.
| ╰─suggestion: Document 'unexpectedBetweenBindingSpecifierAndBindings' parameter
3322 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3323 | public init(
3324 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenModifiersAndBindingSpecifier' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3322:193-3322:193
3320 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
| ╰─suggestion: Document 'unexpectedBetweenModifiersAndBindingSpecifier' parameter
3321 | /// - bindings: The pattern bindings that define the actual variables.
3322 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3323 | public init(
3324 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterBindings' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3322:193-3322:193
3320 | /// - bindingSpecifier: The specifier that defines the type of the variables declared (`let` or `var`).
3321 | /// - bindings: The pattern bindings that define the actual variables.
3322 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3323 | public init(
3324 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforePeriod' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3595:193-3595:193
3593 | /// - period: The period of this version component.
| ╰─suggestion: Document 'unexpectedBeforePeriod' parameter
3594 | /// - number: The version number of this component.
3595 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3596 | public init(
3597 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterNumber' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3595:193-3595:193
3593 | /// - period: The period of this version component.
3594 | /// - number: The version number of this component.
3595 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3596 | public init(
3597 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenPeriodAndNumber' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3595:193-3595:193
3593 | /// - period: The period of this version component.
3594 | /// - number: The version number of this component.
| ╰─suggestion: Document 'unexpectedBetweenPeriodAndNumber' parameter
3595 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3596 | public init(
3597 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenMajorAndComponents' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3724:193-3724:193
3722 | /// - major: The major version.
3723 | /// - 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
3724 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3725 | public init(
3726 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeMajor' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3724:193-3724:193
3722 | /// - major: The major version.
| ╰─suggestion: Document 'unexpectedBeforeMajor' parameter
3723 | /// - components: Any version components that are not the major version . For example, for `1.2.0`, this will contain `.2.0`.
3724 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’s last token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3725 | public init(
3726 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterComponents' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3724:193-3724:193
3722 | /// - major: The major version.
3723 | /// - components: Any version components that are not the major version . For example, for `1.2.0`, this will contain `.2.0`.
3724 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3725 | public init(
3726 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhereKeywordAndCondition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3872:193-3872:193
3870 | /// - Parameters:
3871 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3872 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3873 | public init(
3874 | leadingTrivia: Trivia? = nil,
warning: Parameter 'condition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3872:193-3872:193
3870 | /// - Parameters:
3871 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3872 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3873 | public init(
3874 | leadingTrivia: Trivia? = nil,
warning: Parameter 'whereKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3872:193-3872:193
3870 | /// - Parameters:
3871 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3872 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3873 | public init(
3874 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterCondition' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3872:193-3872:193
3870 | /// - Parameters:
3871 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3872 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3873 | public init(
3874 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWhereKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3872:193-3872:193
3870 | /// - Parameters:
3871 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3872 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3873 | public init(
3874 | leadingTrivia: Trivia? = nil,
warning: Parameter 'whileKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3985:193-3985:193
3983 | /// - Parameters:
3984 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3985 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3986 | public init(
3987 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenWhileKeywordAndConditions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3985:193-3985:193
3983 | /// - Parameters:
3984 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3985 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3986 | public init(
3987 | leadingTrivia: Trivia? = nil,
warning: Parameter 'conditions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3985:193-3985:193
3983 | /// - Parameters:
3984 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3985 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3986 | public init(
3987 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenConditionsAndBody' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3985:193-3985:193
3983 | /// - Parameters:
3984 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3985 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3986 | public init(
3987 | leadingTrivia: Trivia? = nil,
warning: Parameter 'body' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3985:193-3985:193
3983 | /// - Parameters:
3984 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3985 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3986 | public init(
3987 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWhileKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3985:193-3985:193
3983 | /// - Parameters:
3984 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3985 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3986 | public init(
3987 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterBody' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:3985:193-3985:193
3983 | /// - Parameters:
3984 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
3985 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
3986 | public init(
3987 | leadingTrivia: Trivia? = nil,
warning: Parameter 'wildcard' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4162:193-4162:193
4160 | /// - Parameters:
4161 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4162 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4163 | public init(
4164 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeWildcard' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4162:193-4162:193
4160 | /// - Parameters:
4161 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4162 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4163 | public init(
4164 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterWildcard' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4162:193-4162:193
4160 | /// - Parameters:
4161 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4162 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4163 | public init(
4164 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterYieldedExpressions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4316:193-4316:193
4314 | /// - Parameters:
4315 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4316 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4317 | public init(
4318 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeYieldKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4316:193-4316:193
4314 | /// - Parameters:
4315 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4316 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4317 | public init(
4318 | leadingTrivia: Trivia? = nil,
warning: Parameter 'yieldKeyword' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4316:193-4316:193
4314 | /// - Parameters:
4315 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4316 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4317 | public init(
4318 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenYieldKeywordAndYieldedExpressions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4316:193-4316:193
4314 | /// - Parameters:
4315 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4316 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4317 | public init(
4318 | leadingTrivia: Trivia? = nil,
warning: Parameter 'yieldedExpressions' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4316:193-4316:193
4314 | /// - Parameters:
4315 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4316 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4317 | public init(
4318 | leadingTrivia: Trivia? = nil,
warning: Parameter 'comma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4432:193-4432:193
4430 | /// - Parameters:
4431 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4432 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4433 | public init(
4434 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4432:193-4432:193
4430 | /// - Parameters:
4431 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4432 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4433 | public init(
4434 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenExpressionAndComma' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4432:193-4432:193
4430 | /// - Parameters:
4431 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4432 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4433 | public init(
4434 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeExpression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4432:193-4432:193
4430 | /// - Parameters:
4431 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4432 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4433 | public init(
4434 | leadingTrivia: Trivia? = nil,
warning: Parameter 'expression' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4432:193-4432:193
4430 | /// - Parameters:
4431 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4432 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4433 | public init(
4434 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenElementsAndRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4549:193-4549:193
4547 | /// - Parameters:
4548 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4549 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4550 | public init(
4551 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedAfterRightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4549:193-4549:193
4547 | /// - Parameters:
4548 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4549 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4550 | public init(
4551 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBetweenLeftParenAndElements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4549:193-4549:193
4547 | /// - Parameters:
4548 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4549 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4550 | public init(
4551 | leadingTrivia: Trivia? = nil,
warning: Parameter 'unexpectedBeforeLeftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4549:193-4549:193
4547 | /// - Parameters:
4548 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4549 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4550 | public init(
4551 | leadingTrivia: Trivia? = nil,
warning: Parameter 'elements' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4549:193-4549:193
4547 | /// - Parameters:
4548 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4549 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4550 | public init(
4551 | leadingTrivia: Trivia? = nil,
warning: Parameter 'leftParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4549:193-4549:193
4547 | /// - Parameters:
4548 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4549 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4550 | public init(
4551 | leadingTrivia: Trivia? = nil,
warning: Parameter 'rightParen' is missing documentation
--> ../generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:4549:193-4549:193
4547 | /// - Parameters:
4548 | /// - leadingTrivia: Trivia to be prepended to the leading trivia of the node’s first token. If the node is empty, there is no token to attach the trivia to and the parameter is ignored.
4549 + /// - trailingTrivia: Trivia to be appended to the trailing trivia of the node’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
4550 | public init(
4551 | leadingTrivia: Trivia? = nil,
Finished building documentation for 'SwiftSyntax' (5.23s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.33s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Emitting module Snippets
[9/57] Compiling Snippets SnippetParser.swift
[10/57] Compiling SymbolKit SourceRange.swift
[11/57] Compiling SymbolKit Metadata.swift
[12/57] Compiling SymbolKit Module.swift
[13/57] Compiling SymbolKit OperatingSystem.swift
[14/57] Compiling SymbolKit Platform.swift
[15/57] Compiling SymbolKit GenericConstraint.swift
[16/57] Compiling SymbolKit GenericParameter.swift
[17/57] Compiling SymbolKit Generics.swift
[18/57] Compiling SymbolKit Namespace.swift
[19/57] Compiling SymbolKit Relationship.swift
[20/57] Compiling SymbolKit RelationshipKind.swift
[21/57] Compiling SymbolKit SourceOrigin.swift
[22/57] Compiling SymbolKit GenericConstraints.swift
[23/57] Compiling SymbolKit Swift.swift
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit SemanticVersion.swift
[29/57] Compiling SymbolKit AccessControl.swift
[30/57] Compiling SymbolKit Availability.swift
[31/57] Compiling SymbolKit AvailabilityItem.swift
[32/57] Compiling SymbolKit Domain.swift
[33/57] Compiling SymbolKit Names.swift
[34/57] Compiling SymbolKit SPI.swift
[35/57] Compiling SymbolKit Snippet.swift
[36/57] Compiling SymbolKit Extension.swift
[37/57] Compiling SymbolKit DeclarationFragments.swift
[38/57] Compiling SymbolKit Fragment.swift
[39/57] Compiling SymbolKit FragmentKind.swift
[40/57] Compiling SymbolKit FunctionParameter.swift
[41/57] Compiling SymbolKit FunctionSignature.swift
[42/57] Compiling SymbolKit Mixin+Equals.swift
[43/57] Compiling SymbolKit Mixin+Hash.swift
[44/57] Compiling SymbolKit Mixin.swift
[45/57] Compiling SymbolKit LineList.swift
[46/57] Compiling SymbolKit Position.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.23s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/9] Compiling SwiftSyntax601 Empty.swift
[3/9] Compiling SwiftSyntax510 Empty.swift
[4/9] Emitting module SwiftSyntax510
[5/9] Emitting module SwiftSyntax601
[6/9] Compiling SwiftSyntax509 Empty.swift
[7/9] Emitting module SwiftSyntax509
[8/9] Emitting module SwiftSyntax600
[9/9] Compiling SwiftSyntax600 Empty.swift
[10/75] Compiling SwiftSyntax AbsolutePosition.swift
[11/75] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[12/75] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[13/75] Compiling SwiftSyntax Assert.swift
[14/75] Compiling SwiftSyntax BumpPtrAllocator.swift
[15/75] Compiling SwiftSyntax CommonAncestor.swift
[16/75] Compiling SwiftSyntax Convenience.swift
[17/75] Compiling SwiftSyntax CustomTraits.swift
[18/82] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[19/82] Compiling SwiftSyntax SyntaxChildren.swift
[20/82] Compiling SwiftSyntax SyntaxCollection.swift
[21/82] Compiling SwiftSyntax SyntaxHashable.swift
[22/82] Compiling SwiftSyntax SyntaxIdentifier.swift
[23/82] Compiling SwiftSyntax SyntaxNodeFactory.swift
[24/82] Compiling SwiftSyntax SyntaxNodeStructure.swift
[25/82] Compiling SwiftSyntax SyntaxProtocol.swift
[26/82] Compiling SwiftSyntax SyntaxText.swift
[27/82] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[28/82] Compiling SwiftSyntax TokenDiagnostic.swift
[29/82] Compiling SwiftSyntax TokenSequence.swift
[30/82] Compiling SwiftSyntax TokenSyntax.swift
[31/82] Compiling SwiftSyntax Trivia.swift
[32/82] Compiling SwiftSyntax SourceEdit.swift
[33/82] Compiling SwiftSyntax SourceLength.swift
[34/82] Compiling SwiftSyntax SourceLocation.swift
[35/82] Compiling SwiftSyntax SourcePresence.swift
[36/82] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[37/82] Compiling SwiftSyntax Syntax.swift
[38/82] Compiling SwiftSyntax SyntaxArena.swift
[39/82] Compiling SwiftSyntax Tokens.swift
[40/82] Compiling SwiftSyntax TriviaPieces.swift
[41/82] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[42/82] Compiling SwiftSyntax RawSyntaxNodesC.swift
[43/82] Compiling SwiftSyntax RawSyntaxNodesD.swift
[44/82] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[45/82] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[46/82] Emitting module SwiftSyntax
[47/82] Compiling SwiftSyntax SyntaxCollections.swift
[48/82] Compiling SwiftSyntax SyntaxEnum.swift
[49/82] Compiling SwiftSyntax SyntaxKind.swift
[50/82] Compiling SwiftSyntax SyntaxRewriter.swift
[51/82] Compiling SwiftSyntax SyntaxTraits.swift
[52/82] Compiling SwiftSyntax SyntaxVisitor.swift
[53/82] Compiling SwiftSyntax TokenKind.swift
[54/82] Compiling SwiftSyntax EditorPlaceholder.swift
[55/82] Compiling SwiftSyntax Identifier.swift
[56/82] Compiling SwiftSyntax MemoryLayout.swift
[57/82] Compiling SwiftSyntax MissingNodeInitializers.swift
[58/82] Compiling SwiftSyntax RawSyntax.swift
[59/82] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[60/82] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[61/82] Compiling SwiftSyntax RawSyntaxTokenView.swift
[62/82] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[63/82] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[64/82] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[65/82] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[66/82] Compiling SwiftSyntax RawSyntaxValidation.swift
[67/82] Compiling SwiftSyntax SyntaxNodesAB.swift
[68/82] Compiling SwiftSyntax SyntaxNodesC.swift
[69/82] Compiling SwiftSyntax SyntaxNodesD.swift
[70/82] Compiling SwiftSyntax SyntaxNodesEF.swift
[71/82] Compiling SwiftSyntax SyntaxNodesGHI.swift
[72/82] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[73/82] Compiling SwiftSyntax SyntaxNodesOP.swift
[74/82] Compiling SwiftSyntax SyntaxNodesQRS.swift
[75/82] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[76/82] Compiling SwiftSyntax Utils.swift
[77/82] Compiling SwiftSyntax ChildNameForKeyPath.swift
[78/82] Compiling SwiftSyntax Keyword.swift
[79/82] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[80/82] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[81/82] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[82/82] Compiling SwiftSyntax SyntaxBaseNodes.swift
Build of target: 'SwiftSyntax' complete! (8.28s)
Target: SwiftBasicFormat
Extracting symbol information for 'SwiftBasicFormat'...
Finished extracting symbol information for 'SwiftBasicFormat'. (1.08s)
Building documentation for 'SwiftBasicFormat'...
warning: Parameter 'indentation' is missing documentation
--> ../Indenter.swift:24:100-24:100
22 | /// - Parameter indentFirstLine: Whether the first token of this node should be indented.
| ╰─suggestion: Document 'indentation' parameter
23 | /// Pass `true` if you know that this node will be placed at the beginning of a line, even if its
24 + /// current leading trivia does not start with a newline (such as at the very start of a file).
25 | public func indented(by indentation: Trivia, indentFirstLine: Bool = false) -> Self {
26 | Indenter(indentation: indentation, indentFirstLine: indentFirstLine)
Finished building documentation for 'SwiftBasicFormat' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/8] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[3/8] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[4/8] Compiling SwiftBasicFormat Syntax+Extensions.swift
[5/8] Compiling SwiftBasicFormat InferIndentation.swift
[6/8] Compiling SwiftBasicFormat BasicFormat.swift
[7/8] Compiling SwiftBasicFormat Indenter.swift
[8/8] Emitting module SwiftBasicFormat
Build of target: 'SwiftBasicFormat' complete! (0.98s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftCompilerPlugin
Extracting symbol information for 'SwiftCompilerPlugin'...
Finished extracting symbol information for 'SwiftCompilerPlugin'. (6.51s)
Building documentation for 'SwiftCompilerPlugin'...
Finished building documentation for 'SwiftCompilerPlugin' (0.04s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.47s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/53] Compiling SwiftDiagnostics Message.swift
[3/53] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[4/54] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[5/54] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[6/54] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[7/54] Compiling SwiftDiagnostics FixIt.swift
[8/54] Compiling SwiftDiagnostics Convenience.swift
[9/54] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[10/54] Compiling SwiftDiagnostics Diagnostic.swift
[11/54] Emitting module SwiftDiagnostics
[12/54] Compiling SwiftDiagnostics Note.swift
[13/54] Compiling SwiftParser TokenConsumer.swift
[14/54] Compiling SwiftParser TokenPrecedence.swift
[15/54] Compiling SwiftParser TokenSpec.swift
[16/54] Compiling SwiftParser TokenSpecSet.swift
[17/58] Compiling SwiftParser TopLevel.swift
[18/58] Compiling SwiftParser TriviaParser.swift
[19/58] Compiling SwiftParser Types.swift
[20/58] Compiling SwiftParser ExperimentalFeatures.swift
[21/58] Compiling SwiftParser StringLiterals.swift
[22/58] Compiling SwiftParser SwiftParserCompatibility.swift
[23/58] Compiling SwiftParser SwiftVersion.swift
[24/58] Compiling SwiftParser SyntaxUtils.swift
[25/58] Compiling SwiftParser Recovery.swift
[26/58] Compiling SwiftParser Specifiers.swift
[27/58] Compiling SwiftParser Statements.swift
[28/58] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[29/58] Compiling SwiftParser UnicodeScalarExtensions.swift
[30/58] Compiling SwiftParser Lookahead.swift
[31/58] Compiling SwiftParser LoopProgressCondition.swift
[32/58] Compiling SwiftParser Modifiers.swift
[33/58] Compiling SwiftParser Names.swift
[34/58] Compiling SwiftParser Nominals.swift
[35/58] Compiling SwiftParser Parameters.swift
[36/58] Compiling SwiftParser ParseSourceFile.swift
[37/58] Compiling SwiftParser Parser.swift
[38/58] Compiling SwiftParser Patterns.swift
[39/58] Compiling SwiftParser Directives.swift
[40/58] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[41/58] Compiling SwiftParser Expressions.swift
[42/58] Compiling SwiftParser IncrementalParseTransition.swift
[43/58] Compiling SwiftParser IsValidIdentifier.swift
[44/58] Emitting module SwiftParser
[45/58] Compiling SwiftParser Cursor.swift
[46/58] Compiling SwiftParser Lexeme.swift
[47/58] Compiling SwiftParser LexemeSequence.swift
[48/58] Compiling SwiftParser Lexer.swift
[49/58] Compiling SwiftParser RegexLiteralLexer.swift
[50/58] Compiling SwiftParser Attributes.swift
[51/58] Compiling SwiftParser Availability.swift
[52/58] Compiling SwiftParser CharacterInfo.swift
[53/58] Compiling SwiftParser CollectionNodes+Parsable.swift
[54/58] Compiling SwiftParser Declarations.swift
[55/58] Compiling SwiftParser IsLexerClassified.swift
[56/58] Compiling SwiftParser LayoutNodes+Parsable.swift
[57/58] Compiling SwiftParser Parser+TokenSpecSet.swift
[58/58] Compiling SwiftParser TokenSpecStaticMembers.swift
[59/81] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[60/82] Compiling SwiftParserDiagnostics Utils.swift
[61/82] Compiling SwiftOperators OperatorTable+Semantics.swift
[62/82] Compiling SwiftOperators PrecedenceGroup.swift
[63/82] Compiling SwiftOperators PrecedenceGraph.swift
[64/82] Compiling SwiftOperators OperatorTable.swift
[65/82] Compiling SwiftOperators OperatorTable+Defaults.swift
[66/82] Compiling SwiftOperators Operator.swift
[67/82] Compiling SwiftOperators OperatorError.swift
[68/82] Compiling SwiftOperators OperatorError+Diagnostics.swift
[69/82] Emitting module SwiftOperators
[70/82] Compiling SwiftOperators OperatorTable+Folding.swift
[71/83] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[72/83] Compiling SwiftParserDiagnostics PresenceUtils.swift
[73/83] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[74/83] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[75/83] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[76/83] Compiling SwiftOperators SyntaxSynthesis.swift
[77/83] Emitting module SwiftParserDiagnostics
[78/83] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[79/83] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[80/83] Compiling SwiftParserDiagnostics MissingNodesError.swift
[81/83] Compiling SwiftParserDiagnostics MissingTokenError.swift
[82/83] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[83/83] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[84/98] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[85/98] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[86/99] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[87/99] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[88/99] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[89/99] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[90/99] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[91/99] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[92/99] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[93/99] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[94/99] Compiling SwiftSyntaxBuilder Indenter.swift
[95/99] Compiling SwiftSyntaxBuilder ListBuilder.swift
[96/99] Emitting module SwiftSyntaxBuilder
[97/99] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[98/99] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[99/99] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[100/117] Compiling SwiftSyntaxMacros PreambleMacro.swift
[101/118] Compiling SwiftSyntaxMacros Macro.swift
[102/118] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[103/118] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[104/118] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[105/118] Compiling SwiftSyntaxMacros MemberMacro.swift
[106/118] Compiling SwiftSyntaxMacros PeerMacro.swift
[107/118] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[108/118] Compiling SwiftSyntaxMacros Macro+Format.swift
[109/118] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[110/118] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[111/118] Compiling SwiftSyntaxMacros AttachedMacro.swift
[112/118] Compiling SwiftSyntaxMacros BodyMacro.swift
[113/118] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[114/118] Compiling SwiftSyntaxMacros AccessorMacro.swift
[115/118] Emitting module SwiftSyntaxMacros
[116/118] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[117/118] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[118/118] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[119/128] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[120/128] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[121/128] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[122/128] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[123/128] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[124/128] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[125/128] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[126/128] Emitting module SwiftSyntaxMacroExpansion
[127/128] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[128/128] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[129/140] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[130/140] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[131/140] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[132/140] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[133/140] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[134/140] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[135/140] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[136/140] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[137/141] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[138/141] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[139/141] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[140/141] Emitting module SwiftCompilerPluginMessageHandling
[141/141] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[142/143] Emitting module SwiftCompilerPlugin
[143/143] Compiling SwiftCompilerPlugin CompilerPlugin.swift
Build of target: 'SwiftCompilerPlugin' complete! (6.22s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftDiagnostics
Extracting symbol information for 'SwiftDiagnostics'...
Finished extracting symbol information for 'SwiftDiagnostics'. (0.54s)
Building documentation for 'SwiftDiagnostics'...
warning: Parameter 'diagnostics' is missing documentation
--> Sources/SwiftDiagnostics/GroupedDiagnostics.swift:70:7-70:7
68 | /// conceptually where this source file will be inserted, and the
69 | /// absolute position within that parent source file.
70 + ///
| ╰─suggestion: Document 'diagnostics' parameter
71 | /// - Returns: The unique ID for this source file.
72 | @discardableResult
warning: Parameter 'sourceLocationConverter' is missing documentation
--> Sources/SwiftDiagnostics/GroupedDiagnostics.swift:70:7-70:7
68 | /// conceptually where this source file will be inserted, and the
69 | /// absolute position within that parent source file.
70 + ///
71 | /// - Returns: The unique ID for this source file.
72 | @discardableResult
Finished building documentation for 'SwiftDiagnostics' (0.08s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftDiagnostics' complete! (0.45s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftIDEUtils
Extracting symbol information for 'SwiftIDEUtils'...
Finished extracting symbol information for 'SwiftIDEUtils'. (1.02s)
Building documentation for 'SwiftIDEUtils'...
warning: External name 'in' used to document parameter
--> Sources/SwiftIDEUtils/Syntax+Classifications.swift:43:11-43:13
41 | ///
42 | /// - Parameters:
43 + /// - in: The range to pull ``SyntaxClassifiedRange``s from.
| ╰─suggestion: Replace 'in' with 'range'
44 | /// - Returns: Sequence of ``SyntaxClassifiedRange``s.
45 | public func classifications(in range: Range<AbsolutePosition>) -> SyntaxClassifications {
warning: External name 'at' used to document parameter
--> Sources/SwiftIDEUtils/Syntax+Classifications.swift:51:11-51:13
49 | /// The ``SyntaxClassifiedRange`` for a relative byte offset.
50 | /// - Parameters:
51 + /// - at: The relative to the node byte offset.
| ╰─suggestion: Replace 'at' with 'offset'
52 | /// - Returns: The ``SyntaxClassifiedRange`` for the offset or nil if the source text
53 | /// at the given offset is unclassified.
warning: External name 'at' used to document parameter
--> Sources/SwiftIDEUtils/Syntax+Classifications.swift:61:11-61:13
59 | /// The ``SyntaxClassifiedRange`` for an absolute position.
60 | /// - Parameters:
61 + /// - at: The absolute position.
| ╰─suggestion: Replace 'at' with 'position'
62 | /// - Returns: The ``SyntaxClassifiedRange`` for the position or `nil`` if the source text
63 | /// at the given position is unclassified.
Finished building documentation for 'SwiftIDEUtils' (0.06s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/10] Compiling SwiftIDEUtils Utils.swift
[3/10] Compiling SwiftIDEUtils Syntax+Classifications.swift
[4/10] Compiling SwiftIDEUtils SyntaxClassification.swift
[5/10] Compiling SwiftIDEUtils SyntaxClassifier.swift
[6/10] Compiling SwiftIDEUtils SwiftIDEUtilsCompatibility.swift
[7/10] Compiling SwiftIDEUtils FixItApplier.swift
[8/10] Compiling SwiftIDEUtils DeclNameLocation.swift
[9/10] Compiling SwiftIDEUtils NameMatcher.swift
[10/10] Emitting module SwiftIDEUtils
Build of target: 'SwiftIDEUtils' complete! (0.93s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftIfConfig
Extracting symbol information for 'SwiftIfConfig'...
Finished extracting symbol information for 'SwiftIfConfig'. (1.13s)
Building documentation for 'SwiftIfConfig'...
Finished building documentation for 'SwiftIfConfig' (0.08s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.44s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/15] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[3/15] Compiling SwiftIfConfig IfConfigRegionState.swift
[4/15] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[5/15] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[6/16] Compiling SwiftIfConfig ConfiguredRegions.swift
[7/16] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[8/16] Compiling SwiftIfConfig IfConfigFunctions.swift
[9/16] Compiling SwiftIfConfig VersionTuple.swift
[10/16] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[11/16] Compiling SwiftIfConfig IfConfigEvaluation.swift
[12/16] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[13/16] Compiling SwiftIfConfig BuildConfiguration.swift
[14/16] Emitting module SwiftIfConfig
[15/16] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[16/16] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
Build of target: 'SwiftIfConfig' complete! (1.00s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftLexicalLookup
Extracting symbol information for 'SwiftLexicalLookup'...
Finished extracting symbol information for 'SwiftLexicalLookup'. (1.22s)
Building documentation for 'SwiftLexicalLookup'...
Finished building documentation for 'SwiftLexicalLookup' (0.05s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.44s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/16] Compiling SwiftLexicalLookup WithGenericParametersScopeSyntax.swift
[3/16] Compiling SwiftLexicalLookup ScopeSyntax.swift
[4/16] Compiling SwiftLexicalLookup SequentialScopeSyntax.swift
[5/17] Compiling SwiftLexicalLookup SimpleLookupQueries.swift
[6/17] Compiling SwiftLexicalLookup GenericParameterScopeSyntax.swift
[7/17] Compiling SwiftLexicalLookup IntroducingToSequentialParentScopeSyntax.swift
[8/17] Compiling SwiftLexicalLookup LookInMembersScopeSyntax.swift
[9/17] Compiling SwiftLexicalLookup NominalTypeDeclSyntax.swift
[10/17] Compiling SwiftLexicalLookup CanInterleaveResultsLaterScopeSyntax.swift
[11/17] Compiling SwiftLexicalLookup FunctionScopeSyntax.swift
[12/17] Emitting module SwiftLexicalLookup
[13/17] Compiling SwiftLexicalLookup LookupName.swift
[14/17] Compiling SwiftLexicalLookup LookupResult.swift
[15/17] Compiling SwiftLexicalLookup ScopeImplementations.swift
[16/17] Compiling SwiftLexicalLookup IdentifiableSyntax.swift
[17/17] Compiling SwiftLexicalLookup LookupConfig.swift
Build of target: 'SwiftLexicalLookup' complete! (1.12s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftOperators
Extracting symbol information for 'SwiftOperators'...
Finished extracting symbol information for 'SwiftOperators'. (0.55s)
Building documentation for 'SwiftOperators'...
Finished building documentation for 'SwiftOperators' (0.07s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.44s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftOperators' complete! (0.45s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftParser
Extracting symbol information for 'SwiftParser'...
Finished extracting symbol information for 'SwiftParser'. (0.73s)
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.12s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftParser' complete! (0.46s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/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.21s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftParserDiagnostics' complete! (0.46s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftRefactor
Extracting symbol information for 'SwiftRefactor'...
Finished extracting symbol information for 'SwiftRefactor'. (1.06s)
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/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.44s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/15] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[3/16] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[4/16] Emitting module SwiftRefactor
[5/16] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[6/16] Compiling SwiftRefactor ConvertComputedPropertyToStored.swift
[7/16] Compiling SwiftRefactor ConvertComputedPropertyToZeroParameterFunction.swift
[8/16] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[9/16] Compiling SwiftRefactor ConvertStoredPropertyToComputed.swift
[10/16] Compiling SwiftRefactor ConvertZeroParameterFunctionToComputedProperty.swift
[11/16] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[12/16] Compiling SwiftRefactor CallToTrailingClosures.swift
[13/16] Compiling SwiftRefactor ExpandEditorPlaceholder.swift
[14/16] Compiling SwiftRefactor FormatRawStringLiteral.swift
[15/16] Compiling SwiftRefactor RefactoringProvider.swift
[16/16] Compiling SwiftRefactor SyntaxUtils.swift
Build of target: 'SwiftRefactor' complete! (0.96s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftSyntaxBuilder
Extracting symbol information for 'SwiftSyntaxBuilder'...
Finished extracting symbol information for 'SwiftSyntaxBuilder'. (1.08s)
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/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.44s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftSyntaxBuilder' complete! (0.46s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftSyntaxMacros
Extracting symbol information for 'SwiftSyntaxMacros'...
Finished extracting symbol information for 'SwiftSyntaxMacros'. (0.55s)
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/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftSyntaxMacros' complete! (0.45s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftSyntaxMacroExpansion
Extracting symbol information for 'SwiftSyntaxMacroExpansion'...
Finished extracting symbol information for 'SwiftSyntaxMacroExpansion'. (0.56s)
Building documentation for 'SwiftSyntaxMacroExpansion'...
warning: Parameter 'conformanceList' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:210:22-210:22
208 | /// - context: context of the expansion.
| ╰─suggestion: Document 'conformanceList' parameter
209 | /// - indentationWidth: The indentation that should be added for each additional
210 + /// nesting level
211 | /// - Returns: A list of expanded source text. Upon failure (i.e.
212 | /// `definition.expansion()` throws) returns `nil`, and the diagnostics
warning: Parameter 'extendedType' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:210:22-210:22
208 | /// - context: context of the expansion.
| ╰─suggestion: Document 'extendedType' parameter
209 | /// - indentationWidth: The indentation that should be added for each additional
210 + /// nesting level
211 | /// - Returns: A list of expanded source text. Upon failure (i.e.
212 | /// `definition.expansion()` throws) returns `nil`, and the diagnostics
warning: Parameter 'extendedType' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:375:22-375:22
373 | /// - context: context of the expansion.
| ╰─suggestion: Document 'extendedType' parameter
374 | /// - indentationWidth: The indentation that should be added for each additional
375 + /// nesting level
376 | /// - Returns: expanded source text. Upon failure (i.e. `defintion.expansion()`
377 | /// throws) returns `nil`, and the diagnostics representing the `Error` are
warning: Parameter 'conformanceList' is missing documentation
--> Sources/SwiftSyntaxMacroExpansion/MacroExpansion.swift:375:22-375:22
373 | /// - context: context of the expansion.
| ╰─suggestion: Document 'conformanceList' parameter
374 | /// - indentationWidth: The indentation that should be added for each additional
375 + /// nesting level
376 | /// - Returns: expanded source text. Upon failure (i.e. `defintion.expansion()`
377 | /// 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/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'SwiftSyntaxMacroExpansion' complete! (0.45s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftSyntaxMacrosGenericTestSupport
Extracting symbol information for 'SwiftSyntaxMacrosGenericTestSupport'...
Finished extracting symbol information for 'SwiftSyntaxMacrosGenericTestSupport'. (1.16s)
Building documentation for 'SwiftSyntaxMacrosGenericTestSupport'...
warning: Parameter 'originatorFileID' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:125:135-125:135
123 | /// - column: The column to which the note is expected to point
124 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorFileID' parameter
125 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
126 | public init(
127 | message: String,
warning: Parameter 'originatorColumn' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:125:135-125:135
123 | /// - column: The column to which the note is expected to point
124 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
125 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorColumn' parameter
126 | public init(
127 | message: String,
warning: Parameter 'originatorColumn' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:197:135-197:135
195 | /// - message: The expected message of the note
196 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
197 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorColumn' parameter
198 | public init(
199 | message: String,
warning: Parameter 'originatorFileID' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:197:135-197:135
195 | /// - message: The expected message of the note
196 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorFileID' parameter
197 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
198 | public init(
199 | message: String,
warning: Parameter 'originatorColumn' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:272:135-272:135
270 | /// - fixIts: The messages of the Fix-Its the diagnostic is expected to produce
271 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
272 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorColumn' parameter
273 | public init(
274 | id: MessageID? = nil,
warning: Parameter 'originatorFileID' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:272:135-272:135
270 | /// - fixIts: The messages of the Fix-Its the diagnostic is expected to produce
271 | /// - originatorFile: The file at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
| ╰─suggestion: Document 'originatorFileID' parameter
272 + /// - originatorLine: The line at which this ``NoteSpec`` was created, so that assertion failures can be reported at its location.
273 | public init(
274 | id: MessageID? = nil,
warning: External name 'fixedSource' used to document parameter
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:486:9-486:20
484 | /// (e.g., `["Decodable", "Encodable"]`).
485 | /// - applyFixIts: If specified, filters the Fix-Its that are applied to generate `fixedSource` to only those whose message occurs in this array. If `nil`, all Fix-Its from the diagnostics are applied.
486 + /// - fixedSource: If specified, asserts that the source code after applying Fix-Its matches this string.
| ╰─suggestion: Replace 'fixedSource' with 'expectedFixedSource'
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
warning: Parameter 'line' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:489:71-489:71
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
489 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'line' parameter
490 | public func assertMacroExpansion(
491 | _ originalSource: String,
warning: Parameter 'failureHandler' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:489:71-489:71
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
489 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'failureHandler' parameter
490 | public func assertMacroExpansion(
491 | _ originalSource: String,
warning: Parameter 'fileID' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:489:71-489:71
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
489 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'fileID' parameter
490 | public func assertMacroExpansion(
491 | _ originalSource: String,
warning: Parameter 'column' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:489:71-489:71
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
489 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'column' parameter
490 | public func assertMacroExpansion(
491 | _ originalSource: String,
warning: Parameter 'filePath' is missing documentation
--> Sources/SwiftSyntaxMacrosGenericTestSupport/Assertions.swift:489:71-489:71
487 | /// - testModuleName: The name of the test module to use.
488 | /// - testFileName: The name of the test file name to use.
489 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'filePath' parameter
490 | public func assertMacroExpansion(
491 | _ originalSource: String,
Finished building documentation for 'SwiftSyntaxMacrosGenericTestSupport' (0.06s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.44s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Emitting module _SwiftSyntaxGenericTestSupport
[3/4] Compiling _SwiftSyntaxGenericTestSupport AssertEqualWithDiff.swift
[4/4] Compiling _SwiftSyntaxGenericTestSupport String+TrimmingTrailingWhitespace.swift
[5/6] Emitting module SwiftSyntaxMacrosGenericTestSupport
[6/6] Compiling SwiftSyntaxMacrosGenericTestSupport Assertions.swift
Build of target: 'SwiftSyntaxMacrosGenericTestSupport' complete! (1.07s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
Target: SwiftSyntaxMacrosTestSupport
Extracting symbol information for 'SwiftSyntaxMacrosTestSupport'...
Finished extracting symbol information for 'SwiftSyntaxMacrosTestSupport'. (3.39s)
Building documentation for 'SwiftSyntaxMacrosTestSupport'...
warning: Parameter 'applyFixIts' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:47:5-47:5
45 | /// - testFileName: The name of the test file name to use.
46 | /// - indentationWidth: The indentation width used in the expansion.
47 + ///
48 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:file:line:)``
49 | /// to also specify the list of conformances passed to the macro expansion.
warning: Parameter 'line' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:47:5-47:5
45 | /// - testFileName: The name of the test file name to use.
46 | /// - indentationWidth: The indentation width used in the expansion.
47 + ///
| ╰─suggestion: Document 'line' parameter
48 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:file:line:)``
49 | /// to also specify the list of conformances passed to the macro expansion.
warning: Parameter 'file' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:47:5-47:5
45 | /// - testFileName: The name of the test file name to use.
46 | /// - indentationWidth: The indentation width used in the expansion.
47 + ///
| ╰─suggestion: Document 'file' parameter
48 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:file:line:)``
49 | /// to also specify the list of conformances passed to the macro expansion.
warning: Parameter 'expectedFixedSource' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:47:5-47:5
45 | /// - testFileName: The name of the test file name to use.
46 | /// - indentationWidth: The indentation width used in the expansion.
47 + ///
48 | /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:file:line:)``
49 | /// to also specify the list of conformances passed to the macro expansion.
warning: External name 'fixedSource' used to document parameter
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:93:9-93:20
91 | /// (e.g., `["Decodable", "Encodable"]`).
92 | /// - applyFixIts: If specified, filters the Fix-Its that are applied to generate `fixedSource` to only those whose message occurs in this array. If `nil`, all Fix-Its from the diagnostics are applied.
93 + /// - fixedSource: If specified, asserts that the source code after applying Fix-Its matches this string.
| ╰─suggestion: Replace 'fixedSource' with 'expectedFixedSource'
94 | /// - testModuleName: The name of the test module to use.
95 | /// - testFileName: The name of the test file name to use.
warning: Parameter 'file' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:96:71-96:71
94 | /// - testModuleName: The name of the test module to use.
95 | /// - testFileName: The name of the test file name to use.
96 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'file' parameter
97 | public func assertMacroExpansion(
98 | _ originalSource: String,
warning: Parameter 'line' is missing documentation
--> Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift:96:71-96:71
94 | /// - testModuleName: The name of the test module to use.
95 | /// - testFileName: The name of the test file name to use.
96 + /// - indentationWidth: The indentation width used in the expansion.
| ╰─suggestion: Document 'line' parameter
97 | public func assertMacroExpansion(
98 | _ originalSource: String,
Finished building documentation for 'SwiftSyntaxMacrosTestSupport' (0.04s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.49s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Emitting module SwiftSyntaxMacrosTestSupport
[3/3] Compiling SwiftSyntaxMacrosTestSupport Assertions.swift
Build of target: 'SwiftSyntaxMacrosTestSupport' complete! (0.90s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-syntax/601.0.1/linkable-paths.json
18117
121 /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-syntax/601.0.1
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftlang/swift-syntax/601.0.1
File count: 18117
Doc size: 121.0MB
Preparing doc bundle ...
Uploading prod-swiftlang-swift-syntax-601.0.1-fde09ed1.zip to s3://spi-docs-inbox/prod-swiftlang-swift-syntax-601.0.1-fde09ed1.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.