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
SwiftBuildSupport: Revert patch required when we were using '#if canImport(SwiftBuild)' checks (#8957)
### Motivation:
We couldn't call `SwiftBuildSupport.PackagePIFBuilder` from
`SwiftBuildSupport/BuildSystem.swift` given the prior
`#if canImport(SwiftBuild)` checks in former. This is no longer the case.
### Modifications:
Provides a minor code cleanup in `PackagePIFBuilder+Helpers.swift`.
This is tracked by: rdar://139545019
0 commit comments