The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftSyntax, reference master (31ba63), with Swift 6.2 for Linux on 17 Jun 2025 15:12:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

3705 |       "expected one of [.breakKeyword] for 'breakKeyword' " +
3706 |       "in node of kind breakStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3704:43: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3702 |       fatalError("expected token child, got \(_breakKeyword.kind)")
3703 |     }
3704 |     precondition([.breakKeyword].contains(_breakKeywordTokenKind),
     |                                           `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3705 |       "expected one of [.breakKeyword] for 'breakKeyword' " +
3706 |       "in node of kind breakStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3707:29: error: type 'BreakStmtSyntax.Cursor' has no member 'identifierToken'
3705 |       "expected one of [.breakKeyword] for 'breakKeyword' " +
3706 |       "in node of kind breakStmt")
3707 |     let _label = raw[Cursor.identifierToken]
     |                             `- error: type 'BreakStmtSyntax.Cursor' has no member 'identifierToken'
3708 |     guard let _labelTokenKind = _label.tokenKind else {
3709 |       fatalError("expected token child, got \(_label.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3711:20: error: reference to member 'identifier' cannot be resolved without a contextual type
3709 |       fatalError("expected token child, got \(_label.kind)")
3710 |     }
3711 |     precondition([.identifier].contains(_labelTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
3712 |       "expected one of [.identifier] for 'label' " +
3713 |       "in node of kind breakStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3711:41: error: missing argument label 'where:' in call
3709 |       fatalError("expected token child, got \(_label.kind)")
3710 |     }
3711 |     precondition([.identifier].contains(_labelTokenKind),
     |                                         `- error: missing argument label 'where:' in call
3712 |       "expected one of [.identifier] for 'label' " +
3713 |       "in node of kind breakStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3711:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3709 |       fatalError("expected token child, got \(_label.kind)")
3710 |     }
3711 |     precondition([.identifier].contains(_labelTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3712 |       "expected one of [.identifier] for 'label' " +
3713 |       "in node of kind breakStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3714:33: error: type 'BreakStmtSyntax.Cursor' has no member 'semicolonToken'
3712 |       "expected one of [.identifier] for 'label' " +
3713 |       "in node of kind breakStmt")
3714 |     let _semicolon = raw[Cursor.semicolonToken]
     |                                 `- error: type 'BreakStmtSyntax.Cursor' has no member 'semicolonToken'
3715 |     guard let _semicolonTokenKind = _semicolon.tokenKind else {
3716 |       fatalError("expected token child, got \(_semicolon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3718:20: error: reference to member 'semicolon' cannot be resolved without a contextual type
3716 |       fatalError("expected token child, got \(_semicolon.kind)")
3717 |     }
3718 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                    `- error: reference to member 'semicolon' cannot be resolved without a contextual type
3719 |       "expected one of [.semicolon] for 'semicolon' " +
3720 |       "in node of kind breakStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3718:40: error: missing argument label 'where:' in call
3716 |       fatalError("expected token child, got \(_semicolon.kind)")
3717 |     }
3718 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                                        `- error: missing argument label 'where:' in call
3719 |       "expected one of [.semicolon] for 'semicolon' " +
3720 |       "in node of kind breakStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3718:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3716 |       fatalError("expected token child, got \(_semicolon.kind)")
3717 |     }
3718 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3719 |       "expected one of [.semicolon] for 'semicolon' " +
3720 |       "in node of kind breakStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3776:33: error: type 'CodeBlockSyntax.Cursor' has no member 'leftBraceToken'
3774 |       if isMissing { return }
3775 |     precondition(raw.layout.count == 3)
3776 |     let _openBrace = raw[Cursor.leftBraceToken]
     |                                 `- error: type 'CodeBlockSyntax.Cursor' has no member 'leftBraceToken'
3777 |     guard let _openBraceTokenKind = _openBrace.tokenKind else {
3778 |       fatalError("expected token child, got \(_openBrace.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3780:20: error: reference to member 'leftBrace' cannot be resolved without a contextual type
3778 |       fatalError("expected token child, got \(_openBrace.kind)")
3779 |     }
3780 |     precondition([.leftBrace].contains(_openBraceTokenKind),
     |                    `- error: reference to member 'leftBrace' cannot be resolved without a contextual type
3781 |       "expected one of [.leftBrace] for 'openBrace' " +
3782 |       "in node of kind codeBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3780:40: error: missing argument label 'where:' in call
3778 |       fatalError("expected token child, got \(_openBrace.kind)")
3779 |     }
3780 |     precondition([.leftBrace].contains(_openBraceTokenKind),
     |                                        `- error: missing argument label 'where:' in call
3781 |       "expected one of [.leftBrace] for 'openBrace' " +
3782 |       "in node of kind codeBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3780:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3778 |       fatalError("expected token child, got \(_openBrace.kind)")
3779 |     }
3780 |     precondition([.leftBrace].contains(_openBraceTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3781 |       "expected one of [.leftBrace] for 'openBrace' " +
3782 |       "in node of kind codeBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3783:33: error: type 'CodeBlockSyntax.Cursor' has no member 'stmtList'
3781 |       "expected one of [.leftBrace] for 'openBrace' " +
3782 |       "in node of kind codeBlock")
3783 |     let _statments = raw[Cursor.stmtList]
     |                                 `- error: type 'CodeBlockSyntax.Cursor' has no member 'stmtList'
3784 |     precondition(_statments.kind == .stmtList,
3785 |                  "expected child of kind .stmtList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3784:38: error: cannot infer contextual base in reference to member 'stmtList'
3782 |       "in node of kind codeBlock")
3783 |     let _statments = raw[Cursor.stmtList]
3784 |     precondition(_statments.kind == .stmtList,
     |                                      `- error: cannot infer contextual base in reference to member 'stmtList'
3785 |                  "expected child of kind .stmtList, " +
3786 |                  "got \(_statments.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3787:34: error: type 'CodeBlockSyntax.Cursor' has no member 'rightBraceToken'
3785 |                  "expected child of kind .stmtList, " +
3786 |                  "got \(_statments.kind)")
3787 |     let _closeBrace = raw[Cursor.rightBraceToken]
     |                                  `- error: type 'CodeBlockSyntax.Cursor' has no member 'rightBraceToken'
3788 |     guard let _closeBraceTokenKind = _closeBrace.tokenKind else {
3789 |       fatalError("expected token child, got \(_closeBrace.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3791:20: error: reference to member 'rightBrace' cannot be resolved without a contextual type
3789 |       fatalError("expected token child, got \(_closeBrace.kind)")
3790 |     }
3791 |     precondition([.rightBrace].contains(_closeBraceTokenKind),
     |                    `- error: reference to member 'rightBrace' cannot be resolved without a contextual type
3792 |       "expected one of [.rightBrace] for 'closeBrace' " +
3793 |       "in node of kind codeBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3791:41: error: missing argument label 'where:' in call
3789 |       fatalError("expected token child, got \(_closeBrace.kind)")
3790 |     }
3791 |     precondition([.rightBrace].contains(_closeBraceTokenKind),
     |                                         `- error: missing argument label 'where:' in call
3792 |       "expected one of [.rightBrace] for 'closeBrace' " +
3793 |       "in node of kind codeBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3791:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3789 |       fatalError("expected token child, got \(_closeBrace.kind)")
3790 |     }
3791 |     precondition([.rightBrace].contains(_closeBraceTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3792 |       "expected one of [.rightBrace] for 'closeBrace' " +
3793 |       "in node of kind codeBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3854:33: error: type 'ConditionSyntax.Cursor' has no member 'syntax'
3852 |       if isMissing { return }
3853 |     precondition(raw.layout.count == 2)
3854 |     let _condition = raw[Cursor.syntax]
     |                                 `- error: type 'ConditionSyntax.Cursor' has no member 'syntax'
3855 |     precondition(_condition.kind == .syntax,
3856 |                  "expected child of kind .syntax, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3855:38: error: cannot infer contextual base in reference to member 'syntax'
3853 |     precondition(raw.layout.count == 2)
3854 |     let _condition = raw[Cursor.syntax]
3855 |     precondition(_condition.kind == .syntax,
     |                                      `- error: cannot infer contextual base in reference to member 'syntax'
3856 |                  "expected child of kind .syntax, " +
3857 |                  "got \(_condition.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3858:37: error: type 'ConditionSyntax.Cursor' has no member 'commaToken'
3856 |                  "expected child of kind .syntax, " +
3857 |                  "got \(_condition.kind)")
3858 |     let _trailingComma = raw[Cursor.commaToken]
     |                                     `- error: type 'ConditionSyntax.Cursor' has no member 'commaToken'
3859 |     guard let _trailingCommaTokenKind = _trailingComma.tokenKind else {
3860 |       fatalError("expected token child, got \(_trailingComma.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3862:20: error: reference to member 'comma' cannot be resolved without a contextual type
3860 |       fatalError("expected token child, got \(_trailingComma.kind)")
3861 |     }
3862 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                    `- error: reference to member 'comma' cannot be resolved without a contextual type
3863 |       "expected one of [.comma] for 'trailingComma' " +
3864 |       "in node of kind condition")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3862:36: error: missing argument label 'where:' in call
3860 |       fatalError("expected token child, got \(_trailingComma.kind)")
3861 |     }
3862 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: missing argument label 'where:' in call
3863 |       "expected one of [.comma] for 'trailingComma' " +
3864 |       "in node of kind condition")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3862:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3860 |       fatalError("expected token child, got \(_trailingComma.kind)")
3861 |     }
3862 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3863 |       "expected one of [.comma] for 'trailingComma' " +
3864 |       "in node of kind condition")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3906:35: error: type 'DeclarationStmtSyntax.Cursor' has no member 'decl'
3904 |       if isMissing { return }
3905 |     precondition(raw.layout.count == 2)
3906 |     let _declaration = raw[Cursor.decl]
     |                                   `- error: type 'DeclarationStmtSyntax.Cursor' has no member 'decl'
3907 |     precondition(_declaration.kind == .decl,
3908 |                  "expected child of kind .decl, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3907:40: error: cannot infer contextual base in reference to member 'decl'
3905 |     precondition(raw.layout.count == 2)
3906 |     let _declaration = raw[Cursor.decl]
3907 |     precondition(_declaration.kind == .decl,
     |                                        `- error: cannot infer contextual base in reference to member 'decl'
3908 |                  "expected child of kind .decl, " +
3909 |                  "got \(_declaration.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3910:33: error: type 'DeclarationStmtSyntax.Cursor' has no member 'semicolonToken'
3908 |                  "expected child of kind .decl, " +
3909 |                  "got \(_declaration.kind)")
3910 |     let _semicolon = raw[Cursor.semicolonToken]
     |                                 `- error: type 'DeclarationStmtSyntax.Cursor' has no member 'semicolonToken'
3911 |     guard let _semicolonTokenKind = _semicolon.tokenKind else {
3912 |       fatalError("expected token child, got \(_semicolon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3914:20: error: reference to member 'semicolon' cannot be resolved without a contextual type
3912 |       fatalError("expected token child, got \(_semicolon.kind)")
3913 |     }
3914 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                    `- error: reference to member 'semicolon' cannot be resolved without a contextual type
3915 |       "expected one of [.semicolon] for 'semicolon' " +
3916 |       "in node of kind declarationStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3914:40: error: missing argument label 'where:' in call
3912 |       fatalError("expected token child, got \(_semicolon.kind)")
3913 |     }
3914 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                                        `- error: missing argument label 'where:' in call
3915 |       "expected one of [.semicolon] for 'semicolon' " +
3916 |       "in node of kind declarationStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3914:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3912 |       fatalError("expected token child, got \(_semicolon.kind)")
3913 |     }
3914 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3915 |       "expected one of [.semicolon] for 'semicolon' " +
3916 |       "in node of kind declarationStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3958:36: error: type 'ThrowStmtSyntax.Cursor' has no member 'throwToken'
3956 |       if isMissing { return }
3957 |     precondition(raw.layout.count == 3)
3958 |     let _throwKeyword = raw[Cursor.throwToken]
     |                                    `- error: type 'ThrowStmtSyntax.Cursor' has no member 'throwToken'
