We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8cf3e commit 303d349Copy full SHA for 303d349
1 file changed
Sources/FluidStack/ViewController/FluidStackController.swift
@@ -980,7 +980,7 @@ extension FluidStackController {
980
}
981
982
/// A wrapper object that stores an string value that identifies a instance of ``FluidStackController``.
983
- public struct Identifier: Hashable {
+ public struct Identifier: Hashable, Sendable {
984
985
public let rawValue: String
986
0 commit comments