async fn spawn_package( log_dir: &Path, cache_root: &Path, instances_dir: &Path, component: &str, entry: &PackageEntry, manifest_dir: &Path, ) -> Result<Spawned>