CI should create bug reports for compiler crashes

Every now and then, CI fails to finish a build due to swift compiler crashes. (See here, here, here, and here for recent examples).

Is it possible to add a check for “Please submit a bug report” to Jenkins to automatically create a bug report?

After all these crashes should provide well documented, reproducible cases of compiler crashes. Each of these crashes is triggered by real-world, peer reviewed code.

The same assert was firing for a swift-source-compat suite project. It took several days to get a fix merged, but this should have resolved it: