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 7d23db3 commit e4355a8Copy full SHA for e4355a8
lib/Serialization/ModuleFormat.h
@@ -58,7 +58,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
58
/// describe what change you made. The content of this comment isn't important;
59
/// it just ensures a conflict if two people change the module format.
60
/// Don't worry about adhering to the 80-column limit for this line.
61
-const uint16_t SWIFTMODULE_VERSION_MINOR = 747; // `consuming` and `borrowing` decl modifiers
+const uint16_t SWIFTMODULE_VERSION_MINOR = 748; // added DeclContextKind::Package used by Serialization
62
63
/// A standard hash seed used for all string hashes in a serialized module.
64
///
0 commit comments