mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #21110 from aciidb0mb3r/swiftpm-manifest-version
Extend @available to support PackageDescription
This commit is contained in:
@@ -82,6 +82,9 @@ namespace swift {
|
||||
/// User-overridable language version to compile for.
|
||||
version::Version EffectiveLanguageVersion = version::Version::getCurrentLanguageVersion();
|
||||
|
||||
/// PackageDescription version to compile for.
|
||||
version::Version PackageDescriptionVersion;
|
||||
|
||||
/// Disable API availability checking.
|
||||
bool DisableAvailabilityChecking = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user