Quantcast
Channel: Package Manager - Swift Forums
Viewing all articles
Browse latest Browse all 166

Is it possible to distribute a compiled version of swift package?

$
0
0

Hey.
I have been wondering if it is possible to distribute a swift package in a compiled form? The way you can distribute c source code using .h and .o files.
In this way, the developer can distribute the package without revealing the underlying source code, and removes the need to compile the module again and again. The latter is extremely important since the compile time for swift syntax, which is required for building macros, is extremely long when -WMO.

4 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 166

Trending Articles