chore: Update `swc_core` to `v0.76.37` (#5094)
### Description
This PR updates `swc_core` from
https://github.com/swc-project/swc/commit/ed9d316833dd77c84c2419b9388206109d69679c
to
https://github.com/swc-project/swc/commit/ad8e6a006c35977d70b719e67b5a45244c017ca1
The main goal is to reduce build time. I expect
https://github.com/swc-project/swc/pull/7442 to have a huge effect on
the build time.
### Testing Instructions
Look at the CI of the next.js counterpart:
https://github.com/vercel/next.js/pull/50311
---
Closes WEB-1108