During the WWDC session that introduces the new xcframework format, there were several slides that imply that an App can embed an xcframework that itself embeds an xcframework.App -> Framework A -> Framework B(A screenshot from the session)https://i.imgur.com/yBLDWHZ.pngWhen I've attempted to build out this set of dependencies, I'm still required to tell my App about Framework B.Is there any way to fully embed/include Framework B into Framework A so that the App doesn't need to know about it?