Skip to content

Conversation

matthewbastien
Copy link
Member

@matthewbastien matthewbastien commented Oct 14, 2025

Description

With the new changes to use the --show-bin-path option from SwiftPM, the target triple is now present in the "program" for auto generated launch configurations. This makes it impossible to share the configuration between different platforms.

I've added new "target" and "configuration" properties to all Swift launch configurations that can be used instead of the "program" to debug a target from the Package.swift. All auto-generated launch configs will use these new properties going forward, but the "program" property can still be used to support cmake and other non-SwiftPM build systems.

Issue: #1889

Tasks

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

@award999 award999 added the full-test-run Perform a full test suite run. Apply this label before pushing up a PR or commit label Oct 15, 2025
@award999
Copy link
Contributor

Adding full test run label to make sure there are no surprises in nightly after merging

@matthewbastien matthewbastien merged commit 6c9733e into swiftlang:main Oct 16, 2025
51 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

full-test-run Perform a full test suite run. Apply this label before pushing up a PR or commit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants