Import Swift code as C++ Modules

I've been using Swift C++ interop a lot lately, and compilation time has definitely increased a lot.

I wonder if it's possible (or beneficial?) to use C++ modules instead of preprocessor includes (import vs #include)?

Has anyone tried this before?