Xcode indexer for main component shouldn't contain itself in `SWIFT_INCLUDE_PATHS` when XCTest plugin is applied
Open
a:bug
in:xcode
in:xctest
- Dominant language
- No language data
- Stars
- 94
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
As express in [this comment](https://github.com/gradle/gradle/pull/3660/files#r155445962), the Xcode indexer `SWIFT_INCLUDE_PATHS` is wrong when XCTest plugin is applied. It shouldn't contain the main component module path.
### Expected Behaviors
Don't include main component's module path in `SWIFT_INCLUDE_PATHS` of Xcode indexer target when XCTest plugin is applied.
Contributor guide
Assessment
This issue has not been assessed yet.