are there any plans to generated `.swiftmodule` an...
# kotlin-native
a
are there any plans to generated
.swiftmodule
and
.switftdoc
as an alternative to the currently generated objc headers?
o
What is suggested purpose of such a change?
p
According to the https://github.com/apple/swift/blob/master/docs/Serialization.rst swift module is closely tied to its compilers internals. This is a binary format containing an intermediate representation of Swift compilation, that is not even an LLVM IR, but their own. Kotlin/natives’
-produce framework
creates a dynamic library with a header ready to be linked with both Objective-C and Swift written code and doesn’t depend on some binary format that change between releases