'Points of interest' are not showing in Xcode. What are possible reasons for this?
Sample (followed from this answer):
let pointsOfInterest = OSLog(subsystem: Bundle.main.bundleIdentifier!, category: .pointsOfInterest)
os_signpost(.event, log: pointsOfInterest, name: "Done", "All done")