Skip to content

Fix cache poisoning with Swift incremental compilation - #1905

Open
adincebic wants to merge 1 commit into
mainfrom
adin/simplify-worker
Open

adincebic wants to merge 1 commit into
mainfrom
adin/simplify-worker

Conversation

@adincebic

Copy link
Copy Markdown
Contributor

Previously we were copying module files back and forth between incremental storage area and Bazel output location which led to cache poisoning in some instances.
Now we just copy from incremental storage area to Bazel output location after successful build which should prevent issues described in #1126.

@adincebic

adincebic commented Sep 18, 2026 •

Copy link
Copy Markdown
Contributor Author

CI failing because of xcode_config missing from Bazel HEAD. #1906 fixes it.

@keith
keith force-pushed the adin/simplify-worker branch from 07a4236 to edbd6d9 Compare September 18, 2026 19:05
@adincebic

Copy link
Copy Markdown
Contributor Author

@keith thanks for rebasing.

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.

1 participant