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.
2 parents e3ec54b + 1d1205d commit 108094dCopy full SHA for 108094d
stdlib/public/Darwin/Foundation/CheckClass.swift
@@ -38,8 +38,7 @@ extension NSKeyedUnarchiver {
38
/// - Returns: 0 if the given class is safe to archive, and non-zero if it
39
/// isn't.
40
@objc(_swift_checkClassAndWarnForKeyedArchiving:operation:)
41
- @usableFromInline
42
- internal class func _swift_checkClassAndWarnForKeyedArchiving(
+ internal class func __swift_checkClassAndWarnForKeyedArchiving(
43
_ theClass: AnyClass,
44
operation: CInt
45
) -> CInt {
0 commit comments