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
Disable async availability checking for swift_deletedAsyncMethodError.
Prior versions of the _Concurrency library failed to provide
appropriate availability annotations for
`swift_deletedAsyncMethodError`, which makes them unusable with newer
Swift compilers. Avoid this problem by not checking availability for
this specific API.
Fixes rdar://80967376.
0 commit comments