diff --git a/Sources/ApolloAPI/DataDict.swift b/Sources/ApolloAPI/DataDict.swift index 5cd254f561..e6f53873a9 100644 --- a/Sources/ApolloAPI/DataDict.swift +++ b/Sources/ApolloAPI/DataDict.swift @@ -174,7 +174,7 @@ extension DataDict { /// we need to do some additional unwrapping and casting of the values to avoid crashes and other /// run time bugs. public static let _AnyHashableCanBeCoerced: Bool = { - if #available(iOS 14.5, *) { + if #available(iOS 14.5, macOS 11.3, tvOS 14.5, watchOS 7.4, *) { return true } else { return false