mirror of
https://github.com/apple/swift-foundation.git
synced 2025-05-20 20:32:14 +08:00
* Guard out user/group related code on WASI This change guards out the user/group related code on WASI, as WASI does not have the concept of users or groups. * Throw explicit unsupported error if trying to set user or group on WASI Instead of implicitly ignoring user-given values, we should throw exception to make it clear that those values cannot be set on WASI.