I created a local notification for macOS using the following code.
let content = UNMutableNotificationContent() content.title = "Notification Title"