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.
2 parents 5326fb7 + 085c424 commit 01605bdCopy full SHA for 01605bd
include/swift/Serialization/ModuleFormat.h
@@ -54,7 +54,7 @@ const uint16_t VERSION_MAJOR = 0;
54
/// in source control, you should also update the comment to briefly
55
/// describe what change you made. The content of this comment isn't important;
56
/// it just ensures a conflict if two people change the module format.
57
-const uint16_t VERSION_MINOR = 363; // Last change: storage get/set mutating
+const uint16_t VERSION_MINOR = 364; // Last change: Builtin.assignCopyArray...
58
59
using DeclID = PointerEmbeddedInt<unsigned, 31>;
60
using DeclIDField = BCFixed<31>;
0 commit comments