Swift binary compatibility
Changes
Breaking
- From now on the hash of the archive is being created using a digest of the Cartfile.resolved plus the Swift version number used to compile all the dependencies. This avoid problems that could happen every time Apple releases a new Swift version due to ABI incompatibility between versions. #14 (thanks @msanders)