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
The platform name was hard-coded to `linux`. The target name when
building for FreeBSD is `swiftCore-freebsd-${arch}` resulting in a build
failure due to the missing swiftCore-linux-${arch} target.
0 commit comments