Skip to content

Conversation

matthewbastien
Copy link
Member

@matthewbastien matthewbastien commented Sep 26, 2025

Description

A couple nightly Swift 5.9 tests are failing to resolve swift-markdown because they bumped their Package.swift version to 6.2 without providing a Package.swift for 5.x. This should be resolved soon, but we really don't need to be on the bleeding edge when it comes to the swift-markdown dependency in the tests. Use the 0.7.1 release instead to keep things a little more stable.

Additionally, this PR will ensure that we don't pick up old SwiftPM caches by explicitly setting --cache-path in our tests to ${workspaceFolder}/.spm-cache.

Tasks

  • [ ] Required tests have been written
  • [ ] Documentation has been updated
  • [ ] Added an entry to CHANGELOG.md if applicable

@matthewbastien matthewbastien marked this pull request as ready for review September 29, 2025 14:25
@matthewbastien matthewbastien merged commit e412f6a into swiftlang:main Sep 29, 2025
23 checks passed
@matthewbastien matthewbastien deleted the swift-5.9-fixes branch September 29, 2025 16:34
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.

2 participants