Per the recommendation here, I am opening an issue on this repo to request a change to the generated c_nio_llhttp.h header. It appears that the stdint.h include here needs to be moved outside the extern "C" block and included as <cstdint> when Cxx interop is enabled for Swift packages that use it to both compile and not break the debugger.
Per the recommendation here, I am opening an issue on this repo to request a change to the generated
c_nio_llhttp.hheader. It appears that thestdint.hinclude here needs to be moved outside theextern "C"block and included as<cstdint>when Cxx interop is enabled for Swift packages that use it to both compile and not break the debugger.