leandromperez / specleaks

Unit Tests Memory Leaks in Swift. Write readable tests for mem leaks easily with these Quick and Nimble extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nimble 9.0 has breaking changes

aelkady opened this issue · comments

There is a release candidate for version 9 of Nimble available that has support for XCode 12 (more info here). However, updating to Nimble 9 breaks this Pod.

I have attached a screenshot that indicates specifically which file/part of the code is causing the compilation issues, it is just a type mismatch between TimeInterval and DispatchTimeInterval in Expectation+Leaks.swift.
Screen Shot 2020-09-23 at 11 17 42 AM

Hello guys, is this fix will be released soon?