<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I tried using the Swift Package Manager for the first time today. I was trying to adapt a library I'm working on to support it. When I run "swift build" it builds, but there is no .a file anywhere in the .build directory tree. All I get is a .swiftmodule file.</div><div class=""><br class=""></div><div class="">In case I had something wrong setup in my library, I downloaded the SPM example (<a href="https://github.com/apple/example-package-playingcard" class="">https://github.com/apple/example-package-playingcard</a>) and tried to build that. According to the documentation here (<a href="https://swift.org/package-manager/#example-usage" class="">https://swift.org/package-manager/#example-usage</a>) this should produce a .a file in the root of the .build/debug directory. It doesn't. There is no .a file anywhere, only a .swiftmodule file. By the way, the documentation is out of date as the intermediate build .o files are now in a &lt;modulename&gt;.build directory, not at the root of .build.</div><div class=""><br class=""></div><div class="">I'm using the latest development snapshot downloaded from&nbsp;<a href="http://swift.org" class="">swift.org</a>.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">- Michael.</div></body></html>