Anyone else running into stack overflows very easily with Swift Concurrency? Its cooperative thread pool appears to have a relatively tiny stack size of 512K on iOS. A few large structs and things go kablooey💥
This is a leading cause of crashes in our app and it’s been hard to fix holistically.
Hat tip to @kabiroberai for figuring out the stack size from spelunking in the libpthread sources.