6.4.0
This is the forth minor release of ReactiveSwift 6.
Changes
-
Minimum deployment target is now iOS 9.0+ when using Swift Package Manager, so as to silence Xcode 12 warnings. (#802)
-
Fix a debug assertion in
Lock.try()
that could be raised in earlier OS versions (< iOS 10.0, < macOS 10.12). (#747, #788)Specifically, ReactiveSwift now recognizes
EDEADLK
as expected error code frompthread_mutex_trylock
alongside0
,EBUSY
andEAGAIN
.