The following code worked with 1.3.0 but crashes with 1.4.0: ``` Swift let timer = NSTimer.every(1) { print("do something!") } timer.fire() ``` The internal refactoring of not using NSTimer initializers might be the problem.