File tree 1 file changed +2
-0
lines changed
Sources/PackageDescription
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,7 @@ public struct SwiftSetting: Encodable {
313
313
/// - name: The name of the future feature, e.g., ConciseMagicFile.
314
314
/// - condition: A condition that restricts the application of the build
315
315
/// setting.
316
+ @available ( _PackageDescription, introduced: 5.7 )
316
317
public static func enableFutureFeature(
317
318
_ name: String ,
318
319
_ condition: BuildSettingCondition ? = nil
@@ -336,6 +337,7 @@ public struct SwiftSetting: Encodable {
336
337
/// - name: The name of the experimental feature, e.g., VariadicGenerics.
337
338
/// - condition: A condition that restricts the application of the build
338
339
/// setting.
340
+ @available ( _PackageDescription, introduced: 5.7 )
339
341
public static func enableExperimentalFeature(
340
342
_ name: String ,
341
343
_ condition: BuildSettingCondition ? = nil
You can’t perform that action at this time.
0 commit comments