File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
55
55
// / describe what change you made. The content of this comment isn't important;
56
56
// / it just ensures a conflict if two people change the module format.
57
57
// / Don't worry about adhering to the 80-column limit for this line.
58
- const uint16_t SWIFTMODULE_VERSION_MINOR = 557 ; // #fileID
58
+ const uint16_t SWIFTMODULE_VERSION_MINOR = 556 ; // Serialization of -implicit-dynamic
59
59
60
60
// / A standard hash seed used for all string hashes in a serialized module.
61
61
// /
@@ -459,10 +459,8 @@ using ValueOwnershipField = BCFixed<2>;
459
459
enum class DefaultArgumentKind : uint8_t {
460
460
None = 0 ,
461
461
Normal,
462
- FileID,
463
- FilePath,
464
- FileIDSpelledAsFile,
465
462
FilePathSpelledAsFile,
463
+ FilePath,
466
464
Line,
467
465
Column,
468
466
Function,
@@ -472,6 +470,8 @@ enum class DefaultArgumentKind : uint8_t {
472
470
EmptyArray,
473
471
EmptyDictionary,
474
472
StoredProperty,
473
+ FileIDSpelledAsFile,
474
+ FileID
475
475
};
476
476
using DefaultArgumentField = BCFixed<4 >;
477
477
You can’t perform that action at this time.
0 commit comments