Skip to content

[cherry-pick release/6.0]Build fix for when the Darwin module is split up #75794

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

Conversation

ian-twilightcoder
Copy link
Contributor

After the C standard library headers are split out of Darwin, DumpConcurrency.swift no longer sees string.h. Explicitly import <string.h>'s new module when it's available.
rdar://127076885

…t up

After the C standard library headers are split out of Darwin, DumpConcurrency.swift no longer sees string.h. Explicitly import <string.h>'s new module when it's available.
rdar://127076885
@ian-twilightcoder ian-twilightcoder requested a review from a team as a code owner August 9, 2024 03:54
@ian-twilightcoder
Copy link
Contributor Author

Explanation: This change is required for open source Swift to compile using the SDKs in Xcode 16 beta 5 and beyond.
Radar (and possibly SR Issue): rdar://127076885
Scope: This only affects building Swift itself.
Risk: None anticipated.
Testing: CI.
Reviewed By: Saleem Abdulrasool (compnerd), Mike Ash (mikeash), Alastair Houghton (al45tair)

@ian-twilightcoder
Copy link
Contributor Author

@swift-ci test

@ian-twilightcoder ian-twilightcoder merged commit 026ffdd into swiftlang:release/6.0 Aug 12, 2024
5 checks passed
@ian-twilightcoder ian-twilightcoder deleted the swiftremotemirror_buildfix branch August 15, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants