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
Improve compatibility with newer compilers and unify the aperture interface. This is a source break but the changes should be minor and mechanical. In exchange, this improves support for single consumption of inputs, which is crucial when dealing with borrowed data.
No functional changes, but certify that unxip is data-race free using the Swift 6 compiler. (Note that this slightly changes the exposed API surface, but in a way that I expect to be source compatible for the majority of users.)