=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for helix-23.10 warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Compiling libc v0.2.149 Compiling proc-macro2 v1.0.69 Compiling unicode-ident v1.0.8 Compiling quote v1.0.29 Compiling syn v2.0.38 Compiling cfg-if v1.0.0 Compiling autocfg v1.1.0 Compiling serde v1.0.189 Compiling serde_derive v1.0.189 Compiling memchr v2.6.3 Compiling version_check v0.9.4 Compiling once_cell v1.18.0 Compiling thiserror v1.0.50 Compiling thiserror-impl v1.0.50 Compiling ahash v0.8.5 Compiling scopeguard v1.1.0 Compiling smallvec v1.11.1 Compiling regex-automata v0.3.9 Compiling bstr v1.6.0 Compiling lock_api v0.4.9 Compiling parking_lot_core v0.9.7 Compiling rustix v0.38.20 Compiling parking_lot v0.12.1 Compiling crc32fast v1.3.2 Compiling faster-hex v0.8.1 Compiling num-traits v0.2.15 Compiling gix-trace v0.1.3 Compiling adler v1.0.2 Compiling same-file v1.0.6 Compiling walkdir v2.3.3 Compiling miniz_oxide v0.7.1 Compiling gix-hash v0.13.1 Compiling itoa v1.0.6 Compiling flate2 v1.0.27 Compiling sha1_smol v1.0.0 Compiling prodash v26.2.2 Compiling bitflags v2.4.1 Compiling gix-features v0.36.0 Compiling getrandom v0.2.9 Compiling zerocopy v0.7.11 Compiling log v0.4.20 Compiling time-core v0.1.1 Compiling allocator-api2 v0.2.14 Compiling home v0.5.4 Compiling hashbrown v0.14.2 Compiling time-macros v0.2.10 Compiling errno v0.3.1 Compiling num_threads v0.1.6 Compiling time v0.3.23 Compiling btoi v0.4.3 Compiling fastrand v2.0.0 Compiling gix-date v0.8.0 Compiling winnow v0.5.17 Compiling gix-actor v0.28.0 Compiling tempfile v3.8.0 Compiling gix-validate v0.8.0 Compiling cc v1.0.83 Compiling num_cpus v1.15.0 Compiling tree-sitter v0.20.10 Compiling gix-object v0.38.0 Compiling memmap2 v0.7.1 Compiling anyhow v1.0.75 Compiling crossbeam-utils v0.8.16 Compiling aho-corasick v1.0.2 Compiling memoffset v0.9.0 Compiling regex-syntax v0.8.2 Compiling regex-automata v0.4.3 Compiling gix-path v0.10.0 Compiling crossbeam-epoch v0.9.15 Compiling signal-hook-registry v1.4.1 Compiling helix-loader v0.6.0 (/Users/pbulk/build/editors/helix/work/helix-23.10/helix-loader) Compiling regex v1.10.2 Compiling mio v0.8.6 Compiling gix-fs v0.8.0 Compiling gix-chunk v0.4.4 Compiling pin-project-lite v0.2.12 Compiling tinyvec_macros v0.1.1 Compiling tinyvec v1.6.0 Compiling gix-tempfile v11.0.0 Compiling gix-hashtable v0.4.0 Compiling option-ext v0.2.0 Compiling futures-core v0.3.28 Compiling equivalent v1.0.0 Compiling either v1.8.1 Compiling rayon-core v1.11.0 Compiling indexmap v2.0.0 Compiling dirs-sys v0.4.1 Compiling crossbeam-deque v0.8.3 Compiling unicode-normalization v0.1.22 Compiling crossbeam-channel v0.5.8 Compiling toml_datetime v0.6.3 Compiling serde_spanned v0.6.3 Compiling encoding_rs v0.8.33 Compiling tokio-macros v2.1.0 Compiling socket2 v0.5.3 Compiling winnow v0.4.6 Compiling unicode-bidi v0.3.13 Compiling percent-encoding v2.3.0 Compiling bytes v1.4.0 Compiling serde_json v1.0.107 Compiling tokio v1.33.0 Compiling form_urlencoded v1.2.0 Compiling idna v0.4.0 Compiling toml_edit v0.19.12 Compiling dirs v5.0.1 Compiling gix-commitgraph v0.22.0 Compiling gix-utils v0.1.5 Compiling smartstring v1.0.1 Compiling slotmap v1.0.6 Compiling ryu v1.0.13 Compiling core-foundation-sys v0.8.4 Compiling arc-swap v1.6.0 Compiling cov-mark v1.1.0 Compiling unicode-segmentation v1.10.1 Compiling unicode-general-category v0.6.0 Compiling nucleo-matcher v0.2.0 Compiling iana-time-zone v0.1.56 Compiling gix-lock v11.0.0 Compiling gix-revwalk v0.9.0 Compiling which v4.4.1 Compiling rayon v1.7.0 Compiling toml v0.7.6 Compiling url v2.4.1 Compiling threadpool v1.8.1 Compiling etcetera v0.8.0 Compiling slab v0.4.8 Compiling libloading v0.8.1 Compiling static_assertions v1.1.0 Compiling str_indices v0.4.1 Compiling signal-hook v0.3.17 Compiling futures-task v0.3.28 Compiling smawk v0.3.1 Compiling unicode-width v0.1.11 Compiling hashbrown v0.12.3 Compiling dunce v1.0.4 Compiling unicode-linebreak v0.1.5 Compiling textwrap v0.16.0 warning: constant `REMOTE_NAME` is never used --> helix-loader/src/grammar.rs:61:7 | 61 | const REMOTE_NAME: &str = "origin"; | ^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: enum `FetchStatus` is never used --> helix-loader/src/grammar.rs:198:6 | 198 | enum FetchStatus { | ^^^^^^^^^^^ warning: function `fetch_grammar` is never used --> helix-loader/src/grammar.rs:204:4 | 204 | fn fetch_grammar(grammar: GrammarConfiguration) -> Result { | ^^^^^^^^^^^^^ warning: function `set_remote` is never used --> helix-loader/src/grammar.rs:253:4 | 253 | fn set_remote(repository_dir: &Path, remote_url: &str) -> Result { | ^^^^^^^^^^ warning: function `get_remote_url` is never used --> helix-loader/src/grammar.rs:261:4 | 261 | fn get_remote_url(repository_dir: &Path) -> Option { | ^^^^^^^^^^^^^^ warning: function `get_revision` is never used --> helix-loader/src/grammar.rs:265:4 | 265 | fn get_revision(repository_dir: &Path) -> Option { | ^^^^^^^^^^^^ warning: function `git` is never used --> helix-loader/src/grammar.rs:271:4 | 271 | fn git(repository_dir: &Path, args: I) -> Result | ^^^ warning: `helix-loader` (lib) generated 7 warnings Compiling imara-diff v0.1.5 Compiling ropey v1.6.1 Compiling nucleo v0.2.1 Compiling gix-ref v0.38.0 Compiling chrono v0.4.31 Compiling gix-sec v0.10.0 Compiling futures-util v0.3.28 Compiling clru v0.6.1 Compiling gix-pack v0.44.0 Compiling helix-core v0.6.0 (/Users/pbulk/build/editors/helix/work/helix-23.10/helix-core) Compiling gix-revision v0.23.0 Compiling gix-config-value v0.14.0 Compiling gix-glob v0.14.0 Compiling gix-quote v0.4.7 Compiling bitflags v1.3.2 Compiling unicode-bom v2.0.2 Compiling fnv v1.0.7 Compiling pin-utils v0.1.0 Compiling globset v0.4.13 Compiling gix-config v0.31.0 Compiling gix-odb v0.54.0 Compiling gix-refspec v0.19.0 Compiling gix-discover v0.26.0 Compiling gix-url v0.25.1 Compiling gix-traverse v0.34.0 Compiling gix-diff v0.37.0 Compiling serde_repr v0.1.12 Compiling gix-macros v0.1.0 Compiling gix v0.55.2 Compiling lsp-types v0.94.1 Compiling futures-executor v0.3.28 Compiling signal-hook-mio v0.2.3 Compiling tokio-stream v0.1.14 Compiling helix-event v0.6.0 (/Users/pbulk/build/editors/helix/work/helix-23.10/helix-event) Compiling filedescriptor v0.8.2 Compiling unicase v2.6.0 Compiling helix-parsec v0.6.0 (/Users/pbulk/build/editors/helix/work/helix-23.10/helix-parsec) warning: `helix-loader` (lib) generated 7 warnings (7 duplicates) Compiling helix-lsp v0.6.0 (/Users/pbulk/build/editors/helix/work/helix-23.10/helix-lsp) Compiling crossterm v0.27.0 Compiling helix-vcs v0.6.0 (/Users/pbulk/build/editors/helix/work/helix-23.10/helix-vcs) Compiling helix-dap v0.6.0 (/Users/pbulk/build/editors/helix/work/helix-23.10/helix-dap) warning: unused imports: `error`, `info` --> helix-dap/src/client.rs:12:15 | 12 | pub use log::{error, info}; | ^^^^^ ^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `helix-dap` (lib) generated 1 warning (run `cargo fix --lib -p helix-dap` to apply 1 suggestion) Compiling chardetng v0.1.17 Compiling thread_local v1.1.7 Compiling grep-matcher v0.1.6 Compiling pulldown-cmark v0.9.3 Compiling helix-view v0.6.0 (/Users/pbulk/build/editors/helix/work/helix-23.10/helix-view) Compiling helix-term v0.6.0 (/Users/pbulk/build/editors/helix/work/helix-23.10/helix-term) Compiling encoding_rs_io v0.1.7 Compiling termini v1.0.0 Compiling aho-corasick v0.7.20 Compiling memmap2 v0.5.10 Compiling lazy_static v1.4.0 Compiling bytecount v0.6.3 Compiling regex-syntax v0.6.29 Compiling cassowary v0.3.0 Compiling helix-tui v0.6.0 (/Users/pbulk/build/editors/helix/work/helix-23.10/helix-tui) Compiling grep-regex v0.1.11 Compiling grep-searcher v0.1.11 Compiling ignore v0.4.20 Compiling signal-hook-tokio v0.3.1 Compiling fern v0.6.2 Compiling content_inspector v0.2.4 warning: unused import: `keymap::macros::*` --> helix-term/src/lib.rs:16:9 | 16 | pub use keymap::macros::*; | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `helix-term` (lib) generated 1 warning (run `cargo fix --lib -p helix-term` to apply 1 suggestion) Finished release [optimized] target(s) in 9m 00s Building 162 grammars 65 grammars built now ["awk", "bash", "beancount", "bibtex", "c", "c-sharp", "cmake", "comment", "cpp", "css", "dart", "diff", "dockerfile", "elixir", "erlang", "fish", "git-commit", "git-config", "git-rebase", "gitattributes", "gitignore", "glsl", "go", "gomod", "gowork", "graphql", "haskell", "haskell-persistent", "html", "iex", "java", "javascript", "json", "json5", "latex", "ledger", "llvm-mir", "lua", "make", "markdown", "markdown_inline", "nickel", "nix", "ocaml", "ocaml-interface", "php", "pod", "protobuf", "purescript", "python", "regex", "ruby", "scss", "svelte", "sway", "tablegen", "toml", "tsq", "tsx", "twig", "typescript", "vue", "wgsl", "yaml", "zig"] Failure 1/97: rescript Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rescript/src/scanner.c:184:10: warning: unused variable 'is_unnested' [-Wunused-variable] bool is_unnested = state->parens_nesting == 0; ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/rescript.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 2/97: llvm Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/llvm.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 3/97: perl Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/perl/src/scanner.c:241:52: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_perl_external_scanner_reset(void *payload) {} ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/perl.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 4/97: elm Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/elm/src/parser.c:6895:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/elm/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't open output file for writing: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/elm.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 5/97: gleam Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/gleam/src/scanner.c:8:56: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_gleam_external_scanner_destroy(void * payload) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/gleam/src/scanner.c:9:62: warning: unused parameter 'payload' [-Wunused-parameter] unsigned tree_sitter_gleam_external_scanner_serialize(void * payload, char * buffer) {return 0;} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/gleam/src/scanner.c:9:78: warning: unused parameter 'buffer' [-Wunused-parameter] unsigned tree_sitter_gleam_external_scanner_serialize(void * payload, char * buffer) {return 0;} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/gleam/src/scanner.c:10:60: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_gleam_external_scanner_deserialize(void * payload, const char * buffer, unsigned length) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/gleam/src/scanner.c:10:82: warning: unused parameter 'buffer' [-Wunused-parameter] void tree_sitter_gleam_external_scanner_deserialize(void * payload, const char * buffer, unsigned length) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/gleam/src/scanner.c:10:99: warning: unused parameter 'length' [-Wunused-parameter] void tree_sitter_gleam_external_scanner_deserialize(void * payload, const char * buffer, unsigned length) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/gleam/src/scanner.c:12:53: warning: unused parameter 'payload' [-Wunused-parameter] bool tree_sitter_gleam_external_scanner_scan(void * payload, TSLexer *lexer, const bool * valid_symbols) { ^ 7 warnings generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/gleam.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 6/97: solidity Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/solidity/src/parser.c:5155:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/solidity/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/solidity.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 7/97: robot Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/robot.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 8/97: org Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/org.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 9/97: r Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/r.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 10/97: embedded-template Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/embedded-template.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 11/97: eex Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/eex.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 12/97: heex Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/heex.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 13/97: kotlin Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/kotlin/src/scanner.c:13:56: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_kotlin_external_scanner_destroy(void *p) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/kotlin/src/scanner.c:14:54: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_kotlin_external_scanner_reset(void *p) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/kotlin/src/scanner.c:15:62: warning: unused parameter 'p' [-Wunused-parameter] unsigned tree_sitter_kotlin_external_scanner_serialize(void *p, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/kotlin/src/scanner.c:15:71: warning: unused parameter 'buffer' [-Wunused-parameter] unsigned tree_sitter_kotlin_external_scanner_serialize(void *p, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/kotlin/src/scanner.c:16:60: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_kotlin_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/kotlin/src/scanner.c:16:75: warning: unused parameter 'b' [-Wunused-parameter] void tree_sitter_kotlin_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/kotlin/src/scanner.c:16:87: warning: unused parameter 'n' [-Wunused-parameter] void tree_sitter_kotlin_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/kotlin/src/scanner.c:290:53: warning: unused parameter 'payload' [-Wunused-parameter] bool tree_sitter_kotlin_external_scanner_scan(void *payload, TSLexer *lexer, ^ 8 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/kotlin/src/parser.c:3815:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/kotlin/src/tree_sitter/parser.h:135:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/kotlin.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 14/97: gotmpl Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/gotmpl.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 15/97: godot-resource Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/godot-resource/src/scanner.c:13:61: warning: unused parameter 'payload' [-Wunused-parameter] bool tree_sitter_godot_resource_external_scanner_scan(void *payload, TSLexer *lexer, const bool *valid_symbols) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/godot-resource/src/scanner.c:46:70: warning: unused parameter 'payload' [-Wunused-parameter] unsigned tree_sitter_godot_resource_external_scanner_serialize(void *payload, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/godot-resource/src/scanner.c:46:85: warning: unused parameter 'buffer' [-Wunused-parameter] unsigned tree_sitter_godot_resource_external_scanner_serialize(void *payload, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/godot-resource/src/scanner.c:47:68: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_godot_resource_external_scanner_deserialize(void *payload, const char *buffer, unsigned length) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/godot-resource/src/scanner.c:47:89: warning: unused parameter 'buffer' [-Wunused-parameter] void tree_sitter_godot_resource_external_scanner_deserialize(void *payload, const char *buffer, unsigned length) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/godot-resource/src/scanner.c:47:106: warning: unused parameter 'length' [-Wunused-parameter] void tree_sitter_godot_resource_external_scanner_deserialize(void *payload, const char *buffer, unsigned length) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/godot-resource/src/scanner.c:48:64: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_godot_resource_external_scanner_destroy(void *payload) {} ^ 7 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/godot-resource/src/parser.c:549:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/godot-resource/src/tree_sitter/parser.h:135:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/godot-resource.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 16/97: rust Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rust/src/scanner.c:12:54: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_rust_external_scanner_destroy(void *p) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rust/src/scanner.c:13:52: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_rust_external_scanner_reset(void *p) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rust/src/scanner.c:14:60: warning: unused parameter 'p' [-Wunused-parameter] unsigned tree_sitter_rust_external_scanner_serialize(void *p, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rust/src/scanner.c:14:69: warning: unused parameter 'buffer' [-Wunused-parameter] unsigned tree_sitter_rust_external_scanner_serialize(void *p, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rust/src/scanner.c:15:58: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_rust_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rust/src/scanner.c:15:73: warning: unused parameter 'b' [-Wunused-parameter] void tree_sitter_rust_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rust/src/scanner.c:15:85: warning: unused parameter 'n' [-Wunused-parameter] void tree_sitter_rust_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rust/src/scanner.c:25:51: warning: unused parameter 'payload' [-Wunused-parameter] bool tree_sitter_rust_external_scanner_scan(void *payload, TSLexer *lexer, ^ 8 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rust/src/parser.c:13914:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rust/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/rust.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 17/97: gdscript Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/gdscript/src/parser.c:4009:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/gdscript/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/gdscript.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 18/97: hare Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/hare.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 19/97: cpon Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/cpon.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 20/97: devicetree Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/devicetree.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 21/97: vala Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/vala/src/parser.c:3683:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/vala/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/vala.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 22/97: meson Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/meson/src/parser.c:1679:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/meson/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/meson.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 23/97: lean Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/lean/src/parser.c:6836:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/lean/src/tree_sitter/parser.h:135:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/lean.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 24/97: scheme Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/scheme.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 25/97: sshclientconfig Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sshclientconfig.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 26/97: sql Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/sql/src/parser.c:10840:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/sql/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sql.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 27/97: odin Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/odin/src/parser.c:10861:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/odin/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/odin.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 28/97: jsdoc Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/jsdoc.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 29/97: openscad Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/openscad/src/parser.c:1473:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/openscad/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/openscad.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 30/97: prisma Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/prisma.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 31/97: edoc Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/edoc.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 32/97: hcl Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/hcl.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 33/97: clojure Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/clojure.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 34/97: ungrammar Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/ungrammar.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 35/97: julia Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/julia/src/parser.c:14915:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/julia/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/julia.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 36/97: swift Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/swift/src/scanner.c:325:17: warning: unused parameter 'valid_symbols' [-Wunused-parameter] const bool *valid_symbols, ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/swift.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 37/97: task Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/task.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 38/97: v Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/v/tree_sitter_v/src/scanner.c:242:40: warning: unused parameter 'scanner' [-Wunused-parameter] bool scan_automatic_separator(Scanner *scanner, TSLexer *lexer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/v/tree_sitter_v/src/scanner.c:385:28: warning: unused parameter 'scanner' [-Wunused-parameter] bool scan_comment(Scanner *scanner, TSLexer *lexer) { ^ 2 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/v/tree_sitter_v/src/parser.c:13503:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/v/tree_sitter_v/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/v.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 39/97: xit Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/xit.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 40/97: cue Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/cue/src/scanner.c:216:50: warning: unused parameter 'payload' [-Wunused-parameter] bool tree_sitter_cue_external_scanner_scan(void *payload, TSLexer *lexer, ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/cue/src/scanner.c:221:59: warning: unused parameter 'payload' [-Wunused-parameter] unsigned tree_sitter_cue_external_scanner_serialize(void *payload, char *buffer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/cue/src/scanner.c:221:74: warning: unused parameter 'buffer' [-Wunused-parameter] unsigned tree_sitter_cue_external_scanner_serialize(void *payload, char *buffer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/cue/src/scanner.c:225:57: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_cue_external_scanner_deserialize(void *payload, const char *buffer, unsigned length) { } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/cue/src/scanner.c:225:78: warning: unused parameter 'buffer' [-Wunused-parameter] void tree_sitter_cue_external_scanner_deserialize(void *payload, const char *buffer, unsigned length) { } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/cue/src/scanner.c:225:95: warning: unused parameter 'length' [-Wunused-parameter] void tree_sitter_cue_external_scanner_deserialize(void *payload, const char *buffer, unsigned length) { } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/cue/src/scanner.c:227:53: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_cue_external_scanner_destroy(void *payload) { } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/cue/src/scanner.c:18:13: warning: unused function 'skip' [-Wunused-function] static void skip(TSLexer *lexer) { ^ 8 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/cue/src/parser.c:3978:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/cue/src/tree_sitter/parser.h:135:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/cue.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 41/97: esdl Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/esdl/src/scanner.c:9:54: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_esdl_external_scanner_destroy(void *p) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/esdl/src/scanner.c:10:52: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_esdl_external_scanner_reset(void *p) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/esdl/src/scanner.c:11:60: warning: unused parameter 'p' [-Wunused-parameter] unsigned tree_sitter_esdl_external_scanner_serialize(void *p, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/esdl/src/scanner.c:11:69: warning: unused parameter 'buffer' [-Wunused-parameter] unsigned tree_sitter_esdl_external_scanner_serialize(void *p, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/esdl/src/scanner.c:12:58: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_esdl_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/esdl/src/scanner.c:12:73: warning: unused parameter 'b' [-Wunused-parameter] void tree_sitter_esdl_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/esdl/src/scanner.c:12:85: warning: unused parameter 'n' [-Wunused-parameter] void tree_sitter_esdl_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/esdl/src/scanner.c:46:51: warning: unused parameter 'payload' [-Wunused-parameter] bool tree_sitter_esdl_external_scanner_scan(void *payload, TSLexer *lexer, ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/esdl/src/scanner.c:15:13: warning: unused function 'skip' [-Wunused-function] static void skip(TSLexer *lexer) { lexer->advance(lexer, true); } ^ 9 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/esdl/src/parser.c:1029:24: warning: unused variable 'ts_primary_state_ids' [-Wunused-const-variable] static const TSStateId ts_primary_state_ids[STATE_COUNT] = { ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/esdl.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 42/97: dot Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dot/src/parser.c:2499:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dot/src/tree_sitter/parser.h:135:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/dot.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 43/97: nu Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/nu/src/parser.c:36883:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/nu/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/nu.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 44/97: jsonnet Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/jsonnet/src/scanner.c:43:57: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_jsonnet_external_scanner_destroy(void *payload) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/jsonnet/src/scanner.c:57:63: warning: unused parameter 'payload' [-Wunused-parameter] unsigned tree_sitter_jsonnet_external_scanner_serialize(void *payload, char *buffer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/jsonnet/src/scanner.c:64:61: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_jsonnet_external_scanner_deserialize(void *payload, const char *buffer, unsigned length) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/jsonnet/src/scanner.c:151:54: warning: unused parameter 'payload' [-Wunused-parameter] bool tree_sitter_jsonnet_external_scanner_scan(void *payload, TSLexer *lexer, const bool *valid_symbols) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/jsonnet/src/scanner.c:27:23: warning: unused function 'consume_and_count_char' [-Wunused-function] static inline uint8_t consume_and_count_char(char c, TSLexer *lexer) { ^ 5 warnings generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/jsonnet.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 45/97: fortran Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/fortran.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 46/97: bass Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/bass.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 47/97: slint Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/slint.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 48/97: pascal Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/pascal/src/parser.c:4576:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/pascal/src/tree_sitter/parser.h:135:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/pascal.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 49/97: vhs Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/vhs.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 50/97: kdl Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/kdl.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 51/97: wat Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/wat.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 52/97: wast Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/wast.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 53/97: wit Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/wit/src/parser.c:1011:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/wit/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/wit.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 54/97: dtd Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/dtd.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 55/97: ini Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/ini.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 56/97: xml Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/xml.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 57/97: bicep Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/bicep.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 58/97: matlab Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/matlab/src/scanner.c:159:56: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_matlab_external_scanner_destroy(void* payload) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/matlab/src/scanner.c:384:31: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] for (int i = 0; i < sizeof(operators); i++) { ~ ^ ~~~~~~~~~~~~~~~~~ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/matlab/src/scanner.c:385:27: warning: comparison of integers of different signs: 'const uint32_t' (aka 'const unsigned int') and 'const char' [-Wsign-compare] if (first == operators[i]) { ~~~~~ ^ ~~~~~~~~~~~~ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/matlab/src/scanner.c:431:61: warning: comparison of integers of different signs: 'const char' and 'const uint32_t' (aka 'const unsigned int') [-Wsign-compare] if (operators[i][0] == first && operators[i][1] == second) { ~~~~~~~~~~~~~~~ ^ ~~~~~~ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/matlab/src/scanner.c:431:33: warning: comparison of integers of different signs: 'const char' and 'const uint32_t' (aka 'const unsigned int') [-Wsign-compare] if (operators[i][0] == first && operators[i][1] == second) { ~~~~~~~~~~~~~~~ ^ ~~~~~ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/matlab/src/scanner.c:620:31: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] for (int i = 0; i < strlen(valid_tokens); i++) { ~ ^ ~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/matlab/src/scanner.c:816:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] for (int i = 0; i < sizeof(no_end); i++) { ~ ^ ~~~~~~~~~~~~~~ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/matlab/src/scanner.c:828:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] for (int i = 0; i < sizeof(maybe_end); i++) { ~ ^ ~~~~~~~~~~~~~~~~~ 8 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/matlab/src/parser.c:3223:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/matlab/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't open output file for writing: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/matlab.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 59/97: mermaid Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/mermaid/src/parser.c:2732:24: warning: unused variable 'ts_primary_state_ids' [-Wunused-const-variable] static const TSStateId ts_primary_state_ids[STATE_COUNT] = { ^ 1 warning generated. ld: can't open output file for writing: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/mermaid.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 60/97: pem Parser compilation failed. Stdout: Stderr: ld: can't open output file for writing: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/pem.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 61/97: passwd Parser compilation failed. Stdout: Stderr: ld: can't open output file for writing: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/passwd.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 62/97: hosts Parser compilation failed. Stdout: Stderr: ld: can't open output file for writing: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/hosts.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 63/97: dhall Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dhall/src/scanner.c:15:50: warning: unused parameter 'payload' [-Wunused-parameter] tree_sitter_dhall_external_scanner_destroy(void* payload) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dhall/src/scanner.c:19:52: warning: unused parameter 'payload' [-Wunused-parameter] tree_sitter_dhall_external_scanner_serialize(void* payload, char* buffer) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dhall/src/scanner.c:19:67: warning: unused parameter 'buffer' [-Wunused-parameter] tree_sitter_dhall_external_scanner_serialize(void* payload, char* buffer) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dhall/src/scanner.c:25:54: warning: unused parameter 'payload' [-Wunused-parameter] tree_sitter_dhall_external_scanner_deserialize(void* payload, ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dhall/src/scanner.c:26:17: warning: unused parameter 'buffer' [-Wunused-parameter] const char* buffer, unsigned length) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dhall/src/scanner.c:26:34: warning: unused parameter 'length' [-Wunused-parameter] const char* buffer, unsigned length) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dhall/src/scanner.c:30:47: warning: unused parameter 'payload' [-Wunused-parameter] tree_sitter_dhall_external_scanner_scan(void* payload, TSLexer* lexer, ^ 7 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dhall/src/parser.c:4544:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/dhall/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't open output file for writing: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/dhall.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 64/97: uxntal Parser compilation failed. Stdout: Stderr: ld: can't open output file for writing: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/uxntal.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 65/97: yuck Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/scanner.c:12:54: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_yuck_external_scanner_destroy(void *payload) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/scanner.c:14:52: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_yuck_external_scanner_reset(void *payload) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/scanner.c:16:60: warning: unused parameter 'payload' [-Wunused-parameter] unsigned tree_sitter_yuck_external_scanner_serialize(void *payload, ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/scanner.c:17:60: warning: unused parameter 'buffer' [-Wunused-parameter] char *buffer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/scanner.c:20:58: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_yuck_external_scanner_deserialize(void *payload, ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/scanner.c:21:64: warning: unused parameter 'buffer' [-Wunused-parameter] const char *buffer, ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/scanner.c:22:61: warning: unused parameter 'length' [-Wunused-parameter] unsigned length) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/scanner.c:49:51: warning: unused parameter 'payload' [-Wunused-parameter] bool tree_sitter_yuck_external_scanner_scan(void *payload, TSLexer *lexer, ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/scanner.c:26:13: warning: unused function 'skip' [-Wunused-function] static void skip(TSLexer *lexer) { lexer->advance(lexer, true); } ^ 9 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/parser.c:1424:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/yuck/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't open output file for writing: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/yuck.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 66/97: po Parser compilation failed. Stdout: Stderr: ld: can't open output file for writing: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/po.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 67/97: astro Parser compilation failed. Stdout: Stderr: ld: section __TEXT/__text offset out of range file '/Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/astro_scanner.o' for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 68/97: prql Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/prql.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 69/97: gas Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/gas.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 70/97: elvish Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/elvish/src/parser.c:8598:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/elvish/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/elvish.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 71/97: qmljs Parser compilation failed. Stdout: Stderr: In file included from /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/qmljs/src/scanner.c:2: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/qmljs/src/typescript-scanner.h:225:48: warning: unused parameter 'payload' [-Wunused-parameter] static inline bool external_scanner_scan(void *payload, TSLexer *lexer, const bool *valid_symbols) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/qmljs/src/scanner.c:5:55: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_qmljs_external_scanner_destroy(void *p) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/qmljs/src/scanner.c:6:61: warning: unused parameter 'p' [-Wunused-parameter] unsigned tree_sitter_qmljs_external_scanner_serialize(void *p, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/qmljs/src/scanner.c:6:70: warning: unused parameter 'buffer' [-Wunused-parameter] unsigned tree_sitter_qmljs_external_scanner_serialize(void *p, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/qmljs/src/scanner.c:7:59: warning: unused parameter 'p' [-Wunused-parameter] void tree_sitter_qmljs_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/qmljs/src/scanner.c:7:74: warning: unused parameter 'b' [-Wunused-parameter] void tree_sitter_qmljs_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/qmljs/src/scanner.c:7:86: warning: unused parameter 'n' [-Wunused-parameter] void tree_sitter_qmljs_external_scanner_deserialize(void *p, const char *b, unsigned n) {} ^ 7 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/qmljs/src/parser.c:11259:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/qmljs/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/qmljs.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 72/97: rst Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/rst.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 73/97: smithy Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/smithy.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 74/97: capnp Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/capnp/src/parser.c:3677:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/capnp/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/capnp.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 75/97: sml Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/sml/src/scanner.c:13:53: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_sml_external_scanner_destroy(void *payload) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/sml/src/scanner.c:17:59: warning: unused parameter 'payload' [-Wunused-parameter] unsigned tree_sitter_sml_external_scanner_serialize(void *payload, char *buffer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/sml/src/scanner.c:17:74: warning: unused parameter 'buffer' [-Wunused-parameter] unsigned tree_sitter_sml_external_scanner_serialize(void *payload, char *buffer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/sml/src/scanner.c:21:57: warning: unused parameter 'payload' [-Wunused-parameter] void tree_sitter_sml_external_scanner_deserialize(void *payload, const char *buffer, unsigned length) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/sml/src/scanner.c:21:78: warning: unused parameter 'buffer' [-Wunused-parameter] void tree_sitter_sml_external_scanner_deserialize(void *payload, const char *buffer, unsigned length) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/sml/src/scanner.c:21:95: warning: unused parameter 'length' [-Wunused-parameter] void tree_sitter_sml_external_scanner_deserialize(void *payload, const char *buffer, unsigned length) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/sml/src/scanner.c:128:50: warning: unused parameter 'payload' [-Wunused-parameter] bool tree_sitter_sml_external_scanner_scan(void *payload, TSLexer *lexer, const bool *valid_symbols) { ^ 7 warnings generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sml.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 76/97: markdoc Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/markdoc/src/parser.c:1035:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/markdoc/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/markdoc.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 77/97: d Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/d/src/scanner.c:578:7: warning: variable 'prev' set but not used [-Wunused-but-set-variable] int prev; ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/d/src/scanner.c:777:46: warning: unused parameter 'arg' [-Wunused-parameter] tree_sitter_d_external_scanner_destroy(void *arg) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/d/src/scanner.c:782:48: warning: unused parameter 'arg' [-Wunused-parameter] tree_sitter_d_external_scanner_serialize(void *arg, char *buffer) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/d/src/scanner.c:782:59: warning: unused parameter 'buffer' [-Wunused-parameter] tree_sitter_d_external_scanner_serialize(void *arg, char *buffer) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/d/src/scanner.c:789:11: warning: unused parameter 'arg' [-Wunused-parameter] void *arg, const char *buffer, unsigned length) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/d/src/scanner.c:789:28: warning: unused parameter 'buffer' [-Wunused-parameter] void *arg, const char *buffer, unsigned length) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/d/src/scanner.c:789:45: warning: unused parameter 'length' [-Wunused-parameter] void *arg, const char *buffer, unsigned length) ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/d/src/scanner.c:795:11: warning: unused parameter 'arg' [-Wunused-parameter] void *arg, TSLexer *lexer, const bool *valid) ^ 8 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/d/src/parser.c:11649:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/d/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/d.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 78/97: hurl Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/hurl.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 79/97: rego Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rego/src/parser.c:2429:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/rego/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/rego.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 80/97: nasm Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/nasm.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 81/97: blueprint Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/blueprint.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 82/97: just Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/just.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 83/97: jinja2 Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/jinja2/src/parser.c:828:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/jinja2/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/jinja2.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 84/97: forth Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/forth.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 85/97: opencl Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/opencl/src/parser.c:6189:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/opencl/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/opencl.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 86/97: todotxt Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/todotxt.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 87/97: verilog Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/verilog/src/parser.c:13922:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/verilog/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/verilog.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 88/97: strace Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/strace.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 89/97: wren Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/wren.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 90/97: t32 Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/t32/src/parser.c:6871:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/t32/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/t32.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 91/97: vhdl Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/vhdl/src/parser.c:8319:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/vhdl/src/tree_sitter/parser.h:135:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/vhdl.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 92/97: templ Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:67:8: warning: unused variable 'found' [-Wunused-variable] bool found = true; ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:96:36: warning: unused parameter 'scanner' [-Wunused-parameter] static unsigned serialize(Scanner *scanner, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:96:51: warning: unused parameter 'buffer' [-Wunused-parameter] static unsigned serialize(Scanner *scanner, char *buffer) { return 0; } ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:98:34: warning: unused parameter 'scanner' [-Wunused-parameter] static void deserialize(Scanner *scanner, const char *buffer, unsigned length) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:98:55: warning: unused parameter 'buffer' [-Wunused-parameter] static void deserialize(Scanner *scanner, const char *buffer, unsigned length) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:98:72: warning: unused parameter 'length' [-Wunused-parameter] static void deserialize(Scanner *scanner, const char *buffer, unsigned length) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:101:46: warning: unused parameter 'scanner' [-Wunused-parameter] static bool scan_css_property_value(Scanner *scanner, TSLexer *lexer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:132:40: warning: unused parameter 'scanner' [-Wunused-parameter] static bool scan_element_text(Scanner *scanner, TSLexer *lexer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:251:1: warning: unused label 'done' [-Wunused-label] done: ^~~~~ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:214:46: warning: unused parameter 'scanner' [-Wunused-parameter] static bool scan_style_element_text(Scanner *scanner, TSLexer *lexer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:293:1: warning: unused label 'done' [-Wunused-label] done: ^~~~~ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:256:47: warning: unused parameter 'scanner' [-Wunused-parameter] static bool scan_script_element_text(Scanner *scanner, TSLexer *lexer) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/scanner.c:298:45: warning: unused parameter 'scanner' [-Wunused-parameter] static bool scan_script_block_text(Scanner *scanner, TSLexer *lexer) { ^ 13 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/parser.c:6202:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/templ/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/templ.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 93/97: unison Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:760:38: warning: unused parameter 'indent' [-Wunused-parameter] static Result newline_infix(uint32_t indent, Symbolic type, State *state) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:760:55: warning: unused parameter 'type' [-Wunused-parameter] static Result newline_infix(uint32_t indent, Symbolic type, State *state) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:760:68: warning: unused parameter 'state' [-Wunused-parameter] static Result newline_infix(uint32_t indent, Symbolic type, State *state) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:1133:52: warning: unused parameter 'can_be_operator' [-Wunused-parameter] static Result post_pos_neg_sign(State *state, bool can_be_operator) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:1730:16: warning: unused variable 'res' [-Wunused-variable] Result res = detect_nat_ufloat_byte(state); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:1713:38: warning: unused parameter 'indent' [-Wunused-parameter] static Result newline_token(uint32_t indent, State *state) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:218:15: warning: unused function 'debug_indents_str' [-Wunused-function] static char * debug_indents_str(indent_vec *indents) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:391:13: warning: unused function 'is_newline_where' [-Wunused-function] static bool is_newline_where(uint32_t indent, State *state) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:760:15: warning: unused function 'newline_infix' [-Wunused-function] static Result newline_infix(uint32_t indent, Symbolic type, State *state) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:1004:15: warning: unused function 'boolean_operator' [-Wunused-function] static Result boolean_operator(State *state) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:1421:15: warning: unused function 'open_paren' [-Wunused-function] static Result open_paren(State *state) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/unison/src/scanner.c:1876:13: warning: unused function 'debug_lookahead' [-Wunused-function] static void debug_lookahead(State *state) { ^ 12 warnings generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/unison.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 94/97: ponylang Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/ponylang/src/parser.c:33895:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/ponylang/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/ponylang.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 95/97: nim Parser compilation failed. Stdout: Stderr: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/nim/src/parser.c:11154:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/nim/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/nim.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 96/97: fsharp Parser compilation failed. Stdout: Stderr: ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/fsharp.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failure 97/97: scala Parser compilation failed. Stdout: Stderr: In file included from /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/scala/src/scanner.c:1: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/scala/src/stack.h:58:44: warning: unused parameter 'msg' [-Wunused-parameter] void printStack(ScannerStack *stack, char *msg) { ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/scala/src/scanner.c:159:35: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare] || lexer->get_column(lexer) == stack->last_column)) { ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ 2 warnings generated. /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/scala/src/parser.c:46756:3: warning: variable 'eof' set but not used [-Wunused-but-set-variable] START_LEXER(); ^ /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/sources/scala/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 warning generated. ld: can't write to output file: /Users/pbulk/build/editors/helix/work/helix-23.10/runtime/grammars/scala.so, errno=28 for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Error: 97 grammars failed to build *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/editors/helix *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/editors/helix