+- **Xcode 27 (Swift 6.4) build compatibility ([#1034](https://github.com/apollographql/apollo-ios-dev/pull/1034)):** Fixed multiple build failures introduced by Swift 6.4 / Xcode 27. `AnyHashable`'s `Sendable` conformance is now explicitly unavailable in Swift 6.4, so `AnyHashable as JSONValue` casts no longer compile; replaced with explicit scalar type-matching helpers (with `Bool` checked before `NSNumber` to preserve round-trip fidelity). Fixed a duplicate runtime type descriptor crash caused by multiple test targets statically linking the same SPM products; all Apollo package products are now linked exclusively through a single `apolloWrapper` target. Fixed `WebSocketConnection.send()` silently discarding errors by cancelling the underlying task on failure so the transport's reconnection state machine runs correctly. Also fixed `\x22` escapes in composed Swift Regexes and `AsyncResultObserver.handler` `@Sendable` conformance under Swift 6.4. _Thank you to the community members who submitted PRs identifying these issues._
0 commit comments