Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 4, 2025

This PR was automatically opened by a GitHub action. Review the changes included in this PR and determine if they should be included in the release branch. If yes, merge the PR. Otherwise revert changes that should not be included on this branch.

stmontgomery and others added 6 commits December 1, 2025 09:47
…ch (#1428)

This adds a GitHub Actions workflow which automatically creates a PR to
merge the `main` branch into the configured release branch on a set
schedule.

### Motivation:

This matches a practice a few other Swift repos have done recently, such
as Swift package manager in
swiftlang/swift-package-manager#9391.

### 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.
This exposes the `Attachment.sourceLocation` property getter as
`@_spi(ForToolsIntegrationOnly)`.

### Motivation:

Having this property be accessible as SPI will allow integrated tools to
access the source location where an attachment was recorded to provide
useful context in the results about where an attachment originated.

### 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.
This PR enables `var encoderCLSID` and `init(encoderCLSID:)` now that
swiftlang/swift#84466 has landed.

### 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.
This PR adds prose documentation explaining how to create attachments
and add them to tests.

Resolves #1143.

### 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.

---------

Co-authored-by: jgmcnutt <jgmcnutt@me.com>
What it says on the tin. The CI toolchain has been updated.

### 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 marked this pull request as ready for review December 4, 2025 17:12
@stmontgomery stmontgomery marked this pull request as draft December 4, 2025 18:41
@stmontgomery stmontgomery marked this pull request as ready for review December 5, 2025 23:08
@stmontgomery stmontgomery merged commit 4b07525 into release/6.3 Dec 6, 2025
27 checks passed
@stmontgomery stmontgomery deleted the automerge/merge-main-2025-12-04_17-10 branch December 6, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants