Dead code stripping on a dynamic framework doesn't strip unused symbols from a linked static library (SPM)

Hey, I'm curious if you tried the Swift frontend flag internalize-at-link, would like to know if that makes a difference in your case.

See: Why public symbols are always no_dead_strip?