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