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 b1a641f commit 05c639aCopy full SHA for 05c639a
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