Skip to content

Update README to reference 6.1 CI jobs instead of 6.0 and add Windows job #1083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025

Conversation

stmontgomery
Copy link
Contributor

This updates the README.md to adjust outdated 6.0 Swift CI links and badge images with the new 6.1 versions, and adds a 6.1 job for Windows.

The main branch of this project no longer builds using a Swift toolchain older than 6.1.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

Related to rdar://148341131

@stmontgomery stmontgomery added bug 🪲 Something isn't working documentation 📚 Improvements or additions to documentation labels Apr 17, 2025
@stmontgomery stmontgomery added this to the Swift 6.x milestone Apr 17, 2025
@stmontgomery stmontgomery self-assigned this Apr 17, 2025
@stmontgomery stmontgomery merged commit 3abbb2b into swiftlang:main Apr 17, 2025
@stmontgomery stmontgomery deleted the update-readme-ci branch April 17, 2025 23:16
stmontgomery added a commit that referenced this pull request Apr 19, 2025
…ting 6.1 development snapshot toolchains (#1084)

This fixes a build failure when attempting to build the `main` branch
using a 6.1 development snapshot toolchain. This failure was introduced
by #1069, which added usage of the new `@unsafe` attribute, and the
failure was revealed when we set up the 6.1 CI jobs in #1083.

Here are some relevant related Swift PRs which give context around these
changes:

- swiftlang/swift#75413
- swiftlang/swift#79645

See the code comment for more details.

### 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.
@stmontgomery stmontgomery modified the milestones: Swift 6.x, Swift 6.2 Apr 24, 2025
stmontgomery added a commit that referenced this pull request Apr 24, 2025
Fix a small oversight in the URL of the CI status badge for Swift 6.1
Windows, which I added in #1083. The URL points to the wrong CI server
domain, so it says "Not run" instead of "Passing".

### 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working documentation 📚 Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants