Merge pull request #21110 from aciidb0mb3r/swiftpm-manifest-version

Extend @available to support PackageDescription
This commit is contained in:
Ankit Aggarwal
2019-01-07 12:20:23 -08:00
committed by GitHub
23 changed files with 370 additions and 93 deletions

View File

@@ -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;