We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b50167 commit b449a4dCopy full SHA for b449a4d
Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
@@ -91,7 +91,7 @@ internal struct LambdaHTTPServer {
91
case serverReturned(Swift.Result<Void, any Error>)
92
}
93
94
- struct UnsafeTransferBox<Value>: @unchecked Sendable {
+ fileprivate struct UnsafeTransferBox<Value>: @unchecked Sendable {
95
let value: Value
96
97
init(value: sending Value) {
0 commit comments