Skip to content

Temporarily disable negative stat caching for .framework directories #8662

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

artemcm
Copy link

@artemcm artemcm commented Apr 30, 2024

With Swift, misconfigured Xcode projects currently may fail with negative 'stat' caching of .framework directories enabled, because they do not always explicitly specify their target dependencies and may be either getting lucky wih build timing, or compiling against wrong dependenceis a lot of the time: e.g. an SDK variant of a dependency module, instead of one in the project's own build directory. Temporarily disable negative 'stat' caching here until all such projects are fixed.

rdar://127079541

With Swift, misconfigured Xcode projects currently may fail with negative 'stat' caching of `.framework` directories enabled, because they do not always explicitly specify their target dependencies and may be either getting lucky wih build timing, or compiling against wrong dependenceis a lot of the time: e.g. an SDK variant of a dependency module, instead of one in the project's own build directory. Temporarily disable negative 'stat' caching here until all such projects are fixed.

rdar://127079541
@artemcm artemcm requested a review from nkcsgexi April 30, 2024 16:15
@artemcm
Copy link
Author

artemcm commented Apr 30, 2024

@swift-ci test

@artemcm
Copy link
Author

artemcm commented Apr 30, 2024

@swift-ci test Windows platform

@nkcsgexi nkcsgexi merged commit 0f54a18 into swift/release/6.0 May 1, 2024
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.

2 participants