Disable package customization of module ABI name#1601
Merged
stmontgomery merged 2 commits intoswiftlang:mainfrom Mar 3, 2026
Merged
Disable package customization of module ABI name#1601stmontgomery merged 2 commits intoswiftlang:mainfrom
stmontgomery merged 2 commits intoswiftlang:mainfrom
Conversation
Resolves rdar://170069880
grynspan
reviewed
Mar 2, 2026
grynspan
approved these changes
Mar 2, 2026
Contributor
grynspan
left a comment
There was a problem hiding this comment.
Suggestion for a different way to phrase the change in Package.swift.
stmontgomery
added a commit
that referenced
this pull request
Mar 3, 2026
- **Explanation**: Resolve an issue which prevents building documentation for the package locally. - **Scope**: Affects the package build only, does not affect production builds. - **Issues**: rdar://170069880 - **Original PRs**: #1601 - **Risk**: Low; disables a compiler flag added within this release. - **Testing**: Local documentation build no longer emits these warnings. - **Reviewers**: @grynspan
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This disables a portion of the changes introduced in #1471 which specified an alternate module ABI name when building this project as a Swift package.
Resolves rdar://170069880
Motivation:
These changes regressed our ability to build documentation for the package. In order to reintroduce the original fix in full, we'll need a way to customize the ABI name of a module for the purpose of building documentation.
Checklist: