or any place to set the c++ standard?
At the Package level (in Package.swift), you can use the property
cxxLanguageStandard: .cxx20
for example. You can also set the standard at the target level, but I forgot where exactly. probably in the cxxSettings.