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 {
5353 38 : GenericCachingTaskAction . self,
5454 39 : ProcessSDKImportsTaskAction . self,
5555 40 : LdTaskAction . self,
56- 42 : ClangNonModularCompileTaskAction . self,
56+ 41 : ClangNonModularCompileTaskAction . self,
5757 ]
5858 }
5959}
Original file line number Diff line number Diff line change @@ -78,6 +78,6 @@ struct UniversalPlatformTaskProducerExtension: TaskProducerExtension {
7878
7979struct UniversalPlatformTaskActionExtension : TaskActionExtension {
8080 var taskActionImplementations : [ SWBUtil . SerializableTypeCode : any SWBUtil . PolymorphicSerializable . Type ] {
81- [ 41 : TestEntryPointGenerationTaskAction . self]
81+ [ 42 : TestEntryPointGenerationTaskAction . self]
8282 }
8383}
You can’t perform that action at this time.
0 commit comments