[swift-evolution] Is it possible to compile swift code to dynamic library ?
Jean-Daniel
mailing at xenonium.com
Fri Feb 10 18:30:46 CST 2017
This is what Xcode do when it build a framework. Note that your application while have to link on the Swift runtime though.
> Le 9 févr. 2017 à 07:53, Zheng Ping via swift-evolution <swift-evolution at swift.org> a écrit :
>
>
> Compile swift code to dynamic library(a *.so file which is compatible with C), and let the *.so file can be linked directly by a pure C project.
>
> --
> with kind regards
> _______________________________________________
> swift-evolution mailing list
> swift-evolution at swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution
More information about the swift-evolution
mailing list