Changelog:
- Ensure async extensions are run on MainActor
- Changing access of
open
methods in extensions topublic
since they cannot be overridden anyways (Xcode warning) - Rename private method
Target.handle(_:)
due to Apple validation issue by @VincentDucastel