Are there any plans to add some debugging and visibility features for the Interop? I've had issues with the C++ Interop for my Android port and it is not easy to figure out what's going wrong. For example, I'd like to know what C/C++ symbols are exported by each of the pcm module files that Swift imports, and the best I could find is a flag that dumps info about the module and what headers it imports, not a list of symbols.
This would be very useful for the long-standing C interop too, I suggest that it be prioritized.