Closed triplef closed 9 months ago
A recent change in libdispatch causes the toolchain build to fail when the minimum API level is < 28 as noted here.
We need to up our API level or add a patch for libdispatch.
This is also being fixed upstream: https://github.com/apple/swift-corelibs-libdispatch/pull/811
A recent change in libdispatch causes the toolchain build to fail when the minimum API level is < 28 as noted here.
We need to up our API level or add a patch for libdispatch.