<div dir="ltr">Hi Tim,<div><br></div><div>You can read about plan for supporting iOS <a href="https://lists.swift.org/pipermail/swift-build-dev/Week-of-Mon-20160815/000613.html">here</a> and SwiftPM 4 roadmap <a href="https://lists.swift.org/pipermail/swift-evolution-announce/2017-January/000307.html">here</a>. You can write your package in a way that it can be used with SwiftPM, CocoaPods and Carthage (depending on what all you want to support). This allows using the package with SwiftPM for the command line application and other dependency manager(s) for iOS application.</div><div><br></div><div>PS: Check out <a href="https://github.com/JohnSundell/SwiftPlate">SwiftPlate</a> which lets generates a template which can be used to support all dependency managers. I haven&#39;t actually used it but it looks good!</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 30, 2017 at 6:30 AM, Tim Dean via swift-users <span dir="ltr">&lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Swift Users:<br>
<br>
Has the roadmap defined a timeframe for building iOS applications using the Swift Package Manager? I am working on a handful of modules that will be shared between a Mac command line utility app and a couple different iOS apps. I’d like to use SPM for building the shared code as individual modules, and then to define packages for the command line utility and each iOS application with dependencies on the shared code modules.<br>
<br>
All code will be Swift-only<br>
<br>
Is the SPM a good options or should I be sticking with CocoaPods or Carthage?<br>
<br>
Thanks<br>
______________________________<wbr>_________________<br>
swift-users mailing list<br>
<a href="mailto:swift-users@swift.org">swift-users@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-users</a><br>
</blockquote></div><br></div>