3959 |     guard let _throwKeywordTokenKind = _throwKeyword.tokenKind else {
3960 |       fatalError("expected token child, got \(_throwKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3962:20: error: reference to member 'throwKeyword' cannot be resolved without a contextual type
3960 |       fatalError("expected token child, got \(_throwKeyword.kind)")
3961 |     }
3962 |     precondition([.throwKeyword].contains(_throwKeywordTokenKind),
     |                    `- error: reference to member 'throwKeyword' cannot be resolved without a contextual type
3963 |       "expected one of [.throwKeyword] for 'throwKeyword' " +
3964 |       "in node of kind throwStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3962:43: error: missing argument label 'where:' in call
3960 |       fatalError("expected token child, got \(_throwKeyword.kind)")
3961 |     }
3962 |     precondition([.throwKeyword].contains(_throwKeywordTokenKind),
     |                                           `- error: missing argument label 'where:' in call
3963 |       "expected one of [.throwKeyword] for 'throwKeyword' " +
3964 |       "in node of kind throwStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3962:43: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3960 |       fatalError("expected token child, got \(_throwKeyword.kind)")
3961 |     }
3962 |     precondition([.throwKeyword].contains(_throwKeywordTokenKind),
     |                                           `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3963 |       "expected one of [.throwKeyword] for 'throwKeyword' " +
3964 |       "in node of kind throwStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3965:34: error: type 'ThrowStmtSyntax.Cursor' has no member 'expr'
3963 |       "expected one of [.throwKeyword] for 'throwKeyword' " +
3964 |       "in node of kind throwStmt")
3965 |     let _expression = raw[Cursor.expr]
     |                                  `- error: type 'ThrowStmtSyntax.Cursor' has no member 'expr'
3966 |     precondition(_expression.kind == .expr,
3967 |                  "expected child of kind .expr, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3966:39: error: cannot infer contextual base in reference to member 'expr'
3964 |       "in node of kind throwStmt")
3965 |     let _expression = raw[Cursor.expr]
3966 |     precondition(_expression.kind == .expr,
     |                                       `- error: cannot infer contextual base in reference to member 'expr'
3967 |                  "expected child of kind .expr, " +
3968 |                  "got \(_expression.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3969:33: error: type 'ThrowStmtSyntax.Cursor' has no member 'semicolonToken'
3967 |                  "expected child of kind .expr, " +
3968 |                  "got \(_expression.kind)")
3969 |     let _semicolon = raw[Cursor.semicolonToken]
     |                                 `- error: type 'ThrowStmtSyntax.Cursor' has no member 'semicolonToken'
3970 |     guard let _semicolonTokenKind = _semicolon.tokenKind else {
3971 |       fatalError("expected token child, got \(_semicolon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3973:20: error: reference to member 'semicolon' cannot be resolved without a contextual type
3971 |       fatalError("expected token child, got \(_semicolon.kind)")
3972 |     }
3973 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                    `- error: reference to member 'semicolon' cannot be resolved without a contextual type
3974 |       "expected one of [.semicolon] for 'semicolon' " +
3975 |       "in node of kind throwStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3973:40: error: missing argument label 'where:' in call
3971 |       fatalError("expected token child, got \(_semicolon.kind)")
3972 |     }
3973 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                                        `- error: missing argument label 'where:' in call
3974 |       "expected one of [.semicolon] for 'semicolon' " +
3975 |       "in node of kind throwStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:3973:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3971 |       fatalError("expected token child, got \(_semicolon.kind)")
3972 |     }
3973 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
3974 |       "expected one of [.semicolon] for 'semicolon' " +
3975 |       "in node of kind throwStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4034:33: error: type 'IfStmtSyntax.Cursor' has no member 'identifierToken'
4032 |       if isMissing { return }
4033 |     precondition(raw.layout.count == 7)
4034 |     let _labelName = raw[Cursor.identifierToken]
     |                                 `- error: type 'IfStmtSyntax.Cursor' has no member 'identifierToken'
4035 |     guard let _labelNameTokenKind = _labelName.tokenKind else {
4036 |       fatalError("expected token child, got \(_labelName.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4038:20: error: reference to member 'identifier' cannot be resolved without a contextual type
4036 |       fatalError("expected token child, got \(_labelName.kind)")
4037 |     }
4038 |     precondition([.identifier].contains(_labelNameTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
4039 |       "expected one of [.identifier] for 'labelName' " +
4040 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4038:41: error: missing argument label 'where:' in call
4036 |       fatalError("expected token child, got \(_labelName.kind)")
4037 |     }
4038 |     precondition([.identifier].contains(_labelNameTokenKind),
     |                                         `- error: missing argument label 'where:' in call
4039 |       "expected one of [.identifier] for 'labelName' " +
4040 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4038:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4036 |       fatalError("expected token child, got \(_labelName.kind)")
4037 |     }
4038 |     precondition([.identifier].contains(_labelNameTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4039 |       "expected one of [.identifier] for 'labelName' " +
4040 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4041:34: error: type 'IfStmtSyntax.Cursor' has no member 'colonToken'
4039 |       "expected one of [.identifier] for 'labelName' " +
4040 |       "in node of kind ifStmt")
4041 |     let _labelColon = raw[Cursor.colonToken]
     |                                  `- error: type 'IfStmtSyntax.Cursor' has no member 'colonToken'
4042 |     guard let _labelColonTokenKind = _labelColon.tokenKind else {
4043 |       fatalError("expected token child, got \(_labelColon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4045:20: error: reference to member 'colon' cannot be resolved without a contextual type
4043 |       fatalError("expected token child, got \(_labelColon.kind)")
4044 |     }
4045 |     precondition([.colon].contains(_labelColonTokenKind),
     |                    `- error: reference to member 'colon' cannot be resolved without a contextual type
4046 |       "expected one of [.colon] for 'labelColon' " +
4047 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4045:36: error: missing argument label 'where:' in call
4043 |       fatalError("expected token child, got \(_labelColon.kind)")
4044 |     }
4045 |     precondition([.colon].contains(_labelColonTokenKind),
     |                                    `- error: missing argument label 'where:' in call
4046 |       "expected one of [.colon] for 'labelColon' " +
4047 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4045:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4043 |       fatalError("expected token child, got \(_labelColon.kind)")
4044 |     }
4045 |     precondition([.colon].contains(_labelColonTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4046 |       "expected one of [.colon] for 'labelColon' " +
4047 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4048:33: error: type 'IfStmtSyntax.Cursor' has no member 'ifToken'
4046 |       "expected one of [.colon] for 'labelColon' " +
4047 |       "in node of kind ifStmt")
4048 |     let _ifKeyword = raw[Cursor.ifToken]
     |                                 `- error: type 'IfStmtSyntax.Cursor' has no member 'ifToken'
4049 |     guard let _ifKeywordTokenKind = _ifKeyword.tokenKind else {
4050 |       fatalError("expected token child, got \(_ifKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4052:20: error: reference to member 'ifKeyword' cannot be resolved without a contextual type
4050 |       fatalError("expected token child, got \(_ifKeyword.kind)")
4051 |     }
4052 |     precondition([.ifKeyword].contains(_ifKeywordTokenKind),
     |                    `- error: reference to member 'ifKeyword' cannot be resolved without a contextual type
4053 |       "expected one of [.ifKeyword] for 'ifKeyword' " +
4054 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4052:40: error: missing argument label 'where:' in call
4050 |       fatalError("expected token child, got \(_ifKeyword.kind)")
4051 |     }
4052 |     precondition([.ifKeyword].contains(_ifKeywordTokenKind),
     |                                        `- error: missing argument label 'where:' in call
4053 |       "expected one of [.ifKeyword] for 'ifKeyword' " +
4054 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4052:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4050 |       fatalError("expected token child, got \(_ifKeyword.kind)")
4051 |     }
4052 |     precondition([.ifKeyword].contains(_ifKeywordTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4053 |       "expected one of [.ifKeyword] for 'ifKeyword' " +
4054 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4055:34: error: type 'IfStmtSyntax.Cursor' has no member 'conditionList'
4053 |       "expected one of [.ifKeyword] for 'ifKeyword' " +
4054 |       "in node of kind ifStmt")
4055 |     let _conditions = raw[Cursor.conditionList]
     |                                  `- error: type 'IfStmtSyntax.Cursor' has no member 'conditionList'
4056 |     precondition(_conditions.kind == .conditionList,
4057 |                  "expected child of kind .conditionList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4056:39: error: cannot infer contextual base in reference to member 'conditionList'
4054 |       "in node of kind ifStmt")
4055 |     let _conditions = raw[Cursor.conditionList]
4056 |     precondition(_conditions.kind == .conditionList,
     |                                       `- error: cannot infer contextual base in reference to member 'conditionList'
4057 |                  "expected child of kind .conditionList, " +
4058 |                  "got \(_conditions.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4059:28: error: type 'IfStmtSyntax.Cursor' has no member 'codeBlock'
4057 |                  "expected child of kind .conditionList, " +
4058 |                  "got \(_conditions.kind)")
4059 |     let _body = raw[Cursor.codeBlock]
     |                            `- error: type 'IfStmtSyntax.Cursor' has no member 'codeBlock'
4060 |     precondition(_body.kind == .codeBlock,
4061 |                  "expected child of kind .codeBlock, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4060:33: error: cannot infer contextual base in reference to member 'codeBlock'
4058 |                  "got \(_conditions.kind)")
4059 |     let _body = raw[Cursor.codeBlock]
4060 |     precondition(_body.kind == .codeBlock,
     |                                 `- error: cannot infer contextual base in reference to member 'codeBlock'
4061 |                  "expected child of kind .codeBlock, " +
4062 |                  "got \(_body.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4063:34: error: type 'IfStmtSyntax.Cursor' has no member 'syntax'
4061 |                  "expected child of kind .codeBlock, " +
4062 |                  "got \(_body.kind)")
4063 |     let _elseClause = raw[Cursor.syntax]
     |                                  `- error: type 'IfStmtSyntax.Cursor' has no member 'syntax'
4064 |     precondition(_elseClause.kind == .syntax,
4065 |                  "expected child of kind .syntax, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4064:39: error: cannot infer contextual base in reference to member 'syntax'
4062 |                  "got \(_body.kind)")
4063 |     let _elseClause = raw[Cursor.syntax]
4064 |     precondition(_elseClause.kind == .syntax,
     |                                       `- error: cannot infer contextual base in reference to member 'syntax'
4065 |                  "expected child of kind .syntax, " +
4066 |                  "got \(_elseClause.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4067:33: error: type 'IfStmtSyntax.Cursor' has no member 'semicolonToken'
4065 |                  "expected child of kind .syntax, " +
4066 |                  "got \(_elseClause.kind)")
4067 |     let _semicolon = raw[Cursor.semicolonToken]
     |                                 `- error: type 'IfStmtSyntax.Cursor' has no member 'semicolonToken'
4068 |     guard let _semicolonTokenKind = _semicolon.tokenKind else {
4069 |       fatalError("expected token child, got \(_semicolon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4071:20: error: reference to member 'semicolon' cannot be resolved without a contextual type
4069 |       fatalError("expected token child, got \(_semicolon.kind)")
4070 |     }
4071 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                    `- error: reference to member 'semicolon' cannot be resolved without a contextual type
4072 |       "expected one of [.semicolon] for 'semicolon' " +
4073 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4071:40: error: missing argument label 'where:' in call
4069 |       fatalError("expected token child, got \(_semicolon.kind)")
4070 |     }
4071 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                                        `- error: missing argument label 'where:' in call
4072 |       "expected one of [.semicolon] for 'semicolon' " +
4073 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4071:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4069 |       fatalError("expected token child, got \(_semicolon.kind)")
4070 |     }
4071 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4072 |       "expected one of [.semicolon] for 'semicolon' " +
4073 |       "in node of kind ifStmt")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4188:35: error: type 'ElseIfContinuationSyntax.Cursor' has no member 'ifStmt'
4186 |       if isMissing { return }
4187 |     precondition(raw.layout.count == 1)
4188 |     let _ifStatement = raw[Cursor.ifStmt]
     |                                   `- error: type 'ElseIfContinuationSyntax.Cursor' has no member 'ifStmt'
4189 |     precondition(_ifStatement.kind == .ifStmt,
4190 |                  "expected child of kind .ifStmt, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4189:40: error: cannot infer contextual base in reference to member 'ifStmt'
4187 |     precondition(raw.layout.count == 1)
4188 |     let _ifStatement = raw[Cursor.ifStmt]
4189 |     precondition(_ifStatement.kind == .ifStmt,
     |                                        `- error: cannot infer contextual base in reference to member 'ifStmt'
4190 |                  "expected child of kind .ifStmt, " +
4191 |                  "got \(_ifStatement.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4219:35: error: type 'ElseBlockSyntax.Cursor' has no member 'elseToken'
4217 |       if isMissing { return }
4218 |     precondition(raw.layout.count == 3)
4219 |     let _elseKeyword = raw[Cursor.elseToken]
     |                                   `- error: type 'ElseBlockSyntax.Cursor' has no member 'elseToken'
4220 |     guard let _elseKeywordTokenKind = _elseKeyword.tokenKind else {
4221 |       fatalError("expected token child, got \(_elseKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4223:20: error: reference to member 'elseKeyword' cannot be resolved without a contextual type
4221 |       fatalError("expected token child, got \(_elseKeyword.kind)")
4222 |     }
4223 |     precondition([.elseKeyword].contains(_elseKeywordTokenKind),
     |                    `- error: reference to member 'elseKeyword' cannot be resolved without a contextual type
4224 |       "expected one of [.elseKeyword] for 'elseKeyword' " +
4225 |       "in node of kind elseBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4223:42: error: missing argument label 'where:' in call
4221 |       fatalError("expected token child, got \(_elseKeyword.kind)")
4222 |     }
4223 |     precondition([.elseKeyword].contains(_elseKeywordTokenKind),
     |                                          `- error: missing argument label 'where:' in call
4224 |       "expected one of [.elseKeyword] for 'elseKeyword' " +
4225 |       "in node of kind elseBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4223:42: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4221 |       fatalError("expected token child, got \(_elseKeyword.kind)")
4222 |     }
4223 |     precondition([.elseKeyword].contains(_elseKeywordTokenKind),
     |                                          `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4224 |       "expected one of [.elseKeyword] for 'elseKeyword' " +
4225 |       "in node of kind elseBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4226:28: error: type 'ElseBlockSyntax.Cursor' has no member 'codeBlock'
4224 |       "expected one of [.elseKeyword] for 'elseKeyword' " +
4225 |       "in node of kind elseBlock")
4226 |     let _body = raw[Cursor.codeBlock]
     |                            `- error: type 'ElseBlockSyntax.Cursor' has no member 'codeBlock'
4227 |     precondition(_body.kind == .codeBlock,
4228 |                  "expected child of kind .codeBlock, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4227:33: error: cannot infer contextual base in reference to member 'codeBlock'
4225 |       "in node of kind elseBlock")
4226 |     let _body = raw[Cursor.codeBlock]
4227 |     precondition(_body.kind == .codeBlock,
     |                                 `- error: cannot infer contextual base in reference to member 'codeBlock'
4228 |                  "expected child of kind .codeBlock, " +
4229 |                  "got \(_body.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4230:33: error: type 'ElseBlockSyntax.Cursor' has no member 'semicolonToken'
4228 |                  "expected child of kind .codeBlock, " +
4229 |                  "got \(_body.kind)")
4230 |     let _semicolon = raw[Cursor.semicolonToken]
     |                                 `- error: type 'ElseBlockSyntax.Cursor' has no member 'semicolonToken'
4231 |     guard let _semicolonTokenKind = _semicolon.tokenKind else {
4232 |       fatalError("expected token child, got \(_semicolon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4234:20: error: reference to member 'semicolon' cannot be resolved without a contextual type
4232 |       fatalError("expected token child, got \(_semicolon.kind)")
4233 |     }
4234 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                    `- error: reference to member 'semicolon' cannot be resolved without a contextual type
4235 |       "expected one of [.semicolon] for 'semicolon' " +
4236 |       "in node of kind elseBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4234:40: error: missing argument label 'where:' in call
4232 |       fatalError("expected token child, got \(_semicolon.kind)")
4233 |     }
4234 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                                        `- error: missing argument label 'where:' in call
4235 |       "expected one of [.semicolon] for 'semicolon' " +
4236 |       "in node of kind elseBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4234:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4232 |       fatalError("expected token child, got \(_semicolon.kind)")
4233 |     }
4234 |     precondition([.semicolon].contains(_semicolonTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4235 |       "expected one of [.semicolon] for 'semicolon' " +
4236 |       "in node of kind elseBlock")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4291:29: error: type 'SwitchCaseSyntax.Cursor' has no member 'syntax'
4289 |       if isMissing { return }
4290 |     precondition(raw.layout.count == 2)
4291 |     let _label = raw[Cursor.syntax]
     |                             `- error: type 'SwitchCaseSyntax.Cursor' has no member 'syntax'
4292 |     precondition(_label.kind == .syntax,
4293 |                  "expected child of kind .syntax, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4292:34: error: cannot infer contextual base in reference to member 'syntax'
4290 |     precondition(raw.layout.count == 2)
4291 |     let _label = raw[Cursor.syntax]
4292 |     precondition(_label.kind == .syntax,
     |                                  `- error: cannot infer contextual base in reference to member 'syntax'
4293 |                  "expected child of kind .syntax, " +
4294 |                  "got \(_label.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4295:28: error: type 'SwitchCaseSyntax.Cursor' has no member 'stmtList'
4293 |                  "expected child of kind .syntax, " +
4294 |                  "got \(_label.kind)")
4295 |     let _body = raw[Cursor.stmtList]
     |                            `- error: type 'SwitchCaseSyntax.Cursor' has no member 'stmtList'
4296 |     precondition(_body.kind == .stmtList,
4297 |                  "expected child of kind .stmtList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4296:33: error: cannot infer contextual base in reference to member 'stmtList'
4294 |                  "got \(_label.kind)")
4295 |     let _body = raw[Cursor.stmtList]
4296 |     precondition(_body.kind == .stmtList,
     |                                 `- error: cannot infer contextual base in reference to member 'stmtList'
4297 |                  "expected child of kind .stmtList, " +
4298 |                  "got \(_body.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4345:38: error: type 'SwitchDefaultLabelSyntax.Cursor' has no member 'defaultToken'
4343 |       if isMissing { return }
4344 |     precondition(raw.layout.count == 2)
4345 |     let _defaultKeyword = raw[Cursor.defaultToken]
     |                                      `- error: type 'SwitchDefaultLabelSyntax.Cursor' has no member 'defaultToken'
4346 |     guard let _defaultKeywordTokenKind = _defaultKeyword.tokenKind else {
4347 |       fatalError("expected token child, got \(_defaultKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4349:20: error: reference to member 'defaultKeyword' cannot be resolved without a contextual type
4347 |       fatalError("expected token child, got \(_defaultKeyword.kind)")
4348 |     }
4349 |     precondition([.defaultKeyword].contains(_defaultKeywordTokenKind),
     |                    `- error: reference to member 'defaultKeyword' cannot be resolved without a contextual type
4350 |       "expected one of [.defaultKeyword] for 'defaultKeyword' " +
4351 |       "in node of kind switchDefaultLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4349:45: error: missing argument label 'where:' in call
4347 |       fatalError("expected token child, got \(_defaultKeyword.kind)")
4348 |     }
4349 |     precondition([.defaultKeyword].contains(_defaultKeywordTokenKind),
     |                                             `- error: missing argument label 'where:' in call
4350 |       "expected one of [.defaultKeyword] for 'defaultKeyword' " +
4351 |       "in node of kind switchDefaultLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4349:45: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4347 |       fatalError("expected token child, got \(_defaultKeyword.kind)")
4348 |     }
4349 |     precondition([.defaultKeyword].contains(_defaultKeywordTokenKind),
     |                                             `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4350 |       "expected one of [.defaultKeyword] for 'defaultKeyword' " +
4351 |       "in node of kind switchDefaultLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4352:29: error: type 'SwitchDefaultLabelSyntax.Cursor' has no member 'colonToken'
4350 |       "expected one of [.defaultKeyword] for 'defaultKeyword' " +
4351 |       "in node of kind switchDefaultLabel")
4352 |     let _colon = raw[Cursor.colonToken]
     |                             `- error: type 'SwitchDefaultLabelSyntax.Cursor' has no member 'colonToken'
4353 |     guard let _colonTokenKind = _colon.tokenKind else {
4354 |       fatalError("expected token child, got \(_colon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4356:20: error: reference to member 'colon' cannot be resolved without a contextual type
4354 |       fatalError("expected token child, got \(_colon.kind)")
4355 |     }
4356 |     precondition([.colon].contains(_colonTokenKind),
     |                    `- error: reference to member 'colon' cannot be resolved without a contextual type
4357 |       "expected one of [.colon] for 'colon' " +
4358 |       "in node of kind switchDefaultLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4356:36: error: missing argument label 'where:' in call
4354 |       fatalError("expected token child, got \(_colon.kind)")
4355 |     }
4356 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: missing argument label 'where:' in call
4357 |       "expected one of [.colon] for 'colon' " +
4358 |       "in node of kind switchDefaultLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4356:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4354 |       fatalError("expected token child, got \(_colon.kind)")
4355 |     }
4356 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4357 |       "expected one of [.colon] for 'colon' " +
4358 |       "in node of kind switchDefaultLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4407:29: error: type 'CaseItemSyntax.Cursor' has no member 'commaToken'
4405 |                  "expected child of kind .whereClause, " +
4406 |                  "got \(_whereClause.kind)")
4407 |     let _comma = raw[Cursor.commaToken]
     |                             `- error: type 'CaseItemSyntax.Cursor' has no member 'commaToken'
4408 |     guard let _commaTokenKind = _comma.tokenKind else {
4409 |       fatalError("expected token child, got \(_comma.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4411:20: error: reference to member 'comma' cannot be resolved without a contextual type
4409 |       fatalError("expected token child, got \(_comma.kind)")
4410 |     }
4411 |     precondition([.comma].contains(_commaTokenKind),
     |                    `- error: reference to member 'comma' cannot be resolved without a contextual type
4412 |       "expected one of [.comma] for 'comma' " +
4413 |       "in node of kind caseItem")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4411:36: error: missing argument label 'where:' in call
4409 |       fatalError("expected token child, got \(_comma.kind)")
4410 |     }
4411 |     precondition([.comma].contains(_commaTokenKind),
     |                                    `- error: missing argument label 'where:' in call
4412 |       "expected one of [.comma] for 'comma' " +
4413 |       "in node of kind caseItem")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4411:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4409 |       fatalError("expected token child, got \(_comma.kind)")
4410 |     }
4411 |     precondition([.comma].contains(_commaTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4412 |       "expected one of [.comma] for 'comma' " +
4413 |       "in node of kind caseItem")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4469:35: error: type 'SwitchCaseLabelSyntax.Cursor' has no member 'caseToken'
4467 |       if isMissing { return }
4468 |     precondition(raw.layout.count == 3)
4469 |     let _caseKeyword = raw[Cursor.caseToken]
     |                                   `- error: type 'SwitchCaseLabelSyntax.Cursor' has no member 'caseToken'
4470 |     guard let _caseKeywordTokenKind = _caseKeyword.tokenKind else {
4471 |       fatalError("expected token child, got \(_caseKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4473:20: error: reference to member 'caseKeyword' cannot be resolved without a contextual type
4471 |       fatalError("expected token child, got \(_caseKeyword.kind)")
4472 |     }
4473 |     precondition([.caseKeyword].contains(_caseKeywordTokenKind),
     |                    `- error: reference to member 'caseKeyword' cannot be resolved without a contextual type
4474 |       "expected one of [.caseKeyword] for 'caseKeyword' " +
4475 |       "in node of kind switchCaseLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4473:42: error: missing argument label 'where:' in call
4471 |       fatalError("expected token child, got \(_caseKeyword.kind)")
4472 |     }
4473 |     precondition([.caseKeyword].contains(_caseKeywordTokenKind),
     |                                          `- error: missing argument label 'where:' in call
4474 |       "expected one of [.caseKeyword] for 'caseKeyword' " +
4475 |       "in node of kind switchCaseLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4473:42: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4471 |       fatalError("expected token child, got \(_caseKeyword.kind)")
4472 |     }
4473 |     precondition([.caseKeyword].contains(_caseKeywordTokenKind),
     |                                          `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4474 |       "expected one of [.caseKeyword] for 'caseKeyword' " +
4475 |       "in node of kind switchCaseLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4476:33: error: type 'SwitchCaseLabelSyntax.Cursor' has no member 'caseItemList'
4474 |       "expected one of [.caseKeyword] for 'caseKeyword' " +
4475 |       "in node of kind switchCaseLabel")
4476 |     let _caseItems = raw[Cursor.caseItemList]
     |                                 `- error: type 'SwitchCaseLabelSyntax.Cursor' has no member 'caseItemList'
4477 |     precondition(_caseItems.kind == .caseItemList,
4478 |                  "expected child of kind .caseItemList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4477:38: error: cannot infer contextual base in reference to member 'caseItemList'
4475 |       "in node of kind switchCaseLabel")
4476 |     let _caseItems = raw[Cursor.caseItemList]
4477 |     precondition(_caseItems.kind == .caseItemList,
     |                                      `- error: cannot infer contextual base in reference to member 'caseItemList'
4478 |                  "expected child of kind .caseItemList, " +
4479 |                  "got \(_caseItems.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4480:29: error: type 'SwitchCaseLabelSyntax.Cursor' has no member 'colonToken'
4478 |                  "expected child of kind .caseItemList, " +
4479 |                  "got \(_caseItems.kind)")
4480 |     let _colon = raw[Cursor.colonToken]
     |                             `- error: type 'SwitchCaseLabelSyntax.Cursor' has no member 'colonToken'
4481 |     guard let _colonTokenKind = _colon.tokenKind else {
4482 |       fatalError("expected token child, got \(_colon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4484:20: error: reference to member 'colon' cannot be resolved without a contextual type
4482 |       fatalError("expected token child, got \(_colon.kind)")
4483 |     }
4484 |     precondition([.colon].contains(_colonTokenKind),
     |                    `- error: reference to member 'colon' cannot be resolved without a contextual type
4485 |       "expected one of [.colon] for 'colon' " +
4486 |       "in node of kind switchCaseLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4484:36: error: missing argument label 'where:' in call
4482 |       fatalError("expected token child, got \(_colon.kind)")
4483 |     }
4484 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: missing argument label 'where:' in call
4485 |       "expected one of [.colon] for 'colon' " +
4486 |       "in node of kind switchCaseLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4484:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4482 |       fatalError("expected token child, got \(_colon.kind)")
4483 |     }
4484 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4485 |       "expected one of [.colon] for 'colon' " +
4486 |       "in node of kind switchCaseLabel")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4548:36: error: type 'CatchClauseSyntax.Cursor' has no member 'catchToken'
4546 |       if isMissing { return }
4547 |     precondition(raw.layout.count == 4)
4548 |     let _catchKeyword = raw[Cursor.catchToken]
     |                                    `- error: type 'CatchClauseSyntax.Cursor' has no member 'catchToken'
4549 |     guard let _catchKeywordTokenKind = _catchKeyword.tokenKind else {
4550 |       fatalError("expected token child, got \(_catchKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4552:20: error: reference to member 'catchKeyword' cannot be resolved without a contextual type
4550 |       fatalError("expected token child, got \(_catchKeyword.kind)")
4551 |     }
4552 |     precondition([.catchKeyword].contains(_catchKeywordTokenKind),
     |                    `- error: reference to member 'catchKeyword' cannot be resolved without a contextual type
4553 |       "expected one of [.catchKeyword] for 'catchKeyword' " +
4554 |       "in node of kind catchClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4552:43: error: missing argument label 'where:' in call
4550 |       fatalError("expected token child, got \(_catchKeyword.kind)")
4551 |     }
4552 |     precondition([.catchKeyword].contains(_catchKeywordTokenKind),
     |                                           `- error: missing argument label 'where:' in call
4553 |       "expected one of [.catchKeyword] for 'catchKeyword' " +
4554 |       "in node of kind catchClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4552:43: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4550 |       fatalError("expected token child, got \(_catchKeyword.kind)")
4551 |     }
4552 |     precondition([.catchKeyword].contains(_catchKeywordTokenKind),
     |                                           `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4553 |       "expected one of [.catchKeyword] for 'catchKeyword' " +
4554 |       "in node of kind catchClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4563:28: error: type 'CatchClauseSyntax.Cursor' has no member 'codeBlock'
4561 |                  "expected child of kind .whereClause, " +
4562 |                  "got \(_whereClause.kind)")
4563 |     let _body = raw[Cursor.codeBlock]
     |                            `- error: type 'CatchClauseSyntax.Cursor' has no member 'codeBlock'
4564 |     precondition(_body.kind == .codeBlock,
4565 |                  "expected child of kind .codeBlock, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4564:33: error: cannot infer contextual base in reference to member 'codeBlock'
4562 |                  "got \(_whereClause.kind)")
4563 |     let _body = raw[Cursor.codeBlock]
4564 |     precondition(_body.kind == .codeBlock,
     |                                 `- error: cannot infer contextual base in reference to member 'codeBlock'
4565 |                  "expected child of kind .codeBlock, " +
4566 |                  "got \(_body.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4634:36: error: type 'GenericWhereClauseSyntax.Cursor' has no member 'whereToken'
4632 |       if isMissing { return }
4633 |     precondition(raw.layout.count == 2)
4634 |     let _whereKeyword = raw[Cursor.whereToken]
     |                                    `- error: type 'GenericWhereClauseSyntax.Cursor' has no member 'whereToken'
4635 |     guard let _whereKeywordTokenKind = _whereKeyword.tokenKind else {
4636 |       fatalError("expected token child, got \(_whereKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4638:20: error: reference to member 'whereKeyword' cannot be resolved without a contextual type
4636 |       fatalError("expected token child, got \(_whereKeyword.kind)")
4637 |     }
4638 |     precondition([.whereKeyword].contains(_whereKeywordTokenKind),
     |                    `- error: reference to member 'whereKeyword' cannot be resolved without a contextual type
4639 |       "expected one of [.whereKeyword] for 'whereKeyword' " +
4640 |       "in node of kind genericWhereClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4638:43: error: missing argument label 'where:' in call
4636 |       fatalError("expected token child, got \(_whereKeyword.kind)")
4637 |     }
4638 |     precondition([.whereKeyword].contains(_whereKeywordTokenKind),
     |                                           `- error: missing argument label 'where:' in call
4639 |       "expected one of [.whereKeyword] for 'whereKeyword' " +
4640 |       "in node of kind genericWhereClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4638:43: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4636 |       fatalError("expected token child, got \(_whereKeyword.kind)")
4637 |     }
4638 |     precondition([.whereKeyword].contains(_whereKeywordTokenKind),
     |                                           `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4639 |       "expected one of [.whereKeyword] for 'whereKeyword' " +
4640 |       "in node of kind genericWhereClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4641:39: error: type 'GenericWhereClauseSyntax.Cursor' has no member 'genericRequirementList'
4639 |       "expected one of [.whereKeyword] for 'whereKeyword' " +
4640 |       "in node of kind genericWhereClause")
4641 |     let _requirementList = raw[Cursor.genericRequirementList]
     |                                       `- error: type 'GenericWhereClauseSyntax.Cursor' has no member 'genericRequirementList'
4642 |     precondition(_requirementList.kind == .genericRequirementList,
4643 |                  "expected child of kind .genericRequirementList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4642:44: error: cannot infer contextual base in reference to member 'genericRequirementList'
4640 |       "in node of kind genericWhereClause")
4641 |     let _requirementList = raw[Cursor.genericRequirementList]
4642 |     precondition(_requirementList.kind == .genericRequirementList,
     |                                            `- error: cannot infer contextual base in reference to member 'genericRequirementList'
4643 |                  "expected child of kind .genericRequirementList, " +
4644 |                  "got \(_requirementList.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4694:42: error: type 'SameTypeRequirementSyntax.Cursor' has no member 'typeIdentifier'
4692 |       if isMissing { return }
4693 |     precondition(raw.layout.count == 4)
4694 |     let _leftTypeIdentifier = raw[Cursor.typeIdentifier]
     |                                          `- error: type 'SameTypeRequirementSyntax.Cursor' has no member 'typeIdentifier'
4695 |     precondition(_leftTypeIdentifier.kind == .typeIdentifier,
4696 |                  "expected child of kind .typeIdentifier, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4695:47: error: cannot infer contextual base in reference to member 'typeIdentifier'
4693 |     precondition(raw.layout.count == 4)
4694 |     let _leftTypeIdentifier = raw[Cursor.typeIdentifier]
4695 |     precondition(_leftTypeIdentifier.kind == .typeIdentifier,
     |                                               `- error: cannot infer contextual base in reference to member 'typeIdentifier'
4696 |                  "expected child of kind .typeIdentifier, " +
4697 |                  "got \(_leftTypeIdentifier.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4698:37: error: type 'SameTypeRequirementSyntax.Cursor' has no member 'token'
4696 |                  "expected child of kind .typeIdentifier, " +
4697 |                  "got \(_leftTypeIdentifier.kind)")
4698 |     let _equalityToken = raw[Cursor.token]
     |                                     `- error: type 'SameTypeRequirementSyntax.Cursor' has no member 'token'
4699 |     guard let _equalityTokenTokenKind = _equalityToken.tokenKind else {
4700 |       fatalError("expected token child, got \(_equalityToken.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4702:20: error: reference to member 'spacedBinaryOperator' cannot be resolved without a contextual type
4700 |       fatalError("expected token child, got \(_equalityToken.kind)")
4701 |     }
4702 |     precondition([.spacedBinaryOperator, .unspacedBinaryOperator].contains(_equalityTokenTokenKind),
     |                    `- error: reference to member 'spacedBinaryOperator' cannot be resolved without a contextual type
4703 |       "expected one of [.spacedBinaryOperator, .unspacedBinaryOperator] for 'equalityToken' " +
4704 |       "in node of kind sameTypeRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4702:43: error: reference to member 'unspacedBinaryOperator' cannot be resolved without a contextual type
4700 |       fatalError("expected token child, got \(_equalityToken.kind)")
4701 |     }
4702 |     precondition([.spacedBinaryOperator, .unspacedBinaryOperator].contains(_equalityTokenTokenKind),
     |                                           `- error: reference to member 'unspacedBinaryOperator' cannot be resolved without a contextual type
4703 |       "expected one of [.spacedBinaryOperator, .unspacedBinaryOperator] for 'equalityToken' " +
4704 |       "in node of kind sameTypeRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4702:76: error: missing argument label 'where:' in call
4700 |       fatalError("expected token child, got \(_equalityToken.kind)")
4701 |     }
4702 |     precondition([.spacedBinaryOperator, .unspacedBinaryOperator].contains(_equalityTokenTokenKind),
     |                                                                            `- error: missing argument label 'where:' in call
4703 |       "expected one of [.spacedBinaryOperator, .unspacedBinaryOperator] for 'equalityToken' " +
4704 |       "in node of kind sameTypeRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4702:76: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4700 |       fatalError("expected token child, got \(_equalityToken.kind)")
4701 |     }
4702 |     precondition([.spacedBinaryOperator, .unspacedBinaryOperator].contains(_equalityTokenTokenKind),
     |                                                                            `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4703 |       "expected one of [.spacedBinaryOperator, .unspacedBinaryOperator] for 'equalityToken' " +
4704 |       "in node of kind sameTypeRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4705:43: error: type 'SameTypeRequirementSyntax.Cursor' has no member 'typeIdentifier'
4703 |       "expected one of [.spacedBinaryOperator, .unspacedBinaryOperator] for 'equalityToken' " +
4704 |       "in node of kind sameTypeRequirement")
4705 |     let _rightTypeIdentifier = raw[Cursor.typeIdentifier]
     |                                           `- error: type 'SameTypeRequirementSyntax.Cursor' has no member 'typeIdentifier'
4706 |     precondition(_rightTypeIdentifier.kind == .typeIdentifier,
4707 |                  "expected child of kind .typeIdentifier, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4706:48: error: cannot infer contextual base in reference to member 'typeIdentifier'
4704 |       "in node of kind sameTypeRequirement")
4705 |     let _rightTypeIdentifier = raw[Cursor.typeIdentifier]
4706 |     precondition(_rightTypeIdentifier.kind == .typeIdentifier,
     |                                                `- error: cannot infer contextual base in reference to member 'typeIdentifier'
4707 |                  "expected child of kind .typeIdentifier, " +
4708 |                  "got \(_rightTypeIdentifier.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4709:37: error: type 'SameTypeRequirementSyntax.Cursor' has no member 'commaToken'
4707 |                  "expected child of kind .typeIdentifier, " +
4708 |                  "got \(_rightTypeIdentifier.kind)")
4709 |     let _trailingComma = raw[Cursor.commaToken]
     |                                     `- error: type 'SameTypeRequirementSyntax.Cursor' has no member 'commaToken'
4710 |     guard let _trailingCommaTokenKind = _trailingComma.tokenKind else {
4711 |       fatalError("expected token child, got \(_trailingComma.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4713:20: error: reference to member 'comma' cannot be resolved without a contextual type
4711 |       fatalError("expected token child, got \(_trailingComma.kind)")
4712 |     }
4713 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                    `- error: reference to member 'comma' cannot be resolved without a contextual type
4714 |       "expected one of [.comma] for 'trailingComma' " +
4715 |       "in node of kind sameTypeRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4713:36: error: missing argument label 'where:' in call
4711 |       fatalError("expected token child, got \(_trailingComma.kind)")
4712 |     }
4713 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: missing argument label 'where:' in call
4714 |       "expected one of [.comma] for 'trailingComma' " +
4715 |       "in node of kind sameTypeRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4713:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4711 |       fatalError("expected token child, got \(_trailingComma.kind)")
4712 |     }
4713 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4714 |       "expected one of [.comma] for 'trailingComma' " +
4715 |       "in node of kind sameTypeRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4789:29: error: type 'GenericParameterSyntax.Cursor' has no member 'colonToken'
4787 |                  "expected child of kind .typeIdentifier, " +
4788 |                  "got \(_typeIdentifier.kind)")
4789 |     let _colon = raw[Cursor.colonToken]
     |                             `- error: type 'GenericParameterSyntax.Cursor' has no member 'colonToken'
4790 |     guard let _colonTokenKind = _colon.tokenKind else {
4791 |       fatalError("expected token child, got \(_colon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4793:20: error: reference to member 'colon' cannot be resolved without a contextual type
4791 |       fatalError("expected token child, got \(_colon.kind)")
4792 |     }
4793 |     precondition([.colon].contains(_colonTokenKind),
     |                    `- error: reference to member 'colon' cannot be resolved without a contextual type
4794 |       "expected one of [.colon] for 'colon' " +
4795 |       "in node of kind genericParameter")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4793:36: error: missing argument label 'where:' in call
4791 |       fatalError("expected token child, got \(_colon.kind)")
4792 |     }
4793 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: missing argument label 'where:' in call
4794 |       "expected one of [.colon] for 'colon' " +
4795 |       "in node of kind genericParameter")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4793:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4791 |       fatalError("expected token child, got \(_colon.kind)")
4792 |     }
4793 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4794 |       "expected one of [.colon] for 'colon' " +
4795 |       "in node of kind genericParameter")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4796:37: error: type 'GenericParameterSyntax.Cursor' has no member 'type'
4794 |       "expected one of [.colon] for 'colon' " +
4795 |       "in node of kind genericParameter")
4796 |     let _inheritedType = raw[Cursor.type]
     |                                     `- error: type 'GenericParameterSyntax.Cursor' has no member 'type'
4797 |     precondition(_inheritedType.kind == .type,
4798 |                  "expected child of kind .type, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4797:42: error: cannot infer contextual base in reference to member 'type'
4795 |       "in node of kind genericParameter")
4796 |     let _inheritedType = raw[Cursor.type]
4797 |     precondition(_inheritedType.kind == .type,
     |                                          `- error: cannot infer contextual base in reference to member 'type'
4798 |                  "expected child of kind .type, " +
4799 |                  "got \(_inheritedType.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4800:37: error: type 'GenericParameterSyntax.Cursor' has no member 'commaToken'
4798 |                  "expected child of kind .type, " +
4799 |                  "got \(_inheritedType.kind)")
4800 |     let _trailingComma = raw[Cursor.commaToken]
     |                                     `- error: type 'GenericParameterSyntax.Cursor' has no member 'commaToken'
4801 |     guard let _trailingCommaTokenKind = _trailingComma.tokenKind else {
4802 |       fatalError("expected token child, got \(_trailingComma.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4804:20: error: reference to member 'comma' cannot be resolved without a contextual type
4802 |       fatalError("expected token child, got \(_trailingComma.kind)")
4803 |     }
4804 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                    `- error: reference to member 'comma' cannot be resolved without a contextual type
4805 |       "expected one of [.comma] for 'trailingComma' " +
4806 |       "in node of kind genericParameter")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4804:36: error: missing argument label 'where:' in call
4802 |       fatalError("expected token child, got \(_trailingComma.kind)")
4803 |     }
4804 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: missing argument label 'where:' in call
4805 |       "expected one of [.comma] for 'trailingComma' " +
4806 |       "in node of kind genericParameter")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4804:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4802 |       fatalError("expected token child, got \(_trailingComma.kind)")
4803 |     }
4804 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4805 |       "expected one of [.comma] for 'trailingComma' " +
4806 |       "in node of kind genericParameter")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4876:40: error: type 'GenericParameterClauseSyntax.Cursor' has no member 'leftAngleToken'
4874 |       if isMissing { return }
4875 |     precondition(raw.layout.count == 3)
4876 |     let _leftAngleBracket = raw[Cursor.leftAngleToken]
     |                                        `- error: type 'GenericParameterClauseSyntax.Cursor' has no member 'leftAngleToken'
4877 |     guard let _leftAngleBracketTokenKind = _leftAngleBracket.tokenKind else {
4878 |       fatalError("expected token child, got \(_leftAngleBracket.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4880:20: error: reference to member 'leftAngle' cannot be resolved without a contextual type
4878 |       fatalError("expected token child, got \(_leftAngleBracket.kind)")
4879 |     }
4880 |     precondition([.leftAngle].contains(_leftAngleBracketTokenKind),
     |                    `- error: reference to member 'leftAngle' cannot be resolved without a contextual type
