1: What exactly does -c release do when passed to swiftui build in a package? From looking at SPMs source briefly, I'd say things like -Xlinker -dead_strip, -O, and -O2 (C flag, so probably with -Xcc?), but is that documented anywhere?
2: I'd like to reproduce the same behavior by invoking swiftc, is that possible; and if so, how?