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
The SPI declaration for `libdispatch_init` was not attribtued properly.
The result of this omission was an improper reference to the function on
Windows when disaptch is _not_ linked statically. Correct the
declaration by re-using the `DISPATCH_EXPORT` macro to decorate the
declaration with the appropriate DLLStorage as necessary.
This was caught by running the Foundation tests with SPM with a
refactoring of the toolchain layout during the build.
0 commit comments