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 dff8787 commit 9fef155Copy full SHA for 9fef155
Package.swift
@@ -20,8 +20,7 @@ let package = Package(
20
.product(name: "AWSLambdaEvents", package: "swift-aws-lambda-events"),
21
.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime"),
22
],
23
- path: "Sources",
24
- swiftSettings: [.enableExperimentalFeature("StrictConcurrency=complete")]
+ path: "Sources"
25
),
26
// test targets
27
.testTarget(
0 commit comments