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
FoundationExtensions: enable autoreleasepool on Windows (#602)
The `autoreleasepool` is technically required on all non-ObjC runtimes.
It is likely better to use the unstable `_runtime(_ObjC)` check but for
now simply extend the OS list with Windows.
0 commit comments