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 a0d14d9 commit dd819b0Copy full SHA for dd819b0
Sources/CodableDatastore/Indexes/UUID+Comparable.swift
@@ -8,7 +8,7 @@
8
9
import Foundation
10
11
-#if swift(<5.9) || !os(xrOS)
+#if swift(<5.9) || !os(visionOS)
12
/// Make UUIDs comparable, so that they can be used transparently as an index.
13
///
14
/// - SeeAlso: https://github.com/apple/swift-foundation/blob/5388acf1d929865d4df97d3c50e4d08bc4c6bdf0/Sources/FoundationEssentials/UUID.swift#L135-L156
0 commit comments