SWC does not perform any type checking itself (as opposed to the default TypeScript compiler), so to turn it on, you need to use the --type-check flag:
https://docs.nestjs.com/recipes/swc#type-checking