<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class=""><div style="margin: 0px; line-height: normal;" class="">I have a package that, on the filesystem, is named “tmpArbWidthInteger”, but its Package.swift file looks like this:</div></span></div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #bb2ca2" class="">let</span><span style="font-variant-ligatures: no-common-ligatures" class=""> package = Package(</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(209, 47, 27);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">&nbsp; &nbsp; name: </span><span style="font-variant-ligatures: no-common-ligatures" class="">"ArbWidthInteger"</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">)</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><div style="margin: 0px; line-height: normal;" class="">In another package, I have the 1st package listed as a dependency, and to use it there, I have to write "import tmpArbWidthInteger". I figured SwiftPM would pull the library’s name from the Package.swift file rather than the package directory's name, but "import ArbWidthInteger” throws a “no such module” error.</div><div style="margin: 0px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">Have I found a bug, is the “name” feature not implemented yet, or did I just miss a couple pages in the manual?</div><div style="margin: 0px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">- Dave Sweeris</div></span></div></body></html>