Earlier quoted context omitted.
Most of them. Very few frameworks are actually written primarily in Swift.
Would the macOS kernel (Mach) ever be rewritten in Swift? And if so, what benefit would it provide?
But pieces absolutely could be. The benefit would be compile-time checking for memory safety issues (reducing crashes) and language-level concurrency (fewer race conditions and a much easier path to parallelize single-threaded code for performance).