Function xtask::swift::consolidate_modulemap_files

source ยท
fn consolidate_modulemap_files(
    source: &Utf8PathBuf,
    destination: &Utf8PathBuf,
) -> Result<(), Box<dyn Error>>
Expand description

Consolidates the contents of each modulemap file found in the source directory into a single module.modulemap file in the destination directory.