<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="">Yes this is by design.<div class=""><br class=""></div><div class="">You have to specify binary products if you want them since testing integration landed.</div><div class=""><br class=""></div><div class="">What are you trying to do?</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Hi,</div><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><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></div>_______________________________________________<br class="">swift-users mailing list<br class=""><a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-users<br class=""></div></blockquote></div><br class=""></div></body></html>