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
For a given target, in the Explicit Module Build world, swift-driver produces jobs to build the main module and jobs to build all module dependencies.
cross-target dependencies should be added as explicit inputs to a target's main module build job, but not intermediate build dependency jobs.
Always adding cross-target dependencies as inputs can lead to cycles in the build manifest when multiple targets share common intermediate module dependencies.
0 commit comments