OSLogStore declares a swift shim for entriesEnumeratorWithOptions but it is missing on iOS 14

Originator:steipete
Number:rdar://FB8518476 Date Originated:
Status:Open Resolved:
Product:iOS Product Version:
Classification: Reproducible:
 
OSLogStore declares a swift shim for entriesEnumeratorWithOptions but it is missing on iOS

macOS:

extension OSLogStore {

    public func getEntries(with options: OSLogEnumerator.Options = [], at position: OSLogPosition? = nil, matching predicate: NSPredicate? = nil) throws -> AnySequence<OSLogEntry>
}


This API is missing on iOS 14. Tested with b5.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!