The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SafeDI, reference main (2227da), with Swift 6.2 for Wasm on 5 Dec 2025 16:42:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

 974 |     return "unexpectedBetweenArgumentAndTrailingComma"
 975 |   case \DifferentiabilityArgumentSyntax.trailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:975:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 973 |   case \DifferentiabilityArgumentSyntax.unexpectedBetweenArgumentAndTrailingComma:
 974 |     return "unexpectedBetweenArgumentAndTrailingComma"
 975 |   case \DifferentiabilityArgumentSyntax.trailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 976 |     return "trailingComma"
 977 |   case \DifferentiabilityArgumentSyntax.unexpectedAfterTrailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:977:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 975 |   case \DifferentiabilityArgumentSyntax.trailingComma:
 976 |     return "trailingComma"
 977 |   case \DifferentiabilityArgumentSyntax.unexpectedAfterTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 978 |     return "unexpectedAfterTrailingComma"
 979 |   case \DifferentiabilityArgumentsSyntax.unexpectedBeforeLeftParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:979:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 977 |   case \DifferentiabilityArgumentSyntax.unexpectedAfterTrailingComma:
 978 |     return "unexpectedAfterTrailingComma"
 979 |   case \DifferentiabilityArgumentsSyntax.unexpectedBeforeLeftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 980 |     return "unexpectedBeforeLeftParen"
 981 |   case \DifferentiabilityArgumentsSyntax.leftParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:981:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 979 |   case \DifferentiabilityArgumentsSyntax.unexpectedBeforeLeftParen:
 980 |     return "unexpectedBeforeLeftParen"
 981 |   case \DifferentiabilityArgumentsSyntax.leftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 982 |     return "leftParen"
 983 |   case \DifferentiabilityArgumentsSyntax.unexpectedBetweenLeftParenAndArguments:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:983:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 981 |   case \DifferentiabilityArgumentsSyntax.leftParen:
 982 |     return "leftParen"
 983 |   case \DifferentiabilityArgumentsSyntax.unexpectedBetweenLeftParenAndArguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 984 |     return "unexpectedBetweenLeftParenAndArguments"
 985 |   case \DifferentiabilityArgumentsSyntax.arguments:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:985:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 983 |   case \DifferentiabilityArgumentsSyntax.unexpectedBetweenLeftParenAndArguments:
 984 |     return "unexpectedBetweenLeftParenAndArguments"
 985 |   case \DifferentiabilityArgumentsSyntax.arguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 986 |     return "arguments"
 987 |   case \DifferentiabilityArgumentsSyntax.unexpectedBetweenArgumentsAndRightParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:987:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 985 |   case \DifferentiabilityArgumentsSyntax.arguments:
 986 |     return "arguments"
 987 |   case \DifferentiabilityArgumentsSyntax.unexpectedBetweenArgumentsAndRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 988 |     return "unexpectedBetweenArgumentsAndRightParen"
 989 |   case \DifferentiabilityArgumentsSyntax.rightParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:989:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 987 |   case \DifferentiabilityArgumentsSyntax.unexpectedBetweenArgumentsAndRightParen:
 988 |     return "unexpectedBetweenArgumentsAndRightParen"
 989 |   case \DifferentiabilityArgumentsSyntax.rightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 990 |     return "rightParen"
 991 |   case \DifferentiabilityArgumentsSyntax.unexpectedAfterRightParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:991:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 989 |   case \DifferentiabilityArgumentsSyntax.rightParen:
 990 |     return "rightParen"
 991 |   case \DifferentiabilityArgumentsSyntax.unexpectedAfterRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 992 |     return "unexpectedAfterRightParen"
 993 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedBeforeWrtLabel:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:993:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 991 |   case \DifferentiabilityArgumentsSyntax.unexpectedAfterRightParen:
 992 |     return "unexpectedAfterRightParen"
 993 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedBeforeWrtLabel:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 994 |     return "unexpectedBeforeWrtLabel"
 995 |   case \DifferentiabilityWithRespectToArgumentSyntax.wrtLabel:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:995:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 993 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedBeforeWrtLabel:
 994 |     return "unexpectedBeforeWrtLabel"
 995 |   case \DifferentiabilityWithRespectToArgumentSyntax.wrtLabel:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 996 |     return "wrtLabel"
 997 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedBetweenWrtLabelAndColon:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:997:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 995 |   case \DifferentiabilityWithRespectToArgumentSyntax.wrtLabel:
 996 |     return "wrtLabel"
 997 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedBetweenWrtLabelAndColon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 998 |     return "unexpectedBetweenWrtLabelAndColon"
 999 |   case \DifferentiabilityWithRespectToArgumentSyntax.colon:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:999:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 997 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedBetweenWrtLabelAndColon:
 998 |     return "unexpectedBetweenWrtLabelAndColon"
 999 |   case \DifferentiabilityWithRespectToArgumentSyntax.colon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1000 |     return "colon"
