No, The 'swappable' Meta attribute is private/undocumented API; if it were meant to be a thing you needed to set, the documentation would tell you to set it, rather than it being hidden away in the source code.
It exists to support Django's ability to replace the default User model with a custom-defined model class; only the model class that is meant to be replaceable declares the 'swappable' attribute.