Absolutely. Of course, those libraries make up the vast majority of what we consider "an operating system" these days. But there's no question that Apple has been bringing many of those libraries closer and closer together under the hood, mostly in the direction of bringing more efficient libraries from iOS to macOS.
For sure, this is a great tribute to the modularity of Unix, that a single kernel can form the foundation of so many systems running on such disparate hardware over the years. (Just Darwin specifically was born on m68k, then moved to x86 and 32-bit PPC, then 64-bit PPC, then x64, then 32-bit ARM, then 64-bit ARM as timb already said.)
What I've always found impressive about the Mac and its architecture migrations is how a single install runs on multiple architectures. Sure, fat binaries aren't difficult in concept, but no other vendor seems to have actually made it work in practice. To this day, my Mac Pro (Xeon tower) is actually running an OS install (of macOS Sierra, 10.11) that dates back to a 2003 PowerBook G4 originally running Mac OS X 10.2, migrated via disk cloning from a machine that wasn't even the same CPU architecture! That is, I've never done a clean install or "system migration", just performed in-place OS upgrades. The upgrade to 10.5 made it a Universal Binary (PPC/x86) that could simply be cloned to the Mac Pro. Later versions stripped out the PPC code and moved everything to x64.