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

Conversion to Swift 5

fmirault opened this issue · comments

Hi !

Thank you for this very cool library.
With Swift 5, there is a warning because the library was not build with Swift 5.
I think there are not so many changes since 4.2, so maybe a new version with swift version updated could be useful for every Swift 5 users :)

Hi @fmirault, thanks!
I hope I can get to work a bit on this next week, but I'm very busy these days. You're more than welcome to open a PR if you want to and can help a little.
Thanks

Hi @fmirault I've just added support for Swift 5. If you have time to check it out, please let me know if it works for you. Thanks!

It works perfectly ! Thank you ! :)