You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add platform-specific branches for FreeBSD. (#685)
This PR adds support for FreeBSD where we have platform-specific code.
Most changes simply involve changing `os(Linux)` to `os(Linux) ||
os(FreeBSD)`, although there is some actual platform-specific code and
at least one spot where Darwin and FreeBSD share an implementation but
Linux does not.
> [!NOTE]
> This new code is minimally tested. Support for FreeBSD is provided by
the Swift community.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments