Build "HelloWorld" with "Static Linux SDK" on macOS

Thanks everyone for your help!
I’ve learned so much by moving from Xcode to SwiftPM + CLI!

1 Like

This thread discusses quite a few strategies, flags, and reasons why Swift's binary stripping isn't very effective: How do I put my Swift libraries on a diet?. You should be able to use some of those strategies to get smaller binaries.

1 Like