1001 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedBetweenColonAndArguments:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1001:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 999 |   case \DifferentiabilityWithRespectToArgumentSyntax.colon:
1000 |     return "colon"
1001 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedBetweenColonAndArguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1002 |     return "unexpectedBetweenColonAndArguments"
1003 |   case \DifferentiabilityWithRespectToArgumentSyntax.arguments:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1003:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1001 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedBetweenColonAndArguments:
1002 |     return "unexpectedBetweenColonAndArguments"
1003 |   case \DifferentiabilityWithRespectToArgumentSyntax.arguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1004 |     return "arguments"
1005 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedAfterArguments:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1005:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1003 |   case \DifferentiabilityWithRespectToArgumentSyntax.arguments:
1004 |     return "arguments"
1005 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedAfterArguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1006 |     return "unexpectedAfterArguments"
1007 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBeforeKindSpecifier:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1007:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1005 |   case \DifferentiabilityWithRespectToArgumentSyntax.unexpectedAfterArguments:
1006 |     return "unexpectedAfterArguments"
1007 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBeforeKindSpecifier:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1008 |     return "unexpectedBeforeKindSpecifier"
1009 |   case \DifferentiableAttributeArgumentsSyntax.kindSpecifier:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1009:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1007 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBeforeKindSpecifier:
1008 |     return "unexpectedBeforeKindSpecifier"
1009 |   case \DifferentiableAttributeArgumentsSyntax.kindSpecifier:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1010 |     return "kindSpecifier"
1011 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenKindSpecifierAndKindSpecifierComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1011:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1009 |   case \DifferentiableAttributeArgumentsSyntax.kindSpecifier:
1010 |     return "kindSpecifier"
1011 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenKindSpecifierAndKindSpecifierComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1012 |     return "unexpectedBetweenKindSpecifierAndKindSpecifierComma"
1013 |   case \DifferentiableAttributeArgumentsSyntax.kindSpecifierComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1013:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1011 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenKindSpecifierAndKindSpecifierComma:
1012 |     return "unexpectedBetweenKindSpecifierAndKindSpecifierComma"
1013 |   case \DifferentiableAttributeArgumentsSyntax.kindSpecifierComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1014 |     return "kindSpecifierComma"
1015 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenKindSpecifierCommaAndArguments:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1015:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1013 |   case \DifferentiableAttributeArgumentsSyntax.kindSpecifierComma:
1014 |     return "kindSpecifierComma"
1015 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenKindSpecifierCommaAndArguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1016 |     return "unexpectedBetweenKindSpecifierCommaAndArguments"
1017 |   case \DifferentiableAttributeArgumentsSyntax.arguments:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1017:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1015 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenKindSpecifierCommaAndArguments:
1016 |     return "unexpectedBetweenKindSpecifierCommaAndArguments"
1017 |   case \DifferentiableAttributeArgumentsSyntax.arguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1018 |     return "arguments"
1019 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenArgumentsAndArgumentsComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1019:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1017 |   case \DifferentiableAttributeArgumentsSyntax.arguments:
1018 |     return "arguments"
1019 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenArgumentsAndArgumentsComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1020 |     return "unexpectedBetweenArgumentsAndArgumentsComma"
1021 |   case \DifferentiableAttributeArgumentsSyntax.argumentsComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1021:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1019 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenArgumentsAndArgumentsComma:
1020 |     return "unexpectedBetweenArgumentsAndArgumentsComma"
1021 |   case \DifferentiableAttributeArgumentsSyntax.argumentsComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1022 |     return "argumentsComma"
1023 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenArgumentsCommaAndGenericWhereClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1023:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1021 |   case \DifferentiableAttributeArgumentsSyntax.argumentsComma:
1022 |     return "argumentsComma"
1023 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenArgumentsCommaAndGenericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1024 |     return "unexpectedBetweenArgumentsCommaAndGenericWhereClause"
1025 |   case \DifferentiableAttributeArgumentsSyntax.genericWhereClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1025:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1023 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedBetweenArgumentsCommaAndGenericWhereClause:
1024 |     return "unexpectedBetweenArgumentsCommaAndGenericWhereClause"
1025 |   case \DifferentiableAttributeArgumentsSyntax.genericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1026 |     return "genericWhereClause"
1027 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedAfterGenericWhereClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1027:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1025 |   case \DifferentiableAttributeArgumentsSyntax.genericWhereClause:
1026 |     return "genericWhereClause"
1027 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedAfterGenericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1028 |     return "unexpectedAfterGenericWhereClause"
1029 |   case \DiscardAssignmentExprSyntax.unexpectedBeforeWildcard:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1029:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1027 |   case \DifferentiableAttributeArgumentsSyntax.unexpectedAfterGenericWhereClause:
1028 |     return "unexpectedAfterGenericWhereClause"
1029 |   case \DiscardAssignmentExprSyntax.unexpectedBeforeWildcard:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1030 |     return "unexpectedBeforeWildcard"
1031 |   case \DiscardAssignmentExprSyntax.wildcard:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1031:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1029 |   case \DiscardAssignmentExprSyntax.unexpectedBeforeWildcard:
1030 |     return "unexpectedBeforeWildcard"
1031 |   case \DiscardAssignmentExprSyntax.wildcard:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1032 |     return "wildcard"
1033 |   case \DiscardAssignmentExprSyntax.unexpectedAfterWildcard:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1033:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1031 |   case \DiscardAssignmentExprSyntax.wildcard:
1032 |     return "wildcard"
1033 |   case \DiscardAssignmentExprSyntax.unexpectedAfterWildcard:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1034 |     return "unexpectedAfterWildcard"
1035 |   case \DiscardStmtSyntax.unexpectedBeforeDiscardKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1035:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1033 |   case \DiscardAssignmentExprSyntax.unexpectedAfterWildcard:
1034 |     return "unexpectedAfterWildcard"
1035 |   case \DiscardStmtSyntax.unexpectedBeforeDiscardKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1036 |     return "unexpectedBeforeDiscardKeyword"
1037 |   case \DiscardStmtSyntax.discardKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1037:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1035 |   case \DiscardStmtSyntax.unexpectedBeforeDiscardKeyword:
1036 |     return "unexpectedBeforeDiscardKeyword"
1037 |   case \DiscardStmtSyntax.discardKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1038 |     return "discardKeyword"
1039 |   case \DiscardStmtSyntax.unexpectedBetweenDiscardKeywordAndExpression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1039:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1037 |   case \DiscardStmtSyntax.discardKeyword:
1038 |     return "discardKeyword"
1039 |   case \DiscardStmtSyntax.unexpectedBetweenDiscardKeywordAndExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1040 |     return "unexpectedBetweenDiscardKeywordAndExpression"
1041 |   case \DiscardStmtSyntax.expression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1041:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1039 |   case \DiscardStmtSyntax.unexpectedBetweenDiscardKeywordAndExpression:
1040 |     return "unexpectedBetweenDiscardKeywordAndExpression"
1041 |   case \DiscardStmtSyntax.expression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1042 |     return "expression"
1043 |   case \DiscardStmtSyntax.unexpectedAfterExpression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1043:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1041 |   case \DiscardStmtSyntax.expression:
1042 |     return "expression"
1043 |   case \DiscardStmtSyntax.unexpectedAfterExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1044 |     return "unexpectedAfterExpression"
1045 |   case \DoExprSyntax.unexpectedBeforeDoKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1045:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1043 |   case \DiscardStmtSyntax.unexpectedAfterExpression:
1044 |     return "unexpectedAfterExpression"
1045 |   case \DoExprSyntax.unexpectedBeforeDoKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1046 |     return "unexpectedBeforeDoKeyword"
1047 |   case \DoExprSyntax.doKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1047:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1045 |   case \DoExprSyntax.unexpectedBeforeDoKeyword:
1046 |     return "unexpectedBeforeDoKeyword"
1047 |   case \DoExprSyntax.doKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1048 |     return "doKeyword"
1049 |   case \DoExprSyntax.unexpectedBetweenDoKeywordAndBody:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1049:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1047 |   case \DoExprSyntax.doKeyword:
1048 |     return "doKeyword"
1049 |   case \DoExprSyntax.unexpectedBetweenDoKeywordAndBody:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1050 |     return "unexpectedBetweenDoKeywordAndBody"
1051 |   case \DoExprSyntax.body:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1051:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1049 |   case \DoExprSyntax.unexpectedBetweenDoKeywordAndBody:
1050 |     return "unexpectedBetweenDoKeywordAndBody"
1051 |   case \DoExprSyntax.body:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1052 |     return "body"
1053 |   case \DoExprSyntax.unexpectedBetweenBodyAndCatchClauses:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1053:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1051 |   case \DoExprSyntax.body:
1052 |     return "body"
1053 |   case \DoExprSyntax.unexpectedBetweenBodyAndCatchClauses:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1054 |     return "unexpectedBetweenBodyAndCatchClauses"
1055 |   case \DoExprSyntax.catchClauses:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1055:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1053 |   case \DoExprSyntax.unexpectedBetweenBodyAndCatchClauses:
1054 |     return "unexpectedBetweenBodyAndCatchClauses"
1055 |   case \DoExprSyntax.catchClauses:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1056 |     return "catchClauses"
1057 |   case \DoExprSyntax.unexpectedAfterCatchClauses:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1057:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1055 |   case \DoExprSyntax.catchClauses:
1056 |     return "catchClauses"
1057 |   case \DoExprSyntax.unexpectedAfterCatchClauses:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1058 |     return "unexpectedAfterCatchClauses"
1059 |   case \DoStmtSyntax.unexpectedBeforeDoKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1059:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1057 |   case \DoExprSyntax.unexpectedAfterCatchClauses:
1058 |     return "unexpectedAfterCatchClauses"
1059 |   case \DoStmtSyntax.unexpectedBeforeDoKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1060 |     return "unexpectedBeforeDoKeyword"
1061 |   case \DoStmtSyntax.doKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1061:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1059 |   case \DoStmtSyntax.unexpectedBeforeDoKeyword:
1060 |     return "unexpectedBeforeDoKeyword"
1061 |   case \DoStmtSyntax.doKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1062 |     return "doKeyword"
1063 |   case \DoStmtSyntax.unexpectedBetweenDoKeywordAndThrowsClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1063:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1061 |   case \DoStmtSyntax.doKeyword:
1062 |     return "doKeyword"
1063 |   case \DoStmtSyntax.unexpectedBetweenDoKeywordAndThrowsClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1064 |     return "unexpectedBetweenDoKeywordAndThrowsClause"
1065 |   case \DoStmtSyntax.throwsClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1065:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1063 |   case \DoStmtSyntax.unexpectedBetweenDoKeywordAndThrowsClause:
1064 |     return "unexpectedBetweenDoKeywordAndThrowsClause"
1065 |   case \DoStmtSyntax.throwsClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1066 |     return "throwsClause"
1067 |   case \DoStmtSyntax.unexpectedBetweenThrowsClauseAndBody:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1067:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1065 |   case \DoStmtSyntax.throwsClause:
1066 |     return "throwsClause"
1067 |   case \DoStmtSyntax.unexpectedBetweenThrowsClauseAndBody:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1068 |     return "unexpectedBetweenThrowsClauseAndBody"
1069 |   case \DoStmtSyntax.body:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1069:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1067 |   case \DoStmtSyntax.unexpectedBetweenThrowsClauseAndBody:
1068 |     return "unexpectedBetweenThrowsClauseAndBody"
1069 |   case \DoStmtSyntax.body:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1070 |     return "body"
1071 |   case \DoStmtSyntax.unexpectedBetweenBodyAndCatchClauses:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1071:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1069 |   case \DoStmtSyntax.body:
1070 |     return "body"
1071 |   case \DoStmtSyntax.unexpectedBetweenBodyAndCatchClauses:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1072 |     return "unexpectedBetweenBodyAndCatchClauses"
1073 |   case \DoStmtSyntax.catchClauses:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1073:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1071 |   case \DoStmtSyntax.unexpectedBetweenBodyAndCatchClauses:
1072 |     return "unexpectedBetweenBodyAndCatchClauses"
1073 |   case \DoStmtSyntax.catchClauses:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1074 |     return "catchClauses"
1075 |   case \DoStmtSyntax.unexpectedAfterCatchClauses:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1075:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1073 |   case \DoStmtSyntax.catchClauses:
1074 |     return "catchClauses"
1075 |   case \DoStmtSyntax.unexpectedAfterCatchClauses:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1076 |     return "unexpectedAfterCatchClauses"
1077 |   case \DocumentationAttributeArgumentSyntax.unexpectedBeforeLabel:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1077:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1075 |   case \DoStmtSyntax.unexpectedAfterCatchClauses:
1076 |     return "unexpectedAfterCatchClauses"
1077 |   case \DocumentationAttributeArgumentSyntax.unexpectedBeforeLabel:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1078 |     return "unexpectedBeforeLabel"
1079 |   case \DocumentationAttributeArgumentSyntax.label:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1079:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1077 |   case \DocumentationAttributeArgumentSyntax.unexpectedBeforeLabel:
1078 |     return "unexpectedBeforeLabel"
1079 |   case \DocumentationAttributeArgumentSyntax.label:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1080 |     return "label"
1081 |   case \DocumentationAttributeArgumentSyntax.unexpectedBetweenLabelAndColon:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1081:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1079 |   case \DocumentationAttributeArgumentSyntax.label:
1080 |     return "label"
1081 |   case \DocumentationAttributeArgumentSyntax.unexpectedBetweenLabelAndColon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1082 |     return "unexpectedBetweenLabelAndColon"
1083 |   case \DocumentationAttributeArgumentSyntax.colon:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1083:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1081 |   case \DocumentationAttributeArgumentSyntax.unexpectedBetweenLabelAndColon:
1082 |     return "unexpectedBetweenLabelAndColon"
1083 |   case \DocumentationAttributeArgumentSyntax.colon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1084 |     return "colon"
1085 |   case \DocumentationAttributeArgumentSyntax.unexpectedBetweenColonAndValue:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1085:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1083 |   case \DocumentationAttributeArgumentSyntax.colon:
1084 |     return "colon"
1085 |   case \DocumentationAttributeArgumentSyntax.unexpectedBetweenColonAndValue:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1086 |     return "unexpectedBetweenColonAndValue"
1087 |   case \DocumentationAttributeArgumentSyntax.value:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1087:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1085 |   case \DocumentationAttributeArgumentSyntax.unexpectedBetweenColonAndValue:
1086 |     return "unexpectedBetweenColonAndValue"
1087 |   case \DocumentationAttributeArgumentSyntax.value:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1088 |     return "value"
1089 |   case \DocumentationAttributeArgumentSyntax.unexpectedBetweenValueAndTrailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1089:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1087 |   case \DocumentationAttributeArgumentSyntax.value:
1088 |     return "value"
1089 |   case \DocumentationAttributeArgumentSyntax.unexpectedBetweenValueAndTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1090 |     return "unexpectedBetweenValueAndTrailingComma"
1091 |   case \DocumentationAttributeArgumentSyntax.trailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1091:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1089 |   case \DocumentationAttributeArgumentSyntax.unexpectedBetweenValueAndTrailingComma:
1090 |     return "unexpectedBetweenValueAndTrailingComma"
1091 |   case \DocumentationAttributeArgumentSyntax.trailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1092 |     return "trailingComma"
1093 |   case \DocumentationAttributeArgumentSyntax.unexpectedAfterTrailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1093:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1091 |   case \DocumentationAttributeArgumentSyntax.trailingComma:
1092 |     return "trailingComma"
1093 |   case \DocumentationAttributeArgumentSyntax.unexpectedAfterTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1094 |     return "unexpectedAfterTrailingComma"
1095 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedBeforeForLabel:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1095:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1093 |   case \DocumentationAttributeArgumentSyntax.unexpectedAfterTrailingComma:
1094 |     return "unexpectedAfterTrailingComma"
1095 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedBeforeForLabel:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1096 |     return "unexpectedBeforeForLabel"
1097 |   case \DynamicReplacementAttributeArgumentsSyntax.forLabel:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1097:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1095 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedBeforeForLabel:
1096 |     return "unexpectedBeforeForLabel"
1097 |   case \DynamicReplacementAttributeArgumentsSyntax.forLabel:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1098 |     return "forLabel"
1099 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedBetweenForLabelAndColon:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1099:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1097 |   case \DynamicReplacementAttributeArgumentsSyntax.forLabel:
1098 |     return "forLabel"
1099 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedBetweenForLabelAndColon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1100 |     return "unexpectedBetweenForLabelAndColon"
1101 |   case \DynamicReplacementAttributeArgumentsSyntax.colon:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1101:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1099 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedBetweenForLabelAndColon:
1100 |     return "unexpectedBetweenForLabelAndColon"
1101 |   case \DynamicReplacementAttributeArgumentsSyntax.colon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1102 |     return "colon"
1103 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedBetweenColonAndDeclName:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1103:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1101 |   case \DynamicReplacementAttributeArgumentsSyntax.colon:
1102 |     return "colon"
1103 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedBetweenColonAndDeclName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1104 |     return "unexpectedBetweenColonAndDeclName"
1105 |   case \DynamicReplacementAttributeArgumentsSyntax.declName:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1105:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1103 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedBetweenColonAndDeclName:
1104 |     return "unexpectedBetweenColonAndDeclName"
1105 |   case \DynamicReplacementAttributeArgumentsSyntax.declName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1106 |     return "declName"
1107 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedAfterDeclName:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1107:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1105 |   case \DynamicReplacementAttributeArgumentsSyntax.declName:
1106 |     return "declName"
1107 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedAfterDeclName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1108 |     return "unexpectedAfterDeclName"
1109 |   case \EditorPlaceholderDeclSyntax.unexpectedBeforeAttributes:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1109:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1107 |   case \DynamicReplacementAttributeArgumentsSyntax.unexpectedAfterDeclName:
1108 |     return "unexpectedAfterDeclName"
1109 |   case \EditorPlaceholderDeclSyntax.unexpectedBeforeAttributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1110 |     return "unexpectedBeforeAttributes"
1111 |   case \EditorPlaceholderDeclSyntax.attributes:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1111:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1109 |   case \EditorPlaceholderDeclSyntax.unexpectedBeforeAttributes:
1110 |     return "unexpectedBeforeAttributes"
1111 |   case \EditorPlaceholderDeclSyntax.attributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1112 |     return "attributes"
1113 |   case \EditorPlaceholderDeclSyntax.unexpectedBetweenAttributesAndModifiers:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1113:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1111 |   case \EditorPlaceholderDeclSyntax.attributes:
1112 |     return "attributes"
1113 |   case \EditorPlaceholderDeclSyntax.unexpectedBetweenAttributesAndModifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1114 |     return "unexpectedBetweenAttributesAndModifiers"
1115 |   case \EditorPlaceholderDeclSyntax.modifiers:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1115:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1113 |   case \EditorPlaceholderDeclSyntax.unexpectedBetweenAttributesAndModifiers:
1114 |     return "unexpectedBetweenAttributesAndModifiers"
1115 |   case \EditorPlaceholderDeclSyntax.modifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1116 |     return "modifiers"
1117 |   case \EditorPlaceholderDeclSyntax.unexpectedBetweenModifiersAndPlaceholder:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1117:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1115 |   case \EditorPlaceholderDeclSyntax.modifiers:
1116 |     return "modifiers"
1117 |   case \EditorPlaceholderDeclSyntax.unexpectedBetweenModifiersAndPlaceholder:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1118 |     return "unexpectedBetweenModifiersAndPlaceholder"
1119 |   case \EditorPlaceholderDeclSyntax.placeholder:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1119:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1117 |   case \EditorPlaceholderDeclSyntax.unexpectedBetweenModifiersAndPlaceholder:
1118 |     return "unexpectedBetweenModifiersAndPlaceholder"
1119 |   case \EditorPlaceholderDeclSyntax.placeholder:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1120 |     return "placeholder"
1121 |   case \EditorPlaceholderDeclSyntax.unexpectedAfterPlaceholder:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1121:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1119 |   case \EditorPlaceholderDeclSyntax.placeholder:
1120 |     return "placeholder"
1121 |   case \EditorPlaceholderDeclSyntax.unexpectedAfterPlaceholder:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1122 |     return "unexpectedAfterPlaceholder"
1123 |   case \EditorPlaceholderExprSyntax.unexpectedBeforePlaceholder:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1123:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1121 |   case \EditorPlaceholderDeclSyntax.unexpectedAfterPlaceholder:
1122 |     return "unexpectedAfterPlaceholder"
1123 |   case \EditorPlaceholderExprSyntax.unexpectedBeforePlaceholder:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1124 |     return "unexpectedBeforePlaceholder"
1125 |   case \EditorPlaceholderExprSyntax.placeholder:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1125:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1123 |   case \EditorPlaceholderExprSyntax.unexpectedBeforePlaceholder:
1124 |     return "unexpectedBeforePlaceholder"
1125 |   case \EditorPlaceholderExprSyntax.placeholder:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1126 |     return "placeholder"
1127 |   case \EditorPlaceholderExprSyntax.unexpectedAfterPlaceholder:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1127:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1125 |   case \EditorPlaceholderExprSyntax.placeholder:
1126 |     return "placeholder"
1127 |   case \EditorPlaceholderExprSyntax.unexpectedAfterPlaceholder:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1128 |     return "unexpectedAfterPlaceholder"
1129 |   case \EnumCaseDeclSyntax.unexpectedBeforeAttributes:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1129:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1127 |   case \EditorPlaceholderExprSyntax.unexpectedAfterPlaceholder:
1128 |     return "unexpectedAfterPlaceholder"
1129 |   case \EnumCaseDeclSyntax.unexpectedBeforeAttributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1130 |     return "unexpectedBeforeAttributes"
1131 |   case \EnumCaseDeclSyntax.attributes:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1131:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1129 |   case \EnumCaseDeclSyntax.unexpectedBeforeAttributes:
1130 |     return "unexpectedBeforeAttributes"
1131 |   case \EnumCaseDeclSyntax.attributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1132 |     return "attributes"
1133 |   case \EnumCaseDeclSyntax.unexpectedBetweenAttributesAndModifiers:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1133:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1131 |   case \EnumCaseDeclSyntax.attributes:
1132 |     return "attributes"
1133 |   case \EnumCaseDeclSyntax.unexpectedBetweenAttributesAndModifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1134 |     return "unexpectedBetweenAttributesAndModifiers"
1135 |   case \EnumCaseDeclSyntax.modifiers:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1135:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1133 |   case \EnumCaseDeclSyntax.unexpectedBetweenAttributesAndModifiers:
1134 |     return "unexpectedBetweenAttributesAndModifiers"
1135 |   case \EnumCaseDeclSyntax.modifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1136 |     return "modifiers"
1137 |   case \EnumCaseDeclSyntax.unexpectedBetweenModifiersAndCaseKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1137:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1135 |   case \EnumCaseDeclSyntax.modifiers:
1136 |     return "modifiers"
1137 |   case \EnumCaseDeclSyntax.unexpectedBetweenModifiersAndCaseKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1138 |     return "unexpectedBetweenModifiersAndCaseKeyword"
1139 |   case \EnumCaseDeclSyntax.caseKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1139:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1137 |   case \EnumCaseDeclSyntax.unexpectedBetweenModifiersAndCaseKeyword:
1138 |     return "unexpectedBetweenModifiersAndCaseKeyword"
1139 |   case \EnumCaseDeclSyntax.caseKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1140 |     return "caseKeyword"
1141 |   case \EnumCaseDeclSyntax.unexpectedBetweenCaseKeywordAndElements:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1141:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1139 |   case \EnumCaseDeclSyntax.caseKeyword:
1140 |     return "caseKeyword"
1141 |   case \EnumCaseDeclSyntax.unexpectedBetweenCaseKeywordAndElements:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1142 |     return "unexpectedBetweenCaseKeywordAndElements"
1143 |   case \EnumCaseDeclSyntax.elements:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1143:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1141 |   case \EnumCaseDeclSyntax.unexpectedBetweenCaseKeywordAndElements:
1142 |     return "unexpectedBetweenCaseKeywordAndElements"
1143 |   case \EnumCaseDeclSyntax.elements:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1144 |     return "elements"
1145 |   case \EnumCaseDeclSyntax.unexpectedAfterElements:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1145:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1143 |   case \EnumCaseDeclSyntax.elements:
1144 |     return "elements"
1145 |   case \EnumCaseDeclSyntax.unexpectedAfterElements:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1146 |     return "unexpectedAfterElements"
1147 |   case \EnumCaseElementSyntax.unexpectedBeforeName:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1147:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1145 |   case \EnumCaseDeclSyntax.unexpectedAfterElements:
1146 |     return "unexpectedAfterElements"
1147 |   case \EnumCaseElementSyntax.unexpectedBeforeName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1148 |     return "unexpectedBeforeName"
1149 |   case \EnumCaseElementSyntax.name:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1149:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1147 |   case \EnumCaseElementSyntax.unexpectedBeforeName:
1148 |     return "unexpectedBeforeName"
1149 |   case \EnumCaseElementSyntax.name:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1150 |     return "name"
1151 |   case \EnumCaseElementSyntax.unexpectedBetweenNameAndParameterClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1151:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1149 |   case \EnumCaseElementSyntax.name:
1150 |     return "name"
1151 |   case \EnumCaseElementSyntax.unexpectedBetweenNameAndParameterClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1152 |     return "unexpectedBetweenNameAndParameterClause"
1153 |   case \EnumCaseElementSyntax.parameterClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1153:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1151 |   case \EnumCaseElementSyntax.unexpectedBetweenNameAndParameterClause:
1152 |     return "unexpectedBetweenNameAndParameterClause"
1153 |   case \EnumCaseElementSyntax.parameterClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1154 |     return "parameterClause"
1155 |   case \EnumCaseElementSyntax.unexpectedBetweenParameterClauseAndRawValue:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1155:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1153 |   case \EnumCaseElementSyntax.parameterClause:
1154 |     return "parameterClause"
1155 |   case \EnumCaseElementSyntax.unexpectedBetweenParameterClauseAndRawValue:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1156 |     return "unexpectedBetweenParameterClauseAndRawValue"
1157 |   case \EnumCaseElementSyntax.rawValue:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1157:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1155 |   case \EnumCaseElementSyntax.unexpectedBetweenParameterClauseAndRawValue:
1156 |     return "unexpectedBetweenParameterClauseAndRawValue"
1157 |   case \EnumCaseElementSyntax.rawValue:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1158 |     return "rawValue"
1159 |   case \EnumCaseElementSyntax.unexpectedBetweenRawValueAndTrailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1159:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1157 |   case \EnumCaseElementSyntax.rawValue:
1158 |     return "rawValue"
1159 |   case \EnumCaseElementSyntax.unexpectedBetweenRawValueAndTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1160 |     return "unexpectedBetweenRawValueAndTrailingComma"
1161 |   case \EnumCaseElementSyntax.trailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1161:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1159 |   case \EnumCaseElementSyntax.unexpectedBetweenRawValueAndTrailingComma:
1160 |     return "unexpectedBetweenRawValueAndTrailingComma"
1161 |   case \EnumCaseElementSyntax.trailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1162 |     return "trailingComma"
1163 |   case \EnumCaseElementSyntax.unexpectedAfterTrailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1163:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1161 |   case \EnumCaseElementSyntax.trailingComma:
1162 |     return "trailingComma"
1163 |   case \EnumCaseElementSyntax.unexpectedAfterTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1164 |     return "unexpectedAfterTrailingComma"
1165 |   case \EnumCaseParameterClauseSyntax.unexpectedBeforeLeftParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1165:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1163 |   case \EnumCaseElementSyntax.unexpectedAfterTrailingComma:
1164 |     return "unexpectedAfterTrailingComma"
1165 |   case \EnumCaseParameterClauseSyntax.unexpectedBeforeLeftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1166 |     return "unexpectedBeforeLeftParen"
1167 |   case \EnumCaseParameterClauseSyntax.leftParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1167:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1165 |   case \EnumCaseParameterClauseSyntax.unexpectedBeforeLeftParen:
1166 |     return "unexpectedBeforeLeftParen"
1167 |   case \EnumCaseParameterClauseSyntax.leftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1168 |     return "leftParen"
1169 |   case \EnumCaseParameterClauseSyntax.unexpectedBetweenLeftParenAndParameters:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1169:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1167 |   case \EnumCaseParameterClauseSyntax.leftParen:
1168 |     return "leftParen"
1169 |   case \EnumCaseParameterClauseSyntax.unexpectedBetweenLeftParenAndParameters:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1170 |     return "unexpectedBetweenLeftParenAndParameters"
1171 |   case \EnumCaseParameterClauseSyntax.parameters:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1171:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1169 |   case \EnumCaseParameterClauseSyntax.unexpectedBetweenLeftParenAndParameters:
1170 |     return "unexpectedBetweenLeftParenAndParameters"
1171 |   case \EnumCaseParameterClauseSyntax.parameters:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1172 |     return "parameters"
1173 |   case \EnumCaseParameterClauseSyntax.unexpectedBetweenParametersAndRightParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1173:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1171 |   case \EnumCaseParameterClauseSyntax.parameters:
1172 |     return "parameters"
1173 |   case \EnumCaseParameterClauseSyntax.unexpectedBetweenParametersAndRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1174 |     return "unexpectedBetweenParametersAndRightParen"
1175 |   case \EnumCaseParameterClauseSyntax.rightParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1175:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1173 |   case \EnumCaseParameterClauseSyntax.unexpectedBetweenParametersAndRightParen:
1174 |     return "unexpectedBetweenParametersAndRightParen"
1175 |   case \EnumCaseParameterClauseSyntax.rightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1176 |     return "rightParen"
1177 |   case \EnumCaseParameterClauseSyntax.unexpectedAfterRightParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1177:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1175 |   case \EnumCaseParameterClauseSyntax.rightParen:
1176 |     return "rightParen"
1177 |   case \EnumCaseParameterClauseSyntax.unexpectedAfterRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1178 |     return "unexpectedAfterRightParen"
1179 |   case \EnumCaseParameterSyntax.unexpectedBeforeModifiers:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1179:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1177 |   case \EnumCaseParameterClauseSyntax.unexpectedAfterRightParen:
1178 |     return "unexpectedAfterRightParen"
1179 |   case \EnumCaseParameterSyntax.unexpectedBeforeModifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1180 |     return "unexpectedBeforeModifiers"
1181 |   case \EnumCaseParameterSyntax.modifiers:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1181:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1179 |   case \EnumCaseParameterSyntax.unexpectedBeforeModifiers:
1180 |     return "unexpectedBeforeModifiers"
1181 |   case \EnumCaseParameterSyntax.modifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1182 |     return "modifiers"
1183 |   case \EnumCaseParameterSyntax.unexpectedBetweenModifiersAndFirstName:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1183:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1181 |   case \EnumCaseParameterSyntax.modifiers:
1182 |     return "modifiers"
1183 |   case \EnumCaseParameterSyntax.unexpectedBetweenModifiersAndFirstName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1184 |     return "unexpectedBetweenModifiersAndFirstName"
1185 |   case \EnumCaseParameterSyntax.firstName:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1185:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1183 |   case \EnumCaseParameterSyntax.unexpectedBetweenModifiersAndFirstName:
1184 |     return "unexpectedBetweenModifiersAndFirstName"
1185 |   case \EnumCaseParameterSyntax.firstName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1186 |     return "firstName"
1187 |   case \EnumCaseParameterSyntax.unexpectedBetweenFirstNameAndSecondName:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1187:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1185 |   case \EnumCaseParameterSyntax.firstName:
1186 |     return "firstName"
1187 |   case \EnumCaseParameterSyntax.unexpectedBetweenFirstNameAndSecondName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1188 |     return "unexpectedBetweenFirstNameAndSecondName"
1189 |   case \EnumCaseParameterSyntax.secondName:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1189:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1187 |   case \EnumCaseParameterSyntax.unexpectedBetweenFirstNameAndSecondName:
1188 |     return "unexpectedBetweenFirstNameAndSecondName"
1189 |   case \EnumCaseParameterSyntax.secondName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1190 |     return "secondName"
1191 |   case \EnumCaseParameterSyntax.unexpectedBetweenSecondNameAndColon:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1191:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1189 |   case \EnumCaseParameterSyntax.secondName:
1190 |     return "secondName"
1191 |   case \EnumCaseParameterSyntax.unexpectedBetweenSecondNameAndColon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1192 |     return "unexpectedBetweenSecondNameAndColon"
1193 |   case \EnumCaseParameterSyntax.colon:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1193:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1191 |   case \EnumCaseParameterSyntax.unexpectedBetweenSecondNameAndColon:
1192 |     return "unexpectedBetweenSecondNameAndColon"
1193 |   case \EnumCaseParameterSyntax.colon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1194 |     return "colon"
1195 |   case \EnumCaseParameterSyntax.unexpectedBetweenColonAndType:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1195:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1193 |   case \EnumCaseParameterSyntax.colon:
1194 |     return "colon"
1195 |   case \EnumCaseParameterSyntax.unexpectedBetweenColonAndType:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1196 |     return "unexpectedBetweenColonAndType"
1197 |   case \EnumCaseParameterSyntax.type:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1197:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1195 |   case \EnumCaseParameterSyntax.unexpectedBetweenColonAndType:
1196 |     return "unexpectedBetweenColonAndType"
1197 |   case \EnumCaseParameterSyntax.type:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1198 |     return "type"
1199 |   case \EnumCaseParameterSyntax.unexpectedBetweenTypeAndDefaultValue:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1199:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1197 |   case \EnumCaseParameterSyntax.type:
1198 |     return "type"
1199 |   case \EnumCaseParameterSyntax.unexpectedBetweenTypeAndDefaultValue:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1200 |     return "unexpectedBetweenTypeAndDefaultValue"
1201 |   case \EnumCaseParameterSyntax.defaultValue:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1201:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1199 |   case \EnumCaseParameterSyntax.unexpectedBetweenTypeAndDefaultValue:
1200 |     return "unexpectedBetweenTypeAndDefaultValue"
1201 |   case \EnumCaseParameterSyntax.defaultValue:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1202 |     return "defaultValue"
1203 |   case \EnumCaseParameterSyntax.unexpectedBetweenDefaultValueAndTrailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1203:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1201 |   case \EnumCaseParameterSyntax.defaultValue:
1202 |     return "defaultValue"
1203 |   case \EnumCaseParameterSyntax.unexpectedBetweenDefaultValueAndTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1204 |     return "unexpectedBetweenDefaultValueAndTrailingComma"
1205 |   case \EnumCaseParameterSyntax.trailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1205:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1203 |   case \EnumCaseParameterSyntax.unexpectedBetweenDefaultValueAndTrailingComma:
1204 |     return "unexpectedBetweenDefaultValueAndTrailingComma"
1205 |   case \EnumCaseParameterSyntax.trailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1206 |     return "trailingComma"
1207 |   case \EnumCaseParameterSyntax.unexpectedAfterTrailingComma:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1207:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1205 |   case \EnumCaseParameterSyntax.trailingComma:
1206 |     return "trailingComma"
1207 |   case \EnumCaseParameterSyntax.unexpectedAfterTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1208 |     return "unexpectedAfterTrailingComma"
1209 |   case \EnumDeclSyntax.unexpectedBeforeAttributes:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1209:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1207 |   case \EnumCaseParameterSyntax.unexpectedAfterTrailingComma:
1208 |     return "unexpectedAfterTrailingComma"
1209 |   case \EnumDeclSyntax.unexpectedBeforeAttributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1210 |     return "unexpectedBeforeAttributes"
1211 |   case \EnumDeclSyntax.attributes:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1211:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1209 |   case \EnumDeclSyntax.unexpectedBeforeAttributes:
1210 |     return "unexpectedBeforeAttributes"
1211 |   case \EnumDeclSyntax.attributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1212 |     return "attributes"
1213 |   case \EnumDeclSyntax.unexpectedBetweenAttributesAndModifiers:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1213:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1211 |   case \EnumDeclSyntax.attributes:
1212 |     return "attributes"
1213 |   case \EnumDeclSyntax.unexpectedBetweenAttributesAndModifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1214 |     return "unexpectedBetweenAttributesAndModifiers"
1215 |   case \EnumDeclSyntax.modifiers:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1215:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1213 |   case \EnumDeclSyntax.unexpectedBetweenAttributesAndModifiers:
1214 |     return "unexpectedBetweenAttributesAndModifiers"
1215 |   case \EnumDeclSyntax.modifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1216 |     return "modifiers"
1217 |   case \EnumDeclSyntax.unexpectedBetweenModifiersAndEnumKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1217:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1215 |   case \EnumDeclSyntax.modifiers:
1216 |     return "modifiers"
1217 |   case \EnumDeclSyntax.unexpectedBetweenModifiersAndEnumKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1218 |     return "unexpectedBetweenModifiersAndEnumKeyword"
1219 |   case \EnumDeclSyntax.enumKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1219:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1217 |   case \EnumDeclSyntax.unexpectedBetweenModifiersAndEnumKeyword:
1218 |     return "unexpectedBetweenModifiersAndEnumKeyword"
1219 |   case \EnumDeclSyntax.enumKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1220 |     return "enumKeyword"
1221 |   case \EnumDeclSyntax.unexpectedBetweenEnumKeywordAndName:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1221:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1219 |   case \EnumDeclSyntax.enumKeyword:
1220 |     return "enumKeyword"
1221 |   case \EnumDeclSyntax.unexpectedBetweenEnumKeywordAndName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1222 |     return "unexpectedBetweenEnumKeywordAndName"
1223 |   case \EnumDeclSyntax.name:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1223:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1221 |   case \EnumDeclSyntax.unexpectedBetweenEnumKeywordAndName:
1222 |     return "unexpectedBetweenEnumKeywordAndName"
1223 |   case \EnumDeclSyntax.name:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1224 |     return "name"
1225 |   case \EnumDeclSyntax.unexpectedBetweenNameAndGenericParameterClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1225:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1223 |   case \EnumDeclSyntax.name:
1224 |     return "name"
1225 |   case \EnumDeclSyntax.unexpectedBetweenNameAndGenericParameterClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1226 |     return "unexpectedBetweenNameAndGenericParameterClause"
1227 |   case \EnumDeclSyntax.genericParameterClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1227:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1225 |   case \EnumDeclSyntax.unexpectedBetweenNameAndGenericParameterClause:
1226 |     return "unexpectedBetweenNameAndGenericParameterClause"
1227 |   case \EnumDeclSyntax.genericParameterClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1228 |     return "genericParameterClause"
1229 |   case \EnumDeclSyntax.unexpectedBetweenGenericParameterClauseAndInheritanceClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1229:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1227 |   case \EnumDeclSyntax.genericParameterClause:
1228 |     return "genericParameterClause"
1229 |   case \EnumDeclSyntax.unexpectedBetweenGenericParameterClauseAndInheritanceClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1230 |     return "unexpectedBetweenGenericParameterClauseAndInheritanceClause"
1231 |   case \EnumDeclSyntax.inheritanceClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1231:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1229 |   case \EnumDeclSyntax.unexpectedBetweenGenericParameterClauseAndInheritanceClause:
1230 |     return "unexpectedBetweenGenericParameterClauseAndInheritanceClause"
1231 |   case \EnumDeclSyntax.inheritanceClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1232 |     return "inheritanceClause"
1233 |   case \EnumDeclSyntax.unexpectedBetweenInheritanceClauseAndGenericWhereClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1233:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1231 |   case \EnumDeclSyntax.inheritanceClause:
1232 |     return "inheritanceClause"
1233 |   case \EnumDeclSyntax.unexpectedBetweenInheritanceClauseAndGenericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1234 |     return "unexpectedBetweenInheritanceClauseAndGenericWhereClause"
1235 |   case \EnumDeclSyntax.genericWhereClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1235:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1233 |   case \EnumDeclSyntax.unexpectedBetweenInheritanceClauseAndGenericWhereClause:
1234 |     return "unexpectedBetweenInheritanceClauseAndGenericWhereClause"
1235 |   case \EnumDeclSyntax.genericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1236 |     return "genericWhereClause"
1237 |   case \EnumDeclSyntax.unexpectedBetweenGenericWhereClauseAndMemberBlock:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1237:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1235 |   case \EnumDeclSyntax.genericWhereClause:
1236 |     return "genericWhereClause"
1237 |   case \EnumDeclSyntax.unexpectedBetweenGenericWhereClauseAndMemberBlock:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1238 |     return "unexpectedBetweenGenericWhereClauseAndMemberBlock"
1239 |   case \EnumDeclSyntax.memberBlock:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1239:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1237 |   case \EnumDeclSyntax.unexpectedBetweenGenericWhereClauseAndMemberBlock:
1238 |     return "unexpectedBetweenGenericWhereClauseAndMemberBlock"
1239 |   case \EnumDeclSyntax.memberBlock:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1240 |     return "memberBlock"
1241 |   case \EnumDeclSyntax.unexpectedAfterMemberBlock:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1241:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1239 |   case \EnumDeclSyntax.memberBlock:
1240 |     return "memberBlock"
1241 |   case \EnumDeclSyntax.unexpectedAfterMemberBlock:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1242 |     return "unexpectedAfterMemberBlock"
1243 |   case \ExpressionPatternSyntax.unexpectedBeforeExpression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1243:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1241 |   case \EnumDeclSyntax.unexpectedAfterMemberBlock:
1242 |     return "unexpectedAfterMemberBlock"
1243 |   case \ExpressionPatternSyntax.unexpectedBeforeExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1244 |     return "unexpectedBeforeExpression"
1245 |   case \ExpressionPatternSyntax.expression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1245:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1243 |   case \ExpressionPatternSyntax.unexpectedBeforeExpression:
1244 |     return "unexpectedBeforeExpression"
1245 |   case \ExpressionPatternSyntax.expression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1246 |     return "expression"
1247 |   case \ExpressionPatternSyntax.unexpectedAfterExpression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1247:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1245 |   case \ExpressionPatternSyntax.expression:
1246 |     return "expression"
1247 |   case \ExpressionPatternSyntax.unexpectedAfterExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1248 |     return "unexpectedAfterExpression"
1249 |   case \ExpressionSegmentSyntax.unexpectedBeforeBackslash:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1249:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1247 |   case \ExpressionPatternSyntax.unexpectedAfterExpression:
1248 |     return "unexpectedAfterExpression"
1249 |   case \ExpressionSegmentSyntax.unexpectedBeforeBackslash:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1250 |     return "unexpectedBeforeBackslash"
1251 |   case \ExpressionSegmentSyntax.backslash:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1251:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1249 |   case \ExpressionSegmentSyntax.unexpectedBeforeBackslash:
1250 |     return "unexpectedBeforeBackslash"
1251 |   case \ExpressionSegmentSyntax.backslash:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1252 |     return "backslash"
1253 |   case \ExpressionSegmentSyntax.unexpectedBetweenBackslashAndPounds:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1253:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1251 |   case \ExpressionSegmentSyntax.backslash:
1252 |     return "backslash"
1253 |   case \ExpressionSegmentSyntax.unexpectedBetweenBackslashAndPounds:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1254 |     return "unexpectedBetweenBackslashAndPounds"
1255 |   case \ExpressionSegmentSyntax.pounds:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1255:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1253 |   case \ExpressionSegmentSyntax.unexpectedBetweenBackslashAndPounds:
1254 |     return "unexpectedBetweenBackslashAndPounds"
1255 |   case \ExpressionSegmentSyntax.pounds:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1256 |     return "pounds"
1257 |   case \ExpressionSegmentSyntax.unexpectedBetweenPoundsAndLeftParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1257:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1255 |   case \ExpressionSegmentSyntax.pounds:
1256 |     return "pounds"
1257 |   case \ExpressionSegmentSyntax.unexpectedBetweenPoundsAndLeftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1258 |     return "unexpectedBetweenPoundsAndLeftParen"
1259 |   case \ExpressionSegmentSyntax.leftParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1259:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1257 |   case \ExpressionSegmentSyntax.unexpectedBetweenPoundsAndLeftParen:
1258 |     return "unexpectedBetweenPoundsAndLeftParen"
1259 |   case \ExpressionSegmentSyntax.leftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1260 |     return "leftParen"
1261 |   case \ExpressionSegmentSyntax.unexpectedBetweenLeftParenAndExpressions:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1261:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1259 |   case \ExpressionSegmentSyntax.leftParen:
1260 |     return "leftParen"
1261 |   case \ExpressionSegmentSyntax.unexpectedBetweenLeftParenAndExpressions:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1262 |     return "unexpectedBetweenLeftParenAndExpressions"
1263 |   case \ExpressionSegmentSyntax.expressions:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1263:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1261 |   case \ExpressionSegmentSyntax.unexpectedBetweenLeftParenAndExpressions:
1262 |     return "unexpectedBetweenLeftParenAndExpressions"
1263 |   case \ExpressionSegmentSyntax.expressions:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1264 |     return "expressions"
1265 |   case \ExpressionSegmentSyntax.unexpectedBetweenExpressionsAndRightParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1265:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1263 |   case \ExpressionSegmentSyntax.expressions:
1264 |     return "expressions"
1265 |   case \ExpressionSegmentSyntax.unexpectedBetweenExpressionsAndRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1266 |     return "unexpectedBetweenExpressionsAndRightParen"
1267 |   case \ExpressionSegmentSyntax.rightParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1267:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1265 |   case \ExpressionSegmentSyntax.unexpectedBetweenExpressionsAndRightParen:
1266 |     return "unexpectedBetweenExpressionsAndRightParen"
1267 |   case \ExpressionSegmentSyntax.rightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1268 |     return "rightParen"
1269 |   case \ExpressionSegmentSyntax.unexpectedAfterRightParen:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1269:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1267 |   case \ExpressionSegmentSyntax.rightParen:
1268 |     return "rightParen"
1269 |   case \ExpressionSegmentSyntax.unexpectedAfterRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1270 |     return "unexpectedAfterRightParen"
1271 |   case \ExpressionStmtSyntax.unexpectedBeforeExpression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1271:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1269 |   case \ExpressionSegmentSyntax.unexpectedAfterRightParen:
1270 |     return "unexpectedAfterRightParen"
1271 |   case \ExpressionStmtSyntax.unexpectedBeforeExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1272 |     return "unexpectedBeforeExpression"
1273 |   case \ExpressionStmtSyntax.expression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1273:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1271 |   case \ExpressionStmtSyntax.unexpectedBeforeExpression:
1272 |     return "unexpectedBeforeExpression"
1273 |   case \ExpressionStmtSyntax.expression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1274 |     return "expression"
1275 |   case \ExpressionStmtSyntax.unexpectedAfterExpression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1275:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1273 |   case \ExpressionStmtSyntax.expression:
1274 |     return "expression"
1275 |   case \ExpressionStmtSyntax.unexpectedAfterExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1276 |     return "unexpectedAfterExpression"
1277 |   case \ExtensionDeclSyntax.unexpectedBeforeAttributes:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1277:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1275 |   case \ExpressionStmtSyntax.unexpectedAfterExpression:
1276 |     return "unexpectedAfterExpression"
1277 |   case \ExtensionDeclSyntax.unexpectedBeforeAttributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1278 |     return "unexpectedBeforeAttributes"
1279 |   case \ExtensionDeclSyntax.attributes:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1279:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1277 |   case \ExtensionDeclSyntax.unexpectedBeforeAttributes:
1278 |     return "unexpectedBeforeAttributes"
1279 |   case \ExtensionDeclSyntax.attributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1280 |     return "attributes"
1281 |   case \ExtensionDeclSyntax.unexpectedBetweenAttributesAndModifiers:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1281:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1279 |   case \ExtensionDeclSyntax.attributes:
1280 |     return "attributes"
1281 |   case \ExtensionDeclSyntax.unexpectedBetweenAttributesAndModifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1282 |     return "unexpectedBetweenAttributesAndModifiers"
1283 |   case \ExtensionDeclSyntax.modifiers:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1283:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1281 |   case \ExtensionDeclSyntax.unexpectedBetweenAttributesAndModifiers:
1282 |     return "unexpectedBetweenAttributesAndModifiers"
1283 |   case \ExtensionDeclSyntax.modifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1284 |     return "modifiers"
1285 |   case \ExtensionDeclSyntax.unexpectedBetweenModifiersAndExtensionKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1285:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1283 |   case \ExtensionDeclSyntax.modifiers:
1284 |     return "modifiers"
1285 |   case \ExtensionDeclSyntax.unexpectedBetweenModifiersAndExtensionKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1286 |     return "unexpectedBetweenModifiersAndExtensionKeyword"
1287 |   case \ExtensionDeclSyntax.extensionKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1287:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1285 |   case \ExtensionDeclSyntax.unexpectedBetweenModifiersAndExtensionKeyword:
1286 |     return "unexpectedBetweenModifiersAndExtensionKeyword"
1287 |   case \ExtensionDeclSyntax.extensionKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1288 |     return "extensionKeyword"
1289 |   case \ExtensionDeclSyntax.unexpectedBetweenExtensionKeywordAndExtendedType:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1289:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1287 |   case \ExtensionDeclSyntax.extensionKeyword:
1288 |     return "extensionKeyword"
1289 |   case \ExtensionDeclSyntax.unexpectedBetweenExtensionKeywordAndExtendedType:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1290 |     return "unexpectedBetweenExtensionKeywordAndExtendedType"
1291 |   case \ExtensionDeclSyntax.extendedType:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1291:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1289 |   case \ExtensionDeclSyntax.unexpectedBetweenExtensionKeywordAndExtendedType:
1290 |     return "unexpectedBetweenExtensionKeywordAndExtendedType"
1291 |   case \ExtensionDeclSyntax.extendedType:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1292 |     return "extendedType"
1293 |   case \ExtensionDeclSyntax.unexpectedBetweenExtendedTypeAndInheritanceClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1293:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1291 |   case \ExtensionDeclSyntax.extendedType:
1292 |     return "extendedType"
1293 |   case \ExtensionDeclSyntax.unexpectedBetweenExtendedTypeAndInheritanceClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1294 |     return "unexpectedBetweenExtendedTypeAndInheritanceClause"
1295 |   case \ExtensionDeclSyntax.inheritanceClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1295:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1293 |   case \ExtensionDeclSyntax.unexpectedBetweenExtendedTypeAndInheritanceClause:
1294 |     return "unexpectedBetweenExtendedTypeAndInheritanceClause"
1295 |   case \ExtensionDeclSyntax.inheritanceClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1296 |     return "inheritanceClause"
1297 |   case \ExtensionDeclSyntax.unexpectedBetweenInheritanceClauseAndGenericWhereClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1297:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1295 |   case \ExtensionDeclSyntax.inheritanceClause:
1296 |     return "inheritanceClause"
1297 |   case \ExtensionDeclSyntax.unexpectedBetweenInheritanceClauseAndGenericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1298 |     return "unexpectedBetweenInheritanceClauseAndGenericWhereClause"
1299 |   case \ExtensionDeclSyntax.genericWhereClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1299:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1297 |   case \ExtensionDeclSyntax.unexpectedBetweenInheritanceClauseAndGenericWhereClause:
1298 |     return "unexpectedBetweenInheritanceClauseAndGenericWhereClause"
1299 |   case \ExtensionDeclSyntax.genericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1300 |     return "genericWhereClause"
1301 |   case \ExtensionDeclSyntax.unexpectedBetweenGenericWhereClauseAndMemberBlock:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1301:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1299 |   case \ExtensionDeclSyntax.genericWhereClause:
1300 |     return "genericWhereClause"
1301 |   case \ExtensionDeclSyntax.unexpectedBetweenGenericWhereClauseAndMemberBlock:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1302 |     return "unexpectedBetweenGenericWhereClauseAndMemberBlock"
1303 |   case \ExtensionDeclSyntax.memberBlock:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1303:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1301 |   case \ExtensionDeclSyntax.unexpectedBetweenGenericWhereClauseAndMemberBlock:
1302 |     return "unexpectedBetweenGenericWhereClauseAndMemberBlock"
1303 |   case \ExtensionDeclSyntax.memberBlock:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1304 |     return "memberBlock"
1305 |   case \ExtensionDeclSyntax.unexpectedAfterMemberBlock:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1305:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1303 |   case \ExtensionDeclSyntax.memberBlock:
1304 |     return "memberBlock"
1305 |   case \ExtensionDeclSyntax.unexpectedAfterMemberBlock:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1306 |     return "unexpectedAfterMemberBlock"
1307 |   case \FallThroughStmtSyntax.unexpectedBeforeFallthroughKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1307:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1305 |   case \ExtensionDeclSyntax.unexpectedAfterMemberBlock:
1306 |     return "unexpectedAfterMemberBlock"
1307 |   case \FallThroughStmtSyntax.unexpectedBeforeFallthroughKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1308 |     return "unexpectedBeforeFallthroughKeyword"
1309 |   case \FallThroughStmtSyntax.fallthroughKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1309:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1307 |   case \FallThroughStmtSyntax.unexpectedBeforeFallthroughKeyword:
1308 |     return "unexpectedBeforeFallthroughKeyword"
1309 |   case \FallThroughStmtSyntax.fallthroughKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1310 |     return "fallthroughKeyword"
1311 |   case \FallThroughStmtSyntax.unexpectedAfterFallthroughKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1311:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1309 |   case \FallThroughStmtSyntax.fallthroughKeyword:
1310 |     return "fallthroughKeyword"
1311 |   case \FallThroughStmtSyntax.unexpectedAfterFallthroughKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1312 |     return "unexpectedAfterFallthroughKeyword"
1313 |   case \FloatLiteralExprSyntax.unexpectedBeforeLiteral:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1313:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1311 |   case \FallThroughStmtSyntax.unexpectedAfterFallthroughKeyword:
1312 |     return "unexpectedAfterFallthroughKeyword"
1313 |   case \FloatLiteralExprSyntax.unexpectedBeforeLiteral:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1314 |     return "unexpectedBeforeLiteral"
1315 |   case \FloatLiteralExprSyntax.literal:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1315:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1313 |   case \FloatLiteralExprSyntax.unexpectedBeforeLiteral:
1314 |     return "unexpectedBeforeLiteral"
1315 |   case \FloatLiteralExprSyntax.literal:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1316 |     return "literal"
1317 |   case \FloatLiteralExprSyntax.unexpectedAfterLiteral:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1317:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1315 |   case \FloatLiteralExprSyntax.literal:
1316 |     return "literal"
1317 |   case \FloatLiteralExprSyntax.unexpectedAfterLiteral:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1318 |     return "unexpectedAfterLiteral"
1319 |   case \ForStmtSyntax.unexpectedBeforeForKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1319:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1317 |   case \FloatLiteralExprSyntax.unexpectedAfterLiteral:
1318 |     return "unexpectedAfterLiteral"
1319 |   case \ForStmtSyntax.unexpectedBeforeForKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1320 |     return "unexpectedBeforeForKeyword"
1321 |   case \ForStmtSyntax.forKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1321:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1319 |   case \ForStmtSyntax.unexpectedBeforeForKeyword:
1320 |     return "unexpectedBeforeForKeyword"
1321 |   case \ForStmtSyntax.forKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1322 |     return "forKeyword"
1323 |   case \ForStmtSyntax.unexpectedBetweenForKeywordAndTryKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1323:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1321 |   case \ForStmtSyntax.forKeyword:
1322 |     return "forKeyword"
1323 |   case \ForStmtSyntax.unexpectedBetweenForKeywordAndTryKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1324 |     return "unexpectedBetweenForKeywordAndTryKeyword"
1325 |   case \ForStmtSyntax.tryKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1325:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1323 |   case \ForStmtSyntax.unexpectedBetweenForKeywordAndTryKeyword:
1324 |     return "unexpectedBetweenForKeywordAndTryKeyword"
1325 |   case \ForStmtSyntax.tryKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1326 |     return "tryKeyword"
1327 |   case \ForStmtSyntax.unexpectedBetweenTryKeywordAndAwaitKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1327:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1325 |   case \ForStmtSyntax.tryKeyword:
1326 |     return "tryKeyword"
1327 |   case \ForStmtSyntax.unexpectedBetweenTryKeywordAndAwaitKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1328 |     return "unexpectedBetweenTryKeywordAndAwaitKeyword"
1329 |   case \ForStmtSyntax.awaitKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1329:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1327 |   case \ForStmtSyntax.unexpectedBetweenTryKeywordAndAwaitKeyword:
1328 |     return "unexpectedBetweenTryKeywordAndAwaitKeyword"
1329 |   case \ForStmtSyntax.awaitKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1330 |     return "awaitKeyword"
1331 |   case \ForStmtSyntax.unexpectedBetweenAwaitKeywordAndUnsafeKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1331:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1329 |   case \ForStmtSyntax.awaitKeyword:
1330 |     return "awaitKeyword"
1331 |   case \ForStmtSyntax.unexpectedBetweenAwaitKeywordAndUnsafeKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1332 |     return "unexpectedBetweenAwaitKeywordAndUnsafeKeyword"
1333 |   case \ForStmtSyntax.unsafeKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1333:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1331 |   case \ForStmtSyntax.unexpectedBetweenAwaitKeywordAndUnsafeKeyword:
1332 |     return "unexpectedBetweenAwaitKeywordAndUnsafeKeyword"
1333 |   case \ForStmtSyntax.unsafeKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1334 |     return "unsafeKeyword"
1335 |   case \ForStmtSyntax.unexpectedBetweenUnsafeKeywordAndCaseKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1335:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1333 |   case \ForStmtSyntax.unsafeKeyword:
1334 |     return "unsafeKeyword"
1335 |   case \ForStmtSyntax.unexpectedBetweenUnsafeKeywordAndCaseKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1336 |     return "unexpectedBetweenUnsafeKeywordAndCaseKeyword"
1337 |   case \ForStmtSyntax.caseKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1337:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1335 |   case \ForStmtSyntax.unexpectedBetweenUnsafeKeywordAndCaseKeyword:
1336 |     return "unexpectedBetweenUnsafeKeywordAndCaseKeyword"
1337 |   case \ForStmtSyntax.caseKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1338 |     return "caseKeyword"
1339 |   case \ForStmtSyntax.unexpectedBetweenCaseKeywordAndPattern:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1339:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1337 |   case \ForStmtSyntax.caseKeyword:
1338 |     return "caseKeyword"
1339 |   case \ForStmtSyntax.unexpectedBetweenCaseKeywordAndPattern:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1340 |     return "unexpectedBetweenCaseKeywordAndPattern"
1341 |   case \ForStmtSyntax.pattern:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1341:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1339 |   case \ForStmtSyntax.unexpectedBetweenCaseKeywordAndPattern:
1340 |     return "unexpectedBetweenCaseKeywordAndPattern"
1341 |   case \ForStmtSyntax.pattern:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1342 |     return "pattern"
1343 |   case \ForStmtSyntax.unexpectedBetweenPatternAndTypeAnnotation:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1343:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1341 |   case \ForStmtSyntax.pattern:
1342 |     return "pattern"
1343 |   case \ForStmtSyntax.unexpectedBetweenPatternAndTypeAnnotation:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1344 |     return "unexpectedBetweenPatternAndTypeAnnotation"
1345 |   case \ForStmtSyntax.typeAnnotation:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1345:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1343 |   case \ForStmtSyntax.unexpectedBetweenPatternAndTypeAnnotation:
1344 |     return "unexpectedBetweenPatternAndTypeAnnotation"
1345 |   case \ForStmtSyntax.typeAnnotation:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1346 |     return "typeAnnotation"
1347 |   case \ForStmtSyntax.unexpectedBetweenTypeAnnotationAndInKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1347:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1345 |   case \ForStmtSyntax.typeAnnotation:
1346 |     return "typeAnnotation"
1347 |   case \ForStmtSyntax.unexpectedBetweenTypeAnnotationAndInKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1348 |     return "unexpectedBetweenTypeAnnotationAndInKeyword"
1349 |   case \ForStmtSyntax.inKeyword:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1349:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1347 |   case \ForStmtSyntax.unexpectedBetweenTypeAnnotationAndInKeyword:
1348 |     return "unexpectedBetweenTypeAnnotationAndInKeyword"
1349 |   case \ForStmtSyntax.inKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1350 |     return "inKeyword"
1351 |   case \ForStmtSyntax.unexpectedBetweenInKeywordAndSequence:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1351:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1349 |   case \ForStmtSyntax.inKeyword:
1350 |     return "inKeyword"
1351 |   case \ForStmtSyntax.unexpectedBetweenInKeywordAndSequence:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1352 |     return "unexpectedBetweenInKeywordAndSequence"
1353 |   case \ForStmtSyntax.sequence:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1353:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1351 |   case \ForStmtSyntax.unexpectedBetweenInKeywordAndSequence:
1352 |     return "unexpectedBetweenInKeywordAndSequence"
1353 |   case \ForStmtSyntax.sequence:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1354 |     return "sequence"
1355 |   case \ForStmtSyntax.unexpectedBetweenSequenceAndWhereClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1355:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1353 |   case \ForStmtSyntax.sequence:
1354 |     return "sequence"
1355 |   case \ForStmtSyntax.unexpectedBetweenSequenceAndWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1356 |     return "unexpectedBetweenSequenceAndWhereClause"
1357 |   case \ForStmtSyntax.whereClause:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1357:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1355 |   case \ForStmtSyntax.unexpectedBetweenSequenceAndWhereClause:
1356 |     return "unexpectedBetweenSequenceAndWhereClause"
1357 |   case \ForStmtSyntax.whereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1358 |     return "whereClause"
1359 |   case \ForStmtSyntax.unexpectedBetweenWhereClauseAndBody:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1359:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1357 |   case \ForStmtSyntax.whereClause:
1358 |     return "whereClause"
1359 |   case \ForStmtSyntax.unexpectedBetweenWhereClauseAndBody:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1360 |     return "unexpectedBetweenWhereClauseAndBody"
1361 |   case \ForStmtSyntax.body:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1361:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1359 |   case \ForStmtSyntax.unexpectedBetweenWhereClauseAndBody:
1360 |     return "unexpectedBetweenWhereClauseAndBody"
1361 |   case \ForStmtSyntax.body:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1362 |     return "body"
1363 |   case \ForStmtSyntax.unexpectedAfterBody:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1363:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1361 |   case \ForStmtSyntax.body:
1362 |     return "body"
1363 |   case \ForStmtSyntax.unexpectedAfterBody:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1364 |     return "unexpectedAfterBody"
1365 |   case \ForceUnwrapExprSyntax.unexpectedBeforeExpression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1365:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1363 |   case \ForStmtSyntax.unexpectedAfterBody:
1364 |     return "unexpectedAfterBody"
1365 |   case \ForceUnwrapExprSyntax.unexpectedBeforeExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1366 |     return "unexpectedBeforeExpression"
1367 |   case \ForceUnwrapExprSyntax.expression:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:1367:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1365 |   case \ForceUnwrapExprSyntax.unexpectedBeforeExpression:
1366 |     return "unexpectedBeforeExpression"
1367 |   case \ForceUnwrapExprSyntax.expression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
1368 |     return "expression"
1369 |   case \ForceUnwrapExprSyntax.unexpectedBetweenExpressionAndExclamationMark:
Swift.AnyKeyPath:2:11: note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | extension AnyKeyPath : Hashable {
  |           `- note: conformance of 'AnyKeyPath' to 'Equatable' has been explicitly marked unavailable here
3 |     final public var hashValue: Int { get }
4 |     final public func hash(into hasher: inout Hasher)
BUILD FAILURE 6.2 wasm