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 bd8e6bc + 141fa80 commit bd11fceCopy full SHA for bd11fce
stdlib/public/core/KeyPath.swift
@@ -3893,6 +3893,8 @@ internal func _instantiateKeyPathBuffer(
3893
return offset
3894
}
3895
3896
+#if SWIFT_ENABLE_REFLECTION
3897
+
3898
@available(SwiftStdlib 5.9, *)
3899
public func _createOffsetBasedKeyPath(
3900
root: Any.Type,
@@ -4003,8 +4005,6 @@ public func _rerootKeyPath<NewRoot>(
4003
4005
} as! PartialKeyPath<NewRoot>
4004
4006
4007
-#if SWIFT_ENABLE_REFLECTION
-
4008
@_silgen_name("swift_keyPath_copySymbolName")
4009
fileprivate func keyPath_copySymbolName(
4010
_: UnsafeRawPointer
0 commit comments