Skip to content

Commit cc80ec2

Browse files
committed
Make types Sendable
1 parent 4fbe594 commit cc80ec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/DependencyResolution/ProductDependency.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515

16-
public struct ProductDependency: Codable, Equatable {
16+
public struct ProductDependency: Codable, Equatable, Sendable {
1717
public var identity: String
1818
public var name: String
1919
public var url: String

Sources/DependencyResolution/ResolvedDependency.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515

16-
public struct ResolvedDependency: Codable, Equatable {
16+
public struct ResolvedDependency: Codable, Equatable, Sendable {
1717
public var packageName: String
1818
public var repositoryURL: String
1919

0 commit comments

Comments
 (0)