SwiftyLab / MetaCodable

Supercharge Swift's Codable implementations with macros meta-programming.
https://swiftpackageindex.com/SwiftyLab/MetaCodable/main/documentation/metacodable
MIT License
629 stars 23 forks source link

Distribute a prebuilt binary #55

Closed kingnight closed 7 months ago

kingnight commented 10 months ago

It is recommended to release not only the source code, but also the precompiled version to reduce the CI time

soumyamahunt commented 10 months ago

MetaCodable is a macro library, most of the code is generated during build and hence can't be provided as binary.

I don't think you need binary anyway, have you tried caching build folder for your CI?

kingnight commented 10 months ago

no, I will try it , thanks

soumyamahunt commented 7 months ago

Closing this as this isn't part of the scope.