in shared module are also exported as throwing in the swift code. Am I missing something?
n
Nicklas Jensen
08/17/2023, 7:55 AM
That is expected in order for any `CancellationException`s to be propagated. You can read more about it in the Errors and exceptions section on Interoperability with Swift/Objective-C 🙂