You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.