Description
THe generated header doesn't generate forward declarations between two Swift classes:
Reproduction
public class B
{
public init() {}
}
public class A
{
public init(_ b: B) {}
}
Expected behavior
The generated header should be valid.
Environment
Swift main
Additional information
No response