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
letafterCompilesDependnigJobs= jobsInPhases.afterCompiles.filter{postCompileJob in postCompileJob.inputs.contains(where: beforeCompileJobOutputs.contains)}
143
+
if afterCompilesDependnigJobs.isEmpty || afterCompilesDependnigJobs.allSatisfy({ $0.kind ==.verifyModuleInterface }){
144
+
returnfalse
145
+
}else{
146
+
returntrue
147
+
}
143
148
}
144
149
145
150
/// Figure out which compilation inputs are *not* mandatory at the start
0 commit comments