Frameworks vs Swift Packages

Hi


Wwhat's the difference between Frameworks and Swift Packages, both create reusable code that we can use in another programs or I'm wrong ?

Answered by Claude31 in 416168022

Detailed explanation here:

h ttps://medium.com/@zippicoder/libraries-frameworks-swift-packages-whats-the-difference-764f371444cd


One of the major differences is that Swift packages contain source code, frameworks binary code.

Accepted Answer

Detailed explanation here:

h ttps://medium.com/@zippicoder/libraries-frameworks-swift-packages-whats-the-difference-764f371444cd


One of the major differences is that Swift packages contain source code, frameworks binary code.

Aha so packages is kind of open source ?

Frameworks vs Swift Packages
 
 
Q