In GroupSitesBase.php the weight setting has the wrong format and causes:
Error: Unknown named parameter $weight in ReflectionAttribute->newInstance() (line 17 of modules/contrib/sites_group/src/Plugin/Site/GroupSitesBase.php).
The format should be:
settings: [
'weight' => -2,
],
Active
1.0
Code