-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Adopt MemberImportVisibility #8525
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
plemarquand
merged 35 commits into
swiftlang:main
from
plemarquand:member-import-visibility-2
Apr 23, 2025
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
4eba6bd
Adopt MemberImportVisiblity - PackageDescription
plemarquand ac025bc
Adopt MemberImportVisiblity - AppleProductTypes
plemarquand 5066e93
Adopt MemberImportVisiblity - PackagePlugin
plemarquand 9b6cd68
Adopt MemberImportVisiblity - SourceKitLSPAPI
plemarquand 8269986
Adopt MemberImportVisiblity - _AsyncFileSystem
plemarquand decb07a
Adopt MemberImportVisiblity - Basics
plemarquand a046607
Adopt MemberImportVisiblity - LLBuildManifest
plemarquand 28bfbc6
Adopt MemberImportVisiblity - PackageRegistry
plemarquand 562eb1c
Adopt MemberImportVisiblity - SourceControl
plemarquand bda8eec
Adopt MemberImportVisiblity - SPMLLBuild
plemarquand faa3b49
Adopt MemberImportVisiblity - PackageModel
plemarquand 3fec67d
Adopt MemberImportVisiblity - PackageModelSyntax
plemarquand bbf8cd9
Adopt MemberImportVisiblity - PackageLoading
plemarquand 9212ad4
Adopt MemberImportVisiblity - PackageGraph
plemarquand f40e214
Adopt MemberImportVisiblity - PackageCollectionsModel
plemarquand cc152fd
Adopt MemberImportVisiblity - PackageCollections
plemarquand 5915448
Adopt MemberImportVisiblity - PackageCollectionsSigning
plemarquand c8ff19c
Adopt MemberImportVisiblity - PackageFingerprint
plemarquand 47910d5
Adopt MemberImportVisiblity - PackageSigning
plemarquand 034a721
Adopt MemberImportVisiblity - SPMBuildCore
plemarquand e3ab583
Adopt MemberImportVisiblity - Build
plemarquand 7cae693
Adopt MemberImportVisiblity - DriverSupport
plemarquand 6f648e1
Adopt MemberImportVisiblity - XCBuildSupport
plemarquand d369f88
Adopt MemberImportVisiblity - SwiftBuildSupport
plemarquand 48583c9
Adopt MemberImportVisiblity - Workspace
plemarquand 8d90be8
Adopt MemberImportVisiblity - PackageMetadata
plemarquand 1b24664
Adopt MemberImportVisiblity - CoreCommands
plemarquand e7b9b1c
Adopt MemberImportVisiblity - Commands
plemarquand 0676ca7
Adopt MemberImportVisiblity - SwiftSDKCommand
plemarquand dcf528c
Adopt MemberImportVisiblity - PackageCollectionsCommand
plemarquand 835852a
Adopt MemberImportVisiblity - PackageRegistryCommand
plemarquand 4a7e73c
Adopt MemberImportVisiblity - CompilerPluginSupport
plemarquand 52e6839
Adopt MemberImportVisiblity - PackageGraphTests
plemarquand a96a733
Cleanup
plemarquand 32d6aff
Refactor out settings in to a variable, don't use MemberImportVisibil…
plemarquand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: should we be using
swift6CompatibleExperimentalFeatures
instead ofcommonExperimentalFeatures
in the event a developer is using Swift 6.0.x to build the project?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want these to apply to any toolchain. The
swift6CompatibleExperimentalFeatures
var only exists for targets that currently fail to build withMemberImportVisibility
on in 6.0.3.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we understand why those targets fail to build on 6.0.3? Can we raise an issue to ensure we get this addressed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They don't fail on 6.1, so my assumption is it's already fixed.