Commits

Kevin Ballard committed 2530957bc62
Use shims for all calls to Dispatch APIs that take blocks This ensures that blocks that come from `DispatchWorkItem`s will function correctly. The only exception is __dispatch_barrier_sync() as the block passed to that call is not `@convention(block)` so it doesn't matter. Fixes SR-2246.