Restricts the pool builder from loading other packages than those listed here
non-empty-list<string> $names:
public function restrictPackages(array $names) : void { $this->restrictedPackages = $names; }