v11.1.0 #1011
younata
announced in
Announcements
v11.1.0
#1011
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
11.1.0 drops support for Swift 5.6 (you must use Xcode 14 or later). #1009
11.1.0 fixes a developer experience bug where you could unknowingly use the sync version of
toEventually
in an async context, which will cause test timeout failures. #1010That is, the following test method (XCTest-style) would compile with no errors or warnings emitted, but fail at test runtime due to timeout issues. In v11.1.0, this now emits a warning that you're using the wrong version of
toEventually
(and similar).My immense apologies for any confusion or frustrations caused by this.
Beta Was this translation helpful? Give feedback.
All reactions