mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fixes a linux build error. The `var standardError` was only used in one place for logging, which can be done with `log` anyway. Instead of using such C library constructs directly we should bridge to higher level APIs. This is more platform independent. https://github.com/swiftlang/swift/issues/73252 https://github.com/swiftlang/swift/issues/74701