cloning the repo then building with cargo build -p typst-cli --release as per README gives the following error:
Compiling proc-macro2 v1.0.52
Compiling unicode-ident v1.0.8
Compiling quote v1.0.26
Compiling cfg-if v1.0.0
Compiling autocfg v1.1.0
Compiling syn v1.0.109
Compiling adler v1.0.2
Compiling crc32fast v1.3.2
[...]
Compiling elsa v1.8.0
Compiling notify v5.1.0
Compiling codespan-reporting v0.11.1
Compiling dirs v4.0.0
Compiling memmap2 v0.5.10
error: failed to run custom build command for `typst-cli v0.0.0 (/Users/gourmas/typst/cli)`
Caused by:
process didn't exit successfully: `/Users/<user>/typst/target/release/build/typst-cli-23cf5a5dfdd30611/build-script-build` (signal: 9, SIGKILL: kill)
warning: build failed, waiting for other jobs to finish...
setup: MacBook Pro w/ M1 Max, macOS 13.2.1 (22D68), rustc 1.68.1 (8460ca823 2023-03-20).
is this an issue with apple silicon being unsupported or is there something i can do to fix the build error?