Building with Embedded Swift – problem Swift language not supported by “Unix Makefiles” generator

When trying to build Embedded Swift with ESP-IDF on Linux, you may encounter the following error:

The problem is caused by missing ninja tool, since ESP-IDF does not support make anymore.

Solution to the problem is simple, just install ninja.

Command for Ubuntu/Debian:

Now, just re-run the build.