#if compiler(>=6) public typealias _AnyKeyPath = any AnyKeyPath & Sendable public typealias _PartialKeyPath = any PartialKeyPath & Sendable public typealias _KeyPath = any KeyPath & Sendable public typealias _WritableKeyPath = any WritableKeyPath & Sendable public typealias _ReferenceWritableKeyPath = any ReferenceWritableKeyPath< Root, Value > & Sendable public typealias _PartialCaseKeyPath = any PartialCaseKeyPath & Sendable public typealias _CaseKeyPath = any CaseKeyPath & Sendable #else public typealias _AnyKeyPath = AnyKeyPath public typealias _PartialKeyPath = PartialKeyPath public typealias _KeyPath = KeyPath public typealias _WritableKeyPath = WritableKeyPath public typealias _ReferenceWritableKeyPath = ReferenceWritableKeyPath public typealias _PartialCaseKeyPath = PartialCaseKeyPath public typealias _CaseKeyPath = CaseKeyPath #endif