I ran into what looks like a Static Linux SDK regression on 6.4 and filed swiftlang/swift#90196.
Short version: a package that links two vendored BoringSSL copies (swift-nio-ssl + swift-crypto) fails to statically link against musl with duplicate libc++abi symbols (set_new_handler, __cxa_*, terminate, etc). The same package links fine on 6.3.2, and it fails on both Linux and macOS hosts with 6.4, so it points at the toolchain rather than the libraries. Minimal repro and a 6.3-vs-6.4 matrix are in the issue.
Anyone seen this, or know if it belongs somewhere other than swiftlang/swift?
Right, I'm just wondering if the issue is with swift-build or with the SDK itself. If it works with build system native, then it's the SDK that has regressed.