Skip to content

[6.2 🍒][Dependency Scanning] Keep track of each imported module's access control #82779

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

Conversation

artemcm
Copy link
Contributor

@artemcm artemcm commented Jul 3, 2025

Cherry-pick of #82169

  • Explanation: Adds an access control field for each imported module identified. When multiple imports of the same module are found, this keeps track of the most "open" access specifier.

  • Scope: Builds which enable Explicitly built modules.

  • Risk: Low. These changes are largely additive to the dependency scanner and are not currently relied upon by build system clients.

  • Reviewed By: @xymus

  • Problem: rdar://148055487

  • Original PR: [Dependency Scanning] Keep track of each imported module's access control #82169

artemcm added 2 commits July 3, 2025 11:12
…trol

Adds an access control field for each imported module identified. When multiple imports of the same module are found, this keeps track of the most "open" access specifier.
@artemcm artemcm requested a review from a team as a code owner July 3, 2025 18:15
@artemcm artemcm added 🍒 release cherry pick Flag: Release branch cherry picks swift 6.2 labels Jul 3, 2025
@artemcm
Copy link
Contributor Author

artemcm commented Jul 3, 2025

@swift-ci test

Copy link
Contributor

@nkcsgexi nkcsgexi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@artemcm artemcm merged commit 8cec61e into swiftlang:release/6.2 Jul 7, 2025
5 checks passed
@artemcm artemcm deleted the 62_DepScanImportAccessControl branch July 7, 2025 17:53
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.

3 participants