pub(crate) fn build_keep_running_scheduler( source: &Path, package: &str, profile: &str, stdout_color: Style, stderr_color: Style, json: bool, interrupted: &AtomicBool, ) -> Result<()>