From d17012a95c0872a6d5da04ff16c4f0bfcb1c6e80 Mon Sep 17 00:00:00 2001 From: Iceman Date: Tue, 5 Mar 2024 09:52:38 +0900 Subject: [PATCH] Add Sendable to AWSShapeOptions --- Sources/SotoCore/Doc/AWSShape.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SotoCore/Doc/AWSShape.swift b/Sources/SotoCore/Doc/AWSShape.swift index 67fe28e77..e9a560aed 100644 --- a/Sources/SotoCore/Doc/AWSShape.swift +++ b/Sources/SotoCore/Doc/AWSShape.swift @@ -225,7 +225,7 @@ public extension AWSEncodableShape { public protocol AWSDecodableShape: AWSShape & Decodable {} /// AWSShape options. -public struct AWSShapeOptions: OptionSet { +public struct AWSShapeOptions: OptionSet, Sendable { public var rawValue: Int public init(rawValue: Int) {