Hi,<br><br>What kind of target will be made in the Xcode project? Specifically, will it be a static library or a framework? In my experience, frameworks play better with sourcekit and generally require less configuration in Xcode.<br><br>The folks behind Zewo made a tool to help us manage our large dependency graph that generates complete xcode projects with subprojects and targets (it also does a few other things, but those aren&#39;t important). As a side effect it also supports modulemaps with no extra configuration. It generates frameworks (not static libraries) for the reasons described earlier, but I&#39;m sure it would be trivial to change it to work the other way.<br><br>The tool can be found here: <a href="https://github.com/zewo/zewo-dev">https://github.com/zewo/zewo-dev</a>. Unfortunately it had to be made in ruby because of the xcodeproj gem but I believe it could still be a useful reference.<br><br>Dan<br><div class="gmail_quote"><div dir="ltr">On Fri, Feb 19, 2016 at 11:21 AM Max Howell via swift-build-dev &lt;<a href="mailto:swift-build-dev@swift.org">swift-build-dev@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">&gt; For Xcode builds, if I install a C dependency via Homebrew, then include it with a module map, will it be copied into the application bundle when archiving—say, for the App Store?<br>
<br>
We don’t initially intend to support module map packages with this integration.<br>
<br>
Not that we never will, but this part of the integration is not yet designed. We’ll revisit this question once the first iteration is complete.<br>
<br>
_______________________________________________<br>
swift-build-dev mailing list<br>
<a href="mailto:swift-build-dev@swift.org" target="_blank">swift-build-dev@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-build-dev" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-build-dev</a><br>
</blockquote></div><div dir="ltr">-- <br></div><div dir="ltr"><div><div>Dan Appel<br></div></div></div>