Merge branch 'main' into elsh/pkg-sil-verify

This commit is contained in:
Ellie Shin
2024-04-17 22:46:55 -07:00
committed by GitHub
604 changed files with 9702 additions and 3715 deletions

View File

@@ -58,7 +58,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
/// Don't worry about adhering to the 80-column limit for this line.
const uint16_t SWIFTMODULE_VERSION_MINOR = 870; // SerializePackageEnabled
const uint16_t SWIFTMODULE_VERSION_MINOR = 871; // SerializePackageEnabled
/// A standard hash seed used for all string hashes in a serialized module.
///