pub fn check_project_workspace( root: &Path, cfg: &Config, scheme: &str, report: bool, workspace: &dyn CheckWorkspace, ) -> Result<(Vec<FileReport>, Vec<FileError>)>