Skip to content

6.4.0

Compare
Choose a tag to compare
@andersio andersio released this 29 Sep 18:02
· 99 commits to master since this release

This is the forth minor release of ReactiveSwift 6.

Changes

  1. Minimum deployment target is now iOS 9.0+ when using Swift Package Manager, so as to silence Xcode 12 warnings. (#802)

  2. 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 from pthread_mutex_trylock alongside 0, EBUSY and EAGAIN.