Skip to content

Conversation

elsh
Copy link
Contributor

@elsh elsh commented Jan 30, 2025

…ackage import`.

Starting in Swift 6.0, `package` access level and `@_spiOnly` attribute have been increasingly used in import statements.
However, existing import filtering prevented serialization of package APIs that included such decls, leading to a
significant drop in overall serialization. This PR removes these restrictive filters, and allows decls from SDK or system
modules to be included in serialization.

rdar://130788606
@elsh elsh requested a review from a team as a code owner January 30, 2025 21:29
@elsh
Copy link
Contributor Author

elsh commented Jan 30, 2025

@swift-ci test

@elsh elsh added the 🍒 release cherry pick Flag: Release branch cherry picks label Jan 30, 2025
@elsh elsh requested a review from nkcsgexi January 30, 2025 21:30
@elsh elsh merged commit 1fbbebe into release/6.1 Feb 1, 2025
5 checks passed
@elsh elsh deleted the elsh/rel/pcmo-imports branch February 1, 2025 05:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants