File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Examples/Streaming+Codable Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ let package = Package(
2020 . product( name: " AWSLambdaRuntime " , package : " swift-aws-lambda-runtime " ) ,
2121 . product( name: " AWSLambdaEvents " , package : " swift-aws-lambda-events " ) ,
2222 ] ,
23- swiftSettings: [ . enableExperimentalFeature( " NonisolatedNonsendingByDefault " ) ]
23+ swiftSettings: [ . enableExperimentalFeature( " NonisolatedNonsendingByDefault " ) ]
2424 ) ,
2525 . testTarget(
2626 name: " Streaming+CodableTests " ,
2727 dependencies: [
2828 " StreamingCodable " ,
2929 . product( name: " AWSLambdaRuntime " , package : " swift-aws-lambda-runtime " ) ,
3030 ] ,
31- swiftSettings: [ . enableExperimentalFeature( " NonisolatedNonsendingByDefault " ) ]
31+ swiftSettings: [ . enableExperimentalFeature( " NonisolatedNonsendingByDefault " ) ]
3232 ) ,
3333 ]
3434)
You can’t perform that action at this time.
0 commit comments