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
Transparent and inlinable declarations had the OS version availability
applied to them. This broke some declarations coming from the standard
library, specifically `_checkExpectedExecutor`. Rather than crashing,
SILGen silently omits the check, resulting in failing tests, and
unchecked code. FreeBSD is not one of the platforms where availability
is set up, so clear the availability version number like what is done
for all non-Apple platforms.
0 commit comments