<div dir="ltr">On OSX my application loads a bundle from the PlugIns directory. It loads and executes perfectly.<div><br></div><div>Now I&#39;m painfully trying to port my code to Linux, where we don&#39;t seem to have frameworks or bundles per se. I assumed a bundle is just a dynamic lib or module. My build creates a PlugIns directory and copies the plugins .swiftmodule and .swiftdoc files into that directory hoping the load api would work.</div><div><br></div><div>When I callĀ </div><div><br></div><div><div>Bundle.paths(forResourcesOfType: &quot;swiftmodule&quot;, inDirectory: dir)</div></div><div><br></div><div>I get zero results. I&#39;m not even sure if this is heading in the right direction.</div><div><br></div><div>How do I dynamically load a module on Linux?</div><div><br></div><div>Thanks, Ed</div></div>