I am implementing
func userNotificationCenter(_ center: UNUserNotificationCenter,
didReceive response: UNNotificationResponse,
withCompletionHandler completionHandler: () -> Void) {
But I'm getting the "nearly matches optional requirement" warning from the compiler. What's wrong with my declaration? I copied it right out of the documentation!