We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d76592 commit 004df64Copy full SHA for 004df64
Sources/PackageRegistry/SourceArchiver.swift
@@ -52,7 +52,7 @@ struct SourceArchiver: Archiver {
52
}
53
54
// TODO: consider calling `libarchive` or some other library directly instead of spawning a process
55
- DispatchQueue.global(qos: .userInitiated).async {
+ DispatchQueue.sharedConcurrent.async {
56
do {
57
let result = try Process.popen(args: "bsdtar",
58
"--strip-components=1",
0 commit comments