type ProgressCallback = dyn Fn(CompilationProgress) -> Result<(), UserAbort> + Send + Sync + 'static;