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
In Swift 6.2 (6.2.0.19.9), Data.bytes now returns a RawSpan not a [UInt8].
Updated usages of .bytes where we are expecting [UInt8] by slicing Data directly.
0 commit comments