Function xtask::swift::build_targets
source ยท fn build_targets(
targets: Vec<&Target>,
profile: &str,
sequentially: bool,
) -> Result<HashMap<Platform, Vec<Utf8PathBuf>>, Box<dyn Error>>
Expand description
Builds the SDK for the specified targets and profile.