File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public struct BuiltinTaskActionsExtension: TaskActionExtension {
53
53
38 : GenericCachingTaskAction . self,
54
54
39 : ProcessSDKImportsTaskAction . self,
55
55
40 : LdTaskAction . self,
56
- 42 : ClangNonModularCompileTaskAction . self,
56
+ 41 : ClangNonModularCompileTaskAction . self,
57
57
]
58
58
}
59
59
}
Original file line number Diff line number Diff line change @@ -78,6 +78,6 @@ struct UniversalPlatformTaskProducerExtension: TaskProducerExtension {
78
78
79
79
struct UniversalPlatformTaskActionExtension : TaskActionExtension {
80
80
var taskActionImplementations : [ SWBUtil . SerializableTypeCode : any SWBUtil . PolymorphicSerializable . Type ] {
81
- [ 41 : TestEntryPointGenerationTaskAction . self]
81
+ [ 42 : TestEntryPointGenerationTaskAction . self]
82
82
}
83
83
}
You can’t perform that action at this time.
0 commit comments