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
SwiftShims: memcmp parameters are non-optional on Apple platforms
Fix the SwiftShims local declaration of memcmp for its parameters to
have the same optionality as the SDK version. They should be `_Nonnull`
to mirror the `_string` version.
Follow-up to swiftlang#77964
rdar://140596571
0 commit comments