I'm attempting to use this sample code in Xcode 16 and iOS 18. I get a compile error indicating "cannot find 'CLCircularGeographicCondition'
The remainder of the sample code does not compile as in the document
the compiler wants "await" before the call to monitor.add
and another "await" before monitor.events
Is there updated sample code for this use case?