Swift Not working in VSCode

Hi, so this error is appeared to me and I did almost everything and still it appears and Swift doesn't work :

JIT session error: Symbols not found: [ $ss27_allocateUninitializedArrayySayxG_BptBwlFyp_Tg5 ]
Failed to materialize symbols: { (main, { $sSa12_endMutationyyF, $s4main7MessagsSSvp, $ss5print_9separator10terminatoryypd_S2StFfA1_, $ss5print_9separator10terminatoryypd_S2StFfA0_, main, $ss27_finalizeUninitializedArrayySayxGABnlF }) }

  • The terminal process terminated with exit code: -1.
  • Terminal will be reused by tasks, press any key to close it.
1 Like

I get the same error--I'm using Windows 11 and just trying to run "Hello World" from the command-line. I am able to compile fine (i.e., swiftc hello.swift -o hello.exe), but running with the shell doesn't work for me.