The issue appears to stem from the source generator producing empty output, resulting in no generated code being included in the final assembly. Since the generator executes but does not emit valid content, the compiler behaves as expected and no fix is required on our side.