Skip to content

build(deps): bump github.com/apple/swift-testing from 0.99.0 to 6.2.4 in /Swabble#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/swift/Swabble/github.com/apple/swift-testing-6.2.4
Open

build(deps): bump github.com/apple/swift-testing from 0.99.0 to 6.2.4 in /Swabble#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/swift/Swabble/github.com/apple/swift-testing-6.2.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps github.com/apple/swift-testing from 0.99.0 to 6.2.4.

Release notes

Sourced from github.com/apple/swift-testing's releases.

Swift 6.2.4 Release

What's Changed

Full Changelog: swiftlang/swift-testing@swift-6.2.3-RELEASE...swift-6.2.4-RELEASE

Swift 6.2.3 Release

What's Changed

Full Changelog: swiftlang/swift-testing@swift-6.2.2-RELEASE...swift-6.2.3-RELEASE

Swift 6.2.2 Release

What's Changed

Full Changelog: swiftlang/swift-testing@swift-6.2.1-RELEASE...swift-6.2.2-RELEASE

Swift 6.2.1 Release

What's Changed

Full Changelog: swiftlang/swift-testing@swift-6.2-RELEASE...swift-6.2.1-RELEASE

Swift 6.2 Release

What's Changed

... (truncated)

Commits
  • 5ee435b Bump the Swift version to 6.2.4 (#1465)
  • 48a471a Update the Swift version to 6.2.3 (#1433)
  • 0af4d10 [6.2] Ensure NonisolatedNonsendingByDefault doesn't break exit tests (#1421)
  • 3fdabe5 [6.2] Declare Xcode 26 availability for IssueHandlingTrait (#1252)
  • fb80eb9 [6.2] Clarify the outcome of applying a timeLimit trait to a suite. (#1225) (...
  • 9d0323e [6.2] Promote Issue Handling Traits to public API (#1228)
  • 6952004 [6.2] Only clear exit test ID env var upon successful lookup (#1227)
  • 9ae56eb [6.2] Reset the working directory of child processes we spawn on Windows. (#1...
  • 1c9c9af [6.2] Emit "barriers" into the stdout/stderr streams of an exit test. (#1220)
  • 93fd967 [6.2] Disallow the @Test attribute on operator declarations. (#1207)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/apple/swift-testing](https://github.com/apple/swift-testing) from 0.99.0 to 6.2.4.
- [Release notes](https://github.com/apple/swift-testing/releases)
- [Commits](swiftlang/swift-testing@0.99.0...6.2.4)

---
updated-dependencies:
- dependency-name: github.com/apple/swift-testing
  dependency-version: 6.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Mar 15, 2026
Copy link
Copy Markdown

@llamapreview llamapreview bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Code Review by LlamaPReview

🎯 TL;DR & Recommendation

Recommendation: Approve with suggestions.

This PR updates the Swift Testing framework to version 6.2.4, which may introduce breaking API changes and affect other dependencies, but no critical runtime issues were identified.

🌟 Strengths

  • Maintains dependency freshness by upgrading to the latest stable version.
  • CI/CD checks passed successfully, indicating no immediate build failures.

💡 Suggestions (P2)

  • Swabble/Package.swift: The major version jump from 0.99.0 to 6.2.4 could cause compilation failures or silent test misbehavior if the project relies on the old API.
  • Swabble/Package.resolved: The reduction in pinned dependencies suggests version resolution conflicts that could break build or runtime behavior.

💡 Have feedback? We'd love to hear it in our GitHub Discussions.
✨ This review was generated by LlamaPReview Advanced, which is free for all open-source projects. Learn more.

Comment on lines 22 to 30
{
"identity" : "swift-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-testing",
"state" : {
"revision" : "399f76dcd91e4c688ca2301fa24a8cc6d9927211",
"version" : "0.99.0"
}
},
{
"identity" : "swiftui-math",
"kind" : "remoteSourceControl",
"location" : "https://github.com/gonzalezreal/swiftui-math",
"state" : {
"revision" : "0b5c2cfaaec8d6193db206f675048eeb5ce95f71",
"version" : "0.1.0"
}
},
{
"identity" : "textual",
"kind" : "remoteSourceControl",
"location" : "https://github.com/gonzalezreal/textual",
"state" : {
"revision" : "5b06b811c0f5313b6b84bbef98c635a630638c38",
"version" : "0.3.1"
"revision" : "5ee435b15ad40ec1f644b5eb9d247f263ccd2170",
"version" : "6.2.4"
}
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 | Confidence: High

Speculative: The resolved package manifest (Package.resolved) shows a significant reduction in the total number of pinned dependencies, from 7 to 3. Major dependencies present in the original state (elevenlabskit, swift-concurrency-extras, swiftui-math, textual) are absent in the updated file. While Package.resolved is auto-generated, this indicates that the package graph resolution changed dramatically, likely because the updated swift-testing 6.2.4 package has different or stricter dependency constraints, causing these other packages to be pruned. If the main Package.swift file still declares these dependencies, this represents a version resolution conflict that could break the build or runtime behavior.

Comment on lines 16 to +17
.package(url: "https://github.com/steipete/Commander.git", exact: "0.2.1"),
.package(url: "https://github.com/apple/swift-testing", from: "0.99.0"),
.package(url: "https://github.com/apple/swift-testing", from: "6.2.4"),
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 | Confidence: Medium

Speculative: This PR updates the Swift Testing framework from a pre-1.0 version (0.99.0) to a mature major version (6.2.4). Such a massive version jump (0.x to 6.x) is extremely likely to contain breaking API changes. The related_context shows no usage of import Testing or @Test attributes, but this absence does not guarantee they aren't used elsewhere in the codebase. If the project's test suites use the old swift-testing 0.x API, this dependency update will cause immediate compilation failures or silent test misbehavior (e.g., tests not being discovered or run). This risk is inherent to all major version upgrades of a core testing framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants