I tried to follow the "Getting Started with C++ Interop" guide, but I can't get past "error: public headers ("include") directory path for 'CxxTest' is invalid or not contained in the target".
AFAIU an implicit include subdirectory is always required when building targets that contain module.modulemap with SwiftPM. We do need the "Getting Started" document for C++ to be updated to reflect that.