You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After spending quite some time on this, I determined that Swift incremental compilation via Bazel and rules_swift does not work. I am aware that there has been some progress made on this in the past and I believe that incremental compilation does work for smaller modules but not for ones that contain a couple of thousands source files.
After spending quite some time on this, I determined that Swift incremental compilation via Bazel and rules_swift does not work. I am aware that there has been some progress made on this in the past and I believe that incremental compilation does work for smaller modules but not for ones that contain a couple of thousands source files.
I created a small reproducer project and provided more details on what I tried in the
README
file.Find the repro here: https://github.com/adincebic/bazel-ios-swiftui-template/tree/ac/swift-incremental-compilation-not-working
The text was updated successfully, but these errors were encountered: