Hello,
With Beta3 I started getting this error in one of my Swift libraries:
'shared' is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead.
It happens in code like this:
UIApplication.shared.open (nested)
The "Require Only App-Extension-Safe API" is set to NO.