This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Description
This PR introduced this change:
var name = IsMetatype ? (Name + ".Type") : AssociatedTypePath.Any () ? Name + $".{AssociatedTypePath.FirstOrDefault ()}" : Name;
which does not check if AssociatedTypePath is null.
This is causing some tests to fail including tests inside SwiftReflector.GenericStructTests.