Is there a way, in a compiler plugin, to somehow get called when the overall compilation is finished with a failed/success state? I'm outputting some auxiliary files and would like to be able to build up their models in memory and write them at the end rather than appending as we go