I had a quick look at the LocationManagerDelegate within the LocationManager and noticed you were overriding the deprecated function locationManager(_:didChangeAuthorization:) as specified on this page Apple Developer Documentation.
Do you please have plan on updating this to locationManagerDidChangeAuthorization(_:) in the next version of the Composable core location library? Or do you want to be able to support previous versions of iOS?
Thanks.