Developers migrating their swift codebases to swift 6 will go through a process of marking which types / functions are Sendable (i.e. thread safe). The generated Avo code has no annotations so it is not clear which (if any) types are thread safe
It would be very useful to have the generated code updated. Ideally to be sendable but if that is not possible annotated to indicate which parts are and are not