<font size=2 face="sans-serif">Thanks Max again for your response.</font><br><br><font size=2 face="sans-serif">I see what you are saying about having
SPM fail the build and output suggested commands to install the missing
system-packages (as opposed to having SPM perform system-package installations).</font><br><br><font size=2 face="sans-serif">We are still wondering if we could have
a solution built into SPM that would not required any manual intervention
from a human. For instance, would implementing something like the following
be in the plans for SPM (this is somewhat similar to the original option
#1 we shared previously)?</font><br><ul><li><font size=2 face="sans-serif">Swift Packages can specify dependencies
on other libraries that are not Swift Packages (such as C libraries). The
Swift Package Manager could then &quot;parse&quot; this metadata, download
the C code for that external dependency (say, from the its GitHub repo),
compile it, and make it available to other Swift Packages through the module.modulemap
file. The metadata could be part of the Packages.swift file or a new file
for specifying dependencies that are not Swift Packages.</font></ul><br><font size=2 face="sans-serif">Your thoughts?</font><br><br><font size=2 face="sans-serif">Regards,<br> &nbsp; Ricardo Olivieri<br> &nbsp; Software Engineer</font><br><br><br><br><font size=1 color=#5f5f5f face="sans-serif">From: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">Max Howell &lt;max.howell@apple.com&gt;</font><br><font size=1 color=#5f5f5f face="sans-serif">To: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">Ricardo N Olivieri/Austin/IBM@IBMUS</font><br><font size=1 color=#5f5f5f face="sans-serif">Cc: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">swift-build-dev@swift.org,
Samuel Kallner &lt;KALLNER@il.ibm.com&gt;, Daniel Firsht/Austin/IBM@IBMUS,
Andrew M Trice/Washington/IBM@IBMUS, Robert F Dickerson/Austin/IBM@IBMUS</font><br><font size=1 color=#5f5f5f face="sans-serif">Date: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">01/28/2016 01:08 PM</font><br><font size=1 color=#5f5f5f face="sans-serif">Subject: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">Re: [swift-build-dev]
Swift Package Manager - Support for downloading/installing external dependencies
that a Swift Package may have</font><br><font size=1 color=#5f5f5f face="sans-serif">Sent by: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">max.howell@apple.com</font><br><hr noshade><br><br><br><font size=2 face="sans-serif">Thanks Max for your answer. To your
point, thinking about it more, it's probably not a great idea to have SPM
execute arbitrary scripts.</font><font size=3><br></font><font size=2 face="sans-serif"><br>It is good news to hear that something similar to option #1 could be implemented
and that there are plans to provide something as part of SPM that can take
of installing/downloading external [non-Swift package] dependencies that
a Swift Package may depend on.</font><font size=3><br></font><font size=2 face="sans-serif"><br>Does providing this functionality in SPM have a high priority? Any other
details about the plans for this feature that could be shared at this point?</font><br><br><font size=3>High-ish. There are gaping holes in SwiftPM that are currently
higher priority.</font><br><br><font size=3>This ticket should wait for my up-coming proposal that
will improve module-map-packages IMO. Then we can put this in there and
implement it at the same time.</font><br><br><font size=3>IMO it should work like Homebrew’s caveats. If the build
fails it outputs suggested commands to install the missing system-packages,
then the user can type those commands in if they so choose.</font><br><br><BR>