4881 |       "expected one of [.leftAngle] for 'leftAngleBracket' " +
4882 |       "in node of kind genericParameterClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4880:40: error: missing argument label 'where:' in call
4878 |       fatalError("expected token child, got \(_leftAngleBracket.kind)")
4879 |     }
4880 |     precondition([.leftAngle].contains(_leftAngleBracketTokenKind),
     |                                        `- error: missing argument label 'where:' in call
4881 |       "expected one of [.leftAngle] for 'leftAngleBracket' " +
4882 |       "in node of kind genericParameterClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4880:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4878 |       fatalError("expected token child, got \(_leftAngleBracket.kind)")
4879 |     }
4880 |     precondition([.leftAngle].contains(_leftAngleBracketTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4881 |       "expected one of [.leftAngle] for 'leftAngleBracket' " +
4882 |       "in node of kind genericParameterClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4887:41: error: type 'GenericParameterClauseSyntax.Cursor' has no member 'rightAngleToken'
4885 |                  "expected child of kind .genericParameterList, " +
4886 |                  "got \(_genericParameterList.kind)")
4887 |     let _rightAngleBracket = raw[Cursor.rightAngleToken]
     |                                         `- error: type 'GenericParameterClauseSyntax.Cursor' has no member 'rightAngleToken'
4888 |     guard let _rightAngleBracketTokenKind = _rightAngleBracket.tokenKind else {
4889 |       fatalError("expected token child, got \(_rightAngleBracket.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4891:20: error: reference to member 'rightAngle' cannot be resolved without a contextual type
4889 |       fatalError("expected token child, got \(_rightAngleBracket.kind)")
4890 |     }
4891 |     precondition([.rightAngle].contains(_rightAngleBracketTokenKind),
     |                    `- error: reference to member 'rightAngle' cannot be resolved without a contextual type
4892 |       "expected one of [.rightAngle] for 'rightAngleBracket' " +
4893 |       "in node of kind genericParameterClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4891:41: error: missing argument label 'where:' in call
4889 |       fatalError("expected token child, got \(_rightAngleBracket.kind)")
4890 |     }
4891 |     precondition([.rightAngle].contains(_rightAngleBracketTokenKind),
     |                                         `- error: missing argument label 'where:' in call
4892 |       "expected one of [.rightAngle] for 'rightAngleBracket' " +
4893 |       "in node of kind genericParameterClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4891:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4889 |       fatalError("expected token child, got \(_rightAngleBracket.kind)")
4890 |     }
4891 |     precondition([.rightAngle].contains(_rightAngleBracketTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4892 |       "expected one of [.rightAngle] for 'rightAngleBracket' " +
4893 |       "in node of kind genericParameterClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4955:42: error: type 'ConformanceRequirementSyntax.Cursor' has no member 'typeIdentifier'
4953 |       if isMissing { return }
4954 |     precondition(raw.layout.count == 4)
4955 |     let _leftTypeIdentifier = raw[Cursor.typeIdentifier]
     |                                          `- error: type 'ConformanceRequirementSyntax.Cursor' has no member 'typeIdentifier'
4956 |     precondition(_leftTypeIdentifier.kind == .typeIdentifier,
4957 |                  "expected child of kind .typeIdentifier, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4956:47: error: cannot infer contextual base in reference to member 'typeIdentifier'
4954 |     precondition(raw.layout.count == 4)
4955 |     let _leftTypeIdentifier = raw[Cursor.typeIdentifier]
4956 |     precondition(_leftTypeIdentifier.kind == .typeIdentifier,
     |                                               `- error: cannot infer contextual base in reference to member 'typeIdentifier'
4957 |                  "expected child of kind .typeIdentifier, " +
4958 |                  "got \(_leftTypeIdentifier.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4959:29: error: type 'ConformanceRequirementSyntax.Cursor' has no member 'colonToken'
4957 |                  "expected child of kind .typeIdentifier, " +
4958 |                  "got \(_leftTypeIdentifier.kind)")
4959 |     let _colon = raw[Cursor.colonToken]
     |                             `- error: type 'ConformanceRequirementSyntax.Cursor' has no member 'colonToken'
4960 |     guard let _colonTokenKind = _colon.tokenKind else {
4961 |       fatalError("expected token child, got \(_colon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4963:20: error: reference to member 'colon' cannot be resolved without a contextual type
4961 |       fatalError("expected token child, got \(_colon.kind)")
4962 |     }
4963 |     precondition([.colon].contains(_colonTokenKind),
     |                    `- error: reference to member 'colon' cannot be resolved without a contextual type
4964 |       "expected one of [.colon] for 'colon' " +
4965 |       "in node of kind conformanceRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4963:36: error: missing argument label 'where:' in call
4961 |       fatalError("expected token child, got \(_colon.kind)")
4962 |     }
4963 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: missing argument label 'where:' in call
4964 |       "expected one of [.colon] for 'colon' " +
4965 |       "in node of kind conformanceRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4963:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4961 |       fatalError("expected token child, got \(_colon.kind)")
4962 |     }
4963 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4964 |       "expected one of [.colon] for 'colon' " +
4965 |       "in node of kind conformanceRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4966:43: error: type 'ConformanceRequirementSyntax.Cursor' has no member 'typeIdentifier'
4964 |       "expected one of [.colon] for 'colon' " +
4965 |       "in node of kind conformanceRequirement")
4966 |     let _rightTypeIdentifier = raw[Cursor.typeIdentifier]
     |                                           `- error: type 'ConformanceRequirementSyntax.Cursor' has no member 'typeIdentifier'
4967 |     precondition(_rightTypeIdentifier.kind == .typeIdentifier,
4968 |                  "expected child of kind .typeIdentifier, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4967:48: error: cannot infer contextual base in reference to member 'typeIdentifier'
4965 |       "in node of kind conformanceRequirement")
4966 |     let _rightTypeIdentifier = raw[Cursor.typeIdentifier]
4967 |     precondition(_rightTypeIdentifier.kind == .typeIdentifier,
     |                                                `- error: cannot infer contextual base in reference to member 'typeIdentifier'
