pub(crate) fn cargo_build_with_progress( source: &Path, package: &str, profile: &str, show_progress: bool, color: Style, interrupted: &AtomicBool, ) -> Result<(), String>