MRE ```hx // Main.hx import lua.Time; class Main { static function main():Void { } } ``` ```hx // build.hxml --class-name Main ``` No error is shown for the code above, the server just disables all actions until the `import` statement is removed