From ca31cbd2885c442e189067c9fcfa0e7e8d6a495f Mon Sep 17 00:00:00 2001 From: Iceman Date: Tue, 5 Mar 2024 17:34:01 +0900 Subject: [PATCH] Add Sendable to AWSShapeOptions (#603) --- 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) {