How can I include my dependent framework's objects to my framework

Thanks for clarification @jrose.

There might be a chance to manually include the content of B.swiftmodule to the A.swiftmodule, does it work? or copying B.swiftmodule file into A.framework can be an applicable option @jrose? I’m also open a private usage like _exported attribute to handle it :)