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 4198312 commit 61b1ae8Copy full SHA for 61b1ae8
Package.swift
@@ -6,10 +6,7 @@ let defaultSwiftSettings: [SwiftSetting] =
6
[
7
.enableExperimentalFeature(
8
"AvailabilityMacro=LambdaSwift 2.0:macOS 15.0"
9
- ),
10
-
11
- // then, in code, use
12
- // @available(LambdaSwift 2.0, *)
+ )
13
]
14
15
let package = Package(
[email protected]
@@ -8,7 +8,7 @@ let defaultSwiftSettings: [SwiftSetting] = [
.define("LocalServerSupport"),
+ ),
0 commit comments