Availability of VTK Modules for iOS

I just want the aforementioned modules to be available on iOS, since they’re not. in vtkiOS.cmake there’s only a few modules listed, mostly around loading models and rendering with OpenGL, and that’s not functionality I’m interested in.
Also ideally it’d be great if there would be a way to work with VTK with Swift Package Manager.
Currently VTK doesn’t appear to ship with pkg-config files (at least when installed with Homebrew) so there’s no way to load VTK as a .systemLibrary target.
I could go on about how the integration experience could be improved, but the main issue is that I just need modules to be available for building at all.