gradle-native icon indicating copy to clipboard operation
gradle-native copied to clipboard

Swift 6 incremental compilation on Linux

Open ov7a opened this issue 4 months ago • 0 comments

On Linux, the incremental build may work incorrectly. Potentially because of broken parent-child relationship sources and executable files.

Context

This arose during the implementation of

  • https://github.com/gradle/gradle/pull/30712

Steps to reproduce

Remove the preconditions and run tests from SwiftIncrementalBuildIntegrationTest (e.g. "removes stale executable file when all source files are removed") on Linux.

ov7a avatar Oct 07 '24 12:10 ov7a