<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">You can use the Swift 3 `swift build` to generate projects for Swift 2.2 use.<div class=""><br class=""></div><div class="">SwiftPM generates dylibs, not frameworks (currently), this may make things trickier.</div><div class=""><br class=""></div><div class="">But there shouldn’t be anything stopping you trying to make iOS app against them. I suggest generating a dependencies project, dragging and dropping that project into your App project and then depending against the targets in the generated project.<br class=""><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On Apr 14, 2016, at 4:54 AM, Marco Betschart via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><span style="color: rgb(115, 112, 111); font-family: 'Avenir next'; font-size: 16px;" class="">Dear Swift Users,</span></div><div class=""><p style="font-family:Avenir next; font-size:16px; color:#73706F;" class="">I’d like to use the Swift Package Manager for my dependency management - regardless of it’s early stage:</p><p style="font-family:Avenir next; font-size:16px; color:#73706F;" class="">Something like having the Swift Package Manager doing all the dependency management work from terminal and using the current Xcode stable release for building an iOS App Store compatible App afterwards (obviously the grabbed dependencies have to support Swift 2.2 Syntax in order for this to work).</p><p style="font-family:Avenir next; font-size:16px; color:#73706F;" class="">Is it possible to do so right now? And If so, how?</p>

<table class="">
<tbody class=""><tr class="">
        <td colspan="2" class=""><p style="font-family:Avenir next; font-size:14px; color:#73706F;" class="">mit sonnigen Grüssen</p><div class=""><br class="webkit-block-placeholder"></div></td>
</tr><tr class="">
</tr><tr class="">
        <td class=""><img src="https://mandelkind.wiki/wp-content/uploads/2015/11/Marco-klein.png" width="40px;" class=""></td>
        <td class=""><p style="font-family:Avenir next; font-size:14px; color:#AB3ADA" class="">MARCO<br class=""><i style="font-family:Avenir next; font-size:12px; color:#21BAA0" class="">kowalski<i class=""></i></i></p></td>
</tr><tr class="">
</tr><tr class="">
        <td colspan="2" class=""><p style="font-family:Avenir next; font-size:14px; color:#73706F;" class=""><br class="">+41 44 341 8000<br class=""><a href="mailto:marco@mandelkind.swiss" class="">marco@mandelkind.swiss</a></p><div class=""><br class="webkit-block-placeholder"></div></td>
</tr><tr class="">
</tr><tr class="">
        <td colspan="2" class=""><p style="font-family:Avenir next; font-size:14px; color:#73706F;" class=""><br class="">MANDELKIND eG Schweiz<br class="">Bahnhofstrasse 100<br class="">CH-8001 Zürich</p><div class=""><br class="webkit-block-placeholder"></div></td>
</tr><tr class="">
</tr></tbody></table><table class="">





</table></div><br class=""></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></div></body></html>