feat(next-swc): Update swc (#34355)
This update swc crates to
https://github.com/swc-project/swc/commit/a5b3dd815b5ce07e9d0ef80f0db3872f8417e9ab
from
https://github.com/swc-project/swc/commit/3b7e594bc795dd0a7470bbefe1de51caa353ffcc
Note that swc does not hoist imports anymore, as runtime will hoist it anyway.
---
- Closes https://github.com/vercel/next.js/issues/33946