gradle-native
gradle-native copied to clipboard
Swift 6 incremental compilation on Linux
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.