The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Cuckoo, reference 2.2.1 (fad35d), with Swift 6.2 for Wasm on 2 Mar 2026 22:24:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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

191 |     return Mirror(self, unlabeledChildren: self.map { $0 })
    |            `- error: 'Mirror' is unavailable
192 |   }
193 | }
Swift.Mirror:2:15: note: 'Mirror' has been explicitly marked unavailable here
 1 | @available(*, unavailable)
 2 | public struct Mirror {
   |               `- note: 'Mirror' has been explicitly marked unavailable here
 3 |     public enum AncestorRepresentation {
 4 |         case generated
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/TokenSyntax.swift:214:28: error: 'Mirror' is unavailable
212 |   /// A custom mirror that shows the token properties in a simpler form, making
213 |   /// the debug output of the token easier to read.
214 |   public var customMirror: Mirror {
    |                            `- error: 'Mirror' is unavailable
215 |     return Mirror(
216 |       self,
Swift.Mirror:2:15: note: 'Mirror' has been explicitly marked unavailable here
 1 | @available(*, unavailable)
 2 | public struct Mirror {
   |               `- note: 'Mirror' has been explicitly marked unavailable here
 3 |     public enum AncestorRepresentation {
 4 |         case generated
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/TokenSyntax.swift:211:24: error: 'CustomReflectable' is unavailable
209 | }
210 |
211 | extension TokenSyntax: CustomReflectable {
    |                        `- error: 'CustomReflectable' is unavailable
212 |   /// A custom mirror that shows the token properties in a simpler form, making
213 |   /// the debug output of the token easier to read.
Swift.CustomReflectable:2:17: note: 'CustomReflectable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | public protocol CustomReflectable {
  |                 `- note: 'CustomReflectable' has been explicitly marked unavailable here
3 |     var customMirror: Mirror { get }
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/TokenSyntax.swift:215:12: error: 'Mirror' is unavailable
213 |   /// the debug output of the token easier to read.
214 |   public var customMirror: Mirror {
215 |     return Mirror(
    |            `- error: 'Mirror' is unavailable
216 |       self,
217 |       children: [
Swift.Mirror:2:15: note: 'Mirror' has been explicitly marked unavailable here
 1 | @available(*, unavailable)
 2 | public struct Mirror {
   |               `- note: 'Mirror' has been explicitly marked unavailable here
 3 |     public enum AncestorRepresentation {
 4 |         case generated
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift:21:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  19 | public func childName(_ keyPath: AnyKeyPath) -> String? {
  20 |   switch keyPath {
  21 |   case \ABIAttributeArgumentsSyntax.unexpectedBeforeProvider:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  22 |     return "unexpectedBeforeProvider"
  23 |   case \ABIAttributeArgumentsSyntax.provider:
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:23:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  21 |   case \ABIAttributeArgumentsSyntax.unexpectedBeforeProvider:
  22 |     return "unexpectedBeforeProvider"
  23 |   case \ABIAttributeArgumentsSyntax.provider:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  24 |     return "provider"
  25 |   case \ABIAttributeArgumentsSyntax.unexpectedAfterProvider:
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:25:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  23 |   case \ABIAttributeArgumentsSyntax.provider:
  24 |     return "provider"
  25 |   case \ABIAttributeArgumentsSyntax.unexpectedAfterProvider:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  26 |     return "unexpectedAfterProvider"
  27 |   case \AccessorBlockFileSyntax.unexpectedBeforeLeftBrace:
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:27:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  25 |   case \ABIAttributeArgumentsSyntax.unexpectedAfterProvider:
  26 |     return "unexpectedAfterProvider"
  27 |   case \AccessorBlockFileSyntax.unexpectedBeforeLeftBrace:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  28 |     return "unexpectedBeforeLeftBrace"
  29 |   case \AccessorBlockFileSyntax.leftBrace:
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:29:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  27 |   case \AccessorBlockFileSyntax.unexpectedBeforeLeftBrace:
  28 |     return "unexpectedBeforeLeftBrace"
  29 |   case \AccessorBlockFileSyntax.leftBrace:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  30 |     return "leftBrace"
  31 |   case \AccessorBlockFileSyntax.unexpectedBetweenLeftBraceAndAccessors:
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:31:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  29 |   case \AccessorBlockFileSyntax.leftBrace:
  30 |     return "leftBrace"
  31 |   case \AccessorBlockFileSyntax.unexpectedBetweenLeftBraceAndAccessors:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  32 |     return "unexpectedBetweenLeftBraceAndAccessors"
  33 |   case \AccessorBlockFileSyntax.accessors:
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:33:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  31 |   case \AccessorBlockFileSyntax.unexpectedBetweenLeftBraceAndAccessors:
  32 |     return "unexpectedBetweenLeftBraceAndAccessors"
  33 |   case \AccessorBlockFileSyntax.accessors:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  34 |     return "accessors"
  35 |   case \AccessorBlockFileSyntax.unexpectedBetweenAccessorsAndRightBrace:
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:35:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  33 |   case \AccessorBlockFileSyntax.accessors:
  34 |     return "accessors"
  35 |   case \AccessorBlockFileSyntax.unexpectedBetweenAccessorsAndRightBrace:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  36 |     return "unexpectedBetweenAccessorsAndRightBrace"
  37 |   case \AccessorBlockFileSyntax.rightBrace:
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:37:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  35 |   case \AccessorBlockFileSyntax.unexpectedBetweenAccessorsAndRightBrace:
  36 |     return "unexpectedBetweenAccessorsAndRightBrace"
  37 |   case \AccessorBlockFileSyntax.rightBrace:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  38 |     return "rightBrace"
  39 |   case \AccessorBlockFileSyntax.unexpectedBetweenRightBraceAndEndOfFileToken:
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:39:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  37 |   case \AccessorBlockFileSyntax.rightBrace:
  38 |     return "rightBrace"
  39 |   case \AccessorBlockFileSyntax.unexpectedBetweenRightBraceAndEndOfFileToken:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  40 |     return "unexpectedBetweenRightBraceAndEndOfFileToken"
  41 |   case \AccessorBlockFileSyntax.endOfFileToken:
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:41:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  39 |   case \AccessorBlockFileSyntax.unexpectedBetweenRightBraceAndEndOfFileToken:
  40 |     return "unexpectedBetweenRightBraceAndEndOfFileToken"
  41 |   case \AccessorBlockFileSyntax.endOfFileToken:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  42 |     return "endOfFileToken"
  43 |   case \AccessorBlockFileSyntax.unexpectedAfterEndOfFileToken:
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:43:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  41 |   case \AccessorBlockFileSyntax.endOfFileToken:
  42 |     return "endOfFileToken"
  43 |   case \AccessorBlockFileSyntax.unexpectedAfterEndOfFileToken:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  44 |     return "unexpectedAfterEndOfFileToken"
  45 |   case \AccessorBlockSyntax.unexpectedBeforeLeftBrace:
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:45:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  43 |   case \AccessorBlockFileSyntax.unexpectedAfterEndOfFileToken:
  44 |     return "unexpectedAfterEndOfFileToken"
  45 |   case \AccessorBlockSyntax.unexpectedBeforeLeftBrace:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  46 |     return "unexpectedBeforeLeftBrace"
  47 |   case \AccessorBlockSyntax.leftBrace:
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:47:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  45 |   case \AccessorBlockSyntax.unexpectedBeforeLeftBrace:
  46 |     return "unexpectedBeforeLeftBrace"
  47 |   case \AccessorBlockSyntax.leftBrace:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  48 |     return "leftBrace"
  49 |   case \AccessorBlockSyntax.unexpectedBetweenLeftBraceAndAccessors:
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:49:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  47 |   case \AccessorBlockSyntax.leftBrace:
  48 |     return "leftBrace"
  49 |   case \AccessorBlockSyntax.unexpectedBetweenLeftBraceAndAccessors:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  50 |     return "unexpectedBetweenLeftBraceAndAccessors"
  51 |   case \AccessorBlockSyntax.accessors:
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:51:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  49 |   case \AccessorBlockSyntax.unexpectedBetweenLeftBraceAndAccessors:
  50 |     return "unexpectedBetweenLeftBraceAndAccessors"
  51 |   case \AccessorBlockSyntax.accessors:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  52 |     return "accessors"
  53 |   case \AccessorBlockSyntax.unexpectedBetweenAccessorsAndRightBrace:
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:53:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  51 |   case \AccessorBlockSyntax.accessors:
  52 |     return "accessors"
  53 |   case \AccessorBlockSyntax.unexpectedBetweenAccessorsAndRightBrace:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  54 |     return "unexpectedBetweenAccessorsAndRightBrace"
  55 |   case \AccessorBlockSyntax.rightBrace:
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:55:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  53 |   case \AccessorBlockSyntax.unexpectedBetweenAccessorsAndRightBrace:
  54 |     return "unexpectedBetweenAccessorsAndRightBrace"
  55 |   case \AccessorBlockSyntax.rightBrace:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  56 |     return "rightBrace"
  57 |   case \AccessorBlockSyntax.unexpectedAfterRightBrace:
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:57:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  55 |   case \AccessorBlockSyntax.rightBrace:
  56 |     return "rightBrace"
  57 |   case \AccessorBlockSyntax.unexpectedAfterRightBrace:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  58 |     return "unexpectedAfterRightBrace"
  59 |   case \AccessorDeclSyntax.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:59:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  57 |   case \AccessorBlockSyntax.unexpectedAfterRightBrace:
  58 |     return "unexpectedAfterRightBrace"
  59 |   case \AccessorDeclSyntax.unexpectedBeforeAttributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  60 |     return "unexpectedBeforeAttributes"
  61 |   case \AccessorDeclSyntax.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:61:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  59 |   case \AccessorDeclSyntax.unexpectedBeforeAttributes:
  60 |     return "unexpectedBeforeAttributes"
  61 |   case \AccessorDeclSyntax.attributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  62 |     return "attributes"
  63 |   case \AccessorDeclSyntax.unexpectedBetweenAttributesAndModifier:
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:63:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  61 |   case \AccessorDeclSyntax.attributes:
  62 |     return "attributes"
  63 |   case \AccessorDeclSyntax.unexpectedBetweenAttributesAndModifier:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  64 |     return "unexpectedBetweenAttributesAndModifier"
  65 |   case \AccessorDeclSyntax.modifier:
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:65:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  63 |   case \AccessorDeclSyntax.unexpectedBetweenAttributesAndModifier:
  64 |     return "unexpectedBetweenAttributesAndModifier"
  65 |   case \AccessorDeclSyntax.modifier:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  66 |     return "modifier"
  67 |   case \AccessorDeclSyntax.unexpectedBetweenModifierAndAccessorSpecifier:
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:67:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  65 |   case \AccessorDeclSyntax.modifier:
  66 |     return "modifier"
  67 |   case \AccessorDeclSyntax.unexpectedBetweenModifierAndAccessorSpecifier:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  68 |     return "unexpectedBetweenModifierAndAccessorSpecifier"
  69 |   case \AccessorDeclSyntax.accessorSpecifier:
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:69:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  67 |   case \AccessorDeclSyntax.unexpectedBetweenModifierAndAccessorSpecifier:
  68 |     return "unexpectedBetweenModifierAndAccessorSpecifier"
  69 |   case \AccessorDeclSyntax.accessorSpecifier:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  70 |     return "accessorSpecifier"
  71 |   case \AccessorDeclSyntax.unexpectedBetweenAccessorSpecifierAndParameters:
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:71:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  69 |   case \AccessorDeclSyntax.accessorSpecifier:
  70 |     return "accessorSpecifier"
  71 |   case \AccessorDeclSyntax.unexpectedBetweenAccessorSpecifierAndParameters:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  72 |     return "unexpectedBetweenAccessorSpecifierAndParameters"
  73 |   case \AccessorDeclSyntax.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:73:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  71 |   case \AccessorDeclSyntax.unexpectedBetweenAccessorSpecifierAndParameters:
  72 |     return "unexpectedBetweenAccessorSpecifierAndParameters"
  73 |   case \AccessorDeclSyntax.parameters:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  74 |     return "parameters"
  75 |   case \AccessorDeclSyntax.unexpectedBetweenParametersAndEffectSpecifiers:
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:75:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  73 |   case \AccessorDeclSyntax.parameters:
  74 |     return "parameters"
  75 |   case \AccessorDeclSyntax.unexpectedBetweenParametersAndEffectSpecifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  76 |     return "unexpectedBetweenParametersAndEffectSpecifiers"
  77 |   case \AccessorDeclSyntax.effectSpecifiers:
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:77:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  75 |   case \AccessorDeclSyntax.unexpectedBetweenParametersAndEffectSpecifiers:
  76 |     return "unexpectedBetweenParametersAndEffectSpecifiers"
  77 |   case \AccessorDeclSyntax.effectSpecifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  78 |     return "effectSpecifiers"
  79 |   case \AccessorDeclSyntax.unexpectedBetweenEffectSpecifiersAndBody:
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:79:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  77 |   case \AccessorDeclSyntax.effectSpecifiers:
  78 |     return "effectSpecifiers"
  79 |   case \AccessorDeclSyntax.unexpectedBetweenEffectSpecifiersAndBody:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  80 |     return "unexpectedBetweenEffectSpecifiersAndBody"
  81 |   case \AccessorDeclSyntax.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:81:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  79 |   case \AccessorDeclSyntax.unexpectedBetweenEffectSpecifiersAndBody:
  80 |     return "unexpectedBetweenEffectSpecifiersAndBody"
  81 |   case \AccessorDeclSyntax.body:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  82 |     return "body"
  83 |   case \AccessorDeclSyntax.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:83:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  81 |   case \AccessorDeclSyntax.body:
  82 |     return "body"
  83 |   case \AccessorDeclSyntax.unexpectedAfterBody:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  84 |     return "unexpectedAfterBody"
  85 |   case \AccessorEffectSpecifiersSyntax.unexpectedBeforeAsyncSpecifier:
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:85:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  83 |   case \AccessorDeclSyntax.unexpectedAfterBody:
  84 |     return "unexpectedAfterBody"
  85 |   case \AccessorEffectSpecifiersSyntax.unexpectedBeforeAsyncSpecifier:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  86 |     return "unexpectedBeforeAsyncSpecifier"
  87 |   case \AccessorEffectSpecifiersSyntax.asyncSpecifier:
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:87:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  85 |   case \AccessorEffectSpecifiersSyntax.unexpectedBeforeAsyncSpecifier:
  86 |     return "unexpectedBeforeAsyncSpecifier"
  87 |   case \AccessorEffectSpecifiersSyntax.asyncSpecifier:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  88 |     return "asyncSpecifier"
  89 |   case \AccessorEffectSpecifiersSyntax.unexpectedBetweenAsyncSpecifierAndThrowsClause:
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:89:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  87 |   case \AccessorEffectSpecifiersSyntax.asyncSpecifier:
  88 |     return "asyncSpecifier"
  89 |   case \AccessorEffectSpecifiersSyntax.unexpectedBetweenAsyncSpecifierAndThrowsClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  90 |     return "unexpectedBetweenAsyncSpecifierAndThrowsClause"
  91 |   case \AccessorEffectSpecifiersSyntax.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:91:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  89 |   case \AccessorEffectSpecifiersSyntax.unexpectedBetweenAsyncSpecifierAndThrowsClause:
  90 |     return "unexpectedBetweenAsyncSpecifierAndThrowsClause"
  91 |   case \AccessorEffectSpecifiersSyntax.throwsClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  92 |     return "throwsClause"
  93 |   case \AccessorEffectSpecifiersSyntax.unexpectedAfterThrowsClause:
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:93:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  91 |   case \AccessorEffectSpecifiersSyntax.throwsClause:
  92 |     return "throwsClause"
  93 |   case \AccessorEffectSpecifiersSyntax.unexpectedAfterThrowsClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  94 |     return "unexpectedAfterThrowsClause"
  95 |   case \AccessorParametersSyntax.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:95:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  93 |   case \AccessorEffectSpecifiersSyntax.unexpectedAfterThrowsClause:
  94 |     return "unexpectedAfterThrowsClause"
  95 |   case \AccessorParametersSyntax.unexpectedBeforeLeftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  96 |     return "unexpectedBeforeLeftParen"
  97 |   case \AccessorParametersSyntax.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:97:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  95 |   case \AccessorParametersSyntax.unexpectedBeforeLeftParen:
  96 |     return "unexpectedBeforeLeftParen"
  97 |   case \AccessorParametersSyntax.leftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  98 |     return "leftParen"
  99 |   case \AccessorParametersSyntax.unexpectedBetweenLeftParenAndName:
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:99:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  97 |   case \AccessorParametersSyntax.leftParen:
  98 |     return "leftParen"
  99 |   case \AccessorParametersSyntax.unexpectedBetweenLeftParenAndName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 100 |     return "unexpectedBetweenLeftParenAndName"
 101 |   case \AccessorParametersSyntax.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:101:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
  99 |   case \AccessorParametersSyntax.unexpectedBetweenLeftParenAndName:
 100 |     return "unexpectedBetweenLeftParenAndName"
 101 |   case \AccessorParametersSyntax.name:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 102 |     return "name"
 103 |   case \AccessorParametersSyntax.unexpectedBetweenNameAndRightParen:
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:103:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 101 |   case \AccessorParametersSyntax.name:
 102 |     return "name"
 103 |   case \AccessorParametersSyntax.unexpectedBetweenNameAndRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 104 |     return "unexpectedBetweenNameAndRightParen"
 105 |   case \AccessorParametersSyntax.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:105:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 103 |   case \AccessorParametersSyntax.unexpectedBetweenNameAndRightParen:
 104 |     return "unexpectedBetweenNameAndRightParen"
 105 |   case \AccessorParametersSyntax.rightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 106 |     return "rightParen"
 107 |   case \AccessorParametersSyntax.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:107:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 105 |   case \AccessorParametersSyntax.rightParen:
 106 |     return "rightParen"
 107 |   case \AccessorParametersSyntax.unexpectedAfterRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 108 |     return "unexpectedAfterRightParen"
 109 |   case \ActorDeclSyntax.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:109:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 107 |   case \AccessorParametersSyntax.unexpectedAfterRightParen:
 108 |     return "unexpectedAfterRightParen"
 109 |   case \ActorDeclSyntax.unexpectedBeforeAttributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 110 |     return "unexpectedBeforeAttributes"
 111 |   case \ActorDeclSyntax.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:111:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 109 |   case \ActorDeclSyntax.unexpectedBeforeAttributes:
 110 |     return "unexpectedBeforeAttributes"
 111 |   case \ActorDeclSyntax.attributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 112 |     return "attributes"
 113 |   case \ActorDeclSyntax.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:113:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 111 |   case \ActorDeclSyntax.attributes:
 112 |     return "attributes"
 113 |   case \ActorDeclSyntax.unexpectedBetweenAttributesAndModifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 114 |     return "unexpectedBetweenAttributesAndModifiers"
 115 |   case \ActorDeclSyntax.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:115:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 113 |   case \ActorDeclSyntax.unexpectedBetweenAttributesAndModifiers:
 114 |     return "unexpectedBetweenAttributesAndModifiers"
 115 |   case \ActorDeclSyntax.modifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 116 |     return "modifiers"
 117 |   case \ActorDeclSyntax.unexpectedBetweenModifiersAndActorKeyword:
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:117:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 115 |   case \ActorDeclSyntax.modifiers:
 116 |     return "modifiers"
 117 |   case \ActorDeclSyntax.unexpectedBetweenModifiersAndActorKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 118 |     return "unexpectedBetweenModifiersAndActorKeyword"
 119 |   case \ActorDeclSyntax.actorKeyword:
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:119:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 117 |   case \ActorDeclSyntax.unexpectedBetweenModifiersAndActorKeyword:
 118 |     return "unexpectedBetweenModifiersAndActorKeyword"
 119 |   case \ActorDeclSyntax.actorKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 120 |     return "actorKeyword"
 121 |   case \ActorDeclSyntax.unexpectedBetweenActorKeywordAndName:
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:121:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 119 |   case \ActorDeclSyntax.actorKeyword:
 120 |     return "actorKeyword"
 121 |   case \ActorDeclSyntax.unexpectedBetweenActorKeywordAndName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 122 |     return "unexpectedBetweenActorKeywordAndName"
 123 |   case \ActorDeclSyntax.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:123:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 121 |   case \ActorDeclSyntax.unexpectedBetweenActorKeywordAndName:
 122 |     return "unexpectedBetweenActorKeywordAndName"
 123 |   case \ActorDeclSyntax.name:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 124 |     return "name"
 125 |   case \ActorDeclSyntax.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:125:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 123 |   case \ActorDeclSyntax.name:
 124 |     return "name"
 125 |   case \ActorDeclSyntax.unexpectedBetweenNameAndGenericParameterClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 126 |     return "unexpectedBetweenNameAndGenericParameterClause"
 127 |   case \ActorDeclSyntax.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:127:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 125 |   case \ActorDeclSyntax.unexpectedBetweenNameAndGenericParameterClause:
 126 |     return "unexpectedBetweenNameAndGenericParameterClause"
 127 |   case \ActorDeclSyntax.genericParameterClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 128 |     return "genericParameterClause"
 129 |   case \ActorDeclSyntax.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:129:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 127 |   case \ActorDeclSyntax.genericParameterClause:
 128 |     return "genericParameterClause"
 129 |   case \ActorDeclSyntax.unexpectedBetweenGenericParameterClauseAndInheritanceClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 130 |     return "unexpectedBetweenGenericParameterClauseAndInheritanceClause"
 131 |   case \ActorDeclSyntax.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:131:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 129 |   case \ActorDeclSyntax.unexpectedBetweenGenericParameterClauseAndInheritanceClause:
 130 |     return "unexpectedBetweenGenericParameterClauseAndInheritanceClause"
 131 |   case \ActorDeclSyntax.inheritanceClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 132 |     return "inheritanceClause"
 133 |   case \ActorDeclSyntax.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:133:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 131 |   case \ActorDeclSyntax.inheritanceClause:
 132 |     return "inheritanceClause"
 133 |   case \ActorDeclSyntax.unexpectedBetweenInheritanceClauseAndGenericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 134 |     return "unexpectedBetweenInheritanceClauseAndGenericWhereClause"
 135 |   case \ActorDeclSyntax.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:135:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 133 |   case \ActorDeclSyntax.unexpectedBetweenInheritanceClauseAndGenericWhereClause:
 134 |     return "unexpectedBetweenInheritanceClauseAndGenericWhereClause"
 135 |   case \ActorDeclSyntax.genericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 136 |     return "genericWhereClause"
 137 |   case \ActorDeclSyntax.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:137:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 135 |   case \ActorDeclSyntax.genericWhereClause:
 136 |     return "genericWhereClause"
 137 |   case \ActorDeclSyntax.unexpectedBetweenGenericWhereClauseAndMemberBlock:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 138 |     return "unexpectedBetweenGenericWhereClauseAndMemberBlock"
 139 |   case \ActorDeclSyntax.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:139:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 137 |   case \ActorDeclSyntax.unexpectedBetweenGenericWhereClauseAndMemberBlock:
 138 |     return "unexpectedBetweenGenericWhereClauseAndMemberBlock"
 139 |   case \ActorDeclSyntax.memberBlock:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 140 |     return "memberBlock"
 141 |   case \ActorDeclSyntax.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:141:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 139 |   case \ActorDeclSyntax.memberBlock:
 140 |     return "memberBlock"
 141 |   case \ActorDeclSyntax.unexpectedAfterMemberBlock:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 142 |     return "unexpectedAfterMemberBlock"
 143 |   case \ArrayElementSyntax.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:143:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 141 |   case \ActorDeclSyntax.unexpectedAfterMemberBlock:
 142 |     return "unexpectedAfterMemberBlock"
 143 |   case \ArrayElementSyntax.unexpectedBeforeExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 144 |     return "unexpectedBeforeExpression"
 145 |   case \ArrayElementSyntax.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:145:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 143 |   case \ArrayElementSyntax.unexpectedBeforeExpression:
 144 |     return "unexpectedBeforeExpression"
 145 |   case \ArrayElementSyntax.expression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 146 |     return "expression"
 147 |   case \ArrayElementSyntax.unexpectedBetweenExpressionAndTrailingComma:
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:147:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 145 |   case \ArrayElementSyntax.expression:
 146 |     return "expression"
 147 |   case \ArrayElementSyntax.unexpectedBetweenExpressionAndTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 148 |     return "unexpectedBetweenExpressionAndTrailingComma"
 149 |   case \ArrayElementSyntax.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:149:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 147 |   case \ArrayElementSyntax.unexpectedBetweenExpressionAndTrailingComma:
 148 |     return "unexpectedBetweenExpressionAndTrailingComma"
 149 |   case \ArrayElementSyntax.trailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 150 |     return "trailingComma"
 151 |   case \ArrayElementSyntax.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:151:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 149 |   case \ArrayElementSyntax.trailingComma:
 150 |     return "trailingComma"
 151 |   case \ArrayElementSyntax.unexpectedAfterTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 152 |     return "unexpectedAfterTrailingComma"
 153 |   case \ArrayExprSyntax.unexpectedBeforeLeftSquare:
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:153:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 151 |   case \ArrayElementSyntax.unexpectedAfterTrailingComma:
 152 |     return "unexpectedAfterTrailingComma"
 153 |   case \ArrayExprSyntax.unexpectedBeforeLeftSquare:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 154 |     return "unexpectedBeforeLeftSquare"
 155 |   case \ArrayExprSyntax.leftSquare:
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:155:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 153 |   case \ArrayExprSyntax.unexpectedBeforeLeftSquare:
 154 |     return "unexpectedBeforeLeftSquare"
 155 |   case \ArrayExprSyntax.leftSquare:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 156 |     return "leftSquare"
 157 |   case \ArrayExprSyntax.unexpectedBetweenLeftSquareAndElements:
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:157:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 155 |   case \ArrayExprSyntax.leftSquare:
 156 |     return "leftSquare"
 157 |   case \ArrayExprSyntax.unexpectedBetweenLeftSquareAndElements:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 158 |     return "unexpectedBetweenLeftSquareAndElements"
 159 |   case \ArrayExprSyntax.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:159:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 157 |   case \ArrayExprSyntax.unexpectedBetweenLeftSquareAndElements:
 158 |     return "unexpectedBetweenLeftSquareAndElements"
 159 |   case \ArrayExprSyntax.elements:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 160 |     return "elements"
 161 |   case \ArrayExprSyntax.unexpectedBetweenElementsAndRightSquare:
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:161:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 159 |   case \ArrayExprSyntax.elements:
 160 |     return "elements"
 161 |   case \ArrayExprSyntax.unexpectedBetweenElementsAndRightSquare:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 162 |     return "unexpectedBetweenElementsAndRightSquare"
 163 |   case \ArrayExprSyntax.rightSquare:
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:163:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 161 |   case \ArrayExprSyntax.unexpectedBetweenElementsAndRightSquare:
 162 |     return "unexpectedBetweenElementsAndRightSquare"
 163 |   case \ArrayExprSyntax.rightSquare:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 164 |     return "rightSquare"
 165 |   case \ArrayExprSyntax.unexpectedAfterRightSquare:
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:165:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 163 |   case \ArrayExprSyntax.rightSquare:
 164 |     return "rightSquare"
 165 |   case \ArrayExprSyntax.unexpectedAfterRightSquare:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 166 |     return "unexpectedAfterRightSquare"
 167 |   case \ArrayTypeSyntax.unexpectedBeforeLeftSquare:
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:167:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 165 |   case \ArrayExprSyntax.unexpectedAfterRightSquare:
 166 |     return "unexpectedAfterRightSquare"
 167 |   case \ArrayTypeSyntax.unexpectedBeforeLeftSquare:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 168 |     return "unexpectedBeforeLeftSquare"
 169 |   case \ArrayTypeSyntax.leftSquare:
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:169:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 167 |   case \ArrayTypeSyntax.unexpectedBeforeLeftSquare:
 168 |     return "unexpectedBeforeLeftSquare"
 169 |   case \ArrayTypeSyntax.leftSquare:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 170 |     return "leftSquare"
 171 |   case \ArrayTypeSyntax.unexpectedBetweenLeftSquareAndElement:
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:171:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 169 |   case \ArrayTypeSyntax.leftSquare:
 170 |     return "leftSquare"
 171 |   case \ArrayTypeSyntax.unexpectedBetweenLeftSquareAndElement:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 172 |     return "unexpectedBetweenLeftSquareAndElement"
 173 |   case \ArrayTypeSyntax.element:
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:173:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 171 |   case \ArrayTypeSyntax.unexpectedBetweenLeftSquareAndElement:
 172 |     return "unexpectedBetweenLeftSquareAndElement"
 173 |   case \ArrayTypeSyntax.element:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 174 |     return "element"
 175 |   case \ArrayTypeSyntax.unexpectedBetweenElementAndRightSquare:
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:175:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 173 |   case \ArrayTypeSyntax.element:
 174 |     return "element"
 175 |   case \ArrayTypeSyntax.unexpectedBetweenElementAndRightSquare:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 176 |     return "unexpectedBetweenElementAndRightSquare"
 177 |   case \ArrayTypeSyntax.rightSquare:
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:177:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 175 |   case \ArrayTypeSyntax.unexpectedBetweenElementAndRightSquare:
 176 |     return "unexpectedBetweenElementAndRightSquare"
 177 |   case \ArrayTypeSyntax.rightSquare:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 178 |     return "rightSquare"
 179 |   case \ArrayTypeSyntax.unexpectedAfterRightSquare:
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:179:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 177 |   case \ArrayTypeSyntax.rightSquare:
 178 |     return "rightSquare"
 179 |   case \ArrayTypeSyntax.unexpectedAfterRightSquare:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 180 |     return "unexpectedAfterRightSquare"
 181 |   case \ArrowExprSyntax.unexpectedBeforeEffectSpecifiers:
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:181:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 179 |   case \ArrayTypeSyntax.unexpectedAfterRightSquare:
 180 |     return "unexpectedAfterRightSquare"
 181 |   case \ArrowExprSyntax.unexpectedBeforeEffectSpecifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 182 |     return "unexpectedBeforeEffectSpecifiers"
 183 |   case \ArrowExprSyntax.effectSpecifiers:
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:183:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 181 |   case \ArrowExprSyntax.unexpectedBeforeEffectSpecifiers:
 182 |     return "unexpectedBeforeEffectSpecifiers"
 183 |   case \ArrowExprSyntax.effectSpecifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 184 |     return "effectSpecifiers"
 185 |   case \ArrowExprSyntax.unexpectedBetweenEffectSpecifiersAndArrow:
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:185:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 183 |   case \ArrowExprSyntax.effectSpecifiers:
 184 |     return "effectSpecifiers"
 185 |   case \ArrowExprSyntax.unexpectedBetweenEffectSpecifiersAndArrow:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 186 |     return "unexpectedBetweenEffectSpecifiersAndArrow"
 187 |   case \ArrowExprSyntax.arrow:
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:187:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 185 |   case \ArrowExprSyntax.unexpectedBetweenEffectSpecifiersAndArrow:
 186 |     return "unexpectedBetweenEffectSpecifiersAndArrow"
 187 |   case \ArrowExprSyntax.arrow:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 188 |     return "arrow"
 189 |   case \ArrowExprSyntax.unexpectedAfterArrow:
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:189:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 187 |   case \ArrowExprSyntax.arrow:
 188 |     return "arrow"
 189 |   case \ArrowExprSyntax.unexpectedAfterArrow:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 190 |     return "unexpectedAfterArrow"
 191 |   case \AsExprSyntax.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:191:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 189 |   case \ArrowExprSyntax.unexpectedAfterArrow:
 190 |     return "unexpectedAfterArrow"
 191 |   case \AsExprSyntax.unexpectedBeforeExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 192 |     return "unexpectedBeforeExpression"
 193 |   case \AsExprSyntax.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:193:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 191 |   case \AsExprSyntax.unexpectedBeforeExpression:
 192 |     return "unexpectedBeforeExpression"
 193 |   case \AsExprSyntax.expression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 194 |     return "expression"
 195 |   case \AsExprSyntax.unexpectedBetweenExpressionAndAsKeyword:
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:195:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 193 |   case \AsExprSyntax.expression:
 194 |     return "expression"
 195 |   case \AsExprSyntax.unexpectedBetweenExpressionAndAsKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 196 |     return "unexpectedBetweenExpressionAndAsKeyword"
 197 |   case \AsExprSyntax.asKeyword:
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:197:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 195 |   case \AsExprSyntax.unexpectedBetweenExpressionAndAsKeyword:
 196 |     return "unexpectedBetweenExpressionAndAsKeyword"
 197 |   case \AsExprSyntax.asKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 198 |     return "asKeyword"
 199 |   case \AsExprSyntax.unexpectedBetweenAsKeywordAndQuestionOrExclamationMark:
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:199:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 197 |   case \AsExprSyntax.asKeyword:
 198 |     return "asKeyword"
 199 |   case \AsExprSyntax.unexpectedBetweenAsKeywordAndQuestionOrExclamationMark:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 200 |     return "unexpectedBetweenAsKeywordAndQuestionOrExclamationMark"
 201 |   case \AsExprSyntax.questionOrExclamationMark:
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:201:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 199 |   case \AsExprSyntax.unexpectedBetweenAsKeywordAndQuestionOrExclamationMark:
 200 |     return "unexpectedBetweenAsKeywordAndQuestionOrExclamationMark"
 201 |   case \AsExprSyntax.questionOrExclamationMark:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 202 |     return "questionOrExclamationMark"
 203 |   case \AsExprSyntax.unexpectedBetweenQuestionOrExclamationMarkAndType:
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:203:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 201 |   case \AsExprSyntax.questionOrExclamationMark:
 202 |     return "questionOrExclamationMark"
 203 |   case \AsExprSyntax.unexpectedBetweenQuestionOrExclamationMarkAndType:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 204 |     return "unexpectedBetweenQuestionOrExclamationMarkAndType"
 205 |   case \AsExprSyntax.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:205:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 203 |   case \AsExprSyntax.unexpectedBetweenQuestionOrExclamationMarkAndType:
 204 |     return "unexpectedBetweenQuestionOrExclamationMarkAndType"
 205 |   case \AsExprSyntax.type:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 206 |     return "type"
 207 |   case \AsExprSyntax.unexpectedAfterType:
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:207:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 205 |   case \AsExprSyntax.type:
 206 |     return "type"
 207 |   case \AsExprSyntax.unexpectedAfterType:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 208 |     return "unexpectedAfterType"
 209 |   case \AssignmentExprSyntax.unexpectedBeforeEqual:
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:209:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 207 |   case \AsExprSyntax.unexpectedAfterType:
 208 |     return "unexpectedAfterType"
 209 |   case \AssignmentExprSyntax.unexpectedBeforeEqual:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 210 |     return "unexpectedBeforeEqual"
 211 |   case \AssignmentExprSyntax.equal:
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:211:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 209 |   case \AssignmentExprSyntax.unexpectedBeforeEqual:
 210 |     return "unexpectedBeforeEqual"
 211 |   case \AssignmentExprSyntax.equal:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 212 |     return "equal"
 213 |   case \AssignmentExprSyntax.unexpectedAfterEqual:
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:213:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 211 |   case \AssignmentExprSyntax.equal:
 212 |     return "equal"
 213 |   case \AssignmentExprSyntax.unexpectedAfterEqual:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 214 |     return "unexpectedAfterEqual"
 215 |   case \AssociatedTypeDeclSyntax.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:215:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 213 |   case \AssignmentExprSyntax.unexpectedAfterEqual:
 214 |     return "unexpectedAfterEqual"
 215 |   case \AssociatedTypeDeclSyntax.unexpectedBeforeAttributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 216 |     return "unexpectedBeforeAttributes"
 217 |   case \AssociatedTypeDeclSyntax.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:217:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 215 |   case \AssociatedTypeDeclSyntax.unexpectedBeforeAttributes:
 216 |     return "unexpectedBeforeAttributes"
 217 |   case \AssociatedTypeDeclSyntax.attributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 218 |     return "attributes"
 219 |   case \AssociatedTypeDeclSyntax.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:219:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 217 |   case \AssociatedTypeDeclSyntax.attributes:
 218 |     return "attributes"
 219 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenAttributesAndModifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 220 |     return "unexpectedBetweenAttributesAndModifiers"
 221 |   case \AssociatedTypeDeclSyntax.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:221:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 219 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenAttributesAndModifiers:
 220 |     return "unexpectedBetweenAttributesAndModifiers"
 221 |   case \AssociatedTypeDeclSyntax.modifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 222 |     return "modifiers"
 223 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenModifiersAndAssociatedtypeKeyword:
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:223:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 221 |   case \AssociatedTypeDeclSyntax.modifiers:
 222 |     return "modifiers"
 223 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenModifiersAndAssociatedtypeKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 224 |     return "unexpectedBetweenModifiersAndAssociatedtypeKeyword"
 225 |   case \AssociatedTypeDeclSyntax.associatedtypeKeyword:
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:225:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 223 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenModifiersAndAssociatedtypeKeyword:
 224 |     return "unexpectedBetweenModifiersAndAssociatedtypeKeyword"
 225 |   case \AssociatedTypeDeclSyntax.associatedtypeKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 226 |     return "associatedtypeKeyword"
 227 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenAssociatedtypeKeywordAndName:
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:227:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 225 |   case \AssociatedTypeDeclSyntax.associatedtypeKeyword:
 226 |     return "associatedtypeKeyword"
 227 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenAssociatedtypeKeywordAndName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 228 |     return "unexpectedBetweenAssociatedtypeKeywordAndName"
 229 |   case \AssociatedTypeDeclSyntax.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:229:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 227 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenAssociatedtypeKeywordAndName:
 228 |     return "unexpectedBetweenAssociatedtypeKeywordAndName"
 229 |   case \AssociatedTypeDeclSyntax.name:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 230 |     return "name"
 231 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenNameAndInheritanceClause:
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:231:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 229 |   case \AssociatedTypeDeclSyntax.name:
 230 |     return "name"
 231 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenNameAndInheritanceClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 232 |     return "unexpectedBetweenNameAndInheritanceClause"
 233 |   case \AssociatedTypeDeclSyntax.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:233:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 231 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenNameAndInheritanceClause:
 232 |     return "unexpectedBetweenNameAndInheritanceClause"
 233 |   case \AssociatedTypeDeclSyntax.inheritanceClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 234 |     return "inheritanceClause"
 235 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenInheritanceClauseAndInitializer:
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:235:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 233 |   case \AssociatedTypeDeclSyntax.inheritanceClause:
 234 |     return "inheritanceClause"
 235 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenInheritanceClauseAndInitializer:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 236 |     return "unexpectedBetweenInheritanceClauseAndInitializer"
 237 |   case \AssociatedTypeDeclSyntax.initializer:
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:237:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 235 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenInheritanceClauseAndInitializer:
 236 |     return "unexpectedBetweenInheritanceClauseAndInitializer"
 237 |   case \AssociatedTypeDeclSyntax.initializer:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 238 |     return "initializer"
 239 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenInitializerAndGenericWhereClause:
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:239:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 237 |   case \AssociatedTypeDeclSyntax.initializer:
 238 |     return "initializer"
 239 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenInitializerAndGenericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 240 |     return "unexpectedBetweenInitializerAndGenericWhereClause"
 241 |   case \AssociatedTypeDeclSyntax.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:241:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 239 |   case \AssociatedTypeDeclSyntax.unexpectedBetweenInitializerAndGenericWhereClause:
 240 |     return "unexpectedBetweenInitializerAndGenericWhereClause"
 241 |   case \AssociatedTypeDeclSyntax.genericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 242 |     return "genericWhereClause"
 243 |   case \AssociatedTypeDeclSyntax.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:243:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 241 |   case \AssociatedTypeDeclSyntax.genericWhereClause:
 242 |     return "genericWhereClause"
 243 |   case \AssociatedTypeDeclSyntax.unexpectedAfterGenericWhereClause:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 244 |     return "unexpectedAfterGenericWhereClause"
 245 |   case \AttributeClauseFileSyntax.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:245:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 243 |   case \AssociatedTypeDeclSyntax.unexpectedAfterGenericWhereClause:
 244 |     return "unexpectedAfterGenericWhereClause"
 245 |   case \AttributeClauseFileSyntax.unexpectedBeforeAttributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 246 |     return "unexpectedBeforeAttributes"
 247 |   case \AttributeClauseFileSyntax.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:247:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 245 |   case \AttributeClauseFileSyntax.unexpectedBeforeAttributes:
 246 |     return "unexpectedBeforeAttributes"
 247 |   case \AttributeClauseFileSyntax.attributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 248 |     return "attributes"
 249 |   case \AttributeClauseFileSyntax.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:249:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 247 |   case \AttributeClauseFileSyntax.attributes:
 248 |     return "attributes"
 249 |   case \AttributeClauseFileSyntax.unexpectedBetweenAttributesAndModifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 250 |     return "unexpectedBetweenAttributesAndModifiers"
 251 |   case \AttributeClauseFileSyntax.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:251:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 249 |   case \AttributeClauseFileSyntax.unexpectedBetweenAttributesAndModifiers:
 250 |     return "unexpectedBetweenAttributesAndModifiers"
 251 |   case \AttributeClauseFileSyntax.modifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 252 |     return "modifiers"
 253 |   case \AttributeClauseFileSyntax.unexpectedBetweenModifiersAndEndOfFileToken:
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:253:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 251 |   case \AttributeClauseFileSyntax.modifiers:
 252 |     return "modifiers"
 253 |   case \AttributeClauseFileSyntax.unexpectedBetweenModifiersAndEndOfFileToken:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 254 |     return "unexpectedBetweenModifiersAndEndOfFileToken"
 255 |   case \AttributeClauseFileSyntax.endOfFileToken:
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:255:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 253 |   case \AttributeClauseFileSyntax.unexpectedBetweenModifiersAndEndOfFileToken:
 254 |     return "unexpectedBetweenModifiersAndEndOfFileToken"
 255 |   case \AttributeClauseFileSyntax.endOfFileToken:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 256 |     return "endOfFileToken"
 257 |   case \AttributeClauseFileSyntax.unexpectedAfterEndOfFileToken:
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:257:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 255 |   case \AttributeClauseFileSyntax.endOfFileToken:
 256 |     return "endOfFileToken"
 257 |   case \AttributeClauseFileSyntax.unexpectedAfterEndOfFileToken:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 258 |     return "unexpectedAfterEndOfFileToken"
 259 |   case \AttributeSyntax.unexpectedBeforeAtSign:
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:259:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 257 |   case \AttributeClauseFileSyntax.unexpectedAfterEndOfFileToken:
 258 |     return "unexpectedAfterEndOfFileToken"
 259 |   case \AttributeSyntax.unexpectedBeforeAtSign:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 260 |     return "unexpectedBeforeAtSign"
 261 |   case \AttributeSyntax.atSign:
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:261:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 259 |   case \AttributeSyntax.unexpectedBeforeAtSign:
 260 |     return "unexpectedBeforeAtSign"
 261 |   case \AttributeSyntax.atSign:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 262 |     return "atSign"
 263 |   case \AttributeSyntax.unexpectedBetweenAtSignAndAttributeName:
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:263:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 261 |   case \AttributeSyntax.atSign:
 262 |     return "atSign"
 263 |   case \AttributeSyntax.unexpectedBetweenAtSignAndAttributeName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 264 |     return "unexpectedBetweenAtSignAndAttributeName"
 265 |   case \AttributeSyntax.attributeName:
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:265:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 263 |   case \AttributeSyntax.unexpectedBetweenAtSignAndAttributeName:
 264 |     return "unexpectedBetweenAtSignAndAttributeName"
 265 |   case \AttributeSyntax.attributeName:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 266 |     return "attributeName"
 267 |   case \AttributeSyntax.unexpectedBetweenAttributeNameAndLeftParen:
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:267:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 265 |   case \AttributeSyntax.attributeName:
 266 |     return "attributeName"
 267 |   case \AttributeSyntax.unexpectedBetweenAttributeNameAndLeftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 268 |     return "unexpectedBetweenAttributeNameAndLeftParen"
 269 |   case \AttributeSyntax.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:269:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 267 |   case \AttributeSyntax.unexpectedBetweenAttributeNameAndLeftParen:
 268 |     return "unexpectedBetweenAttributeNameAndLeftParen"
 269 |   case \AttributeSyntax.leftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 270 |     return "leftParen"
 271 |   case \AttributeSyntax.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:271:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 269 |   case \AttributeSyntax.leftParen:
 270 |     return "leftParen"
 271 |   case \AttributeSyntax.unexpectedBetweenLeftParenAndArguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 272 |     return "unexpectedBetweenLeftParenAndArguments"
 273 |   case \AttributeSyntax.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:273:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 271 |   case \AttributeSyntax.unexpectedBetweenLeftParenAndArguments:
 272 |     return "unexpectedBetweenLeftParenAndArguments"
 273 |   case \AttributeSyntax.arguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 274 |     return "arguments"
 275 |   case \AttributeSyntax.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:275:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 273 |   case \AttributeSyntax.arguments:
 274 |     return "arguments"
 275 |   case \AttributeSyntax.unexpectedBetweenArgumentsAndRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 276 |     return "unexpectedBetweenArgumentsAndRightParen"
 277 |   case \AttributeSyntax.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:277:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 275 |   case \AttributeSyntax.unexpectedBetweenArgumentsAndRightParen:
 276 |     return "unexpectedBetweenArgumentsAndRightParen"
 277 |   case \AttributeSyntax.rightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 278 |     return "rightParen"
 279 |   case \AttributeSyntax.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:279:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 277 |   case \AttributeSyntax.rightParen:
 278 |     return "rightParen"
 279 |   case \AttributeSyntax.unexpectedAfterRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 280 |     return "unexpectedAfterRightParen"
 281 |   case \AttributedTypeSyntax.unexpectedBeforeSpecifiers:
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:281:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 279 |   case \AttributeSyntax.unexpectedAfterRightParen:
 280 |     return "unexpectedAfterRightParen"
 281 |   case \AttributedTypeSyntax.unexpectedBeforeSpecifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 282 |     return "unexpectedBeforeSpecifiers"
 283 |   case \AttributedTypeSyntax.specifiers:
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:283:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 281 |   case \AttributedTypeSyntax.unexpectedBeforeSpecifiers:
 282 |     return "unexpectedBeforeSpecifiers"
 283 |   case \AttributedTypeSyntax.specifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 284 |     return "specifiers"
 285 |   case \AttributedTypeSyntax.unexpectedBetweenSpecifiersAndAttributes:
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:285:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 283 |   case \AttributedTypeSyntax.specifiers:
 284 |     return "specifiers"
 285 |   case \AttributedTypeSyntax.unexpectedBetweenSpecifiersAndAttributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 286 |     return "unexpectedBetweenSpecifiersAndAttributes"
 287 |   case \AttributedTypeSyntax.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:287:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 285 |   case \AttributedTypeSyntax.unexpectedBetweenSpecifiersAndAttributes:
 286 |     return "unexpectedBetweenSpecifiersAndAttributes"
 287 |   case \AttributedTypeSyntax.attributes:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 288 |     return "attributes"
 289 |   case \AttributedTypeSyntax.unexpectedBetweenAttributesAndLateSpecifiers:
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:289:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 287 |   case \AttributedTypeSyntax.attributes:
 288 |     return "attributes"
 289 |   case \AttributedTypeSyntax.unexpectedBetweenAttributesAndLateSpecifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 290 |     return "unexpectedBetweenAttributesAndLateSpecifiers"
 291 |   case \AttributedTypeSyntax.lateSpecifiers:
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:291:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 289 |   case \AttributedTypeSyntax.unexpectedBetweenAttributesAndLateSpecifiers:
 290 |     return "unexpectedBetweenAttributesAndLateSpecifiers"
 291 |   case \AttributedTypeSyntax.lateSpecifiers:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 292 |     return "lateSpecifiers"
 293 |   case \AttributedTypeSyntax.unexpectedBetweenLateSpecifiersAndBaseType:
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:293:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 291 |   case \AttributedTypeSyntax.lateSpecifiers:
 292 |     return "lateSpecifiers"
 293 |   case \AttributedTypeSyntax.unexpectedBetweenLateSpecifiersAndBaseType:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 294 |     return "unexpectedBetweenLateSpecifiersAndBaseType"
 295 |   case \AttributedTypeSyntax.baseType:
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:295:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 293 |   case \AttributedTypeSyntax.unexpectedBetweenLateSpecifiersAndBaseType:
 294 |     return "unexpectedBetweenLateSpecifiersAndBaseType"
 295 |   case \AttributedTypeSyntax.baseType:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 296 |     return "baseType"
 297 |   case \AttributedTypeSyntax.unexpectedAfterBaseType:
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:297:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 295 |   case \AttributedTypeSyntax.baseType:
 296 |     return "baseType"
 297 |   case \AttributedTypeSyntax.unexpectedAfterBaseType:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 298 |     return "unexpectedAfterBaseType"
 299 |   case \AvailabilityArgumentSyntax.unexpectedBeforeArgument:
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:299:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 297 |   case \AttributedTypeSyntax.unexpectedAfterBaseType:
 298 |     return "unexpectedAfterBaseType"
 299 |   case \AvailabilityArgumentSyntax.unexpectedBeforeArgument:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 300 |     return "unexpectedBeforeArgument"
 301 |   case \AvailabilityArgumentSyntax.argument:
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:301:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 299 |   case \AvailabilityArgumentSyntax.unexpectedBeforeArgument:
 300 |     return "unexpectedBeforeArgument"
 301 |   case \AvailabilityArgumentSyntax.argument:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 302 |     return "argument"
 303 |   case \AvailabilityArgumentSyntax.unexpectedBetweenArgumentAndTrailingComma:
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:303:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 301 |   case \AvailabilityArgumentSyntax.argument:
 302 |     return "argument"
 303 |   case \AvailabilityArgumentSyntax.unexpectedBetweenArgumentAndTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 304 |     return "unexpectedBetweenArgumentAndTrailingComma"
 305 |   case \AvailabilityArgumentSyntax.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:305:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 303 |   case \AvailabilityArgumentSyntax.unexpectedBetweenArgumentAndTrailingComma:
 304 |     return "unexpectedBetweenArgumentAndTrailingComma"
 305 |   case \AvailabilityArgumentSyntax.trailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 306 |     return "trailingComma"
 307 |   case \AvailabilityArgumentSyntax.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:307:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 305 |   case \AvailabilityArgumentSyntax.trailingComma:
 306 |     return "trailingComma"
 307 |   case \AvailabilityArgumentSyntax.unexpectedAfterTrailingComma:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 308 |     return "unexpectedAfterTrailingComma"
 309 |   case \AvailabilityConditionSyntax.unexpectedBeforeAvailabilityKeyword:
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:309:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 307 |   case \AvailabilityArgumentSyntax.unexpectedAfterTrailingComma:
 308 |     return "unexpectedAfterTrailingComma"
 309 |   case \AvailabilityConditionSyntax.unexpectedBeforeAvailabilityKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 310 |     return "unexpectedBeforeAvailabilityKeyword"
 311 |   case \AvailabilityConditionSyntax.availabilityKeyword:
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:311:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 309 |   case \AvailabilityConditionSyntax.unexpectedBeforeAvailabilityKeyword:
 310 |     return "unexpectedBeforeAvailabilityKeyword"
 311 |   case \AvailabilityConditionSyntax.availabilityKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 312 |     return "availabilityKeyword"
 313 |   case \AvailabilityConditionSyntax.unexpectedBetweenAvailabilityKeywordAndLeftParen:
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:313:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 311 |   case \AvailabilityConditionSyntax.availabilityKeyword:
 312 |     return "availabilityKeyword"
 313 |   case \AvailabilityConditionSyntax.unexpectedBetweenAvailabilityKeywordAndLeftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 314 |     return "unexpectedBetweenAvailabilityKeywordAndLeftParen"
 315 |   case \AvailabilityConditionSyntax.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:315:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 313 |   case \AvailabilityConditionSyntax.unexpectedBetweenAvailabilityKeywordAndLeftParen:
 314 |     return "unexpectedBetweenAvailabilityKeywordAndLeftParen"
 315 |   case \AvailabilityConditionSyntax.leftParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 316 |     return "leftParen"
 317 |   case \AvailabilityConditionSyntax.unexpectedBetweenLeftParenAndAvailabilityArguments:
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:317:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 315 |   case \AvailabilityConditionSyntax.leftParen:
 316 |     return "leftParen"
 317 |   case \AvailabilityConditionSyntax.unexpectedBetweenLeftParenAndAvailabilityArguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 318 |     return "unexpectedBetweenLeftParenAndAvailabilityArguments"
 319 |   case \AvailabilityConditionSyntax.availabilityArguments:
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:319:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 317 |   case \AvailabilityConditionSyntax.unexpectedBetweenLeftParenAndAvailabilityArguments:
 318 |     return "unexpectedBetweenLeftParenAndAvailabilityArguments"
 319 |   case \AvailabilityConditionSyntax.availabilityArguments:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 320 |     return "availabilityArguments"
 321 |   case \AvailabilityConditionSyntax.unexpectedBetweenAvailabilityArgumentsAndRightParen:
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:321:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 319 |   case \AvailabilityConditionSyntax.availabilityArguments:
 320 |     return "availabilityArguments"
 321 |   case \AvailabilityConditionSyntax.unexpectedBetweenAvailabilityArgumentsAndRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 322 |     return "unexpectedBetweenAvailabilityArgumentsAndRightParen"
 323 |   case \AvailabilityConditionSyntax.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:323:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 321 |   case \AvailabilityConditionSyntax.unexpectedBetweenAvailabilityArgumentsAndRightParen:
 322 |     return "unexpectedBetweenAvailabilityArgumentsAndRightParen"
 323 |   case \AvailabilityConditionSyntax.rightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 324 |     return "rightParen"
 325 |   case \AvailabilityConditionSyntax.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:325:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 323 |   case \AvailabilityConditionSyntax.rightParen:
 324 |     return "rightParen"
 325 |   case \AvailabilityConditionSyntax.unexpectedAfterRightParen:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 326 |     return "unexpectedAfterRightParen"
 327 |   case \AvailabilityLabeledArgumentSyntax.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:327:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 325 |   case \AvailabilityConditionSyntax.unexpectedAfterRightParen:
 326 |     return "unexpectedAfterRightParen"
 327 |   case \AvailabilityLabeledArgumentSyntax.unexpectedBeforeLabel:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 328 |     return "unexpectedBeforeLabel"
 329 |   case \AvailabilityLabeledArgumentSyntax.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:329:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 327 |   case \AvailabilityLabeledArgumentSyntax.unexpectedBeforeLabel:
 328 |     return "unexpectedBeforeLabel"
 329 |   case \AvailabilityLabeledArgumentSyntax.label:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 330 |     return "label"
 331 |   case \AvailabilityLabeledArgumentSyntax.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:331:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 329 |   case \AvailabilityLabeledArgumentSyntax.label:
 330 |     return "label"
 331 |   case \AvailabilityLabeledArgumentSyntax.unexpectedBetweenLabelAndColon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 332 |     return "unexpectedBetweenLabelAndColon"
 333 |   case \AvailabilityLabeledArgumentSyntax.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:333:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 331 |   case \AvailabilityLabeledArgumentSyntax.unexpectedBetweenLabelAndColon:
 332 |     return "unexpectedBetweenLabelAndColon"
 333 |   case \AvailabilityLabeledArgumentSyntax.colon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 334 |     return "colon"
 335 |   case \AvailabilityLabeledArgumentSyntax.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:335:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 333 |   case \AvailabilityLabeledArgumentSyntax.colon:
 334 |     return "colon"
 335 |   case \AvailabilityLabeledArgumentSyntax.unexpectedBetweenColonAndValue:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 336 |     return "unexpectedBetweenColonAndValue"
 337 |   case \AvailabilityLabeledArgumentSyntax.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:337:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 335 |   case \AvailabilityLabeledArgumentSyntax.unexpectedBetweenColonAndValue:
 336 |     return "unexpectedBetweenColonAndValue"
 337 |   case \AvailabilityLabeledArgumentSyntax.value:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 338 |     return "value"
 339 |   case \AvailabilityLabeledArgumentSyntax.unexpectedAfterValue:
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:339:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 337 |   case \AvailabilityLabeledArgumentSyntax.value:
 338 |     return "value"
 339 |   case \AvailabilityLabeledArgumentSyntax.unexpectedAfterValue:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 340 |     return "unexpectedAfterValue"
 341 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBeforePlatformVersion:
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:341:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 339 |   case \AvailabilityLabeledArgumentSyntax.unexpectedAfterValue:
 340 |     return "unexpectedAfterValue"
 341 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBeforePlatformVersion:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 342 |     return "unexpectedBeforePlatformVersion"
 343 |   case \AvailabilityMacroDefinitionFileSyntax.platformVersion:
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:343:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 341 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBeforePlatformVersion:
 342 |     return "unexpectedBeforePlatformVersion"
 343 |   case \AvailabilityMacroDefinitionFileSyntax.platformVersion:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 344 |     return "platformVersion"
 345 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBetweenPlatformVersionAndColon:
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:345:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 343 |   case \AvailabilityMacroDefinitionFileSyntax.platformVersion:
 344 |     return "platformVersion"
 345 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBetweenPlatformVersionAndColon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 346 |     return "unexpectedBetweenPlatformVersionAndColon"
 347 |   case \AvailabilityMacroDefinitionFileSyntax.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:347:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 345 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBetweenPlatformVersionAndColon:
 346 |     return "unexpectedBetweenPlatformVersionAndColon"
 347 |   case \AvailabilityMacroDefinitionFileSyntax.colon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 348 |     return "colon"
 349 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBetweenColonAndSpecs:
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:349:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 347 |   case \AvailabilityMacroDefinitionFileSyntax.colon:
 348 |     return "colon"
 349 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBetweenColonAndSpecs:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 350 |     return "unexpectedBetweenColonAndSpecs"
 351 |   case \AvailabilityMacroDefinitionFileSyntax.specs:
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:351:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 349 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBetweenColonAndSpecs:
 350 |     return "unexpectedBetweenColonAndSpecs"
 351 |   case \AvailabilityMacroDefinitionFileSyntax.specs:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 352 |     return "specs"
 353 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBetweenSpecsAndEndOfFileToken:
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:353:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 351 |   case \AvailabilityMacroDefinitionFileSyntax.specs:
 352 |     return "specs"
 353 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBetweenSpecsAndEndOfFileToken:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 354 |     return "unexpectedBetweenSpecsAndEndOfFileToken"
 355 |   case \AvailabilityMacroDefinitionFileSyntax.endOfFileToken:
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:355:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 353 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedBetweenSpecsAndEndOfFileToken:
 354 |     return "unexpectedBetweenSpecsAndEndOfFileToken"
 355 |   case \AvailabilityMacroDefinitionFileSyntax.endOfFileToken:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 356 |     return "endOfFileToken"
 357 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedAfterEndOfFileToken:
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:357:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 355 |   case \AvailabilityMacroDefinitionFileSyntax.endOfFileToken:
 356 |     return "endOfFileToken"
 357 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedAfterEndOfFileToken:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 358 |     return "unexpectedAfterEndOfFileToken"
 359 |   case \AwaitExprSyntax.unexpectedBeforeAwaitKeyword:
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:359:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 357 |   case \AvailabilityMacroDefinitionFileSyntax.unexpectedAfterEndOfFileToken:
 358 |     return "unexpectedAfterEndOfFileToken"
 359 |   case \AwaitExprSyntax.unexpectedBeforeAwaitKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 360 |     return "unexpectedBeforeAwaitKeyword"
 361 |   case \AwaitExprSyntax.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:361:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 359 |   case \AwaitExprSyntax.unexpectedBeforeAwaitKeyword:
 360 |     return "unexpectedBeforeAwaitKeyword"
 361 |   case \AwaitExprSyntax.awaitKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 362 |     return "awaitKeyword"
 363 |   case \AwaitExprSyntax.unexpectedBetweenAwaitKeywordAndExpression:
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:363:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 361 |   case \AwaitExprSyntax.awaitKeyword:
 362 |     return "awaitKeyword"
 363 |   case \AwaitExprSyntax.unexpectedBetweenAwaitKeywordAndExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 364 |     return "unexpectedBetweenAwaitKeywordAndExpression"
 365 |   case \AwaitExprSyntax.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:365:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 363 |   case \AwaitExprSyntax.unexpectedBetweenAwaitKeywordAndExpression:
 364 |     return "unexpectedBetweenAwaitKeywordAndExpression"
 365 |   case \AwaitExprSyntax.expression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 366 |     return "expression"
 367 |   case \AwaitExprSyntax.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:367:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 365 |   case \AwaitExprSyntax.expression:
 366 |     return "expression"
 367 |   case \AwaitExprSyntax.unexpectedAfterExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 368 |     return "unexpectedAfterExpression"
 369 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedBeforeBeforeLabel:
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:369:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 367 |   case \AwaitExprSyntax.unexpectedAfterExpression:
 368 |     return "unexpectedAfterExpression"
 369 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedBeforeBeforeLabel:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 370 |     return "unexpectedBeforeBeforeLabel"
 371 |   case \BackDeployedAttributeArgumentsSyntax.beforeLabel:
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:371:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 369 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedBeforeBeforeLabel:
 370 |     return "unexpectedBeforeBeforeLabel"
 371 |   case \BackDeployedAttributeArgumentsSyntax.beforeLabel:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 372 |     return "beforeLabel"
 373 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedBetweenBeforeLabelAndColon:
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:373:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 371 |   case \BackDeployedAttributeArgumentsSyntax.beforeLabel:
 372 |     return "beforeLabel"
 373 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedBetweenBeforeLabelAndColon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 374 |     return "unexpectedBetweenBeforeLabelAndColon"
 375 |   case \BackDeployedAttributeArgumentsSyntax.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:375:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 373 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedBetweenBeforeLabelAndColon:
 374 |     return "unexpectedBetweenBeforeLabelAndColon"
 375 |   case \BackDeployedAttributeArgumentsSyntax.colon:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 376 |     return "colon"
 377 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedBetweenColonAndPlatforms:
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:377:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 375 |   case \BackDeployedAttributeArgumentsSyntax.colon:
 376 |     return "colon"
 377 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedBetweenColonAndPlatforms:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 378 |     return "unexpectedBetweenColonAndPlatforms"
 379 |   case \BackDeployedAttributeArgumentsSyntax.platforms:
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:379:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 377 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedBetweenColonAndPlatforms:
 378 |     return "unexpectedBetweenColonAndPlatforms"
 379 |   case \BackDeployedAttributeArgumentsSyntax.platforms:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 380 |     return "platforms"
 381 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedAfterPlatforms:
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:381:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 379 |   case \BackDeployedAttributeArgumentsSyntax.platforms:
 380 |     return "platforms"
 381 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedAfterPlatforms:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 382 |     return "unexpectedAfterPlatforms"
 383 |   case \BinaryOperatorExprSyntax.unexpectedBeforeOperator:
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:383:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 381 |   case \BackDeployedAttributeArgumentsSyntax.unexpectedAfterPlatforms:
 382 |     return "unexpectedAfterPlatforms"
 383 |   case \BinaryOperatorExprSyntax.unexpectedBeforeOperator:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 384 |     return "unexpectedBeforeOperator"
 385 |   case \BinaryOperatorExprSyntax.operator:
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:385:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 383 |   case \BinaryOperatorExprSyntax.unexpectedBeforeOperator:
 384 |     return "unexpectedBeforeOperator"
 385 |   case \BinaryOperatorExprSyntax.operator:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 386 |     return "operator"
 387 |   case \BinaryOperatorExprSyntax.unexpectedAfterOperator:
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:387:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 385 |   case \BinaryOperatorExprSyntax.operator:
 386 |     return "operator"
 387 |   case \BinaryOperatorExprSyntax.unexpectedAfterOperator:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 388 |     return "unexpectedAfterOperator"
 389 |   case \BooleanLiteralExprSyntax.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:389:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 387 |   case \BinaryOperatorExprSyntax.unexpectedAfterOperator:
 388 |     return "unexpectedAfterOperator"
 389 |   case \BooleanLiteralExprSyntax.unexpectedBeforeLiteral:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 390 |     return "unexpectedBeforeLiteral"
 391 |   case \BooleanLiteralExprSyntax.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:391:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 389 |   case \BooleanLiteralExprSyntax.unexpectedBeforeLiteral:
 390 |     return "unexpectedBeforeLiteral"
 391 |   case \BooleanLiteralExprSyntax.literal:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 392 |     return "literal"
 393 |   case \BooleanLiteralExprSyntax.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:393:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 391 |   case \BooleanLiteralExprSyntax.literal:
 392 |     return "literal"
 393 |   case \BooleanLiteralExprSyntax.unexpectedAfterLiteral:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 394 |     return "unexpectedAfterLiteral"
 395 |   case \BorrowExprSyntax.unexpectedBeforeBorrowKeyword:
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:395:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 393 |   case \BooleanLiteralExprSyntax.unexpectedAfterLiteral:
 394 |     return "unexpectedAfterLiteral"
 395 |   case \BorrowExprSyntax.unexpectedBeforeBorrowKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 396 |     return "unexpectedBeforeBorrowKeyword"
 397 |   case \BorrowExprSyntax.borrowKeyword:
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:397:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 395 |   case \BorrowExprSyntax.unexpectedBeforeBorrowKeyword:
 396 |     return "unexpectedBeforeBorrowKeyword"
 397 |   case \BorrowExprSyntax.borrowKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 398 |     return "borrowKeyword"
 399 |   case \BorrowExprSyntax.unexpectedBetweenBorrowKeywordAndExpression:
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:399:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 397 |   case \BorrowExprSyntax.borrowKeyword:
 398 |     return "borrowKeyword"
 399 |   case \BorrowExprSyntax.unexpectedBetweenBorrowKeywordAndExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 400 |     return "unexpectedBetweenBorrowKeywordAndExpression"
 401 |   case \BorrowExprSyntax.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:401:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 399 |   case \BorrowExprSyntax.unexpectedBetweenBorrowKeywordAndExpression:
 400 |     return "unexpectedBetweenBorrowKeywordAndExpression"
 401 |   case \BorrowExprSyntax.expression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 402 |     return "expression"
 403 |   case \BorrowExprSyntax.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:403:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 401 |   case \BorrowExprSyntax.expression:
 402 |     return "expression"
 403 |   case \BorrowExprSyntax.unexpectedAfterExpression:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 404 |     return "unexpectedAfterExpression"
 405 |   case \BreakStmtSyntax.unexpectedBeforeBreakKeyword:
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:405:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 403 |   case \BorrowExprSyntax.unexpectedAfterExpression:
 404 |     return "unexpectedAfterExpression"
 405 |   case \BreakStmtSyntax.unexpectedBeforeBreakKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 406 |     return "unexpectedBeforeBreakKeyword"
 407 |   case \BreakStmtSyntax.breakKeyword:
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:407:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 405 |   case \BreakStmtSyntax.unexpectedBeforeBreakKeyword:
 406 |     return "unexpectedBeforeBreakKeyword"
 407 |   case \BreakStmtSyntax.breakKeyword:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 408 |     return "breakKeyword"
 409 |   case \BreakStmtSyntax.unexpectedBetweenBreakKeywordAndLabel:
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:409:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 407 |   case \BreakStmtSyntax.breakKeyword:
 408 |     return "breakKeyword"
 409 |   case \BreakStmtSyntax.unexpectedBetweenBreakKeywordAndLabel:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 410 |     return "unexpectedBetweenBreakKeywordAndLabel"
 411 |   case \BreakStmtSyntax.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:411:8: error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 409 |   case \BreakStmtSyntax.unexpectedBetweenBreakKeywordAndLabel:
 410 |     return "unexpectedBetweenBreakKeywordAndLabel"
 411 |   case \BreakStmtSyntax.label:
     |        `- error: conformance of 'AnyKeyPath' to 'Equatable' is unavailable: unavailable in embedded Swift
 412 |     return "label"
 413 |   case \BreakStmtSyntax.unexpectedAfterLabel:
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