Skip to content

Commit

Permalink
Conform PackageProvider to Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Sep 7, 2024
1 parent 8ebc2f6 commit a83e096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftPackageList/PackageProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

/// A type that provides ``Package``s from some arbitrary source.
public protocol PackageProvider {
public protocol PackageProvider: Sendable {

/// Provides the array of packages.
/// - Returns: An array of ``Package`` objects.
Expand Down

0 comments on commit a83e096

Please sign in to comment.