Description
After the 4/1 nightly toolchain became available, swift-foundation is failing to build in CI
Reproduction
See CI run at https://github.com/swiftlang/swift-foundation/actions/runs/23912627888/job/69738273903?pr=1871
/usr/local/lib/android/sdk/ndk/29.0.14206865/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1/cstdlib:93:5: error: <cstdlib> tried including <stdlib.h> but didn't find libc++'s <stdlib.h> header. This usually means that your header search paths are not configured properly. The header search paths should contain the C++ Standard Library headers before any C Standard Library, and you are probably using compiler flags that make that not be the case.
93 | # error <cstdlib> tried including <stdlib.h> but didn't find libc++'s <stdlib.h> header. \
| ^
Expected behavior
Build succeeds like normal
Environment
Swift version 6.4-dev (LLVM b8889af02f47cf7, Swift cf7481b)
Additional information
No response
Description
After the 4/1 nightly toolchain became available, swift-foundation is failing to build in CI
Reproduction
See CI run at https://github.com/swiftlang/swift-foundation/actions/runs/23912627888/job/69738273903?pr=1871
Expected behavior
Build succeeds like normal
Environment
Swift version 6.4-dev (LLVM b8889af02f47cf7, Swift cf7481b)
Additional information
No response