nil is not compatible with expected argument type '() -> Void'

SKAction.group([moveToAction, SKAction.fadeAlphaTo(1.0, duration: 0.2)]), completion:nil) } runAction(SKAction.waitForDuration(0.2), completion: completion) When I do this, I get the error: ...