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
build: define build path structure in BuildSystemProvider.Kind
There are a few places that check the BuildSystemProvider.Kind is Xcode
to determine the build directory structure. With the upcoming Swift
Build integration, which uses the "Xcode path" structure, we would need
to update all instances to check the two build system provider kinds.
Add an extension on the BuildSystemProvider.Kind that create a boolean
variable `useXcodeBuildSystemPath`, which determines whether the build
system should use the xcode path structure or not. In addition, update
the code that requires a "isXcodeBuildSystemEnabled" to return this
build system provider variable.
This will hopefully help address #8272 when #8271, where it adds
`case .swiftbuild: return true` to the `useXcodeBuildSystemPath`
0 commit comments