I was curious about what the assembly for Embedded Swift looks like and tried experimenting with Godbolt. It seems to compile fine but the site says "No output file". I'm guessing that means no assembly was emitted? Is that not supported by embedded yet?
Here are the full compiler options:
-g -o output.s -emit-assembly -Xllvm --x86-asm-syntax=intel -S -o -Xfrontend -enable-experimental-feature Embedded -wmo example.swift
And the link to the Godbolt file: Compiler Explorer