Skip to content

Update test dependencies to their current releases - #92

Open
sbeitzel wants to merge 1 commit into
developfrom
chore/update-test-deps
Open

Update test dependencies to their current releases#92
sbeitzel wants to merge 1 commit into
developfrom
chore/update-test-deps

Conversation

@sbeitzel

Copy link
Copy Markdown
Owner

Routine bump of the four test-only dependencies:

Package From To
swift-custom-dump 1.5.0 1.7.0
swift-snapshot-testing 1.19.2 1.19.4
swift-syntax 603.0.1 603.0.2
xctest-dynamic-overlay 1.9.0 1.11.0

swift package update reported a FoundationNetworking trait mismatch between
swift-snapshot-testing and swift-custom-dump while it was searching. That turned out to
come from a stale .build, not from the pins — from a clean checkout, both the old and
the new sets resolve, build, and pass the full suite (713 tests, 50 suites).

Independent of #62; either can merge first.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Ti4qg7EGCvA5Pa7o9TL8fF

swift-custom-dump 1.5.0 → 1.7.0, swift-snapshot-testing 1.19.2 → 1.19.4,
swift-syntax 603.0.1 → 603.0.2, xctest-dynamic-overlay 1.9.0 → 1.11.0.

The update run reported a FoundationNetworking trait mismatch between
swift-snapshot-testing and swift-custom-dump.  That came from a stale
.build, not from the pins: both the old and the new sets build and pass
the full suite from a clean checkout.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ti4qg7EGCvA5Pa7o9TL8fF
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.

1 participant