fun perform(vararg packages: File): Unit
fun perform(packages: Iterable<File>): Unit
fun perform(packages: Collection<File>): Unit