Map Figma components in Svelte

Is Svelte supported for Figma component mapping?
When I run:
npx builder.io figma publish

I get:

┌   figma publish   1.3.5
Error: Devtools framework not found for /home/ivo/Dev/apps/svelte/DurinWeddings, [
  {
    "name": "@sveltejs/kit"
  },
  {
    "name": "svelte"
  }
]
    at ln (/home/ivo/.npm/_npx/4887e7f39dea75fb/node_modules/builder.io/cli/index.cjs:1076:9943)
    at async CT (/home/name/.npm/_npx/4887e7f39dea75fb/node_modules/builder.io/cli/index.cjs:1325:4873)
    at async yA (/home/name/.npm/_npx/4887e7f39dea75fb/node_modules/builder.io/cli/index.cjs:1575:1240)
    at async s4 (/home/name/.npm/_npx/4887e7f39dea75fb/node_modules/builder.io/cli/index.cjs:1841:1402)

Hello @mrki,

At the moment, Builder.io DevTools do not support Svelte. However, you can still push the updated mappings to your Builder space via the UI.

For more details, please refer to the following documentations:

Thanks,