pub fn verify_dir<D, P>(dir: D, progress: P) -> Result<()>where D: AsRef<Path>, P: ProgressHandler + Send + Sync,
Parallel checks reproduction for hkx files.
If an error occurs, returns an array of error paths.