Skip to content

Commit d82a649

Browse files
authored
Remove trailing comma from downloadAndPopulateCache (#8328)
This restores the ability to build SwiftPM using a Swift 6.0 compiler.
1 parent 9094f1e commit d82a649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageRegistry/RegistryDownloadsManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public class RegistryDownloadsManager: AsyncCancellable {
153153
packagePath: AbsolutePath,
154154
observabilityScope: ObservabilityScope,
155155
delegateQueue: DispatchQueue,
156-
callbackQueue: DispatchQueue,
156+
callbackQueue: DispatchQueue
157157
) async throws -> FetchDetails {
158158
if let cachePath {
159159
do {

0 commit comments

Comments
 (0)