The following trailing comma causes a compiler error on Xcode 16.3.0 in Swift 6.1: ```swift public final class TestThing: GenericThing< Test1, Test2, Test3, > { } ```