You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZIPFoundation makes assumptions that Data and subdata in some situations are properly aligned on 4 byte boundaries. These assumptions are in fact not guaranteed by the API and appear to cause crashes on debug build in nightly builds of Swift 6.
Summary
ZIPFoundation
makes assumptions thatData
andsubdata
in some situations are properly aligned on 4 byte boundaries. These assumptions are in fact not guaranteed by the API and appear to cause crashes on debug build in nightly builds of Swift 6.Related Link
There is a rather straightforward fix for this: https://github.com/weichsel/ZIPFoundation/pull/339/files
The text was updated successfully, but these errors were encountered: