We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d5220 commit 2f30d89Copy full SHA for 2f30d89
Sources/CodableDatastore/Indexes/Indexable.swift
@@ -22,6 +22,7 @@ public struct AnyIndexable {
22
}
23
24
25
+#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
26
/// Matching implementation from https://github.com/apple/swift/pull/64899/files
27
extension Never: Codable {
28
public init(from decoder: any Decoder) throws {
@@ -32,6 +33,7 @@ extension Never: Codable {
32
33
34
public func encode(to encoder: any Encoder) throws {}
35
36
+#endif
37
38
/// A marker protocol for types that can be used as a ranged index.
39
///
0 commit comments