[Pre-Pitch] Statically linking the Swift runtime libraries by default on Linux

With SE-0332 coming into the picture, one alternative design direction could be to create a Linux oriented "packaging" plugin which would (among other things) build applications for Linux with the runtime static linking flags (-Xswiftc -static-stdlib) saving the need to change SwiftPM's default behavior. What do folks think about such alternative?

1 Like