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
Copy file name to clipboardExpand all lines: Sources/SWBTaskConstruction/TaskProducers/OtherTaskProducers/ModuleVerifierTaskProducer.swift
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,7 @@ final class ModuleVerifierTaskProducer: PhasedTaskProducer, TaskProducer {
320
320
passthrough(BuiltinMacros.PROJECT_DIR)
321
321
passthrough(BuiltinMacros.PROJECT_TEMP_DIR)
322
322
passthrough(BuiltinMacros.BUILT_PRODUCTS_DIR)
323
+
passthrough(BuiltinMacros.WORKSPACE_DIR)
323
324
324
325
// Module cache: with explicit modules we have a strict context hash that ensures correctness. For implicit modules create a separate cache for each target to prevent cache-correctness issues from leaking into validation. This matches the external modules-verifier tool, which always creates a separate cache.
325
326
if scope.evaluate(BuiltinMacros.CLANG_ENABLE_EXPLICIT_MODULES) || scope.evaluate(BuiltinMacros._EXPERIMENTAL_CLANG_EXPLICIT_MODULES){
Copy file name to clipboardExpand all lines: Sources/SWBTaskConstruction/TaskProducers/WorkspaceTaskProducers/CompilationCachingConfigFileTaskProducer.swift
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ final class CompilationCachingConfigFileTaskProducer: StandardTaskProducer, Task
0 commit comments