4968 |                  "expected child of kind .typeIdentifier, " +
4969 |                  "got \(_rightTypeIdentifier.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4970:37: error: type 'ConformanceRequirementSyntax.Cursor' has no member 'commaToken'
4968 |                  "expected child of kind .typeIdentifier, " +
4969 |                  "got \(_rightTypeIdentifier.kind)")
4970 |     let _trailingComma = raw[Cursor.commaToken]
     |                                     `- error: type 'ConformanceRequirementSyntax.Cursor' has no member 'commaToken'
4971 |     guard let _trailingCommaTokenKind = _trailingComma.tokenKind else {
4972 |       fatalError("expected token child, got \(_trailingComma.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4974:20: error: reference to member 'comma' cannot be resolved without a contextual type
4972 |       fatalError("expected token child, got \(_trailingComma.kind)")
4973 |     }
4974 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                    `- error: reference to member 'comma' cannot be resolved without a contextual type
4975 |       "expected one of [.comma] for 'trailingComma' " +
4976 |       "in node of kind conformanceRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4974:36: error: missing argument label 'where:' in call
4972 |       fatalError("expected token child, got \(_trailingComma.kind)")
4973 |     }
4974 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: missing argument label 'where:' in call
4975 |       "expected one of [.comma] for 'trailingComma' " +
4976 |       "in node of kind conformanceRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:4974:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4972 |       fatalError("expected token child, got \(_trailingComma.kind)")
4973 |     }
4974 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
4975 |       "expected one of [.comma] for 'trailingComma' " +
4976 |       "in node of kind conformanceRequirement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5044:32: error: type 'MetatypeTypeSyntax.Cursor' has no member 'type'
5042 |       if isMissing { return }
5043 |     precondition(raw.layout.count == 3)
5044 |     let _baseType = raw[Cursor.type]
     |                                `- error: type 'MetatypeTypeSyntax.Cursor' has no member 'type'
5045 |     precondition(_baseType.kind == .type,
5046 |                  "expected child of kind .type, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5045:37: error: cannot infer contextual base in reference to member 'type'
5043 |     precondition(raw.layout.count == 3)
5044 |     let _baseType = raw[Cursor.type]
5045 |     precondition(_baseType.kind == .type,
     |                                     `- error: cannot infer contextual base in reference to member 'type'
5046 |                  "expected child of kind .type, " +
5047 |                  "got \(_baseType.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5048:30: error: type 'MetatypeTypeSyntax.Cursor' has no member 'periodToken'
5046 |                  "expected child of kind .type, " +
5047 |                  "got \(_baseType.kind)")
5048 |     let _period = raw[Cursor.periodToken]
     |                              `- error: type 'MetatypeTypeSyntax.Cursor' has no member 'periodToken'
5049 |     guard let _periodTokenKind = _period.tokenKind else {
5050 |       fatalError("expected token child, got \(_period.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5052:20: error: reference to member 'period' cannot be resolved without a contextual type
5050 |       fatalError("expected token child, got \(_period.kind)")
5051 |     }
5052 |     precondition([.period].contains(_periodTokenKind),
     |                    `- error: reference to member 'period' cannot be resolved without a contextual type
5053 |       "expected one of [.period] for 'period' " +
5054 |       "in node of kind metatypeType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5052:37: error: missing argument label 'where:' in call
5050 |       fatalError("expected token child, got \(_period.kind)")
5051 |     }
5052 |     precondition([.period].contains(_periodTokenKind),
     |                                     `- error: missing argument label 'where:' in call
5053 |       "expected one of [.period] for 'period' " +
5054 |       "in node of kind metatypeType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5052:37: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5050 |       fatalError("expected token child, got \(_period.kind)")
5051 |     }
5052 |     precondition([.period].contains(_periodTokenKind),
     |                                     `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5053 |       "expected one of [.period] for 'period' " +
5054 |       "in node of kind metatypeType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5055:38: error: type 'MetatypeTypeSyntax.Cursor' has no member 'identifierToken'
5053 |       "expected one of [.period] for 'period' " +
5054 |       "in node of kind metatypeType")
5055 |     let _typeOrProtocol = raw[Cursor.identifierToken]
     |                                      `- error: type 'MetatypeTypeSyntax.Cursor' has no member 'identifierToken'
5056 |     guard let _typeOrProtocolTokenKind = _typeOrProtocol.tokenKind else {
5057 |       fatalError("expected token child, got \(_typeOrProtocol.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5059:20: error: reference to member 'identifier' cannot be resolved without a contextual type
5057 |       fatalError("expected token child, got \(_typeOrProtocol.kind)")
5058 |     }
5059 |     precondition([.identifier].contains(_typeOrProtocolTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
5060 |       "expected one of [.identifier] for 'typeOrProtocol' " +
5061 |       "in node of kind metatypeType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5059:41: error: missing argument label 'where:' in call
5057 |       fatalError("expected token child, got \(_typeOrProtocol.kind)")
5058 |     }
5059 |     precondition([.identifier].contains(_typeOrProtocolTokenKind),
     |                                         `- error: missing argument label 'where:' in call
5060 |       "expected one of [.identifier] for 'typeOrProtocol' " +
5061 |       "in node of kind metatypeType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5059:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5057 |       fatalError("expected token child, got \(_typeOrProtocol.kind)")
5058 |     }
5059 |     precondition([.identifier].contains(_typeOrProtocolTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5060 |       "expected one of [.identifier] for 'typeOrProtocol' " +
5061 |       "in node of kind metatypeType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5117:41: error: type 'DictionaryTypeSyntax.Cursor' has no member 'leftSquareBracketToken'
5115 |       if isMissing { return }
5116 |     precondition(raw.layout.count == 5)
5117 |     let _leftSquareBracket = raw[Cursor.leftSquareBracketToken]
     |                                         `- error: type 'DictionaryTypeSyntax.Cursor' has no member 'leftSquareBracketToken'
5118 |     guard let _leftSquareBracketTokenKind = _leftSquareBracket.tokenKind else {
5119 |       fatalError("expected token child, got \(_leftSquareBracket.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5121:20: error: reference to member 'leftSquareBracket' cannot be resolved without a contextual type
5119 |       fatalError("expected token child, got \(_leftSquareBracket.kind)")
5120 |     }
5121 |     precondition([.leftSquareBracket].contains(_leftSquareBracketTokenKind),
     |                    `- error: reference to member 'leftSquareBracket' cannot be resolved without a contextual type
5122 |       "expected one of [.leftSquareBracket] for 'leftSquareBracket' " +
5123 |       "in node of kind dictionaryType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5121:48: error: missing argument label 'where:' in call
5119 |       fatalError("expected token child, got \(_leftSquareBracket.kind)")
5120 |     }
5121 |     precondition([.leftSquareBracket].contains(_leftSquareBracketTokenKind),
     |                                                `- error: missing argument label 'where:' in call
5122 |       "expected one of [.leftSquareBracket] for 'leftSquareBracket' " +
5123 |       "in node of kind dictionaryType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5121:48: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5119 |       fatalError("expected token child, got \(_leftSquareBracket.kind)")
5120 |     }
5121 |     precondition([.leftSquareBracket].contains(_leftSquareBracketTokenKind),
     |                                                `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5122 |       "expected one of [.leftSquareBracket] for 'leftSquareBracket' " +
5123 |       "in node of kind dictionaryType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5124:31: error: type 'DictionaryTypeSyntax.Cursor' has no member 'type'
5122 |       "expected one of [.leftSquareBracket] for 'leftSquareBracket' " +
5123 |       "in node of kind dictionaryType")
5124 |     let _keyType = raw[Cursor.type]
     |                               `- error: type 'DictionaryTypeSyntax.Cursor' has no member 'type'
5125 |     precondition(_keyType.kind == .type,
5126 |                  "expected child of kind .type, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5125:36: error: cannot infer contextual base in reference to member 'type'
5123 |       "in node of kind dictionaryType")
5124 |     let _keyType = raw[Cursor.type]
5125 |     precondition(_keyType.kind == .type,
     |                                    `- error: cannot infer contextual base in reference to member 'type'
5126 |                  "expected child of kind .type, " +
5127 |                  "got \(_keyType.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5128:29: error: type 'DictionaryTypeSyntax.Cursor' has no member 'colonToken'
5126 |                  "expected child of kind .type, " +
5127 |                  "got \(_keyType.kind)")
5128 |     let _colon = raw[Cursor.colonToken]
     |                             `- error: type 'DictionaryTypeSyntax.Cursor' has no member 'colonToken'
5129 |     guard let _colonTokenKind = _colon.tokenKind else {
5130 |       fatalError("expected token child, got \(_colon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5132:20: error: reference to member 'colon' cannot be resolved without a contextual type
5130 |       fatalError("expected token child, got \(_colon.kind)")
5131 |     }
5132 |     precondition([.colon].contains(_colonTokenKind),
     |                    `- error: reference to member 'colon' cannot be resolved without a contextual type
5133 |       "expected one of [.colon] for 'colon' " +
5134 |       "in node of kind dictionaryType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5132:36: error: missing argument label 'where:' in call
5130 |       fatalError("expected token child, got \(_colon.kind)")
5131 |     }
5132 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: missing argument label 'where:' in call
5133 |       "expected one of [.colon] for 'colon' " +
5134 |       "in node of kind dictionaryType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5132:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5130 |       fatalError("expected token child, got \(_colon.kind)")
5131 |     }
5132 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5133 |       "expected one of [.colon] for 'colon' " +
5134 |       "in node of kind dictionaryType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5135:33: error: type 'DictionaryTypeSyntax.Cursor' has no member 'type'
5133 |       "expected one of [.colon] for 'colon' " +
5134 |       "in node of kind dictionaryType")
5135 |     let _valueType = raw[Cursor.type]
     |                                 `- error: type 'DictionaryTypeSyntax.Cursor' has no member 'type'
5136 |     precondition(_valueType.kind == .type,
5137 |                  "expected child of kind .type, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5136:38: error: cannot infer contextual base in reference to member 'type'
5134 |       "in node of kind dictionaryType")
5135 |     let _valueType = raw[Cursor.type]
5136 |     precondition(_valueType.kind == .type,
     |                                      `- error: cannot infer contextual base in reference to member 'type'
5137 |                  "expected child of kind .type, " +
5138 |                  "got \(_valueType.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5139:42: error: type 'DictionaryTypeSyntax.Cursor' has no member 'rightSquareBracketToken'
5137 |                  "expected child of kind .type, " +
5138 |                  "got \(_valueType.kind)")
5139 |     let _rightSquareBracket = raw[Cursor.rightSquareBracketToken]
     |                                          `- error: type 'DictionaryTypeSyntax.Cursor' has no member 'rightSquareBracketToken'
5140 |     guard let _rightSquareBracketTokenKind = _rightSquareBracket.tokenKind else {
5141 |       fatalError("expected token child, got \(_rightSquareBracket.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5143:20: error: reference to member 'rightSquareBracket' cannot be resolved without a contextual type
5141 |       fatalError("expected token child, got \(_rightSquareBracket.kind)")
5142 |     }
5143 |     precondition([.rightSquareBracket].contains(_rightSquareBracketTokenKind),
     |                    `- error: reference to member 'rightSquareBracket' cannot be resolved without a contextual type
5144 |       "expected one of [.rightSquareBracket] for 'rightSquareBracket' " +
5145 |       "in node of kind dictionaryType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5143:49: error: missing argument label 'where:' in call
5141 |       fatalError("expected token child, got \(_rightSquareBracket.kind)")
5142 |     }
5143 |     precondition([.rightSquareBracket].contains(_rightSquareBracketTokenKind),
     |                                                 `- error: missing argument label 'where:' in call
5144 |       "expected one of [.rightSquareBracket] for 'rightSquareBracket' " +
5145 |       "in node of kind dictionaryType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5143:49: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5141 |       fatalError("expected token child, got \(_rightSquareBracket.kind)")
5142 |     }
5143 |     precondition([.rightSquareBracket].contains(_rightSquareBracketTokenKind),
     |                                                 `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5144 |       "expected one of [.rightSquareBracket] for 'rightSquareBracket' " +
5145 |       "in node of kind dictionaryType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5229:38: error: type 'FunctionTypeSyntax.Cursor' has no member 'attributeList'
5227 |       if isMissing { return }
5228 |     precondition(raw.layout.count == 7)
5229 |     let _typeAttributes = raw[Cursor.attributeList]
     |                                      `- error: type 'FunctionTypeSyntax.Cursor' has no member 'attributeList'
5230 |     precondition(_typeAttributes.kind == .attributeList,
5231 |                  "expected child of kind .attributeList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5230:43: error: cannot infer contextual base in reference to member 'attributeList'
5228 |     precondition(raw.layout.count == 7)
5229 |     let _typeAttributes = raw[Cursor.attributeList]
5230 |     precondition(_typeAttributes.kind == .attributeList,
     |                                           `- error: cannot infer contextual base in reference to member 'attributeList'
5231 |                  "expected child of kind .attributeList, " +
5232 |                  "got \(_typeAttributes.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5233:33: error: type 'FunctionTypeSyntax.Cursor' has no member 'leftParenToken'
5231 |                  "expected child of kind .attributeList, " +
5232 |                  "got \(_typeAttributes.kind)")
5233 |     let _leftParen = raw[Cursor.leftParenToken]
     |                                 `- error: type 'FunctionTypeSyntax.Cursor' has no member 'leftParenToken'
5234 |     guard let _leftParenTokenKind = _leftParen.tokenKind else {
5235 |       fatalError("expected token child, got \(_leftParen.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5237:20: error: reference to member 'leftParen' cannot be resolved without a contextual type
5235 |       fatalError("expected token child, got \(_leftParen.kind)")
5236 |     }
5237 |     precondition([.leftParen].contains(_leftParenTokenKind),
     |                    `- error: reference to member 'leftParen' cannot be resolved without a contextual type
