diff --git a/Xcodes/Backend/Environment.swift b/Xcodes/Backend/Environment.swift index 8470913..e75a875 100644 --- a/Xcodes/Backend/Environment.swift +++ b/Xcodes/Backend/Environment.swift @@ -116,7 +116,8 @@ public struct Shell { return AsyncThrowingStream { continuation in Task { - var progress = Progress() + // Assume progress will not have data races, so we manually opt-out isolation checks. + nonisolated(unsafe) var progress = Progress() progress.kind = .file progress.fileOperationKind = .downloading