Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 5 additions & 41 deletions Swabble/Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Swabble/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
.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"),
Comment on lines 16 to +17

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.

],
targets: [
.target(
Expand Down