NSWidgetWantsLocation in the widget extension is set to true
All location usage descriptions are set
During the execution of the widget extension, CLLocationManagerDelegate's didUpdateLocations method never gets called. I just receive a didChangeAuthorization with the authorized status.
What am I doing wrong? Are location aware widgets even a thing on macOS?