Open
Description
Description
When trying to build swift 5.9.2 in Homebrew, the build fails with:
2023-12-24T16:55:37.9717810Z /tmp/swift-20231224-11721-bkt1we/llbuild/lib/Core/SQLiteBuildDB.cpp:28:10: fatal error: 'sqlite3.h' file not found
2023-12-24T16:55:37.9717913Z #include <sqlite3.h>
2023-12-24T16:55:37.9717995Z ^~~~~~~~~~~
2023-12-24T16:55:37.9718084Z 1 error generated.
Despite sqlite3 being included as a dependency.
Reproduction
See Homebrew/homebrew-core#157113 for the full build
Expected behavior
Completed build
Environment
Swift 5.9.2
Additional information
While this very well might be a Homebrew issue, we could use some help trying to figure out if it is.