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
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. The Swift project does not officially
> support FreeBSD.
0 commit comments