Minor release that adds a new flag to work around the critical crash (GH-434) affecting Swift 5 apps on Xcode 16.1+. The problematic feature is now disabled by default.
Changes
- Added
isDynamicBackgroundWaitTimeEnabled
flag. This defaults tofalse
to avoid the crash. It is strongly recommended to keep thisfalse
for Swift 5 apps. Swift 6 apps can safely set this totrue
to restore previous behaviors.