Skip to content

Swift binary compatibility

Compare
Choose a tag to compare
@guidomb guidomb released this 26 Mar 03:52
· 82 commits to master since this release

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)