diff --git a/Sources/NIOIMAPCore/Grammar/UID/MessageIdentifierSet.swift b/Sources/NIOIMAPCore/Grammar/UID/MessageIdentifierSet.swift index c2383b8c8..3ddbd6680 100644 --- a/Sources/NIOIMAPCore/Grammar/UID/MessageIdentifierSet.swift +++ b/Sources/NIOIMAPCore/Grammar/UID/MessageIdentifierSet.swift @@ -63,7 +63,7 @@ public struct MessageIdentifierSet: Hashable, /// This allows us to store `type`.max + 1 inside a UInt32. /// This applies for both UIDs and SequenceNumbers. @usableFromInline -struct MessageIdentificationShiftWrapper: Hashable { +struct MessageIdentificationShiftWrapper: Hashable, Sendable { var rawValue: UInt32 init(rawValue: UInt32) {