[swift-users] Package Manager on iOS

Daniel Dunbar daniel_dunbar at apple.com
Fri Dec 4 19:39:19 CST 2015


> On Dec 4, 2015, at 4:36 PM, Dmitry Shevchenko <dmishe at me.com> wrote:
> 
> Hello,
> 
> The package manager documentation says: 
> "Note that at this time the Package Manager has no support for iOS, watchOS, or tvOS platforms.”
> https://github.com/apple/swift-package-manager/blob/master/Documentation/Package.swift.md#depending-on-apple-modules-eg-foundation <https://github.com/apple/swift-package-manager/blob/master/Documentation/Package.swift.md#depending-on-apple-modules-eg-foundation>
> 
> What does “support” here mean? As far as I understand it, a package product is a static library, nothing more, so what prevents me from using it
> to build a iOS or any other app?

Right, now we only compile for the host platform (OS X or Linux, currently). Among other things, we currently have no knowledge (or options to choose) what SDK or architecture you are targeting. We also have no mechanisms for specifying what platforms targets are compatible with in the manifest.

 - Daniel

> 
> Thank you.
> 
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.swift.org_mailman_listinfo_swift-2Dusers&d=BQIGaQ&c=Hw-EJUFt2_D9PK5csBJ29kRV40HqSDXWTLPyZ6W8u84&r=teZCCTj9bCvNJ4SX_xKQ4SOVlaMWK9IXMlx_HMapKUU&m=X4DCt0FyGTyjcbsXyFLl3VVzasg9LFmBgHW2LwGu2qc&s=7A6Rw6Xk93sfS6tHW-6tRKbdmsZWiTmGhiw2Dknuwnc&e= 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20151204/2e416d3e/attachment-0001.html>


More information about the swift-users mailing list