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 5afd554 commit 0c3ffaeCopy full SHA for 0c3ffae
stdlib/public/SDK/CloudKit/CloudKit.swift
@@ -1,7 +1,7 @@
1
@_exported import CloudKit
2
import Foundation
3
4
-@available(OSX, introduced: 10.10) @available(iOS, introduced: 8.0)
5
-extension CKErrorCode : _BridgedNSError {
6
- public static var _nsErrorDomain: String { return CKErrorDomain }
7
-}
+// @available(OSX, introduced: 10.10) @available(iOS, introduced: 8.0)
+// extension CKErrorCode : _BridgedNSError {
+// public static var _nsErrorDomain: String { return CKErrorDomain }
+// }
0 commit comments