Great video! Swift Testing now uses “struct” instead of “class.” Since “struct” is a value type without inheritance, I’m curious about its benefits. In my tests, I use a final class, and it works well in Swift Test. Would love to hear your thoughts on this change.