pub async fn remove_project_build_cache(project_root: &Path) -> Result<()>
Remove the managed build cache for a project.
Returns an error if the project root cannot be canonicalized or cache entries cannot be removed.