diff --git a/Firestore/Swift/Source/Codable/DocumentID.swift b/Firestore/Swift/Source/Codable/DocumentID.swift index 42c12b59092..97e295e161c 100644 --- a/Firestore/Swift/Source/Codable/DocumentID.swift +++ b/Firestore/Swift/Source/Codable/DocumentID.swift @@ -108,8 +108,8 @@ protocol DocumentIDProtocol { /// its value is ignored. This allows you to read a document from one path and /// write it into another without adjusting the value here. @propertyWrapper -public struct DocumentID: - StructureCodingUncodedUnkeyed { +public struct DocumentID: + StructureCodingUncodedUnkeyed, Sendable { private var value: Value? = nil public init(wrappedValue value: Value?) {