You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed
Avoid crash when TimeInterval configuration options are set to sufficiently large values. This was caused when converting these values to an Int value of milliseconds. (Thanks, @delannoyk!)
Update Package.swift to use SwiftPM tools version 5.2. This prevents test dependencies from being included transitively. (Thanks, @escakot!)
Update Quick test dependency to 3.1.2 to avoid build warnings and adopt security fixes. (#243)
Use AnyObject over class in protocol inheritance to avoid compiler warnings. (#247)
Improve CI to test against multiple supported Xcode and Swift language versions.
Restored test suite compatibility with Xcode 11.4 and Swift 5.2.