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
Bump the required compiler version for systemEpoch to 6.3. (#1213)
There are some workflows including Xcode 26 betas where the compiler
version is 6.2 but `systemEpoch` isn't available yet, so bump the
requirement for it to 6.3. This is temporary and we can delete the check
outright after 6.2 ships.
### 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