I hope there aren't many of your type on here.
Not to mention it's one of the slowest compilation of recent languages if not the slowest (maybe Kotlin).
Everything is a trade-off.
A half-assed type system is helpful for people writing code by hand. Then you get things like the squiggly lines in your editor and automated refactoring tools, which are quite beneficial for productivity. However, when an LLM is writing code none of that matters. It doesn't care one bit if the failure reports comes from the compiler or the test suite. It is all the same to it.