5238 |       "expected one of [.leftParen] for 'leftParen' " +
5239 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5237:40: error: missing argument label 'where:' in call
5235 |       fatalError("expected token child, got \(_leftParen.kind)")
5236 |     }
5237 |     precondition([.leftParen].contains(_leftParenTokenKind),
     |                                        `- error: missing argument label 'where:' in call
5238 |       "expected one of [.leftParen] for 'leftParen' " +
5239 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5237:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5235 |       fatalError("expected token child, got \(_leftParen.kind)")
5236 |     }
5237 |     precondition([.leftParen].contains(_leftParenTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5238 |       "expected one of [.leftParen] for 'leftParen' " +
5239 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5240:36: error: type 'FunctionTypeSyntax.Cursor' has no member 'functionTypeArgumentList'
5238 |       "expected one of [.leftParen] for 'leftParen' " +
5239 |       "in node of kind functionType")
5240 |     let _argumentList = raw[Cursor.functionTypeArgumentList]
     |                                    `- error: type 'FunctionTypeSyntax.Cursor' has no member 'functionTypeArgumentList'
5241 |     precondition(_argumentList.kind == .functionTypeArgumentList,
5242 |                  "expected child of kind .functionTypeArgumentList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5241:41: error: cannot infer contextual base in reference to member 'functionTypeArgumentList'
5239 |       "in node of kind functionType")
5240 |     let _argumentList = raw[Cursor.functionTypeArgumentList]
5241 |     precondition(_argumentList.kind == .functionTypeArgumentList,
     |                                         `- error: cannot infer contextual base in reference to member 'functionTypeArgumentList'
5242 |                  "expected child of kind .functionTypeArgumentList, " +
5243 |                  "got \(_argumentList.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5244:34: error: type 'FunctionTypeSyntax.Cursor' has no member 'rightParenToken'
5242 |                  "expected child of kind .functionTypeArgumentList, " +
5243 |                  "got \(_argumentList.kind)")
5244 |     let _rightParen = raw[Cursor.rightParenToken]
     |                                  `- error: type 'FunctionTypeSyntax.Cursor' has no member 'rightParenToken'
5245 |     guard let _rightParenTokenKind = _rightParen.tokenKind else {
5246 |       fatalError("expected token child, got \(_rightParen.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5248:20: error: reference to member 'rightParen' cannot be resolved without a contextual type
5246 |       fatalError("expected token child, got \(_rightParen.kind)")
5247 |     }
5248 |     precondition([.rightParen].contains(_rightParenTokenKind),
     |                    `- error: reference to member 'rightParen' cannot be resolved without a contextual type
5249 |       "expected one of [.rightParen] for 'rightParen' " +
5250 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5248:41: error: missing argument label 'where:' in call
5246 |       fatalError("expected token child, got \(_rightParen.kind)")
5247 |     }
5248 |     precondition([.rightParen].contains(_rightParenTokenKind),
     |                                         `- error: missing argument label 'where:' in call
5249 |       "expected one of [.rightParen] for 'rightParen' " +
5250 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5248:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5246 |       fatalError("expected token child, got \(_rightParen.kind)")
5247 |     }
5248 |     precondition([.rightParen].contains(_rightParenTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5249 |       "expected one of [.rightParen] for 'rightParen' " +
5250 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5251:47: error: type 'FunctionTypeSyntax.Cursor' has no member 'token'
5249 |       "expected one of [.rightParen] for 'rightParen' " +
5250 |       "in node of kind functionType")
5251 |     let _throwsOrRethrowsKeyword = raw[Cursor.token]
     |                                               `- error: type 'FunctionTypeSyntax.Cursor' has no member 'token'
5252 |     guard let _throwsOrRethrowsKeywordTokenKind = _throwsOrRethrowsKeyword.tokenKind else {
5253 |       fatalError("expected token child, got \(_throwsOrRethrowsKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5255:20: error: reference to member 'throwsKeyword' cannot be resolved without a contextual type
5253 |       fatalError("expected token child, got \(_throwsOrRethrowsKeyword.kind)")
5254 |     }
5255 |     precondition([.throwsKeyword, .rethrowsKeyword].contains(_throwsOrRethrowsKeywordTokenKind),
     |                    `- error: reference to member 'throwsKeyword' cannot be resolved without a contextual type
5256 |       "expected one of [.throwsKeyword, .rethrowsKeyword] for 'throwsOrRethrowsKeyword' " +
5257 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5255:36: error: reference to member 'rethrowsKeyword' cannot be resolved without a contextual type
5253 |       fatalError("expected token child, got \(_throwsOrRethrowsKeyword.kind)")
5254 |     }
5255 |     precondition([.throwsKeyword, .rethrowsKeyword].contains(_throwsOrRethrowsKeywordTokenKind),
     |                                    `- error: reference to member 'rethrowsKeyword' cannot be resolved without a contextual type
5256 |       "expected one of [.throwsKeyword, .rethrowsKeyword] for 'throwsOrRethrowsKeyword' " +
5257 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5255:62: error: missing argument label 'where:' in call
5253 |       fatalError("expected token child, got \(_throwsOrRethrowsKeyword.kind)")
5254 |     }
5255 |     precondition([.throwsKeyword, .rethrowsKeyword].contains(_throwsOrRethrowsKeywordTokenKind),
     |                                                              `- error: missing argument label 'where:' in call
5256 |       "expected one of [.throwsKeyword, .rethrowsKeyword] for 'throwsOrRethrowsKeyword' " +
5257 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5255:62: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5253 |       fatalError("expected token child, got \(_throwsOrRethrowsKeyword.kind)")
5254 |     }
5255 |     precondition([.throwsKeyword, .rethrowsKeyword].contains(_throwsOrRethrowsKeywordTokenKind),
     |                                                              `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5256 |       "expected one of [.throwsKeyword, .rethrowsKeyword] for 'throwsOrRethrowsKeyword' " +
5257 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5258:29: error: type 'FunctionTypeSyntax.Cursor' has no member 'arrowToken'
5256 |       "expected one of [.throwsKeyword, .rethrowsKeyword] for 'throwsOrRethrowsKeyword' " +
5257 |       "in node of kind functionType")
5258 |     let _arrow = raw[Cursor.arrowToken]
     |                             `- error: type 'FunctionTypeSyntax.Cursor' has no member 'arrowToken'
5259 |     guard let _arrowTokenKind = _arrow.tokenKind else {
5260 |       fatalError("expected token child, got \(_arrow.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5262:20: error: reference to member 'arrow' cannot be resolved without a contextual type
5260 |       fatalError("expected token child, got \(_arrow.kind)")
5261 |     }
5262 |     precondition([.arrow].contains(_arrowTokenKind),
     |                    `- error: reference to member 'arrow' cannot be resolved without a contextual type
5263 |       "expected one of [.arrow] for 'arrow' " +
5264 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5262:36: error: missing argument label 'where:' in call
5260 |       fatalError("expected token child, got \(_arrow.kind)")
5261 |     }
5262 |     precondition([.arrow].contains(_arrowTokenKind),
     |                                    `- error: missing argument label 'where:' in call
5263 |       "expected one of [.arrow] for 'arrow' " +
5264 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5262:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5260 |       fatalError("expected token child, got \(_arrow.kind)")
5261 |     }
5262 |     precondition([.arrow].contains(_arrowTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5263 |       "expected one of [.arrow] for 'arrow' " +
5264 |       "in node of kind functionType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5265:34: error: type 'FunctionTypeSyntax.Cursor' has no member 'type'
5263 |       "expected one of [.arrow] for 'arrow' " +
5264 |       "in node of kind functionType")
5265 |     let _returnType = raw[Cursor.type]
     |                                  `- error: type 'FunctionTypeSyntax.Cursor' has no member 'type'
5266 |     precondition(_returnType.kind == .type,
5267 |                  "expected child of kind .type, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5266:39: error: cannot infer contextual base in reference to member 'type'
5264 |       "in node of kind functionType")
5265 |     let _returnType = raw[Cursor.type]
5266 |     precondition(_returnType.kind == .type,
     |                                       `- error: cannot infer contextual base in reference to member 'type'
5267 |                  "expected child of kind .type, " +
5268 |                  "got \(_returnType.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5391:33: error: type 'TupleTypeSyntax.Cursor' has no member 'leftParenToken'
5389 |       if isMissing { return }
5390 |     precondition(raw.layout.count == 3)
5391 |     let _leftParen = raw[Cursor.leftParenToken]
     |                                 `- error: type 'TupleTypeSyntax.Cursor' has no member 'leftParenToken'
5392 |     guard let _leftParenTokenKind = _leftParen.tokenKind else {
5393 |       fatalError("expected token child, got \(_leftParen.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5395:20: error: reference to member 'leftParen' cannot be resolved without a contextual type
5393 |       fatalError("expected token child, got \(_leftParen.kind)")
5394 |     }
5395 |     precondition([.leftParen].contains(_leftParenTokenKind),
     |                    `- error: reference to member 'leftParen' cannot be resolved without a contextual type
5396 |       "expected one of [.leftParen] for 'leftParen' " +
5397 |       "in node of kind tupleType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5395:40: error: missing argument label 'where:' in call
5393 |       fatalError("expected token child, got \(_leftParen.kind)")
5394 |     }
5395 |     precondition([.leftParen].contains(_leftParenTokenKind),
     |                                        `- error: missing argument label 'where:' in call
5396 |       "expected one of [.leftParen] for 'leftParen' " +
5397 |       "in node of kind tupleType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5395:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5393 |       fatalError("expected token child, got \(_leftParen.kind)")
5394 |     }
5395 |     precondition([.leftParen].contains(_leftParenTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5396 |       "expected one of [.leftParen] for 'leftParen' " +
5397 |       "in node of kind tupleType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5398:32: error: type 'TupleTypeSyntax.Cursor' has no member 'tupleTypeElementList'
5396 |       "expected one of [.leftParen] for 'leftParen' " +
5397 |       "in node of kind tupleType")
5398 |     let _elements = raw[Cursor.tupleTypeElementList]
     |                                `- error: type 'TupleTypeSyntax.Cursor' has no member 'tupleTypeElementList'
5399 |     precondition(_elements.kind == .tupleTypeElementList,
5400 |                  "expected child of kind .tupleTypeElementList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5399:37: error: cannot infer contextual base in reference to member 'tupleTypeElementList'
5397 |       "in node of kind tupleType")
5398 |     let _elements = raw[Cursor.tupleTypeElementList]
5399 |     precondition(_elements.kind == .tupleTypeElementList,
     |                                     `- error: cannot infer contextual base in reference to member 'tupleTypeElementList'
5400 |                  "expected child of kind .tupleTypeElementList, " +
5401 |                  "got \(_elements.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5402:34: error: type 'TupleTypeSyntax.Cursor' has no member 'rightParenToken'
5400 |                  "expected child of kind .tupleTypeElementList, " +
5401 |                  "got \(_elements.kind)")
5402 |     let _rightParen = raw[Cursor.rightParenToken]
     |                                  `- error: type 'TupleTypeSyntax.Cursor' has no member 'rightParenToken'
5403 |     guard let _rightParenTokenKind = _rightParen.tokenKind else {
5404 |       fatalError("expected token child, got \(_rightParen.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5406:20: error: reference to member 'rightParen' cannot be resolved without a contextual type
5404 |       fatalError("expected token child, got \(_rightParen.kind)")
5405 |     }
5406 |     precondition([.rightParen].contains(_rightParenTokenKind),
     |                    `- error: reference to member 'rightParen' cannot be resolved without a contextual type
5407 |       "expected one of [.rightParen] for 'rightParen' " +
5408 |       "in node of kind tupleType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5406:41: error: missing argument label 'where:' in call
5404 |       fatalError("expected token child, got \(_rightParen.kind)")
5405 |     }
5406 |     precondition([.rightParen].contains(_rightParenTokenKind),
     |                                         `- error: missing argument label 'where:' in call
5407 |       "expected one of [.rightParen] for 'rightParen' " +
5408 |       "in node of kind tupleType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5406:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5404 |       fatalError("expected token child, got \(_rightParen.kind)")
5405 |     }
5406 |     precondition([.rightParen].contains(_rightParenTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5407 |       "expected one of [.rightParen] for 'rightParen' " +
5408 |       "in node of kind tupleType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5470:29: error: type 'TupleTypeElementSyntax.Cursor' has no member 'identifierToken'
5468 |       if isMissing { return }
5469 |     precondition(raw.layout.count == 4)
5470 |     let _label = raw[Cursor.identifierToken]
     |                             `- error: type 'TupleTypeElementSyntax.Cursor' has no member 'identifierToken'
5471 |     guard let _labelTokenKind = _label.tokenKind else {
5472 |       fatalError("expected token child, got \(_label.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5474:20: error: reference to member 'identifier' cannot be resolved without a contextual type
5472 |       fatalError("expected token child, got \(_label.kind)")
5473 |     }
5474 |     precondition([.identifier].contains(_labelTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
5475 |       "expected one of [.identifier] for 'label' " +
5476 |       "in node of kind tupleTypeElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5474:41: error: missing argument label 'where:' in call
5472 |       fatalError("expected token child, got \(_label.kind)")
5473 |     }
5474 |     precondition([.identifier].contains(_labelTokenKind),
     |                                         `- error: missing argument label 'where:' in call
5475 |       "expected one of [.identifier] for 'label' " +
5476 |       "in node of kind tupleTypeElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5474:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5472 |       fatalError("expected token child, got \(_label.kind)")
5473 |     }
5474 |     precondition([.identifier].contains(_labelTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5475 |       "expected one of [.identifier] for 'label' " +
5476 |       "in node of kind tupleTypeElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5477:29: error: type 'TupleTypeElementSyntax.Cursor' has no member 'colonToken'
5475 |       "expected one of [.identifier] for 'label' " +
5476 |       "in node of kind tupleTypeElement")
5477 |     let _colon = raw[Cursor.colonToken]
     |                             `- error: type 'TupleTypeElementSyntax.Cursor' has no member 'colonToken'
5478 |     guard let _colonTokenKind = _colon.tokenKind else {
5479 |       fatalError("expected token child, got \(_colon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5481:20: error: reference to member 'colon' cannot be resolved without a contextual type
5479 |       fatalError("expected token child, got \(_colon.kind)")
5480 |     }
5481 |     precondition([.colon].contains(_colonTokenKind),
     |                    `- error: reference to member 'colon' cannot be resolved without a contextual type
5482 |       "expected one of [.colon] for 'colon' " +
5483 |       "in node of kind tupleTypeElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5481:36: error: missing argument label 'where:' in call
5479 |       fatalError("expected token child, got \(_colon.kind)")
5480 |     }
5481 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: missing argument label 'where:' in call
5482 |       "expected one of [.colon] for 'colon' " +
5483 |       "in node of kind tupleTypeElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5481:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5479 |       fatalError("expected token child, got \(_colon.kind)")
5480 |     }
5481 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5482 |       "expected one of [.colon] for 'colon' " +
5483 |       "in node of kind tupleTypeElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5488:29: error: type 'TupleTypeElementSyntax.Cursor' has no member 'commaToken'
5486 |                  "expected child of kind .typeAnnotation, " +
5487 |                  "got \(_typeAnnotation.kind)")
5488 |     let _comma = raw[Cursor.commaToken]
     |                             `- error: type 'TupleTypeElementSyntax.Cursor' has no member 'commaToken'
5489 |     guard let _commaTokenKind = _comma.tokenKind else {
5490 |       fatalError("expected token child, got \(_comma.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5492:20: error: reference to member 'comma' cannot be resolved without a contextual type
5490 |       fatalError("expected token child, got \(_comma.kind)")
5491 |     }
5492 |     precondition([.comma].contains(_commaTokenKind),
     |                    `- error: reference to member 'comma' cannot be resolved without a contextual type
5493 |       "expected one of [.comma] for 'comma' " +
5494 |       "in node of kind tupleTypeElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5492:36: error: missing argument label 'where:' in call
5490 |       fatalError("expected token child, got \(_comma.kind)")
5491 |     }
5492 |     precondition([.comma].contains(_commaTokenKind),
     |                                    `- error: missing argument label 'where:' in call
5493 |       "expected one of [.comma] for 'comma' " +
5494 |       "in node of kind tupleTypeElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5492:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5490 |       fatalError("expected token child, got \(_comma.kind)")
5491 |     }
5492 |     precondition([.comma].contains(_commaTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5493 |       "expected one of [.comma] for 'comma' " +
5494 |       "in node of kind tupleTypeElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5564:41: error: type 'ArrayTypeSyntax.Cursor' has no member 'leftSquareBracketToken'
5562 |       if isMissing { return }
5563 |     precondition(raw.layout.count == 3)
5564 |     let _leftSquareBracket = raw[Cursor.leftSquareBracketToken]
     |                                         `- error: type 'ArrayTypeSyntax.Cursor' has no member 'leftSquareBracketToken'
5565 |     guard let _leftSquareBracketTokenKind = _leftSquareBracket.tokenKind else {
5566 |       fatalError("expected token child, got \(_leftSquareBracket.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5568:20: error: reference to member 'leftSquareBracket' cannot be resolved without a contextual type
5566 |       fatalError("expected token child, got \(_leftSquareBracket.kind)")
5567 |     }
5568 |     precondition([.leftSquareBracket].contains(_leftSquareBracketTokenKind),
     |                    `- error: reference to member 'leftSquareBracket' cannot be resolved without a contextual type
5569 |       "expected one of [.leftSquareBracket] for 'leftSquareBracket' " +
5570 |       "in node of kind arrayType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5568:48: error: missing argument label 'where:' in call
5566 |       fatalError("expected token child, got \(_leftSquareBracket.kind)")
5567 |     }
5568 |     precondition([.leftSquareBracket].contains(_leftSquareBracketTokenKind),
     |                                                `- error: missing argument label 'where:' in call
5569 |       "expected one of [.leftSquareBracket] for 'leftSquareBracket' " +
5570 |       "in node of kind arrayType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5568:48: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5566 |       fatalError("expected token child, got \(_leftSquareBracket.kind)")
5567 |     }
5568 |     precondition([.leftSquareBracket].contains(_leftSquareBracketTokenKind),
     |                                                `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5569 |       "expected one of [.leftSquareBracket] for 'leftSquareBracket' " +
5570 |       "in node of kind arrayType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5571:35: error: type 'ArrayTypeSyntax.Cursor' has no member 'type'
5569 |       "expected one of [.leftSquareBracket] for 'leftSquareBracket' " +
5570 |       "in node of kind arrayType")
5571 |     let _elementType = raw[Cursor.type]
     |                                   `- error: type 'ArrayTypeSyntax.Cursor' has no member 'type'
5572 |     precondition(_elementType.kind == .type,
5573 |                  "expected child of kind .type, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5572:40: error: cannot infer contextual base in reference to member 'type'
5570 |       "in node of kind arrayType")
5571 |     let _elementType = raw[Cursor.type]
5572 |     precondition(_elementType.kind == .type,
     |                                        `- error: cannot infer contextual base in reference to member 'type'
5573 |                  "expected child of kind .type, " +
5574 |                  "got \(_elementType.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5575:42: error: type 'ArrayTypeSyntax.Cursor' has no member 'rightSquareBracketToken'
5573 |                  "expected child of kind .type, " +
5574 |                  "got \(_elementType.kind)")
5575 |     let _rightSquareBracket = raw[Cursor.rightSquareBracketToken]
     |                                          `- error: type 'ArrayTypeSyntax.Cursor' has no member 'rightSquareBracketToken'
5576 |     guard let _rightSquareBracketTokenKind = _rightSquareBracket.tokenKind else {
5577 |       fatalError("expected token child, got \(_rightSquareBracket.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5579:20: error: reference to member 'rightSquareBracket' cannot be resolved without a contextual type
5577 |       fatalError("expected token child, got \(_rightSquareBracket.kind)")
5578 |     }
5579 |     precondition([.rightSquareBracket].contains(_rightSquareBracketTokenKind),
     |                    `- error: reference to member 'rightSquareBracket' cannot be resolved without a contextual type
5580 |       "expected one of [.rightSquareBracket] for 'rightSquareBracket' " +
5581 |       "in node of kind arrayType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5579:49: error: missing argument label 'where:' in call
5577 |       fatalError("expected token child, got \(_rightSquareBracket.kind)")
5578 |     }
5579 |     precondition([.rightSquareBracket].contains(_rightSquareBracketTokenKind),
     |                                                 `- error: missing argument label 'where:' in call
5580 |       "expected one of [.rightSquareBracket] for 'rightSquareBracket' " +
5581 |       "in node of kind arrayType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5579:49: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5577 |       fatalError("expected token child, got \(_rightSquareBracket.kind)")
5578 |     }
5579 |     precondition([.rightSquareBracket].contains(_rightSquareBracketTokenKind),
     |                                                 `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5580 |       "expected one of [.rightSquareBracket] for 'rightSquareBracket' " +
5581 |       "in node of kind arrayType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5635:34: error: type 'TypeAnnotationSyntax.Cursor' has no member 'attributeList'
5633 |       if isMissing { return }
5634 |     precondition(raw.layout.count == 3)
5635 |     let _attributes = raw[Cursor.attributeList]
     |                                  `- error: type 'TypeAnnotationSyntax.Cursor' has no member 'attributeList'
5636 |     precondition(_attributes.kind == .attributeList,
5637 |                  "expected child of kind .attributeList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5636:39: error: cannot infer contextual base in reference to member 'attributeList'
5634 |     precondition(raw.layout.count == 3)
5635 |     let _attributes = raw[Cursor.attributeList]
5636 |     precondition(_attributes.kind == .attributeList,
     |                                       `- error: cannot infer contextual base in reference to member 'attributeList'
5637 |                  "expected child of kind .attributeList, " +
5638 |                  "got \(_attributes.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5639:36: error: type 'TypeAnnotationSyntax.Cursor' has no member 'inoutToken'
5637 |                  "expected child of kind .attributeList, " +
5638 |                  "got \(_attributes.kind)")
5639 |     let _inOutKeyword = raw[Cursor.inoutToken]
     |                                    `- error: type 'TypeAnnotationSyntax.Cursor' has no member 'inoutToken'
5640 |     guard let _inOutKeywordTokenKind = _inOutKeyword.tokenKind else {
5641 |       fatalError("expected token child, got \(_inOutKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5643:20: error: reference to member 'inoutKeyword' cannot be resolved without a contextual type
5641 |       fatalError("expected token child, got \(_inOutKeyword.kind)")
5642 |     }
5643 |     precondition([.inoutKeyword].contains(_inOutKeywordTokenKind),
     |                    `- error: reference to member 'inoutKeyword' cannot be resolved without a contextual type
5644 |       "expected one of [.inoutKeyword] for 'inOutKeyword' " +
5645 |       "in node of kind typeAnnotation")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5643:43: error: missing argument label 'where:' in call
5641 |       fatalError("expected token child, got \(_inOutKeyword.kind)")
5642 |     }
5643 |     precondition([.inoutKeyword].contains(_inOutKeywordTokenKind),
     |                                           `- error: missing argument label 'where:' in call
5644 |       "expected one of [.inoutKeyword] for 'inOutKeyword' " +
5645 |       "in node of kind typeAnnotation")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5643:43: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5641 |       fatalError("expected token child, got \(_inOutKeyword.kind)")
5642 |     }
5643 |     precondition([.inoutKeyword].contains(_inOutKeywordTokenKind),
     |                                           `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5644 |       "expected one of [.inoutKeyword] for 'inOutKeyword' " +
5645 |       "in node of kind typeAnnotation")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5712:33: error: type 'ImplicitlyUnwrappedOptionalTypeSyntax.Cursor' has no member 'type'
5710 |       if isMissing { return }
5711 |     precondition(raw.layout.count == 2)
5712 |     let _valueType = raw[Cursor.type]
     |                                 `- error: type 'ImplicitlyUnwrappedOptionalTypeSyntax.Cursor' has no member 'type'
5713 |     precondition(_valueType.kind == .type,
5714 |                  "expected child of kind .type, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5713:38: error: cannot infer contextual base in reference to member 'type'
5711 |     precondition(raw.layout.count == 2)
5712 |     let _valueType = raw[Cursor.type]
5713 |     precondition(_valueType.kind == .type,
     |                                      `- error: cannot infer contextual base in reference to member 'type'
5714 |                  "expected child of kind .type, " +
5715 |                  "got \(_valueType.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5716:39: error: type 'ImplicitlyUnwrappedOptionalTypeSyntax.Cursor' has no member 'exclamationMarkToken'
5714 |                  "expected child of kind .type, " +
5715 |                  "got \(_valueType.kind)")
5716 |     let _exclamationMark = raw[Cursor.exclamationMarkToken]
     |                                       `- error: type 'ImplicitlyUnwrappedOptionalTypeSyntax.Cursor' has no member 'exclamationMarkToken'
5717 |     guard let _exclamationMarkTokenKind = _exclamationMark.tokenKind else {
5718 |       fatalError("expected token child, got \(_exclamationMark.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5720:20: error: reference to member 'exclamationMark' cannot be resolved without a contextual type
5718 |       fatalError("expected token child, got \(_exclamationMark.kind)")
5719 |     }
5720 |     precondition([.exclamationMark].contains(_exclamationMarkTokenKind),
     |                    `- error: reference to member 'exclamationMark' cannot be resolved without a contextual type
5721 |       "expected one of [.exclamationMark] for 'exclamationMark' " +
5722 |       "in node of kind implicitlyUnwrappedOptionalType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5720:46: error: missing argument label 'where:' in call
5718 |       fatalError("expected token child, got \(_exclamationMark.kind)")
5719 |     }
5720 |     precondition([.exclamationMark].contains(_exclamationMarkTokenKind),
     |                                              `- error: missing argument label 'where:' in call
5721 |       "expected one of [.exclamationMark] for 'exclamationMark' " +
5722 |       "in node of kind implicitlyUnwrappedOptionalType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5720:46: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5718 |       fatalError("expected token child, got \(_exclamationMark.kind)")
5719 |     }
5720 |     precondition([.exclamationMark].contains(_exclamationMarkTokenKind),
     |                                              `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5721 |       "expected one of [.exclamationMark] for 'exclamationMark' " +
5722 |       "in node of kind implicitlyUnwrappedOptionalType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5762:36: error: type 'ProtocolCompositionElementSyntax.Cursor' has no member 'typeIdentifier'
5760 |       if isMissing { return }
5761 |     precondition(raw.layout.count == 2)
5762 |     let _protocolType = raw[Cursor.typeIdentifier]
     |                                    `- error: type 'ProtocolCompositionElementSyntax.Cursor' has no member 'typeIdentifier'
5763 |     precondition(_protocolType.kind == .typeIdentifier,
5764 |                  "expected child of kind .typeIdentifier, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5763:41: error: cannot infer contextual base in reference to member 'typeIdentifier'
5761 |     precondition(raw.layout.count == 2)
5762 |     let _protocolType = raw[Cursor.typeIdentifier]
5763 |     precondition(_protocolType.kind == .typeIdentifier,
     |                                         `- error: cannot infer contextual base in reference to member 'typeIdentifier'
5764 |                  "expected child of kind .typeIdentifier, " +
5765 |                  "got \(_protocolType.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5766:33: error: type 'ProtocolCompositionElementSyntax.Cursor' has no member 'ampersandToken'
5764 |                  "expected child of kind .typeIdentifier, " +
5765 |                  "got \(_protocolType.kind)")
5766 |     let _ampersand = raw[Cursor.ampersandToken]
     |                                 `- error: type 'ProtocolCompositionElementSyntax.Cursor' has no member 'ampersandToken'
5767 |     guard let _ampersandTokenKind = _ampersand.tokenKind else {
5768 |       fatalError("expected token child, got \(_ampersand.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5770:20: error: reference to member 'ampersand' cannot be resolved without a contextual type
5768 |       fatalError("expected token child, got \(_ampersand.kind)")
5769 |     }
5770 |     precondition([.ampersand].contains(_ampersandTokenKind),
     |                    `- error: reference to member 'ampersand' cannot be resolved without a contextual type
5771 |       "expected one of [.ampersand] for 'ampersand' " +
5772 |       "in node of kind protocolCompositionElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5770:40: error: missing argument label 'where:' in call
5768 |       fatalError("expected token child, got \(_ampersand.kind)")
5769 |     }
5770 |     precondition([.ampersand].contains(_ampersandTokenKind),
     |                                        `- error: missing argument label 'where:' in call
5771 |       "expected one of [.ampersand] for 'ampersand' " +
5772 |       "in node of kind protocolCompositionElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5770:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5768 |       fatalError("expected token child, got \(_ampersand.kind)")
5769 |     }
5770 |     precondition([.ampersand].contains(_ampersandTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5771 |       "expected one of [.ampersand] for 'ampersand' " +
5772 |       "in node of kind protocolCompositionElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5814:36: error: type 'GenericArgumentSyntax.Cursor' has no member 'type'
5812 |       if isMissing { return }
5813 |     precondition(raw.layout.count == 2)
5814 |     let _argumentType = raw[Cursor.type]
     |                                    `- error: type 'GenericArgumentSyntax.Cursor' has no member 'type'
5815 |     precondition(_argumentType.kind == .type,
5816 |                  "expected child of kind .type, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5815:41: error: cannot infer contextual base in reference to member 'type'
5813 |     precondition(raw.layout.count == 2)
5814 |     let _argumentType = raw[Cursor.type]
5815 |     precondition(_argumentType.kind == .type,
     |                                         `- error: cannot infer contextual base in reference to member 'type'
5816 |                  "expected child of kind .type, " +
5817 |                  "got \(_argumentType.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5818:37: error: type 'GenericArgumentSyntax.Cursor' has no member 'commaToken'
5816 |                  "expected child of kind .type, " +
5817 |                  "got \(_argumentType.kind)")
5818 |     let _trailingComma = raw[Cursor.commaToken]
     |                                     `- error: type 'GenericArgumentSyntax.Cursor' has no member 'commaToken'
5819 |     guard let _trailingCommaTokenKind = _trailingComma.tokenKind else {
5820 |       fatalError("expected token child, got \(_trailingComma.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5822:20: error: reference to member 'comma' cannot be resolved without a contextual type
5820 |       fatalError("expected token child, got \(_trailingComma.kind)")
5821 |     }
5822 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                    `- error: reference to member 'comma' cannot be resolved without a contextual type
5823 |       "expected one of [.comma] for 'trailingComma' " +
5824 |       "in node of kind genericArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5822:36: error: missing argument label 'where:' in call
5820 |       fatalError("expected token child, got \(_trailingComma.kind)")
5821 |     }
5822 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: missing argument label 'where:' in call
5823 |       "expected one of [.comma] for 'trailingComma' " +
5824 |       "in node of kind genericArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5822:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5820 |       fatalError("expected token child, got \(_trailingComma.kind)")
5821 |     }
5822 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5823 |       "expected one of [.comma] for 'trailingComma' " +
5824 |       "in node of kind genericArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5866:40: error: type 'GenericArgumentClauseSyntax.Cursor' has no member 'leftAngleToken'
5864 |       if isMissing { return }
5865 |     precondition(raw.layout.count == 3)
5866 |     let _leftAngleBracket = raw[Cursor.leftAngleToken]
     |                                        `- error: type 'GenericArgumentClauseSyntax.Cursor' has no member 'leftAngleToken'
5867 |     guard let _leftAngleBracketTokenKind = _leftAngleBracket.tokenKind else {
5868 |       fatalError("expected token child, got \(_leftAngleBracket.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5870:20: error: reference to member 'leftAngle' cannot be resolved without a contextual type
5868 |       fatalError("expected token child, got \(_leftAngleBracket.kind)")
5869 |     }
5870 |     precondition([.leftAngle].contains(_leftAngleBracketTokenKind),
     |                    `- error: reference to member 'leftAngle' cannot be resolved without a contextual type
5871 |       "expected one of [.leftAngle] for 'leftAngleBracket' " +
5872 |       "in node of kind genericArgumentClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5870:40: error: missing argument label 'where:' in call
5868 |       fatalError("expected token child, got \(_leftAngleBracket.kind)")
5869 |     }
5870 |     precondition([.leftAngle].contains(_leftAngleBracketTokenKind),
     |                                        `- error: missing argument label 'where:' in call
5871 |       "expected one of [.leftAngle] for 'leftAngleBracket' " +
5872 |       "in node of kind genericArgumentClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5870:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5868 |       fatalError("expected token child, got \(_leftAngleBracket.kind)")
5869 |     }
5870 |     precondition([.leftAngle].contains(_leftAngleBracketTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5871 |       "expected one of [.leftAngle] for 'leftAngleBracket' " +
5872 |       "in node of kind genericArgumentClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5873:33: error: type 'GenericArgumentClauseSyntax.Cursor' has no member 'genericArgumentList'
5871 |       "expected one of [.leftAngle] for 'leftAngleBracket' " +
5872 |       "in node of kind genericArgumentClause")
5873 |     let _arguments = raw[Cursor.genericArgumentList]
     |                                 `- error: type 'GenericArgumentClauseSyntax.Cursor' has no member 'genericArgumentList'
5874 |     precondition(_arguments.kind == .genericArgumentList,
5875 |                  "expected child of kind .genericArgumentList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5874:38: error: cannot infer contextual base in reference to member 'genericArgumentList'
5872 |       "in node of kind genericArgumentClause")
5873 |     let _arguments = raw[Cursor.genericArgumentList]
5874 |     precondition(_arguments.kind == .genericArgumentList,
     |                                      `- error: cannot infer contextual base in reference to member 'genericArgumentList'
5875 |                  "expected child of kind .genericArgumentList, " +
5876 |                  "got \(_arguments.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5877:41: error: type 'GenericArgumentClauseSyntax.Cursor' has no member 'rightAngleToken'
5875 |                  "expected child of kind .genericArgumentList, " +
5876 |                  "got \(_arguments.kind)")
5877 |     let _rightAngleBracket = raw[Cursor.rightAngleToken]
     |                                         `- error: type 'GenericArgumentClauseSyntax.Cursor' has no member 'rightAngleToken'
5878 |     guard let _rightAngleBracketTokenKind = _rightAngleBracket.tokenKind else {
5879 |       fatalError("expected token child, got \(_rightAngleBracket.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5881:20: error: reference to member 'rightAngle' cannot be resolved without a contextual type
5879 |       fatalError("expected token child, got \(_rightAngleBracket.kind)")
5880 |     }
5881 |     precondition([.rightAngle].contains(_rightAngleBracketTokenKind),
     |                    `- error: reference to member 'rightAngle' cannot be resolved without a contextual type
5882 |       "expected one of [.rightAngle] for 'rightAngleBracket' " +
5883 |       "in node of kind genericArgumentClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5881:41: error: missing argument label 'where:' in call
5879 |       fatalError("expected token child, got \(_rightAngleBracket.kind)")
5880 |     }
5881 |     precondition([.rightAngle].contains(_rightAngleBracketTokenKind),
     |                                         `- error: missing argument label 'where:' in call
5882 |       "expected one of [.rightAngle] for 'rightAngleBracket' " +
5883 |       "in node of kind genericArgumentClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5881:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5879 |       fatalError("expected token child, got \(_rightAngleBracket.kind)")
5880 |     }
5881 |     precondition([.rightAngle].contains(_rightAngleBracketTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5882 |       "expected one of [.rightAngle] for 'rightAngleBracket' " +
5883 |       "in node of kind genericArgumentClause")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5946:36: error: type 'FunctionTypeArgumentSyntax.Cursor' has no member 'identifierToken'
5944 |       if isMissing { return }
5945 |     precondition(raw.layout.count == 5)
5946 |     let _externalName = raw[Cursor.identifierToken]
     |                                    `- error: type 'FunctionTypeArgumentSyntax.Cursor' has no member 'identifierToken'
5947 |     guard let _externalNameTokenKind = _externalName.tokenKind else {
5948 |       fatalError("expected token child, got \(_externalName.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5950:20: error: reference to member 'identifier' cannot be resolved without a contextual type
5948 |       fatalError("expected token child, got \(_externalName.kind)")
5949 |     }
5950 |     precondition([.identifier].contains(_externalNameTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
5951 |       "expected one of [.identifier] for 'externalName' " +
5952 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5950:41: error: missing argument label 'where:' in call
5948 |       fatalError("expected token child, got \(_externalName.kind)")
5949 |     }
5950 |     precondition([.identifier].contains(_externalNameTokenKind),
     |                                         `- error: missing argument label 'where:' in call
5951 |       "expected one of [.identifier] for 'externalName' " +
5952 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5950:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5948 |       fatalError("expected token child, got \(_externalName.kind)")
5949 |     }
5950 |     precondition([.identifier].contains(_externalNameTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5951 |       "expected one of [.identifier] for 'externalName' " +
5952 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5953:33: error: type 'FunctionTypeArgumentSyntax.Cursor' has no member 'identifierToken'
5951 |       "expected one of [.identifier] for 'externalName' " +
5952 |       "in node of kind functionTypeArgument")
5953 |     let _localName = raw[Cursor.identifierToken]
     |                                 `- error: type 'FunctionTypeArgumentSyntax.Cursor' has no member 'identifierToken'
5954 |     guard let _localNameTokenKind = _localName.tokenKind else {
5955 |       fatalError("expected token child, got \(_localName.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5957:20: error: reference to member 'identifier' cannot be resolved without a contextual type
5955 |       fatalError("expected token child, got \(_localName.kind)")
5956 |     }
5957 |     precondition([.identifier].contains(_localNameTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
5958 |       "expected one of [.identifier] for 'localName' " +
5959 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5957:41: error: missing argument label 'where:' in call
5955 |       fatalError("expected token child, got \(_localName.kind)")
5956 |     }
5957 |     precondition([.identifier].contains(_localNameTokenKind),
     |                                         `- error: missing argument label 'where:' in call
5958 |       "expected one of [.identifier] for 'localName' " +
5959 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5957:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5955 |       fatalError("expected token child, got \(_localName.kind)")
5956 |     }
5957 |     precondition([.identifier].contains(_localNameTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5958 |       "expected one of [.identifier] for 'localName' " +
5959 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5960:29: error: type 'FunctionTypeArgumentSyntax.Cursor' has no member 'colonToken'
5958 |       "expected one of [.identifier] for 'localName' " +
5959 |       "in node of kind functionTypeArgument")
5960 |     let _colon = raw[Cursor.colonToken]
     |                             `- error: type 'FunctionTypeArgumentSyntax.Cursor' has no member 'colonToken'
5961 |     guard let _colonTokenKind = _colon.tokenKind else {
5962 |       fatalError("expected token child, got \(_colon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5964:20: error: reference to member 'colon' cannot be resolved without a contextual type
5962 |       fatalError("expected token child, got \(_colon.kind)")
5963 |     }
5964 |     precondition([.colon].contains(_colonTokenKind),
     |                    `- error: reference to member 'colon' cannot be resolved without a contextual type
5965 |       "expected one of [.colon] for 'colon' " +
5966 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5964:36: error: missing argument label 'where:' in call
5962 |       fatalError("expected token child, got \(_colon.kind)")
5963 |     }
5964 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: missing argument label 'where:' in call
5965 |       "expected one of [.colon] for 'colon' " +
5966 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5964:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5962 |       fatalError("expected token child, got \(_colon.kind)")
5963 |     }
5964 |     precondition([.colon].contains(_colonTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5965 |       "expected one of [.colon] for 'colon' " +
5966 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5971:37: error: type 'FunctionTypeArgumentSyntax.Cursor' has no member 'commaToken'
5969 |                  "expected child of kind .typeAnnotation, " +
5970 |                  "got \(_typeAnnotation.kind)")
5971 |     let _trailingComma = raw[Cursor.commaToken]
     |                                     `- error: type 'FunctionTypeArgumentSyntax.Cursor' has no member 'commaToken'
5972 |     guard let _trailingCommaTokenKind = _trailingComma.tokenKind else {
5973 |       fatalError("expected token child, got \(_trailingComma.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5975:20: error: reference to member 'comma' cannot be resolved without a contextual type
5973 |       fatalError("expected token child, got \(_trailingComma.kind)")
5974 |     }
5975 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                    `- error: reference to member 'comma' cannot be resolved without a contextual type
5976 |       "expected one of [.comma] for 'trailingComma' " +
5977 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5975:36: error: missing argument label 'where:' in call
5973 |       fatalError("expected token child, got \(_trailingComma.kind)")
5974 |     }
5975 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: missing argument label 'where:' in call
5976 |       "expected one of [.comma] for 'trailingComma' " +
5977 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:5975:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5973 |       fatalError("expected token child, got \(_trailingComma.kind)")
5974 |     }
5975 |     precondition([.comma].contains(_trailingCommaTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
5976 |       "expected one of [.comma] for 'trailingComma' " +
5977 |       "in node of kind functionTypeArgument")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6060:33: error: type 'OptionalTypeSyntax.Cursor' has no member 'type'
6058 |       if isMissing { return }
6059 |     precondition(raw.layout.count == 2)
6060 |     let _valueType = raw[Cursor.type]
     |                                 `- error: type 'OptionalTypeSyntax.Cursor' has no member 'type'
6061 |     precondition(_valueType.kind == .type,
6062 |                  "expected child of kind .type, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6061:38: error: cannot infer contextual base in reference to member 'type'
6059 |     precondition(raw.layout.count == 2)
6060 |     let _valueType = raw[Cursor.type]
6061 |     precondition(_valueType.kind == .type,
     |                                      `- error: cannot infer contextual base in reference to member 'type'
6062 |                  "expected child of kind .type, " +
6063 |                  "got \(_valueType.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6064:36: error: type 'OptionalTypeSyntax.Cursor' has no member 'postfixQuestionMarkToken'
6062 |                  "expected child of kind .type, " +
6063 |                  "got \(_valueType.kind)")
6064 |     let _questionMark = raw[Cursor.postfixQuestionMarkToken]
     |                                    `- error: type 'OptionalTypeSyntax.Cursor' has no member 'postfixQuestionMarkToken'
6065 |     guard let _questionMarkTokenKind = _questionMark.tokenKind else {
6066 |       fatalError("expected token child, got \(_questionMark.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6068:20: error: reference to member 'postfixQuestionMark' cannot be resolved without a contextual type
6066 |       fatalError("expected token child, got \(_questionMark.kind)")
6067 |     }
6068 |     precondition([.postfixQuestionMark].contains(_questionMarkTokenKind),
     |                    `- error: reference to member 'postfixQuestionMark' cannot be resolved without a contextual type
6069 |       "expected one of [.postfixQuestionMark] for 'questionMark' " +
6070 |       "in node of kind optionalType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6068:50: error: missing argument label 'where:' in call
6066 |       fatalError("expected token child, got \(_questionMark.kind)")
6067 |     }
6068 |     precondition([.postfixQuestionMark].contains(_questionMarkTokenKind),
     |                                                  `- error: missing argument label 'where:' in call
6069 |       "expected one of [.postfixQuestionMark] for 'questionMark' " +
6070 |       "in node of kind optionalType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6068:50: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6066 |       fatalError("expected token child, got \(_questionMark.kind)")
6067 |     }
6068 |     precondition([.postfixQuestionMark].contains(_questionMarkTokenKind),
     |                                                  `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6069 |       "expected one of [.postfixQuestionMark] for 'questionMark' " +
6070 |       "in node of kind optionalType")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6112:32: error: type 'TypeIdentifierSyntax.Cursor' has no member 'identifierToken'
6110 |       if isMissing { return }
6111 |     precondition(raw.layout.count == 4)
6112 |     let _typeName = raw[Cursor.identifierToken]
     |                                `- error: type 'TypeIdentifierSyntax.Cursor' has no member 'identifierToken'
6113 |     guard let _typeNameTokenKind = _typeName.tokenKind else {
6114 |       fatalError("expected token child, got \(_typeName.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6116:20: error: reference to member 'identifier' cannot be resolved without a contextual type
6114 |       fatalError("expected token child, got \(_typeName.kind)")
6115 |     }
6116 |     precondition([.identifier].contains(_typeNameTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
6117 |       "expected one of [.identifier] for 'typeName' " +
6118 |       "in node of kind typeIdentifier")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6116:41: error: missing argument label 'where:' in call
6114 |       fatalError("expected token child, got \(_typeName.kind)")
6115 |     }
6116 |     precondition([.identifier].contains(_typeNameTokenKind),
     |                                         `- error: missing argument label 'where:' in call
6117 |       "expected one of [.identifier] for 'typeName' " +
6118 |       "in node of kind typeIdentifier")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6116:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6114 |       fatalError("expected token child, got \(_typeName.kind)")
6115 |     }
6116 |     precondition([.identifier].contains(_typeNameTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6117 |       "expected one of [.identifier] for 'typeName' " +
6118 |       "in node of kind typeIdentifier")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6123:30: error: type 'TypeIdentifierSyntax.Cursor' has no member 'periodToken'
6121 |                  "expected child of kind .genericArgumentClause, " +
6122 |                  "got \(_genericArgumentClause.kind)")
6123 |     let _period = raw[Cursor.periodToken]
     |                              `- error: type 'TypeIdentifierSyntax.Cursor' has no member 'periodToken'
6124 |     guard let _periodTokenKind = _period.tokenKind else {
6125 |       fatalError("expected token child, got \(_period.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6127:20: error: reference to member 'period' cannot be resolved without a contextual type
6125 |       fatalError("expected token child, got \(_period.kind)")
6126 |     }
6127 |     precondition([.period].contains(_periodTokenKind),
     |                    `- error: reference to member 'period' cannot be resolved without a contextual type
6128 |       "expected one of [.period] for 'period' " +
6129 |       "in node of kind typeIdentifier")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6127:37: error: missing argument label 'where:' in call
6125 |       fatalError("expected token child, got \(_period.kind)")
6126 |     }
6127 |     precondition([.period].contains(_periodTokenKind),
     |                                     `- error: missing argument label 'where:' in call
6128 |       "expected one of [.period] for 'period' " +
6129 |       "in node of kind typeIdentifier")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6127:37: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6125 |       fatalError("expected token child, got \(_period.kind)")
6126 |     }
6127 |     precondition([.period].contains(_periodTokenKind),
     |                                     `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6128 |       "expected one of [.period] for 'period' " +
6129 |       "in node of kind typeIdentifier")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6202:32: error: type 'ProtocolCompositionTypeSyntax.Cursor' has no member 'protocolCompositionElementList'
6200 |       if isMissing { return }
6201 |     precondition(raw.layout.count == 1)
6202 |     let _elements = raw[Cursor.protocolCompositionElementList]
     |                                `- error: type 'ProtocolCompositionTypeSyntax.Cursor' has no member 'protocolCompositionElementList'
6203 |     precondition(_elements.kind == .protocolCompositionElementList,
6204 |                  "expected child of kind .protocolCompositionElementList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6203:37: error: cannot infer contextual base in reference to member 'protocolCompositionElementList'
6201 |     precondition(raw.layout.count == 1)
6202 |     let _elements = raw[Cursor.protocolCompositionElementList]
6203 |     precondition(_elements.kind == .protocolCompositionElementList,
     |                                     `- error: cannot infer contextual base in reference to member 'protocolCompositionElementList'
6204 |                  "expected child of kind .protocolCompositionElementList, " +
6205 |                  "got \(_elements.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6245:30: error: type 'EnumCasePatternSyntax.Cursor' has no member 'periodToken'
6243 |                  "expected child of kind .typeIdentifier, " +
6244 |                  "got \(_typeIdentifier.kind)")
6245 |     let _period = raw[Cursor.periodToken]
     |                              `- error: type 'EnumCasePatternSyntax.Cursor' has no member 'periodToken'
6246 |     guard let _periodTokenKind = _period.tokenKind else {
6247 |       fatalError("expected token child, got \(_period.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6249:20: error: reference to member 'period' cannot be resolved without a contextual type
6247 |       fatalError("expected token child, got \(_period.kind)")
6248 |     }
6249 |     precondition([.period].contains(_periodTokenKind),
     |                    `- error: reference to member 'period' cannot be resolved without a contextual type
6250 |       "expected one of [.period] for 'period' " +
6251 |       "in node of kind enumCasePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6249:37: error: missing argument label 'where:' in call
6247 |       fatalError("expected token child, got \(_period.kind)")
6248 |     }
6249 |     precondition([.period].contains(_periodTokenKind),
     |                                     `- error: missing argument label 'where:' in call
6250 |       "expected one of [.period] for 'period' " +
6251 |       "in node of kind enumCasePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6249:37: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6247 |       fatalError("expected token child, got \(_period.kind)")
6248 |     }
6249 |     precondition([.period].contains(_periodTokenKind),
     |                                     `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6250 |       "expected one of [.period] for 'period' " +
6251 |       "in node of kind enumCasePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6252:32: error: type 'EnumCasePatternSyntax.Cursor' has no member 'identifierToken'
6250 |       "expected one of [.period] for 'period' " +
6251 |       "in node of kind enumCasePattern")
6252 |     let _caseName = raw[Cursor.identifierToken]
     |                                `- error: type 'EnumCasePatternSyntax.Cursor' has no member 'identifierToken'
6253 |     guard let _caseNameTokenKind = _caseName.tokenKind else {
6254 |       fatalError("expected token child, got \(_caseName.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6256:20: error: reference to member 'identifier' cannot be resolved without a contextual type
6254 |       fatalError("expected token child, got \(_caseName.kind)")
6255 |     }
6256 |     precondition([.identifier].contains(_caseNameTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
6257 |       "expected one of [.identifier] for 'caseName' " +
6258 |       "in node of kind enumCasePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6256:41: error: missing argument label 'where:' in call
6254 |       fatalError("expected token child, got \(_caseName.kind)")
6255 |     }
6256 |     precondition([.identifier].contains(_caseNameTokenKind),
     |                                         `- error: missing argument label 'where:' in call
6257 |       "expected one of [.identifier] for 'caseName' " +
6258 |       "in node of kind enumCasePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6256:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6254 |       fatalError("expected token child, got \(_caseName.kind)")
6255 |     }
6256 |     precondition([.identifier].contains(_caseNameTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6257 |       "expected one of [.identifier] for 'caseName' " +
6258 |       "in node of kind enumCasePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6259:39: error: type 'EnumCasePatternSyntax.Cursor' has no member 'tuplePattern'
6257 |       "expected one of [.identifier] for 'caseName' " +
6258 |       "in node of kind enumCasePattern")
6259 |     let _associatedTuple = raw[Cursor.tuplePattern]
     |                                       `- error: type 'EnumCasePatternSyntax.Cursor' has no member 'tuplePattern'
6260 |     precondition(_associatedTuple.kind == .tuplePattern,
6261 |                  "expected child of kind .tuplePattern, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6260:44: error: cannot infer contextual base in reference to member 'tuplePattern'
6258 |       "in node of kind enumCasePattern")
6259 |     let _associatedTuple = raw[Cursor.tuplePattern]
6260 |     precondition(_associatedTuple.kind == .tuplePattern,
     |                                            `- error: cannot infer contextual base in reference to member 'tuplePattern'
6261 |                  "expected child of kind .tuplePattern, " +
6262 |                  "got \(_associatedTuple.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6330:33: error: type 'IsTypePatternSyntax.Cursor' has no member 'isToken'
6328 |       if isMissing { return }
6329 |     precondition(raw.layout.count == 2)
6330 |     let _isKeyword = raw[Cursor.isToken]
     |                                 `- error: type 'IsTypePatternSyntax.Cursor' has no member 'isToken'
6331 |     guard let _isKeywordTokenKind = _isKeyword.tokenKind else {
6332 |       fatalError("expected token child, got \(_isKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6334:20: error: reference to member 'isKeyword' cannot be resolved without a contextual type
6332 |       fatalError("expected token child, got \(_isKeyword.kind)")
6333 |     }
6334 |     precondition([.isKeyword].contains(_isKeywordTokenKind),
     |                    `- error: reference to member 'isKeyword' cannot be resolved without a contextual type
6335 |       "expected one of [.isKeyword] for 'isKeyword' " +
6336 |       "in node of kind isTypePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6334:40: error: missing argument label 'where:' in call
6332 |       fatalError("expected token child, got \(_isKeyword.kind)")
6333 |     }
6334 |     precondition([.isKeyword].contains(_isKeywordTokenKind),
     |                                        `- error: missing argument label 'where:' in call
6335 |       "expected one of [.isKeyword] for 'isKeyword' " +
6336 |       "in node of kind isTypePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6334:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6332 |       fatalError("expected token child, got \(_isKeyword.kind)")
6333 |     }
6334 |     precondition([.isKeyword].contains(_isKeywordTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6335 |       "expected one of [.isKeyword] for 'isKeyword' " +
6336 |       "in node of kind isTypePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6380:34: error: type 'OptionalPatternSyntax.Cursor' has no member 'identifierToken'
6378 |       if isMissing { return }
6379 |     precondition(raw.layout.count == 2)
6380 |     let _identifier = raw[Cursor.identifierToken]
     |                                  `- error: type 'OptionalPatternSyntax.Cursor' has no member 'identifierToken'
6381 |     guard let _identifierTokenKind = _identifier.tokenKind else {
6382 |       fatalError("expected token child, got \(_identifier.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6384:20: error: reference to member 'identifier' cannot be resolved without a contextual type
6382 |       fatalError("expected token child, got \(_identifier.kind)")
6383 |     }
6384 |     precondition([.identifier].contains(_identifierTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
6385 |       "expected one of [.identifier] for 'identifier' " +
6386 |       "in node of kind optionalPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6384:41: error: missing argument label 'where:' in call
6382 |       fatalError("expected token child, got \(_identifier.kind)")
6383 |     }
6384 |     precondition([.identifier].contains(_identifierTokenKind),
     |                                         `- error: missing argument label 'where:' in call
6385 |       "expected one of [.identifier] for 'identifier' " +
6386 |       "in node of kind optionalPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6384:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6382 |       fatalError("expected token child, got \(_identifier.kind)")
6383 |     }
6384 |     precondition([.identifier].contains(_identifierTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6385 |       "expected one of [.identifier] for 'identifier' " +
6386 |       "in node of kind optionalPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6387:36: error: type 'OptionalPatternSyntax.Cursor' has no member 'postfixQuestionMarkToken'
6385 |       "expected one of [.identifier] for 'identifier' " +
6386 |       "in node of kind optionalPattern")
6387 |     let _questionMark = raw[Cursor.postfixQuestionMarkToken]
     |                                    `- error: type 'OptionalPatternSyntax.Cursor' has no member 'postfixQuestionMarkToken'
6388 |     guard let _questionMarkTokenKind = _questionMark.tokenKind else {
6389 |       fatalError("expected token child, got \(_questionMark.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6391:20: error: reference to member 'postfixQuestionMark' cannot be resolved without a contextual type
6389 |       fatalError("expected token child, got \(_questionMark.kind)")
6390 |     }
6391 |     precondition([.postfixQuestionMark].contains(_questionMarkTokenKind),
     |                    `- error: reference to member 'postfixQuestionMark' cannot be resolved without a contextual type
6392 |       "expected one of [.postfixQuestionMark] for 'questionMark' " +
6393 |       "in node of kind optionalPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6391:50: error: missing argument label 'where:' in call
6389 |       fatalError("expected token child, got \(_questionMark.kind)")
6390 |     }
6391 |     precondition([.postfixQuestionMark].contains(_questionMarkTokenKind),
     |                                                  `- error: missing argument label 'where:' in call
6392 |       "expected one of [.postfixQuestionMark] for 'questionMark' " +
6393 |       "in node of kind optionalPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6391:50: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6389 |       fatalError("expected token child, got \(_questionMark.kind)")
6390 |     }
6391 |     precondition([.postfixQuestionMark].contains(_questionMarkTokenKind),
     |                                                  `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6392 |       "expected one of [.postfixQuestionMark] for 'questionMark' " +
6393 |       "in node of kind optionalPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6433:34: error: type 'IdentifierPatternSyntax.Cursor' has no member 'identifierToken'
6431 |       if isMissing { return }
6432 |     precondition(raw.layout.count == 2)
6433 |     let _identifier = raw[Cursor.identifierToken]
     |                                  `- error: type 'IdentifierPatternSyntax.Cursor' has no member 'identifierToken'
6434 |     guard let _identifierTokenKind = _identifier.tokenKind else {
6435 |       fatalError("expected token child, got \(_identifier.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6437:20: error: reference to member 'identifier' cannot be resolved without a contextual type
6435 |       fatalError("expected token child, got \(_identifier.kind)")
6436 |     }
6437 |     precondition([.identifier].contains(_identifierTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
6438 |       "expected one of [.identifier] for 'identifier' " +
6439 |       "in node of kind identifierPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6437:41: error: missing argument label 'where:' in call
6435 |       fatalError("expected token child, got \(_identifier.kind)")
6436 |     }
6437 |     precondition([.identifier].contains(_identifierTokenKind),
     |                                         `- error: missing argument label 'where:' in call
6438 |       "expected one of [.identifier] for 'identifier' " +
6439 |       "in node of kind identifierPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6437:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6435 |       fatalError("expected token child, got \(_identifier.kind)")
6436 |     }
6437 |     precondition([.identifier].contains(_identifierTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6438 |       "expected one of [.identifier] for 'identifier' " +
6439 |       "in node of kind identifierPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6489:33: error: type 'AsTypePatternSyntax.Cursor' has no member 'asToken'
6487 |                  "expected child of kind .pattern, " +
6488 |                  "got \(_pattern.kind)")
6489 |     let _asKeyword = raw[Cursor.asToken]
     |                                 `- error: type 'AsTypePatternSyntax.Cursor' has no member 'asToken'
6490 |     guard let _asKeywordTokenKind = _asKeyword.tokenKind else {
6491 |       fatalError("expected token child, got \(_asKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6493:20: error: reference to member 'asKeyword' cannot be resolved without a contextual type
6491 |       fatalError("expected token child, got \(_asKeyword.kind)")
6492 |     }
6493 |     precondition([.asKeyword].contains(_asKeywordTokenKind),
     |                    `- error: reference to member 'asKeyword' cannot be resolved without a contextual type
6494 |       "expected one of [.asKeyword] for 'asKeyword' " +
6495 |       "in node of kind asTypePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6493:40: error: missing argument label 'where:' in call
6491 |       fatalError("expected token child, got \(_asKeyword.kind)")
6492 |     }
6493 |     precondition([.asKeyword].contains(_asKeywordTokenKind),
     |                                        `- error: missing argument label 'where:' in call
6494 |       "expected one of [.asKeyword] for 'asKeyword' " +
6495 |       "in node of kind asTypePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6493:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6491 |       fatalError("expected token child, got \(_asKeyword.kind)")
6492 |     }
6493 |     precondition([.asKeyword].contains(_asKeywordTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6494 |       "expected one of [.asKeyword] for 'asKeyword' " +
6495 |       "in node of kind asTypePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6554:33: error: type 'TuplePatternSyntax.Cursor' has no member 'leftParenToken'
6552 |       if isMissing { return }
6553 |     precondition(raw.layout.count == 4)
6554 |     let _openParen = raw[Cursor.leftParenToken]
     |                                 `- error: type 'TuplePatternSyntax.Cursor' has no member 'leftParenToken'
6555 |     guard let _openParenTokenKind = _openParen.tokenKind else {
6556 |       fatalError("expected token child, got \(_openParen.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6558:20: error: reference to member 'leftParen' cannot be resolved without a contextual type
6556 |       fatalError("expected token child, got \(_openParen.kind)")
6557 |     }
6558 |     precondition([.leftParen].contains(_openParenTokenKind),
     |                    `- error: reference to member 'leftParen' cannot be resolved without a contextual type
6559 |       "expected one of [.leftParen] for 'openParen' " +
6560 |       "in node of kind tuplePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6558:40: error: missing argument label 'where:' in call
6556 |       fatalError("expected token child, got \(_openParen.kind)")
6557 |     }
6558 |     precondition([.leftParen].contains(_openParenTokenKind),
     |                                        `- error: missing argument label 'where:' in call
6559 |       "expected one of [.leftParen] for 'openParen' " +
6560 |       "in node of kind tuplePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6558:40: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6556 |       fatalError("expected token child, got \(_openParen.kind)")
6557 |     }
6558 |     precondition([.leftParen].contains(_openParenTokenKind),
     |                                        `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6559 |       "expected one of [.leftParen] for 'openParen' " +
6560 |       "in node of kind tuplePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6561:32: error: type 'TuplePatternSyntax.Cursor' has no member 'tuplePatternElementList'
6559 |       "expected one of [.leftParen] for 'openParen' " +
6560 |       "in node of kind tuplePattern")
6561 |     let _elements = raw[Cursor.tuplePatternElementList]
     |                                `- error: type 'TuplePatternSyntax.Cursor' has no member 'tuplePatternElementList'
6562 |     precondition(_elements.kind == .tuplePatternElementList,
6563 |                  "expected child of kind .tuplePatternElementList, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6562:37: error: cannot infer contextual base in reference to member 'tuplePatternElementList'
6560 |       "in node of kind tuplePattern")
6561 |     let _elements = raw[Cursor.tuplePatternElementList]
6562 |     precondition(_elements.kind == .tuplePatternElementList,
     |                                     `- error: cannot infer contextual base in reference to member 'tuplePatternElementList'
6563 |                  "expected child of kind .tuplePatternElementList, " +
6564 |                  "got \(_elements.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6565:34: error: type 'TuplePatternSyntax.Cursor' has no member 'rightParenToken'
6563 |                  "expected child of kind .tuplePatternElementList, " +
6564 |                  "got \(_elements.kind)")
6565 |     let _closeParen = raw[Cursor.rightParenToken]
     |                                  `- error: type 'TuplePatternSyntax.Cursor' has no member 'rightParenToken'
6566 |     guard let _closeParenTokenKind = _closeParen.tokenKind else {
6567 |       fatalError("expected token child, got \(_closeParen.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6569:20: error: reference to member 'rightParen' cannot be resolved without a contextual type
6567 |       fatalError("expected token child, got \(_closeParen.kind)")
6568 |     }
6569 |     precondition([.rightParen].contains(_closeParenTokenKind),
     |                    `- error: reference to member 'rightParen' cannot be resolved without a contextual type
6570 |       "expected one of [.rightParen] for 'closeParen' " +
6571 |       "in node of kind tuplePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6569:41: error: missing argument label 'where:' in call
6567 |       fatalError("expected token child, got \(_closeParen.kind)")
6568 |     }
6569 |     precondition([.rightParen].contains(_closeParenTokenKind),
     |                                         `- error: missing argument label 'where:' in call
6570 |       "expected one of [.rightParen] for 'closeParen' " +
6571 |       "in node of kind tuplePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6569:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6567 |       fatalError("expected token child, got \(_closeParen.kind)")
6568 |     }
6569 |     precondition([.rightParen].contains(_closeParenTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6570 |       "expected one of [.rightParen] for 'closeParen' " +
6571 |       "in node of kind tuplePattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6649:32: error: type 'WildcardPatternSyntax.Cursor' has no member 'wildcardToken'
6647 |       if isMissing { return }
6648 |     precondition(raw.layout.count == 2)
6649 |     let _wildcard = raw[Cursor.wildcardToken]
     |                                `- error: type 'WildcardPatternSyntax.Cursor' has no member 'wildcardToken'
6650 |     guard let _wildcardTokenKind = _wildcard.tokenKind else {
6651 |       fatalError("expected token child, got \(_wildcard.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6653:20: error: reference to member 'wildcardKeyword' cannot be resolved without a contextual type
6651 |       fatalError("expected token child, got \(_wildcard.kind)")
6652 |     }
6653 |     precondition([.wildcardKeyword].contains(_wildcardTokenKind),
     |                    `- error: reference to member 'wildcardKeyword' cannot be resolved without a contextual type
6654 |       "expected one of [.wildcardKeyword] for 'wildcard' " +
6655 |       "in node of kind wildcardPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6653:46: error: missing argument label 'where:' in call
6651 |       fatalError("expected token child, got \(_wildcard.kind)")
6652 |     }
6653 |     precondition([.wildcardKeyword].contains(_wildcardTokenKind),
     |                                              `- error: missing argument label 'where:' in call
6654 |       "expected one of [.wildcardKeyword] for 'wildcard' " +
6655 |       "in node of kind wildcardPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6653:46: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6651 |       fatalError("expected token child, got \(_wildcard.kind)")
6652 |     }
6653 |     precondition([.wildcardKeyword].contains(_wildcardTokenKind),
     |                                              `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6654 |       "expected one of [.wildcardKeyword] for 'wildcard' " +
6655 |       "in node of kind wildcardPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6702:33: error: type 'TuplePatternElementSyntax.Cursor' has no member 'identifierToken'
6700 |       if isMissing { return }
6701 |     precondition(raw.layout.count == 4)
6702 |     let _labelName = raw[Cursor.identifierToken]
     |                                 `- error: type 'TuplePatternElementSyntax.Cursor' has no member 'identifierToken'
6703 |     guard let _labelNameTokenKind = _labelName.tokenKind else {
6704 |       fatalError("expected token child, got \(_labelName.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6706:20: error: reference to member 'identifier' cannot be resolved without a contextual type
6704 |       fatalError("expected token child, got \(_labelName.kind)")
6705 |     }
6706 |     precondition([.identifier].contains(_labelNameTokenKind),
     |                    `- error: reference to member 'identifier' cannot be resolved without a contextual type
6707 |       "expected one of [.identifier] for 'labelName' " +
6708 |       "in node of kind tuplePatternElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6706:41: error: missing argument label 'where:' in call
6704 |       fatalError("expected token child, got \(_labelName.kind)")
6705 |     }
6706 |     precondition([.identifier].contains(_labelNameTokenKind),
     |                                         `- error: missing argument label 'where:' in call
6707 |       "expected one of [.identifier] for 'labelName' " +
6708 |       "in node of kind tuplePatternElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6706:41: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6704 |       fatalError("expected token child, got \(_labelName.kind)")
6705 |     }
6706 |     precondition([.identifier].contains(_labelNameTokenKind),
     |                                         `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6707 |       "expected one of [.identifier] for 'labelName' " +
6708 |       "in node of kind tuplePatternElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6709:34: error: type 'TuplePatternElementSyntax.Cursor' has no member 'colonToken'
6707 |       "expected one of [.identifier] for 'labelName' " +
6708 |       "in node of kind tuplePatternElement")
6709 |     let _labelColon = raw[Cursor.colonToken]
     |                                  `- error: type 'TuplePatternElementSyntax.Cursor' has no member 'colonToken'
6710 |     guard let _labelColonTokenKind = _labelColon.tokenKind else {
6711 |       fatalError("expected token child, got \(_labelColon.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6713:20: error: reference to member 'colon' cannot be resolved without a contextual type
6711 |       fatalError("expected token child, got \(_labelColon.kind)")
6712 |     }
6713 |     precondition([.colon].contains(_labelColonTokenKind),
     |                    `- error: reference to member 'colon' cannot be resolved without a contextual type
6714 |       "expected one of [.colon] for 'labelColon' " +
6715 |       "in node of kind tuplePatternElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6713:36: error: missing argument label 'where:' in call
6711 |       fatalError("expected token child, got \(_labelColon.kind)")
6712 |     }
6713 |     precondition([.colon].contains(_labelColonTokenKind),
     |                                    `- error: missing argument label 'where:' in call
6714 |       "expected one of [.colon] for 'labelColon' " +
6715 |       "in node of kind tuplePatternElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6713:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6711 |       fatalError("expected token child, got \(_labelColon.kind)")
6712 |     }
6713 |     precondition([.colon].contains(_labelColonTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6714 |       "expected one of [.colon] for 'labelColon' " +
6715 |       "in node of kind tuplePatternElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6720:29: error: type 'TuplePatternElementSyntax.Cursor' has no member 'commaToken'
6718 |                  "expected child of kind .pattern, " +
6719 |                  "got \(_pattern.kind)")
6720 |     let _comma = raw[Cursor.commaToken]
     |                             `- error: type 'TuplePatternElementSyntax.Cursor' has no member 'commaToken'
6721 |     guard let _commaTokenKind = _comma.tokenKind else {
6722 |       fatalError("expected token child, got \(_comma.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6724:20: error: reference to member 'comma' cannot be resolved without a contextual type
6722 |       fatalError("expected token child, got \(_comma.kind)")
6723 |     }
6724 |     precondition([.comma].contains(_commaTokenKind),
     |                    `- error: reference to member 'comma' cannot be resolved without a contextual type
6725 |       "expected one of [.comma] for 'comma' " +
6726 |       "in node of kind tuplePatternElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6724:36: error: missing argument label 'where:' in call
6722 |       fatalError("expected token child, got \(_comma.kind)")
6723 |     }
6724 |     precondition([.comma].contains(_commaTokenKind),
     |                                    `- error: missing argument label 'where:' in call
6725 |       "expected one of [.comma] for 'comma' " +
6726 |       "in node of kind tuplePatternElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6724:36: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6722 |       fatalError("expected token child, got \(_comma.kind)")
6723 |     }
6724 |     precondition([.comma].contains(_commaTokenKind),
     |                                    `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6725 |       "expected one of [.comma] for 'comma' " +
6726 |       "in node of kind tuplePatternElement")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6794:34: error: type 'ExpressionPatternSyntax.Cursor' has no member 'expr'
6792 |       if isMissing { return }
6793 |     precondition(raw.layout.count == 1)
6794 |     let _expression = raw[Cursor.expr]
     |                                  `- error: type 'ExpressionPatternSyntax.Cursor' has no member 'expr'
6795 |     precondition(_expression.kind == .expr,
6796 |                  "expected child of kind .expr, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6795:39: error: cannot infer contextual base in reference to member 'expr'
6793 |     precondition(raw.layout.count == 1)
6794 |     let _expression = raw[Cursor.expr]
6795 |     precondition(_expression.kind == .expr,
     |                                       `- error: cannot infer contextual base in reference to member 'expr'
6796 |                  "expected child of kind .expr, " +
6797 |                  "got \(_expression.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6825:39: error: type 'ValueBindingPatternSyntax.Cursor' has no member 'token'
6823 |       if isMissing { return }
6824 |     precondition(raw.layout.count == 2)
6825 |     let _letOrVarKeyword = raw[Cursor.token]
     |                                       `- error: type 'ValueBindingPatternSyntax.Cursor' has no member 'token'
6826 |     guard let _letOrVarKeywordTokenKind = _letOrVarKeyword.tokenKind else {
6827 |       fatalError("expected token child, got \(_letOrVarKeyword.kind)")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6829:20: error: reference to member 'letKeyword' cannot be resolved without a contextual type
6827 |       fatalError("expected token child, got \(_letOrVarKeyword.kind)")
6828 |     }
6829 |     precondition([.letKeyword, .varKeyword].contains(_letOrVarKeywordTokenKind),
     |                    `- error: reference to member 'letKeyword' cannot be resolved without a contextual type
6830 |       "expected one of [.letKeyword, .varKeyword] for 'letOrVarKeyword' " +
6831 |       "in node of kind valueBindingPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6829:33: error: reference to member 'varKeyword' cannot be resolved without a contextual type
6827 |       fatalError("expected token child, got \(_letOrVarKeyword.kind)")
6828 |     }
6829 |     precondition([.letKeyword, .varKeyword].contains(_letOrVarKeywordTokenKind),
     |                                 `- error: reference to member 'varKeyword' cannot be resolved without a contextual type
6830 |       "expected one of [.letKeyword, .varKeyword] for 'letOrVarKeyword' " +
6831 |       "in node of kind valueBindingPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6829:54: error: missing argument label 'where:' in call
6827 |       fatalError("expected token child, got \(_letOrVarKeyword.kind)")
6828 |     }
6829 |     precondition([.letKeyword, .varKeyword].contains(_letOrVarKeywordTokenKind),
     |                                                      `- error: missing argument label 'where:' in call
6830 |       "expected one of [.letKeyword, .varKeyword] for 'letOrVarKeyword' " +
6831 |       "in node of kind valueBindingPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6829:54: error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6827 |       fatalError("expected token child, got \(_letOrVarKeyword.kind)")
6828 |     }
6829 |     precondition([.letKeyword, .varKeyword].contains(_letOrVarKeywordTokenKind),
     |                                                      `- error: converting non-escaping value to '(Any) throws -> Bool' may allow it to escape
6830 |       "expected one of [.letKeyword, .varKeyword] for 'letOrVarKeyword' " +
6831 |       "in node of kind valueBindingPattern")
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6832:36: error: type 'ValueBindingPatternSyntax.Cursor' has no member 'pattern'
6830 |       "expected one of [.letKeyword, .varKeyword] for 'letOrVarKeyword' " +
6831 |       "in node of kind valueBindingPattern")
6832 |     let _valuePattern = raw[Cursor.pattern]
     |                                    `- error: type 'ValueBindingPatternSyntax.Cursor' has no member 'pattern'
6833 |     precondition(_valuePattern.kind == .pattern,
6834 |                  "expected child of kind .pattern, " +
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxNodes.swift:6833:41: error: cannot infer contextual base in reference to member 'pattern'
6831 |       "in node of kind valueBindingPattern")
6832 |     let _valuePattern = raw[Cursor.pattern]
6833 |     precondition(_valuePattern.kind == .pattern,
     |                                         `- error: cannot infer contextual base in reference to member 'pattern'
6834 |                  "expected child of kind .pattern, " +
6835 |                  "got \(_valuePattern.kind)")
BUILD FAILURE 6.2 linux