-
Notifications
You must be signed in to change notification settings - Fork 90
Merge main
into release/6.2
#503
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
Conversation
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
Prevents false positives in TSAN which obscure other real issues.
This adds a helper to bundle files into the resource directory for the module.
Rather than inconsistently using Int and Int64 throughout the codebase.
Turn on the inclusive language soundness check
… scanning With an opt-in build setting SWIFT_ENABLE_INCREMENTAL_SCAN to allow early adopters to try it out
- Handle all the remaining xcspecs - centralize resource accessor generation alongside the bundling
These just need simple synchronization; use a mutex instead. This also plugs a couple occurrences of unsynchronized access.
This just removes a bunch of calls that can trivially become async.
This is an absolute requirement for correct behavior; it should not only be an assertion. Include a verbose and descriptive error message to clearly communicate the issue.
[Explicit Module Builds] Add support for Swift incremental dependency scanning
…rt it Add a third option (to complement yes/no) for some features that enables them in migration mode. Currently supported by: - `ExistentialAny` - `NonisolatedNonsendingByDefault` Resolves: rdar://145768088
… to use modifier spelling
…t-support-it [Swift] Add migrate mode to a few upcoming flags that currently suppo…
Add plugin to autogenerate windows installer content
Include xcspec resources in the CMake build
Fix xcbuildrules typo
@swift-ci test |
owenv
approved these changes
May 12, 2025
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 PR was automatically opened by a GitHub action. Review the changes included in this PR and determine if they should be included in the release branch. If yes, merge the PR. Otherwise revert changes that should not be included on this branch.