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 c626dea commit a6d03c5Copy full SHA for a6d03c5
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,
@@ -3943,8 +3945,6 @@ public func _createOffsetBasedKeyPath(
3943
3945
return kp
3944
3946
3947
-#if SWIFT_ENABLE_REFLECTION
-
3948
@_silgen_name("swift_keyPath_copySymbolName")
3949
fileprivate func keyPath_copySymbolName(
3950
_: UnsafeRawPointer
0 commit comments