Skip to content

[6.2 🍒][Dependency Scanning] Add a field of source-imported dependencies #81183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025

Conversation

artemcm
Copy link
Contributor

@artemcm artemcm commented Apr 29, 2025

Cherry-pick of #80915

Explanation: For the main source module, provide info on which dependencies are directly imported into the user program, explicitly ('import' statement) or implicitly (e.g. stdlib). This list does not include Swift overlay dependencies, cross-import dependencies, bridging header dependencies.
Scope: Does not affect existing clients, provides a new API.
Risk: Low, this is a purely additive API change which should not affect existing clients.
Testing: Added a test to the compiler test suite.
Issue: rdar://146697570

@artemcm artemcm added 🍒 release cherry pick Flag: Release branch cherry picks swift 6.2 labels Apr 29, 2025
@artemcm artemcm requested a review from nkcsgexi April 29, 2025 22:14
@artemcm artemcm requested a review from a team as a code owner April 29, 2025 22:14
@artemcm
Copy link
Contributor Author

artemcm commented Apr 29, 2025

@swift-ci test

For the main source module, provide info on which dependencies are directly imported into the user program, explicitly ('import' statement) or implicitly (e.g. stdlib). Thist list does not include Swift overlay dependencies, cross-import dependencies, bridging header dependencies.
@artemcm artemcm force-pushed the AddSourceOnlyImportDeps_62 branch from 9948ec3 to f0518f6 Compare April 30, 2025 17:17
@artemcm
Copy link
Contributor Author

artemcm commented Apr 30, 2025

@swift-ci test

@artemcm artemcm enabled auto-merge April 30, 2025 23:54
@artemcm artemcm merged commit f2a8ed1 into swiftlang:release/6.2 May 1, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 6.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants