Skip to content

Commit 26ca6e8

Browse files
committed
Add sendable conformance to identifier
1 parent 2b8cf3e commit 26ca6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FluidStack/ViewController/FluidStackController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ extension FluidStackController {
980980
}
981981

982982
/// A wrapper object that stores an string value that identifies a instance of ``FluidStackController``.
983-
public struct Identifier: Hashable {
983+
public struct Identifier: Hashable, Sendable {
984984

985985
public let rawValue: String
986986

0 commit comments

Comments
 (0)