Skip to content

Instantly share code, notes, and snippets.

@mikepqr
Created December 18, 2023 17:15
Show Gist options
  • Save mikepqr/926581d014ed48bfe5039c06db5b8c1f to your computer and use it in GitHub Desktop.
Save mikepqr/926581d014ed48bfe5039c06db5b8c1f to your computer and use it in GitHub Desktop.
neovim on macOS 14.1 - Homebrew build logs
Homebrew build logs for neovim on macOS 14.1
Build date: 2023-12-17 22:10:16
HOMEBREW_VERSION: 4.1.25-95-gb72421e
ORIGIN: https://github.com/Homebrew/brew
HEAD: b72421e25807b72eac4ed041d9ae3ced22f9c285
Last commit: 16 hours ago
Core tap origin: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 6784cc31d6761b95a1b405f10580d17a4e5e6ce2
Core tap last commit: 10 months ago
Core tap branch: master
Core tap JSON: 18 Dec 15:27 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_EDITOR: nvim
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.1.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby
CPU: octa-core 64-bit arm_firestorm_icestorm
Clang: 15.0.0 build 1500
Git: 2.40.0 => /opt/homebrew/bin/git
Curl: 8.1.2 => /usr/bin/curl
macOS: 14.1.1-arm64
CLT: 15.0.0.0.1.1694021235
Xcode: N/A
Rosetta 2: false
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
openssl@1.1
youtube-dl
Warning: /usr/bin occurs before /opt/homebrew/bin in your PATH.
This means that system-provided programs will be used instead of those
provided by Homebrew. Consider setting your PATH so that
/opt/homebrew/bin occurs before /usr/bin. Here is a one-liner:
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> /Users/mike/.bash_profile
The following tools exist at both paths:
bashbug
cmp
corelist
cpan
db_archive
db_checkpoint
db_deadlock
db_dump
db_hotbackup
db_load
db_printlog
db_recover
db_stat
db_upgrade
db_verify
diff
diff3
enc2xs
encguess
ex
git
git-receive-pack
git-shell
git-upload-archive
git-upload-pack
h2ph
h2xs
instmodsh
json_pp
libnetcfg
openssl
perl
perlbug
perldoc
perlivp
perlthanks
piconv
pip3
pl2pm
pod2html
pod2man
pod2text
pod2usage
podchecker
prove
ptar
ptardiff
ptargrep
python3
rsync
rview
rvim
sdiff
shasum
splain
streamzip
tclsh
vi
view
vim
vimdiff
vimtutor
wish
xsubpp
xxd
zipdetails
Warning: Homebrew's "bin" was not found in your PATH.
Consider setting your PATH for example like so:
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> /Users/mike/.bash_profile
Warning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /opt/homebrew/sbin.
Consider setting your PATH for example like so:
echo 'export PATH="/opt/homebrew/sbin:$PATH"' >> /Users/mike/.bash_profile
2023-12-18 03:09:49 +0000
cmake
-S
.
-B
build
-DLUV_LIBRARY=/opt/homebrew/opt/luv/lib/libluv.dylib
-DLIBUV_LIBRARY=/opt/homebrew/opt/libuv/lib/libuv.dylib
-DLPEG_LIBRARY=/opt/homebrew/opt/lpeg/lib/liblpeg.dylib
-DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/neovim/HEAD-d956bc6
-DCMAKE_INSTALL_LIBDIR=lib
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DBUILD_TESTING=OFF
-DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
-- The C compiler identification is AppleClang 15.0.0.15000040
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found GNU Make at /opt/homebrew/Library/Homebrew/shims/mac/super/gmake
-- Using deployment target 14.1.1
-- CMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/neovim/HEAD-d956bc6
-- CMAKE_BUILD_TYPE=Release
-- Using Lua interpreter: /opt/homebrew/bin/luajit
-- Using Lua interpreter for code generation: /opt/homebrew/bin/luajit
/opt/homebrew/bin/luajit: module 'jit.bcsave' not found:
no field package.preload['jit.bcsave']
no file '/opt/homebrew/opt/lpeg/lib/lua/5.1/jit/bcsave.so'
no file './jit/bcsave.so'
no file '/usr/local/lib/lua/5.1/jit/bcsave.so'
no file '/opt/homebrew/lib/lua/5.1/jit/bcsave.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file '/opt/homebrew/opt/lpeg/lib/lua/5.1/jit.so'
no file './jit.so'
no file '/usr/local/lib/lua/5.1/jit.so'
no file '/opt/homebrew/lib/lua/5.1/jit.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: at 0x0100d051fc
[C]: at 0x0100cb2dfc
-- Found Luv: /opt/homebrew/opt/luv/lib/libluv.dylib (Required is at least version "1.43.0")
-- Found Iconv: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include
-- Performing Test HAVE_WORKING_LIBINTL
-- Performing Test HAVE_WORKING_LIBINTL - Success
-- Looking for _nl_msg_cat_cntr
-- Looking for _nl_msg_cat_cntr - not found
-- Found Libintl:
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for kstat_lookup in kstat
-- Looking for kstat_lookup in kstat - not found
-- Looking for kvm_open in kvm
-- Looking for kvm_open in kvm - not found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - not found
-- Looking for perfstat_cpu in perfstat
-- Looking for perfstat_cpu in perfstat - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for sendfile in sendfile
-- Looking for sendfile in sendfile - not found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found Libuv: /opt/homebrew/opt/libuv/lib/libuv.dylib (Required is at least version "1.28.0")
-- Found Libvterm: /opt/homebrew/include (found suitable version "0.3.3", minimum required is "0.3.3")
-- Found Lpeg: /opt/homebrew/opt/lpeg/lib/liblpeg.dylib
-- Found Msgpack: /opt/homebrew/lib/libmsgpackc.dylib (found suitable version "6.0.0", minimum required is "1.0.0")
-- Found Treesitter: /opt/homebrew/lib/libtree-sitter.dylib (Required is at least version "0.20.8")
-- Performing Test TS_HAS_SET_MAX_START_DEPTH
-- Performing Test TS_HAS_SET_MAX_START_DEPTH - Failed
-- Found Unibilium: /opt/homebrew/include (Required is at least version "2.0")
-- Found Luajit: /opt/homebrew/lib/libluajit-5.1.dylib
-- Performing Test HAS_FSTACK_PROTECTOR_STRONG_FLAG
-- Performing Test HAS_FSTACK_PROTECTOR_STRONG_FLAG - Success
-- Performing Test HAVE_WIMPLICIT_FALLTHROUGH_FLAG
-- Performing Test HAVE_WIMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test HAS_DIAG_COLOR_FLAG
-- Performing Test HAS_DIAG_COLOR_FLAG - Success
-- Found Gettext: /opt/homebrew/opt/gettext/bin/msgmerge (found version "0.22.4")
-- Performing Test HAVE_EXECINFO_BACKTRACE
-- Performing Test HAVE_EXECINFO_BACKTRACE - Success
-- Performing Test HAVE_BUILTIN_ADD_OVERFLOW
-- Performing Test HAVE_BUILTIN_ADD_OVERFLOW - Success
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of intmax_t
-- Check size of intmax_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of void *
-- Check size of void * - done
-- Looking for _NSGetEnviron
-- Looking for _NSGetEnviron - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/utsname.h
-- Looking for include file sys/utsname.h - found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file sys/uio.h
-- Looking for include file sys/uio.h - found
-- Looking for include file sys/sdt.h
-- Looking for include file sys/sdt.h - found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for readv
-- Looking for readv - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for strnlen
-- Looking for strnlen - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for strptime
-- Looking for strptime - found
-- Performing Test HAVE_DIRFD_AND_FLOCK
-- Performing Test HAVE_DIRFD_AND_FLOCK - Success
-- Performing Test HAVE_PWD_FUNCS
-- Performing Test HAVE_PWD_FUNCS - Success
-- Looking for FD_CLOEXEC
-- Looking for FD_CLOEXEC - found
-- Looking for CODESET
-- Looking for CODESET - found
-- Looking for include file endian.h
-- Looking for include file endian.h - not found
-- Looking for include file sys/endian.h
-- Looking for include file sys/endian.h - not found
-- Performing Test HAVE_BE64TOH_MACROS
-- Performing Test HAVE_BE64TOH_MACROS - Failed
-- Looking for be64toh
-- Looking for be64toh - not found
-- Configuring done (7.5s)
-- Generating done (0.4s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
-- Build files have been written to: /tmp/neovim-20231217-50817-6xdprw/build
clang called with: CMakeCCompilerId.c
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wl,--help
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -Wl,--help -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wl,--help
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -Wl,--help -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_20c48.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_20c48.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_20c48.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.28.0/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -v -Wl,-v -MD -MT CMakeFiles/cmTC_20c48.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_20c48.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_20c48.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.28.0/share/cmake/Modules/CMakeCCompilerABI.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_20c48.dir/CMakeCCompilerABI.c.o -o cmTC_20c48
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_20c48.dir/CMakeCCompilerABI.c.o -o cmTC_20c48 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_WORKING_LIBINTL -I/opt/homebrew/opt/gettext/include -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_8a0ed.dir/src.c.o -MF CMakeFiles/cmTC_8a0ed.dir/src.c.o.d -o CMakeFiles/cmTC_8a0ed.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-5Qh1ag/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DHAVE_WORKING_LIBINTL -I/opt/homebrew/opt/gettext/include -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_8a0ed.dir/src.c.o -MF CMakeFiles/cmTC_8a0ed.dir/src.c.o.d -o CMakeFiles/cmTC_8a0ed.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-5Qh1ag/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8a0ed.dir/src.c.o -o cmTC_8a0ed /opt/homebrew/opt/gettext/lib/libintl.dylib
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8a0ed.dir/src.c.o -o cmTC_8a0ed /opt/homebrew/opt/gettext/lib/libintl.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_3ccbc.dir/CheckVariableExists.c.o -MF CMakeFiles/cmTC_3ccbc.dir/CheckVariableExists.c.o.d -o CMakeFiles/cmTC_3ccbc.dir/CheckVariableExists.c.o -c /opt/homebrew/Cellar/cmake/3.28.0/share/cmake/Modules/CheckVariableExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_3ccbc.dir/CheckVariableExists.c.o -MF CMakeFiles/cmTC_3ccbc.dir/CheckVariableExists.c.o.d -o CMakeFiles/cmTC_3ccbc.dir/CheckVariableExists.c.o -c /opt/homebrew/Cellar/cmake/3.28.0/share/cmake/Modules/CheckVariableExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3ccbc.dir/CheckVariableExists.c.o -o cmTC_3ccbc
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3ccbc.dir/CheckVariableExists.c.o -o cmTC_3ccbc -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_0f592.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_0f592.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_0f592.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-N5niPR/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=dlopen -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_0f592.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_0f592.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_0f592.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-N5niPR/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f592.dir/CheckFunctionExists.c.o -o cmTC_0f592 -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-N5niPR/dlfcn.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-N5niPR/dlfcn.h -ldl
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=dlopen -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f592.dir/CheckFunctionExists.c.o -o cmTC_0f592 -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-N5niPR/dlfcn.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-N5niPR/dlfcn.h -ldl -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=kstat_lookup -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_9175b.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9175b.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9175b.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-iu5lNZ/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=kstat_lookup -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_9175b.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9175b.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9175b.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-iu5lNZ/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=kstat_lookup -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9175b.dir/CheckFunctionExists.c.o -o cmTC_9175b -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-iu5lNZ/kstat.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-iu5lNZ/kstat.h -lkstat
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=kstat_lookup -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9175b.dir/CheckFunctionExists.c.o -o cmTC_9175b -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-iu5lNZ/kstat.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-iu5lNZ/kstat.h -lkstat -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=kvm_open -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_41814.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_41814.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_41814.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-T6VCiS/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=kvm_open -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_41814.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_41814.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_41814.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-T6VCiS/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=kvm_open -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_41814.dir/CheckFunctionExists.c.o -o cmTC_41814 -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-T6VCiS/kvm.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-T6VCiS/kvm.h -lkvm
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=kvm_open -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_41814.dir/CheckFunctionExists.c.o -o cmTC_41814 -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-T6VCiS/kvm.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-T6VCiS/kvm.h -lkvm -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_e3d92.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_e3d92.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_e3d92.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ixxuYY/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=gethostbyname -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_e3d92.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_e3d92.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_e3d92.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ixxuYY/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3d92.dir/CheckFunctionExists.c.o -o cmTC_e3d92 -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ixxuYY/nsl.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ixxuYY/nsl.h -lnsl
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=gethostbyname -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3d92.dir/CheckFunctionExists.c.o -o cmTC_e3d92 -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ixxuYY/nsl.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ixxuYY/nsl.h -lnsl -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=perfstat_cpu -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_cfd1b.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_cfd1b.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_cfd1b.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-W3XsSL/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=perfstat_cpu -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_cfd1b.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_cfd1b.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_cfd1b.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-W3XsSL/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=perfstat_cpu -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cfd1b.dir/CheckFunctionExists.c.o -o cmTC_cfd1b -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-W3XsSL/libperfstat.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-W3XsSL/libperfstat.h -lperfstat
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=perfstat_cpu -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cfd1b.dir/CheckFunctionExists.c.o -o cmTC_cfd1b -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-W3XsSL/libperfstat.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-W3XsSL/libperfstat.h -lperfstat -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_7c7ba.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_7c7ba.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_7c7ba.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-cWdBCA/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=clock_gettime -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_7c7ba.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_7c7ba.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_7c7ba.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-cWdBCA/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7c7ba.dir/CheckFunctionExists.c.o -o cmTC_7c7ba -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-cWdBCA/time.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-cWdBCA/time.h -lrt
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=clock_gettime -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7c7ba.dir/CheckFunctionExists.c.o -o cmTC_7c7ba -L/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-cWdBCA/time.h -Wl,-rpath,/tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-cWdBCA/time.h -lrt -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=sendfile -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_6a120.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_6a120.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_6a120.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ZYtHYm/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=sendfile -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_6a120.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_6a120.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_6a120.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ZYtHYm/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=sendfile -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a120.dir/CheckFunctionExists.c.o -o cmTC_6a120 -lsendfile
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=sendfile -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a120.dir/CheckFunctionExists.c.o -o cmTC_6a120 -lsendfile -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCMAKE_HAVE_LIBC_PTHREAD -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_3ef43.dir/src.c.o -MF CMakeFiles/cmTC_3ef43.dir/src.c.o.d -o CMakeFiles/cmTC_3ef43.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-EuL2sK/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCMAKE_HAVE_LIBC_PTHREAD -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_3ef43.dir/src.c.o -MF CMakeFiles/cmTC_3ef43.dir/src.c.o.d -o CMakeFiles/cmTC_3ef43.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-EuL2sK/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3ef43.dir/src.c.o -o cmTC_3ef43
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3ef43.dir/src.c.o -o cmTC_3ef43 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DTS_HAS_SET_MAX_START_DEPTH -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_93d6e.dir/src.c.o -MF CMakeFiles/cmTC_93d6e.dir/src.c.o.d -o CMakeFiles/cmTC_93d6e.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-SDf5Yi/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DTS_HAS_SET_MAX_START_DEPTH -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_93d6e.dir/src.c.o -MF CMakeFiles/cmTC_93d6e.dir/src.c.o.d -o CMakeFiles/cmTC_93d6e.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-SDf5Yi/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAS_FSTACK_PROTECTOR_STRONG_FLAG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fstack-protector-strong -MD -MT CMakeFiles/cmTC_a05f7.dir/src.c.o -MF CMakeFiles/cmTC_a05f7.dir/src.c.o.d -o CMakeFiles/cmTC_a05f7.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-CFBnRY/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DHAS_FSTACK_PROTECTOR_STRONG_FLAG -mmacosx-version-min=14.1.1 -fstack-protector-strong -MD -MT CMakeFiles/cmTC_a05f7.dir/src.c.o -MF CMakeFiles/cmTC_a05f7.dir/src.c.o.d -o CMakeFiles/cmTC_a05f7.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-CFBnRY/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a05f7.dir/src.c.o -o cmTC_a05f7
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a05f7.dir/src.c.o -o cmTC_a05f7 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_WIMPLICIT_FALLTHROUGH_FLAG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wimplicit-fallthrough -MD -MT CMakeFiles/cmTC_ee9f6.dir/src.c.o -MF CMakeFiles/cmTC_ee9f6.dir/src.c.o.d -o CMakeFiles/cmTC_ee9f6.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-gmcUOS/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -Wimplicit-fallthrough
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DHAVE_WIMPLICIT_FALLTHROUGH_FLAG -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_ee9f6.dir/src.c.o -MF CMakeFiles/cmTC_ee9f6.dir/src.c.o.d -o CMakeFiles/cmTC_ee9f6.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-gmcUOS/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ee9f6.dir/src.c.o -o cmTC_ee9f6
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ee9f6.dir/src.c.o -o cmTC_ee9f6 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAS_DIAG_COLOR_FLAG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fdiagnostics-color=auto -MD -MT CMakeFiles/cmTC_b001d.dir/src.c.o -MF CMakeFiles/cmTC_b001d.dir/src.c.o.d -o CMakeFiles/cmTC_b001d.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-TJkYWB/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DHAS_DIAG_COLOR_FLAG -mmacosx-version-min=14.1.1 -fdiagnostics-color=auto -MD -MT CMakeFiles/cmTC_b001d.dir/src.c.o -MF CMakeFiles/cmTC_b001d.dir/src.c.o.d -o CMakeFiles/cmTC_b001d.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-TJkYWB/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b001d.dir/src.c.o -o cmTC_b001d
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b001d.dir/src.c.o -o cmTC_b001d -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -MD -MT CMakeFiles/foo.dir/foo.c.o -MF CMakeFiles/foo.dir/foo.c.o.d -o CMakeFiles/foo.dir/foo.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/CMakeFiles/_CMakeLTOTest-C/src/foo.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -flto=thin -MD -MT CMakeFiles/foo.dir/foo.c.o -MF CMakeFiles/foo.dir/foo.c.o.d -o CMakeFiles/foo.dir/foo.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/CMakeFiles/_CMakeLTOTest-C/src/foo.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -MD -MT CMakeFiles/boo.dir/main.c.o -MF CMakeFiles/boo.dir/main.c.o.d -o CMakeFiles/boo.dir/main.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/CMakeFiles/_CMakeLTOTest-C/src/main.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -flto=thin -MD -MT CMakeFiles/boo.dir/main.c.o -MF CMakeFiles/boo.dir/main.c.o.d -o CMakeFiles/boo.dir/main.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/CMakeFiles/_CMakeLTOTest-C/src/main.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/boo.dir/main.c.o -o boo libfoo.a
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -flto=thin -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/boo.dir/main.c.o -o boo libfoo.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_EXECINFO_BACKTRACE -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_c45cf.dir/src.c.o -MF CMakeFiles/cmTC_c45cf.dir/src.c.o.d -o CMakeFiles/cmTC_c45cf.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-htLQvg/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DHAVE_EXECINFO_BACKTRACE -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_c45cf.dir/src.c.o -MF CMakeFiles/cmTC_c45cf.dir/src.c.o.d -o CMakeFiles/cmTC_c45cf.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-htLQvg/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c45cf.dir/src.c.o -o cmTC_c45cf
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c45cf.dir/src.c.o -o cmTC_c45cf -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_BUILTIN_ADD_OVERFLOW -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_2a54d.dir/src.c.o -MF CMakeFiles/cmTC_2a54d.dir/src.c.o.d -o CMakeFiles/cmTC_2a54d.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-3sAAWF/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DHAVE_BUILTIN_ADD_OVERFLOW -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_2a54d.dir/src.c.o -MF CMakeFiles/cmTC_2a54d.dir/src.c.o.d -o CMakeFiles/cmTC_2a54d.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-3sAAWF/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2a54d.dir/src.c.o -o cmTC_2a54d
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2a54d.dir/src.c.o -o cmTC_2a54d -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_e0fa5.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e0fa5.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e0fa5.dir/CheckIncludeFile.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-agdQkX/CheckIncludeFile.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_e0fa5.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e0fa5.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e0fa5.dir/CheckIncludeFile.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-agdQkX/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e0fa5.dir/CheckIncludeFile.c.o -o cmTC_e0fa5
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e0fa5.dir/CheckIncludeFile.c.o -o cmTC_e0fa5 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_b5039.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_b5039.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_b5039.dir/CheckIncludeFile.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-4QeFrf/CheckIncludeFile.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_b5039.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_b5039.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_b5039.dir/CheckIncludeFile.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-4QeFrf/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5039.dir/CheckIncludeFile.c.o -o cmTC_b5039
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5039.dir/CheckIncludeFile.c.o -o cmTC_b5039 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_ca8ce.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_ca8ce.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_ca8ce.dir/CheckIncludeFile.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-RUEuxs/CheckIncludeFile.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_ca8ce.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_ca8ce.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_ca8ce.dir/CheckIncludeFile.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-RUEuxs/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ca8ce.dir/CheckIncludeFile.c.o -o cmTC_ca8ce
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ca8ce.dir/CheckIncludeFile.c.o -o cmTC_ca8ce -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_43925.dir/SIZEOF_INT.c.o -MF CMakeFiles/cmTC_43925.dir/SIZEOF_INT.c.o.d -o CMakeFiles/cmTC_43925.dir/SIZEOF_INT.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ISQjAI/SIZEOF_INT.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_43925.dir/SIZEOF_INT.c.o -MF CMakeFiles/cmTC_43925.dir/SIZEOF_INT.c.o.d -o CMakeFiles/cmTC_43925.dir/SIZEOF_INT.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ISQjAI/SIZEOF_INT.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43925.dir/SIZEOF_INT.c.o -o cmTC_43925
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43925.dir/SIZEOF_INT.c.o -o cmTC_43925 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_0da89.dir/SIZEOF_LONG.c.o -MF CMakeFiles/cmTC_0da89.dir/SIZEOF_LONG.c.o.d -o CMakeFiles/cmTC_0da89.dir/SIZEOF_LONG.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-Qh3IAg/SIZEOF_LONG.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_0da89.dir/SIZEOF_LONG.c.o -MF CMakeFiles/cmTC_0da89.dir/SIZEOF_LONG.c.o.d -o CMakeFiles/cmTC_0da89.dir/SIZEOF_LONG.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-Qh3IAg/SIZEOF_LONG.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0da89.dir/SIZEOF_LONG.c.o -o cmTC_0da89
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0da89.dir/SIZEOF_LONG.c.o -o cmTC_0da89 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_f2fd1.dir/SIZEOF_INTMAX_T.c.o -MF CMakeFiles/cmTC_f2fd1.dir/SIZEOF_INTMAX_T.c.o.d -o CMakeFiles/cmTC_f2fd1.dir/SIZEOF_INTMAX_T.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-6wmqCz/SIZEOF_INTMAX_T.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_f2fd1.dir/SIZEOF_INTMAX_T.c.o -MF CMakeFiles/cmTC_f2fd1.dir/SIZEOF_INTMAX_T.c.o.d -o CMakeFiles/cmTC_f2fd1.dir/SIZEOF_INTMAX_T.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-6wmqCz/SIZEOF_INTMAX_T.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f2fd1.dir/SIZEOF_INTMAX_T.c.o -o cmTC_f2fd1
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f2fd1.dir/SIZEOF_INTMAX_T.c.o -o cmTC_f2fd1 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_935f7.dir/SIZEOF_SIZE_T.c.o -MF CMakeFiles/cmTC_935f7.dir/SIZEOF_SIZE_T.c.o.d -o CMakeFiles/cmTC_935f7.dir/SIZEOF_SIZE_T.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-zVJDZf/SIZEOF_SIZE_T.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_935f7.dir/SIZEOF_SIZE_T.c.o -MF CMakeFiles/cmTC_935f7.dir/SIZEOF_SIZE_T.c.o.d -o CMakeFiles/cmTC_935f7.dir/SIZEOF_SIZE_T.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-zVJDZf/SIZEOF_SIZE_T.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_935f7.dir/SIZEOF_SIZE_T.c.o -o cmTC_935f7
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_935f7.dir/SIZEOF_SIZE_T.c.o -o cmTC_935f7 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_1ed63.dir/SIZEOF_VOID_PTR.c.o -MF CMakeFiles/cmTC_1ed63.dir/SIZEOF_VOID_PTR.c.o.d -o CMakeFiles/cmTC_1ed63.dir/SIZEOF_VOID_PTR.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-uajslV/SIZEOF_VOID_PTR.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_1ed63.dir/SIZEOF_VOID_PTR.c.o -MF CMakeFiles/cmTC_1ed63.dir/SIZEOF_VOID_PTR.c.o.d -o CMakeFiles/cmTC_1ed63.dir/SIZEOF_VOID_PTR.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-uajslV/SIZEOF_VOID_PTR.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1ed63.dir/SIZEOF_VOID_PTR.c.o -o cmTC_1ed63
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1ed63.dir/SIZEOF_VOID_PTR.c.o -o cmTC_1ed63 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_2d624.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_2d624.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_2d624.dir/CheckSymbolExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-oOBoh6/CheckSymbolExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_2d624.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_2d624.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_2d624.dir/CheckSymbolExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-oOBoh6/CheckSymbolExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2d624.dir/CheckSymbolExists.c.o -o cmTC_2d624
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2d624.dir/CheckSymbolExists.c.o -o cmTC_2d624 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_15a45.dir/HAVE_LANGINFO_H.c.o -MF CMakeFiles/cmTC_15a45.dir/HAVE_LANGINFO_H.c.o.d -o CMakeFiles/cmTC_15a45.dir/HAVE_LANGINFO_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-Fnrsb5/HAVE_LANGINFO_H.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_15a45.dir/HAVE_LANGINFO_H.c.o -MF CMakeFiles/cmTC_15a45.dir/HAVE_LANGINFO_H.c.o.d -o CMakeFiles/cmTC_15a45.dir/HAVE_LANGINFO_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-Fnrsb5/HAVE_LANGINFO_H.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_15a45.dir/HAVE_LANGINFO_H.c.o -o cmTC_15a45
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_15a45.dir/HAVE_LANGINFO_H.c.o -o cmTC_15a45 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_528e7.dir/HAVE_STRINGS_H.c.o -MF CMakeFiles/cmTC_528e7.dir/HAVE_STRINGS_H.c.o.d -o CMakeFiles/cmTC_528e7.dir/HAVE_STRINGS_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-IEPTG4/HAVE_STRINGS_H.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_528e7.dir/HAVE_STRINGS_H.c.o -MF CMakeFiles/cmTC_528e7.dir/HAVE_STRINGS_H.c.o.d -o CMakeFiles/cmTC_528e7.dir/HAVE_STRINGS_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-IEPTG4/HAVE_STRINGS_H.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_528e7.dir/HAVE_STRINGS_H.c.o -o cmTC_528e7
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_528e7.dir/HAVE_STRINGS_H.c.o -o cmTC_528e7 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_01608.dir/HAVE_SYS_UTSNAME_H.c.o -MF CMakeFiles/cmTC_01608.dir/HAVE_SYS_UTSNAME_H.c.o.d -o CMakeFiles/cmTC_01608.dir/HAVE_SYS_UTSNAME_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-dV98Rz/HAVE_SYS_UTSNAME_H.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_01608.dir/HAVE_SYS_UTSNAME_H.c.o -MF CMakeFiles/cmTC_01608.dir/HAVE_SYS_UTSNAME_H.c.o.d -o CMakeFiles/cmTC_01608.dir/HAVE_SYS_UTSNAME_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-dV98Rz/HAVE_SYS_UTSNAME_H.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_01608.dir/HAVE_SYS_UTSNAME_H.c.o -o cmTC_01608
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_01608.dir/HAVE_SYS_UTSNAME_H.c.o -o cmTC_01608 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_262df.dir/HAVE_TERMIOS_H.c.o -MF CMakeFiles/cmTC_262df.dir/HAVE_TERMIOS_H.c.o.d -o CMakeFiles/cmTC_262df.dir/HAVE_TERMIOS_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-q4zXhj/HAVE_TERMIOS_H.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_262df.dir/HAVE_TERMIOS_H.c.o -MF CMakeFiles/cmTC_262df.dir/HAVE_TERMIOS_H.c.o.d -o CMakeFiles/cmTC_262df.dir/HAVE_TERMIOS_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-q4zXhj/HAVE_TERMIOS_H.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_262df.dir/HAVE_TERMIOS_H.c.o -o cmTC_262df
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_262df.dir/HAVE_TERMIOS_H.c.o -o cmTC_262df -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_f3631.dir/HAVE_SYS_UIO_H.c.o -MF CMakeFiles/cmTC_f3631.dir/HAVE_SYS_UIO_H.c.o.d -o CMakeFiles/cmTC_f3631.dir/HAVE_SYS_UIO_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-EdG8XY/HAVE_SYS_UIO_H.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_f3631.dir/HAVE_SYS_UIO_H.c.o -MF CMakeFiles/cmTC_f3631.dir/HAVE_SYS_UIO_H.c.o.d -o CMakeFiles/cmTC_f3631.dir/HAVE_SYS_UIO_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-EdG8XY/HAVE_SYS_UIO_H.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3631.dir/HAVE_SYS_UIO_H.c.o -o cmTC_f3631
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3631.dir/HAVE_SYS_UIO_H.c.o -o cmTC_f3631 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_50585.dir/HAVE_SYS_SDT_H.c.o -MF CMakeFiles/cmTC_50585.dir/HAVE_SYS_SDT_H.c.o.d -o CMakeFiles/cmTC_50585.dir/HAVE_SYS_SDT_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-E2jTcY/HAVE_SYS_SDT_H.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_50585.dir/HAVE_SYS_SDT_H.c.o -MF CMakeFiles/cmTC_50585.dir/HAVE_SYS_SDT_H.c.o.d -o CMakeFiles/cmTC_50585.dir/HAVE_SYS_SDT_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-E2jTcY/HAVE_SYS_SDT_H.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_50585.dir/HAVE_SYS_SDT_H.c.o -o cmTC_50585
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_50585.dir/HAVE_SYS_SDT_H.c.o -o cmTC_50585 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=fseeko -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_47ebb.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_47ebb.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_47ebb.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-zI7UI2/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=fseeko -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_47ebb.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_47ebb.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_47ebb.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-zI7UI2/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=fseeko -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_47ebb.dir/CheckFunctionExists.c.o -o cmTC_47ebb
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=fseeko -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_47ebb.dir/CheckFunctionExists.c.o -o cmTC_47ebb -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=readv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_c8f59.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_c8f59.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_c8f59.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-SZPOEO/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=readv -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_c8f59.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_c8f59.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_c8f59.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-SZPOEO/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=readv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c8f59.dir/CheckFunctionExists.c.o -o cmTC_c8f59
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=readv -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c8f59.dir/CheckFunctionExists.c.o -o cmTC_c8f59 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=readlink -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_8b766.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_8b766.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_8b766.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-NWlJ3W/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=readlink -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_8b766.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_8b766.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_8b766.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-NWlJ3W/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=readlink -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b766.dir/CheckFunctionExists.c.o -o cmTC_8b766
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=readlink -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b766.dir/CheckFunctionExists.c.o -o cmTC_8b766 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=strnlen -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_9c73e.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9c73e.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9c73e.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ATYZFc/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=strnlen -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_9c73e.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9c73e.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9c73e.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-ATYZFc/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=strnlen -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9c73e.dir/CheckFunctionExists.c.o -o cmTC_9c73e
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=strnlen -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9c73e.dir/CheckFunctionExists.c.o -o cmTC_9c73e -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=strcasecmp -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_8493d.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_8493d.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_8493d.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-M646vj/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=strcasecmp -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_8493d.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_8493d.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_8493d.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-M646vj/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=strcasecmp -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8493d.dir/CheckFunctionExists.c.o -o cmTC_8493d
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=strcasecmp -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8493d.dir/CheckFunctionExists.c.o -o cmTC_8493d -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=strncasecmp -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_9b926.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9b926.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9b926.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-OS0i2a/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=strncasecmp -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_9b926.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9b926.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9b926.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-OS0i2a/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=strncasecmp -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9b926.dir/CheckFunctionExists.c.o -o cmTC_9b926
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=strncasecmp -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9b926.dir/CheckFunctionExists.c.o -o cmTC_9b926 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=strptime -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_1e6b9.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_1e6b9.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_1e6b9.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-q3FABA/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=strptime -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_1e6b9.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_1e6b9.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_1e6b9.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-q3FABA/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=strptime -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1e6b9.dir/CheckFunctionExists.c.o -o cmTC_1e6b9
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=strptime -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1e6b9.dir/CheckFunctionExists.c.o -o cmTC_1e6b9 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_DIRFD_AND_FLOCK -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_99024.dir/src.c.o -MF CMakeFiles/cmTC_99024.dir/src.c.o.d -o CMakeFiles/cmTC_99024.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-pdpl4j/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DHAVE_DIRFD_AND_FLOCK -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_99024.dir/src.c.o -MF CMakeFiles/cmTC_99024.dir/src.c.o.d -o CMakeFiles/cmTC_99024.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-pdpl4j/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_99024.dir/src.c.o -o cmTC_99024
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_99024.dir/src.c.o -o cmTC_99024 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_PWD_FUNCS -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_29f9f.dir/src.c.o -MF CMakeFiles/cmTC_29f9f.dir/src.c.o.d -o CMakeFiles/cmTC_29f9f.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-druKSK/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DHAVE_PWD_FUNCS -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_29f9f.dir/src.c.o -MF CMakeFiles/cmTC_29f9f.dir/src.c.o.d -o CMakeFiles/cmTC_29f9f.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-druKSK/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_29f9f.dir/src.c.o -o cmTC_29f9f
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_29f9f.dir/src.c.o -o cmTC_29f9f -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_f2d6f.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_f2d6f.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_f2d6f.dir/CheckSymbolExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-q0hPEH/CheckSymbolExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_f2d6f.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_f2d6f.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_f2d6f.dir/CheckSymbolExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-q0hPEH/CheckSymbolExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f2d6f.dir/CheckSymbolExists.c.o -o cmTC_f2d6f
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f2d6f.dir/CheckSymbolExists.c.o -o cmTC_f2d6f -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_b1a95.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_b1a95.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_b1a95.dir/CheckSymbolExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-QZWc8n/CheckSymbolExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_b1a95.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_b1a95.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_b1a95.dir/CheckSymbolExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-QZWc8n/CheckSymbolExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b1a95.dir/CheckSymbolExists.c.o -o cmTC_b1a95
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b1a95.dir/CheckSymbolExists.c.o -o cmTC_b1a95 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_82301.dir/HAVE_ENDIAN_H.c.o -MF CMakeFiles/cmTC_82301.dir/HAVE_ENDIAN_H.c.o.d -o CMakeFiles/cmTC_82301.dir/HAVE_ENDIAN_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-cjxioM/HAVE_ENDIAN_H.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_82301.dir/HAVE_ENDIAN_H.c.o -MF CMakeFiles/cmTC_82301.dir/HAVE_ENDIAN_H.c.o.d -o CMakeFiles/cmTC_82301.dir/HAVE_ENDIAN_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-cjxioM/HAVE_ENDIAN_H.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_381c7.dir/HAVE_SYS_ENDIAN_H.c.o -MF CMakeFiles/cmTC_381c7.dir/HAVE_SYS_ENDIAN_H.c.o.d -o CMakeFiles/cmTC_381c7.dir/HAVE_SYS_ENDIAN_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-uMSSYT/HAVE_SYS_ENDIAN_H.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_381c7.dir/HAVE_SYS_ENDIAN_H.c.o -MF CMakeFiles/cmTC_381c7.dir/HAVE_SYS_ENDIAN_H.c.o.d -o CMakeFiles/cmTC_381c7.dir/HAVE_SYS_ENDIAN_H.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-uMSSYT/HAVE_SYS_ENDIAN_H.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_BE64TOH_MACROS -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_a511f.dir/src.c.o -MF CMakeFiles/cmTC_a511f.dir/src.c.o.d -o CMakeFiles/cmTC_a511f.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-U4r08S/src.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DHAVE_BE64TOH_MACROS -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_a511f.dir/src.c.o -MF CMakeFiles/cmTC_a511f.dir/src.c.o.d -o CMakeFiles/cmTC_a511f.dir/src.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-U4r08S/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=be64toh -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_f6cb8.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_f6cb8.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_f6cb8.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-nuW4zc/CheckFunctionExists.c
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=be64toh -mmacosx-version-min=14.1.1 -MD -MT CMakeFiles/cmTC_f6cb8.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_f6cb8.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_f6cb8.dir/CheckFunctionExists.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/CMakeScratch/TryCompile-nuW4zc/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DCHECK_FUNCTION_EXISTS=be64toh -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6cb8.dir/CheckFunctionExists.c.o -o cmTC_f6cb8
superenv removed: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=be64toh -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6cb8.dir/CheckFunctionExists.c.o -o cmTC_f6cb8 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2023-12-18 03:09:57 +0000
cmake
--build
build
Change Dir: '/tmp/neovim-20231217-50817-6xdprw/build'
Run Build Command(s): /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E env VERBOSE=1 /opt/homebrew/Library/Homebrew/shims/mac/super/gmake -f Makefile
/opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -P /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles/VerifyGlobs.cmake
/opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -S/tmp/neovim-20231217-50817-6xdprw -B/tmp/neovim-20231217-50817-6xdprw/build --check-build-system CMakeFiles/Makefile.cmake 0
/opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E cmake_progress_start /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles /tmp/neovim-20231217-50817-6xdprw/build//CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make -f src/nvim/CMakeFiles/update_version_stamp.dir/build.make src/nvim/CMakeFiles/update_version_stamp.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f src/nvim/CMakeFiles/nlua0.dir/build.make src/nvim/CMakeFiles/nlua0.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f src/nvim/CMakeFiles/nvim_runtime_deps.dir/build.make src/nvim/CMakeFiles/nvim_runtime_deps.dir/depend
cd /tmp/neovim-20231217-50817-6xdprw/build && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/src/nvim /tmp/neovim-20231217-50817-6xdprw/build /tmp/neovim-20231217-50817-6xdprw/build/src/nvim /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/CMakeFiles/update_version_stamp.dir/DependInfo.cmake "--color="
cd /tmp/neovim-20231217-50817-6xdprw/build && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/src/nvim /tmp/neovim-20231217-50817-6xdprw/build /tmp/neovim-20231217-50817-6xdprw/build/src/nvim /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/CMakeFiles/nvim_runtime_deps.dir/DependInfo.cmake "--color="
cd /tmp/neovim-20231217-50817-6xdprw/build && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/src/nvim /tmp/neovim-20231217-50817-6xdprw/build /tmp/neovim-20231217-50817-6xdprw/build/src/nvim /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/CMakeFiles/nlua0.dir/DependInfo.cmake "--color="
/Library/Developer/CommandLineTools/usr/bin/make -f src/nvim/CMakeFiles/update_version_stamp.dir/build.make src/nvim/CMakeFiles/update_version_stamp.dir/build
/Library/Developer/CommandLineTools/usr/bin/make -f src/nvim/CMakeFiles/nvim_runtime_deps.dir/build.make src/nvim/CMakeFiles/nvim_runtime_deps.dir/build
/Library/Developer/CommandLineTools/usr/bin/make -f src/nvim/CMakeFiles/nlua0.dir/build.make src/nvim/CMakeFiles/nlua0.dir/build
make[2]: Nothing to be done for `src/nvim/CMakeFiles/nvim_runtime_deps.dir/build'.
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -D NVIM_VERSION_MAJOR=0 -D NVIM_VERSION_MINOR=10 -D NVIM_VERSION_PATCH=0 -D NVIM_VERSION_PRERELEASE=-dev -D OUTPUT=/tmp/neovim-20231217-50817-6xdprw/build/cmake.config/auto/versiondef_git.h -D NVIM_SOURCE_DIR=/tmp/neovim-20231217-50817-6xdprw -P /tmp/neovim-20231217-50817-6xdprw/cmake/GenerateVersion.cmake
[ 0%] Building C object src/nvim/CMakeFiles/nlua0.dir/__/mpack/conv.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/conv.c.o -MF CMakeFiles/nlua0.dir/__/mpack/conv.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/conv.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/conv.c
[ 0%] Building C object src/nvim/CMakeFiles/nlua0.dir/__/mpack/object.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/object.c.o -MF CMakeFiles/nlua0.dir/__/mpack/object.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/object.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/object.c
[ 0%] Built target nvim_runtime_deps
[ 0%] Building C object src/nvim/CMakeFiles/nlua0.dir/__/nlua0.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/nlua0.c.o -MF CMakeFiles/nlua0.dir/__/nlua0.c.o.d -o CMakeFiles/nlua0.dir/__/nlua0.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nlua0.c
[ 0%] Building C object src/nvim/CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o -MF CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/mpack_core.c
[ 0%] Building C object src/nvim/CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o -MF CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/lmpack.c
[ 0%] Building C object src/nvim/CMakeFiles/nlua0.dir/__/mpack/rpc.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/rpc.c.o -MF CMakeFiles/nlua0.dir/__/mpack/rpc.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/rpc.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/rpc.c
[ 0%] Linking C shared module ../../lib/libnlua0.so
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E cmake_link_script CMakeFiles/nlua0.dir/link.txt --verbose=1
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -bundle -Wl,-headerpad_max_install_names -undefined dynamic_lookup -o ../../lib/libnlua0.so CMakeFiles/nlua0.dir/__/mpack/conv.c.o CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o CMakeFiles/nlua0.dir/__/mpack/object.c.o CMakeFiles/nlua0.dir/__/mpack/rpc.c.o CMakeFiles/nlua0.dir/__/nlua0.c.o /opt/homebrew/opt/lpeg/lib/liblpeg.dylib
[ 0%] Built target nlua0
-- Using NVIM_VERSION: v0.10.0-dev-1882+gd956bc637-Homebrew
[ 0%] Built target update_version_stamp
/Library/Developer/CommandLineTools/usr/bin/make -f src/nvim/CMakeFiles/nvim.dir/build.make src/nvim/CMakeFiles/nvim.dir/depend
[ 0%] Generating auto/api/autocmd.c.generated.h, ../../include/api/autocmd.h.generated.h
[ 0%] Generating auto/winfloat.c.generated.h, ../../include/winfloat.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/autocmd.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/autocmd.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 0%] Generating auto/api/extmark.c.generated.h, ../../include/api/extmark.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/extmark.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/extmark.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 0%] Generating auto/api/buffer.c.generated.h, ../../include/api/buffer.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/winfloat.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/winfloat.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 0%] Generating auto/api/deprecated.c.generated.h, ../../include/api/deprecated.h.generated.h
[ 0%] Generating auto/api/command.c.generated.h, ../../include/api/command.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/buffer.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/buffer.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 0%] Generating auto/api/options.c.generated.h, ../../include/api/options.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/deprecated.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/deprecated.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/options.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/options.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/command.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/command.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/api/tabpage.c.generated.h, ../../include/api/tabpage.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/tabpage.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/tabpage.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/winfloat.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/winfloat.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/winfloat.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/winfloat.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/deprecated.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/deprecated.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/deprecated.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/deprecated.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/buffer.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/buffer.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/buffer.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/buffer.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/extmark.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/extmark.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/extmark.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/extmark.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/autocmd.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/autocmd.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/autocmd.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/autocmd.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/command.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/command.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/command.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/command.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/tabpage.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/tabpage.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/tabpage.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/tabpage.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/options.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/options.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/options.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/options.i
[ 6%] Generating auto/api/ui.c.generated.h, ../../include/api/ui.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/ui.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/ui.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/api/win_config.c.generated.h, ../../include/api/win_config.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/win_config.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/win_config.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/api/vim.c.generated.h, ../../include/api/vim.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vim.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/vim.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/api/vimscript.c.generated.h, ../../include/api/vimscript.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vimscript.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/vimscript.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/api/window.c.generated.h, ../../include/api/window.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/window.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/window.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating ../../cmake.config/auto/versiondef.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E copy /tmp/neovim-20231217-50817-6xdprw/build/cmake.config/auto/versiondef-Release.h /tmp/neovim-20231217-50817-6xdprw/build/cmake.config/auto/versiondef.h
[ 6%] Generating auto/api/private/converter.c.generated.h, ../../include/api/private/converter.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/converter.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/converter.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/api/private/dispatch.c.generated.h, ../../include/api/private/dispatch.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/dispatch.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/api/private/helpers.c.generated.h, ../../include/api/private/helpers.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/helpers.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/helpers.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/win_config.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/win_config.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/win_config.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/win_config.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/ui.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/ui.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/ui.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/ui.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/window.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/window.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/window.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/window.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/dispatch.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/private/dispatch.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/converter.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/converter.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/private/converter.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/converter.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vimscript.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/vimscript.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/vimscript.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/vimscript.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vim.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/vim.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/vim.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/vim.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/helpers.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/helpers.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/private/helpers.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/helpers.i
[ 6%] Generating auto/api/private/validate.c.generated.h, ../../include/api/private/validate.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/validate.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/validate.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/arabic.c.generated.h, ../../include/arabic.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/arabic.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/arabic.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/arglist.c.generated.h, ../../include/arglist.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/arglist.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/arglist.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating ../../include/auevents_enum.generated.h, auto/auevents_name_map.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_events.lua /tmp/neovim-20231217-50817-6xdprw/build/include/auevents_enum.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/auevents_name_map.generated.h
[ 6%] Generating auto/autocmd.c.generated.h, ../../include/autocmd.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/autocmd.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/autocmd.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/base64.c.generated.h, ../../include/base64.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/base64.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/base64.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/buffer_updates.c.generated.h, ../../include/buffer_updates.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/buffer_updates.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/buffer_updates.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/buffer.c.generated.h, ../../include/buffer.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/buffer.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/buffer.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/bufwrite.c.generated.h, ../../include/bufwrite.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/bufwrite.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/bufwrite.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/arabic.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/arabic.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/arabic.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/arabic.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/base64.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/base64.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/base64.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/base64.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/arglist.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/arglist.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/arglist.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/arglist.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/validate.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/validate.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/private/validate.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/validate.i
[ 6%] Generating auto/change.c.generated.h, ../../include/change.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/change.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/change.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/channel.c.generated.h, ../../include/channel.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/channel.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/channel.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/buffer_updates.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/buffer_updates.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/buffer_updates.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/buffer_updates.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/autocmd.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/autocmd.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/autocmd.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/autocmd.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/buffer.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/buffer.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/buffer.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/buffer.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/bufwrite.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/bufwrite.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/bufwrite.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/bufwrite.i
[ 6%] Generating auto/charset.c.generated.h, ../../include/charset.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/charset.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/charset.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/cmdexpand.c.generated.h, ../../include/cmdexpand.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/cmdexpand.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cmdexpand.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/cmdhist.c.generated.h, ../../include/cmdhist.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/cmdhist.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cmdhist.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/context.c.generated.h, ../../include/context.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/context.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/context.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/change.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/change.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/change.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/change.i
[ 6%] Generating auto/cursor.c.generated.h, ../../include/cursor.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/cursor.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cursor.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/channel.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/channel.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/channel.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/channel.i
[ 6%] Generating auto/cursor_shape.c.generated.h, ../../include/cursor_shape.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/cursor_shape.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cursor_shape.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/charset.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/charset.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/charset.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/charset.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/cmdexpand.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cmdexpand.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/cmdexpand.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cmdexpand.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/cmdhist.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cmdhist.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/cmdhist.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cmdhist.i
[ 6%] Generating auto/debugger.c.generated.h, ../../include/debugger.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/debugger.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/debugger.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/cursor.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cursor.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/cursor.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cursor.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/cursor_shape.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cursor_shape.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/cursor_shape.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cursor_shape.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/context.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/context.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/context.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/context.i
[ 6%] Generating auto/decoration.c.generated.h, ../../include/decoration.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/decoration.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/decoration.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 6%] Generating auto/decoration_provider.c.generated.h, ../../include/decoration_provider.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/decoration_provider.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/decoration_provider.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/diff.c.generated.h, ../../include/diff.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/diff.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/diff.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/digraph.c.generated.h, ../../include/digraph.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/digraph.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/digraph.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/drawline.c.generated.h, ../../include/drawline.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/drawline.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/drawline.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/debugger.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/debugger.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/debugger.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/debugger.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/decoration.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/decoration.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/decoration.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/decoration.i
[ 12%] Generating auto/drawscreen.c.generated.h, ../../include/drawscreen.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/drawscreen.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/drawscreen.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/edit.c.generated.h, ../../include/edit.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/edit.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/edit.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/decoration_provider.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/decoration_provider.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/decoration_provider.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/decoration_provider.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/digraph.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/digraph.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/digraph.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/digraph.i
[ 12%] Generating auto/eval.c.generated.h, ../../include/eval.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/drawline.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/drawline.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/drawline.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/drawline.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/diff.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/diff.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/diff.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/diff.i
[ 12%] Generating auto/eval/buffer.c.generated.h, ../../include/eval/buffer.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/buffer.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/buffer.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/drawscreen.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/drawscreen.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/drawscreen.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/drawscreen.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/edit.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/edit.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/edit.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/edit.i
[ 12%] Generating auto/eval/decode.c.generated.h, ../../include/eval/decode.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/decode.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/decode.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/eval/executor.c.generated.h, ../../include/eval/executor.h.generated.h
[ 12%] Generating auto/eval/encode.c.generated.h, ../../include/eval/encode.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/encode.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/encode.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/executor.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/executor.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/eval/funcs.c.generated.h, ../../include/eval/funcs.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/funcs.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/funcs.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/eval/gc.c.generated.h, ../../include/eval/gc.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/gc.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/gc.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/buffer.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/buffer.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval/buffer.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/buffer.i
[ 12%] Generating auto/eval/typval.c.generated.h, ../../include/eval/typval.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/typval.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/typval.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/decode.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/decode.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval/decode.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/decode.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/gc.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/gc.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval/gc.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/gc.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/encode.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/encode.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval/encode.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/encode.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/executor.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/executor.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval/executor.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/executor.i
[ 12%] Generating auto/eval/userfunc.c.generated.h, ../../include/eval/userfunc.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/userfunc.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/userfunc.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/eval/vars.c.generated.h, ../../include/eval/vars.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/vars.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/vars.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/funcs.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/funcs.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval/funcs.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/funcs.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/typval.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/typval.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval/typval.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/typval.i
[ 12%] Generating auto/eval/window.c.generated.h, ../../include/eval/window.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/window.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/window.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/event/libuv_process.c.generated.h, ../../include/event/libuv_process.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/libuv_process.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/libuv_process.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/event/loop.c.generated.h, ../../include/event/loop.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/loop.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/loop.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/event/multiqueue.c.generated.h, ../../include/event/multiqueue.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/multiqueue.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/multiqueue.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/event/process.c.generated.h, ../../include/event/process.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/process.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/process.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/vars.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/vars.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval/vars.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/vars.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/userfunc.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/userfunc.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval/userfunc.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/userfunc.i
[ 12%] Generating auto/event/rstream.c.generated.h, ../../include/event/rstream.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/rstream.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/rstream.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/window.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/window.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/eval/window.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/window.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/libuv_process.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/libuv_process.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/event/libuv_process.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/libuv_process.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/loop.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/loop.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/event/loop.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/loop.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/multiqueue.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/multiqueue.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/event/multiqueue.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/multiqueue.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/rstream.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/rstream.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/event/rstream.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/rstream.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/process.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/process.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/event/process.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/process.i
[ 12%] Generating auto/event/socket.c.generated.h, ../../include/event/socket.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/socket.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/socket.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/event/signal.c.generated.h, ../../include/event/signal.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/signal.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/signal.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/event/time.c.generated.h, ../../include/event/time.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/time.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/time.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 12%] Generating auto/event/stream.c.generated.h, ../../include/event/stream.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/stream.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/stream.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/event/wstream.c.generated.h, ../../include/event/wstream.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/wstream.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/wstream.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/ex_cmds.c.generated.h, ../../include/ex_cmds.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_cmds.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_cmds.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/ex_cmds2.c.generated.h, ../../include/ex_cmds2.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_cmds2.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_cmds2.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/signal.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/signal.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/event/signal.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/signal.i
[ 18%] Generating ../../include/ex_cmds_enum.generated.h, auto/ex_cmds_defs.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_ex_cmds.lua /tmp/neovim-20231217-50817-6xdprw/build/include /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/time.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/time.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/event/time.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/time.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/socket.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/socket.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/event/socket.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/socket.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/stream.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/stream.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/event/stream.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/stream.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/wstream.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/wstream.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/event/wstream.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/wstream.i
[ 18%] Generating auto/ex_docmd.c.generated.h, ../../include/ex_docmd.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_docmd.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_docmd.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_cmds.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_cmds.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ex_cmds.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_cmds.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_cmds2.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_cmds2.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ex_cmds2.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_cmds2.i
[ 18%] Generating auto/ex_eval.c.generated.h, ../../include/ex_eval.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_eval.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_eval.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/ex_getln.c.generated.h, ../../include/ex_getln.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_getln.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_getln.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/ex_session.c.generated.h, ../../include/ex_session.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_session.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_session.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/extmark.c.generated.h, ../../include/extmark.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/extmark.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/extmark.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/file_search.c.generated.h, ../../include/file_search.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/file_search.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/file_search.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/fileio.c.generated.h, ../../include/fileio.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/fileio.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/fileio.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_docmd.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_docmd.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ex_docmd.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_docmd.i
[ 18%] Generating auto/fold.c.generated.h, ../../include/fold.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/fold.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/fold.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_eval.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_eval.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ex_eval.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_eval.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_session.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_session.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ex_session.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_session.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_getln.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_getln.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ex_getln.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_getln.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/extmark.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/extmark.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/extmark.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/extmark.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/file_search.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/file_search.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/file_search.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/file_search.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/fileio.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/fileio.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/fileio.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/fileio.i
[ 18%] Generating auto/garray.c.generated.h, ../../include/garray.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/garray.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/garray.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/fold.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/fold.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/fold.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/fold.i
[ 18%] Generating auto/getchar.c.generated.h, ../../include/getchar.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/getchar.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/getchar.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/grid.c.generated.h, ../../include/grid.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/grid.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/grid.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/help.c.generated.h, ../../include/help.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/help.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/help.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/hashtab.c.generated.h, ../../include/hashtab.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/hashtab.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/hashtab.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/highlight.c.generated.h, ../../include/highlight.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/highlight.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/highlight.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/garray.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/garray.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/garray.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/garray.i
[ 18%] Generating auto/highlight_group.c.generated.h, ../../include/highlight_group.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/highlight_group.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/highlight_group.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/indent.c.generated.h, ../../include/indent.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/indent.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/indent.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/getchar.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/getchar.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/getchar.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/getchar.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/hashtab.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/hashtab.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/hashtab.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/hashtab.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/grid.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/grid.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/grid.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/grid.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/help.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/help.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/help.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/help.i
[ 18%] Generating auto/indent_c.c.generated.h, ../../include/indent_c.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/indent_c.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/indent_c.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/highlight.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/highlight.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/highlight.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/highlight.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/highlight_group.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/highlight_group.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/highlight_group.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/highlight_group.i
[ 18%] Generating auto/input.c.generated.h, ../../include/input.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/input.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/input.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/insexpand.c.generated.h, ../../include/insexpand.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/insexpand.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/insexpand.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 18%] Generating auto/keycodes.c.generated.h, ../../include/keycodes.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/keycodes.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/keycodes.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/indent.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/indent.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/indent.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/indent.i
[ 18%] Generating auto/linematch.c.generated.h, ../../include/linematch.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/linematch.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/linematch.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/indent_c.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/indent_c.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/indent_c.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/indent_c.i
[ 18%] Generating auto/log.c.generated.h, ../../include/log.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/log.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/log.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/lua/base64.c.generated.h, ../../include/lua/base64.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/base64.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/base64.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/linematch.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/linematch.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/linematch.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/linematch.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/input.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/input.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/input.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/input.i
[ 25%] Generating auto/lua/converter.c.generated.h, ../../include/lua/converter.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/converter.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/converter.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/keycodes.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/keycodes.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/keycodes.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/keycodes.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/insexpand.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/insexpand.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/insexpand.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/insexpand.i
[ 25%] Generating auto/lua/executor.c.generated.h, ../../include/lua/executor.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/executor.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/executor.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/lua/secure.c.generated.h, ../../include/lua/secure.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/secure.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/secure.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/base64.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/base64.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/lua/base64.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/base64.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/log.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/log.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/log.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/log.i
[ 25%] Generating auto/lua/spell.c.generated.h, ../../include/lua/spell.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/spell.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/spell.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/lua/stdlib.c.generated.h, ../../include/lua/stdlib.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/stdlib.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/stdlib.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/lua/treesitter.c.generated.h, ../../include/lua/treesitter.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/treesitter.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/treesitter.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/lua/xdiff.c.generated.h, ../../include/lua/xdiff.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/xdiff.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/xdiff.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/converter.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/converter.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/lua/converter.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/converter.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/executor.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/executor.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/lua/executor.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/executor.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/secure.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/secure.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/lua/secure.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/secure.i
[ 25%] Generating auto/main.c.generated.h, ../../include/main.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/main.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/main.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/spell.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/spell.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/lua/spell.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/spell.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/stdlib.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/stdlib.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/lua/stdlib.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/stdlib.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/treesitter.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/treesitter.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/lua/treesitter.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/treesitter.i
[ 25%] Generating auto/map.c.generated.h, ../../include/map.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/map.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/map.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/xdiff.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/xdiff.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/lua/xdiff.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/xdiff.i
[ 25%] Generating auto/map_glyph_cache.c.generated.h, ../../include/map_glyph_cache.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/map_glyph_cache.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/map_glyph_cache.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/mapping.c.generated.h, ../../include/mapping.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/mapping.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mapping.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/mark.c.generated.h, ../../include/mark.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/mark.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mark.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/main.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/main.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/main.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/main.i
[ 25%] Generating auto/marktree.c.generated.h, ../../include/marktree.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/marktree.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/marktree.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/match.c.generated.h, ../../include/match.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/match.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/match.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/map.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/map.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/map.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/map.i
[ 25%] Generating auto/math.c.generated.h, ../../include/math.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/math.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/math.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/map_glyph_cache.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/map_glyph_cache.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/map_glyph_cache.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/map_glyph_cache.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/mapping.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mapping.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/mapping.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mapping.i
[ 25%] Generating auto/mbyte.c.generated.h, ../../include/mbyte.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/mbyte.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mbyte.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/math.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/math.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/math.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/math.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/mark.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mark.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/mark.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mark.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/marktree.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/marktree.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/marktree.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/marktree.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/match.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/match.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/match.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/match.i
[ 25%] Generating auto/memfile.c.generated.h, ../../include/memfile.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/memfile.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/memfile.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/memline.c.generated.h, ../../include/memline.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/memline.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/memline.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/memory.c.generated.h, ../../include/memory.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/memory.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/memory.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/menu.c.generated.h, ../../include/menu.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/menu.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/menu.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/mbyte.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mbyte.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/mbyte.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mbyte.i
[ 25%] Generating auto/message.c.generated.h, ../../include/message.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/message.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/message.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 25%] Generating auto/mouse.c.generated.h, ../../include/mouse.h.generated.h
[ 25%] Generating auto/move.c.generated.h, ../../include/move.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/mouse.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mouse.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/move.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/move.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/memfile.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/memfile.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/memfile.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/memfile.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/memory.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/memory.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/memory.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/memory.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/memline.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/memline.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/memline.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/memline.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/menu.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/menu.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/menu.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/menu.i
[ 25%] Generating auto/msgpack_rpc/channel.c.generated.h, ../../include/msgpack_rpc/channel.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/channel.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/channel.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/msgpack_rpc/helpers.c.generated.h, ../../include/msgpack_rpc/helpers.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/helpers.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/helpers.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/mouse.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mouse.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/mouse.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/mouse.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/message.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/message.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/message.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/message.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/move.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/move.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/move.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/move.i
[ 31%] Generating auto/msgpack_rpc/server.c.generated.h, ../../include/msgpack_rpc/server.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/server.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/server.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/msgpack_rpc/unpacker.c.generated.h, ../../include/msgpack_rpc/unpacker.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/unpacker.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/unpacker.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/normal.c.generated.h, ../../include/normal.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/normal.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/normal.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/ops.c.generated.h, ../../include/ops.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ops.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ops.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/option.c.generated.h, ../../include/option.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/option.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/option.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/helpers.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/helpers.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/msgpack_rpc/helpers.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/helpers.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/channel.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/channel.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/msgpack_rpc/channel.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/channel.i
[ 31%] Generating auto/optionstr.c.generated.h, ../../include/optionstr.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/optionstr.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/optionstr.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/server.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/server.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/msgpack_rpc/server.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/server.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/unpacker.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/unpacker.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/msgpack_rpc/unpacker.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/msgpack_rpc/unpacker.i
[ 31%] Generating auto/os/dl.c.generated.h, ../../include/os/dl.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ops.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ops.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ops.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ops.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/dl.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/dl.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/option.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/option.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/option.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/option.i
[ 31%] Generating auto/os/env.c.generated.h, ../../include/os/env.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/env.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/env.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/os/fileio.c.generated.h, ../../include/os/fileio.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/fileio.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/fileio.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/normal.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/normal.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/normal.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/normal.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/optionstr.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/optionstr.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/optionstr.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/optionstr.i
[ 31%] Generating auto/os/fs.c.generated.h, ../../include/os/fs.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/fs.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/fs.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/dl.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/dl.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/dl.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/dl.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/env.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/env.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/env.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/env.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/fileio.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/fileio.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/fileio.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/fileio.i
[ 31%] Generating auto/os/lang.c.generated.h, ../../include/os/lang.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/lang.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/lang.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/os/input.c.generated.h, ../../include/os/input.h.generated.h
[ 31%] Generating auto/os/mem.c.generated.h, ../../include/os/mem.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/input.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/input.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/mem.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/mem.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/os/process.c.generated.h, ../../include/os/process.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/process.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/process.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/os/pty_process_unix.c.generated.h, ../../include/os/pty_process_unix.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/pty_process_unix.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/pty_process_unix.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/fs.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/fs.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/fs.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/fs.i
[ 31%] Generating auto/os/shell.c.generated.h, ../../include/os/shell.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/shell.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/shell.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/os/signal.c.generated.h, ../../include/os/signal.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/signal.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/signal.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/mem.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/mem.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/mem.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/mem.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/process.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/process.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/process.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/process.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/input.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/input.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/input.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/input.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/pty_process_unix.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/pty_process_unix.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/pty_process_unix.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/pty_process_unix.i
[ 31%] Generating auto/os/stdpaths.c.generated.h, ../../include/os/stdpaths.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/stdpaths.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/stdpaths.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/shell.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/shell.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/shell.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/shell.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/signal.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/signal.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/signal.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/signal.i
[ 31%] Generating auto/os/tty.c.generated.h, ../../include/os/tty.h.generated.h
[ 31%] Generating auto/os/time.c.generated.h, ../../include/os/time.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/tty.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/tty.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/time.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/time.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/os/users.c.generated.h, ../../include/os/users.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/users.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/users.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/path.c.generated.h, ../../include/path.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/path.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/path.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/stdpaths.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/stdpaths.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/stdpaths.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/stdpaths.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/lang.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/lang.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/lang.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/lang.i
[ 31%] Generating auto/plines.c.generated.h, ../../include/plines.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/plines.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/plines.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 31%] Generating auto/popupmenu.c.generated.h, ../../include/popupmenu.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/popupmenu.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/popupmenu.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/tty.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/tty.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/tty.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/tty.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/time.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/time.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/time.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/time.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/users.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/users.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/os/users.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/os/users.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/path.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/path.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/path.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/path.i
[ 37%] Generating auto/profile.c.generated.h, ../../include/profile.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/profile.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/profile.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/popupmenu.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/popupmenu.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/popupmenu.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/popupmenu.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/plines.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/plines.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/plines.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/plines.i
[ 37%] Generating auto/quickfix.c.generated.h, ../../include/quickfix.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/quickfix.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/quickfix.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 37%] Generating auto/rbuffer.c.generated.h, ../../include/rbuffer.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/rbuffer.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/rbuffer.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 37%] Generating auto/regexp.c.generated.h, ../../include/regexp.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/regexp.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/regexp.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 37%] Generating auto/runtime.c.generated.h, ../../include/runtime.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/runtime.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/runtime.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/profile.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/profile.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/profile.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/profile.i
[ 37%] Generating auto/search.c.generated.h, ../../include/search.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/search.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/search.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/rbuffer.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/rbuffer.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/rbuffer.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/rbuffer.i
[ 37%] Generating auto/sha256.c.generated.h, ../../include/sha256.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/sha256.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/sha256.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 37%] Generating auto/shada.c.generated.h, ../../include/shada.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/shada.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/shada.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/quickfix.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/quickfix.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/quickfix.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/quickfix.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/regexp.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/regexp.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/regexp.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/regexp.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/runtime.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/runtime.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/runtime.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/runtime.i
[ 37%] Generating auto/sign.c.generated.h, ../../include/sign.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/sign.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/sign.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/sha256.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/sha256.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/sha256.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/sha256.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/search.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/search.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/search.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/search.i
[ 37%] Generating auto/spell.c.generated.h, ../../include/spell.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/spell.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/spell.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 37%] Generating auto/spellfile.c.generated.h, ../../include/spellfile.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/spellfile.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/spellfile.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/shada.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/shada.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/shada.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/shada.i
[ 37%] Generating auto/spellsuggest.c.generated.h, ../../include/spellsuggest.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/spellsuggest.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/spellsuggest.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/sign.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/sign.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/sign.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/sign.i
[ 37%] Generating auto/state.c.generated.h, ../../include/state.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/state.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/state.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 37%] Generating auto/statusline.c.generated.h, ../../include/statusline.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/statusline.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/statusline.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/spell.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/spell.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/spell.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/spell.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/spellfile.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/spellfile.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/spellfile.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/spellfile.i
[ 37%] Generating auto/strings.c.generated.h, ../../include/strings.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/strings.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/strings.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/spellsuggest.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/spellsuggest.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/spellsuggest.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/spellsuggest.i
[ 37%] Generating auto/syntax.c.generated.h, ../../include/syntax.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/syntax.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/syntax.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/state.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/state.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/state.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/state.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/statusline.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/statusline.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/statusline.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/statusline.i
[ 37%] Generating auto/tag.c.generated.h, ../../include/tag.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/tag.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tag.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 37%] Generating auto/terminal.c.generated.h, ../../include/terminal.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/terminal.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/terminal.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 37%] Generating auto/testing.c.generated.h, ../../include/testing.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/testing.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/testing.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/strings.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/strings.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/strings.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/strings.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/syntax.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/syntax.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/syntax.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/syntax.i
[ 37%] Generating auto/textformat.c.generated.h, ../../include/textformat.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/textformat.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/textformat.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 37%] Generating auto/textobject.c.generated.h, ../../include/textobject.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/textobject.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/textobject.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 37%] Generating auto/tui/input.c.generated.h, ../../include/tui/input.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/tui/input.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tui/input.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/terminal.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/terminal.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/terminal.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/terminal.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/tag.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tag.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/tag.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tag.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/testing.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/testing.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/testing.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/testing.i
[ 37%] Generating auto/tui/terminfo.c.generated.h, ../../include/tui/terminfo.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/tui/terminfo.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tui/terminfo.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/textobject.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/textobject.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/textobject.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/textobject.i
[ 37%] Generating auto/tui/tui.c.generated.h, ../../include/tui/tui.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/tui/tui.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tui/tui.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/textformat.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/textformat.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/textformat.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/textformat.i
[ 37%] Generating auto/ugrid.c.generated.h, ../../include/ugrid.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ugrid.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ugrid.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 43%] Generating auto/ui.c.generated.h, ../../include/ui.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ui.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 43%] Generating auto/ui_client.c.generated.h, ../../include/ui_client.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ui_client.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_client.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/tui/input.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tui/input.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/tui/input.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tui/input.i
[ 43%] Generating auto/ui_compositor.c.generated.h, ../../include/ui_compositor.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ui_compositor.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_compositor.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/tui/terminfo.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tui/terminfo.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/tui/terminfo.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tui/terminfo.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/tui/tui.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tui/tui.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/tui/tui.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/tui/tui.i
[ 43%] Generating auto/ui_events_call.generated.h, auto/ui_events_remote.generated.h, auto/api/private/ui_events_metadata.generated.h, auto/ui_events_client.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_api_ui_events.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/ui_events.in.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_call.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_remote.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/ui_events_metadata.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_client.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ugrid.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ugrid.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ugrid.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ugrid.i
[ 43%] Generating auto/undo.c.generated.h, ../../include/undo.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/undo.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/undo.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ui.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ui.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui.i
[ 43%] Generating auto/usercmd.c.generated.h, ../../include/usercmd.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/usercmd.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/usercmd.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ui_client.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_client.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ui_client.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_client.i
[ 43%] Generating auto/version.c.generated.h, ../../include/version.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/version.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/version.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/ui_compositor.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_compositor.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ui_compositor.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_compositor.i
[ 43%] Generating auto/viml/parser/expressions.c.generated.h, ../../include/viml/parser/expressions.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/viml/parser/expressions.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/viml/parser/expressions.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 43%] Generating auto/viml/parser/parser.c.generated.h, ../../include/viml/parser/parser.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/viml/parser/parser.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/viml/parser/parser.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 43%] Generating auto/window.c.generated.h, ../../include/window.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/window.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/window.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 43%] Generating auto/lua/vim_module.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E env LUAC_PRG= /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_char_blob.lua -c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/vim_module.generated.h /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/_init_packages.lua vim._init_packages /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/inspect.lua vim.inspect /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/_editor.lua vim._editor /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/filetype.lua vim.filetype /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/fs.lua vim.fs /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/F.lua vim.F /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/keymap.lua vim.keymap /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/loader.lua vim.loader /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/_defaults.lua vim._defaults /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/_options.lua vim._options /tmp/neovim-20231217-50817-6xdprw/runtime/lua/vim/shared.lua vim.shared
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/undo.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/undo.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/undo.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/undo.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/usercmd.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/usercmd.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/usercmd.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/usercmd.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/version.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/version.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/version.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/version.i
LUAC_PRG is missing, embedding raw source
[ 43%] Generating auto/options.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_options.lua /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/options.generated.h
[ 43%] Generating auto/options_enum.generated.h, auto/options_map.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_options_enum.lua /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/options_enum.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/options_map.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/viml/parser/parser.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/viml/parser/parser.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/viml/parser/parser.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/viml/parser/parser.i
[ 43%] Generating auto/unicode_tables.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_unicode_tables.lua /tmp/neovim-20231217-50817-6xdprw/src/unicode /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/unicode_tables.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/viml/parser/expressions.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/viml/parser/expressions.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/viml/parser/expressions.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/viml/parser/expressions.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/src/nvim/window.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/window.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/window.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/window.i
[ 43%] Generating auto/ui_events_call.c.generated.h, ../../include/ui_events_call.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_call.generated.h -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_call.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 43%] Generating auto/api/private/dispatch_wrappers.generated.h, auto/api/private/funcs_metadata.generated.h, ../../api_metadata.mpack, auto/lua_api_c_bindings.generated.c, auto/keysets_defs.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_api_dispatch.lua /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch_wrappers.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/funcs_metadata.generated.h /tmp/neovim-20231217-50817-6xdprw/build/api_metadata.mpack /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua_api_c_bindings.generated.c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/keysets_defs.generated.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/autocmd.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/buffer.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/command.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/deprecated.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/extmark.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/keysets_defs.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/options.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/tabpage.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/ui.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vim.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vimscript.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/win_config.h /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/window.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/autocmd.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/buffer.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/command.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/deprecated.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/extmark.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/options.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/tabpage.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/ui.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/vim.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/vimscript.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/win_config.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/window.h.generated.h
[ 43%] Generating auto/ui_events_client.c.generated.h, ../../include/ui_events_client.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_client.generated.h -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_client.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
[ 43%] Generating auto/ui_events_remote.c.generated.h, ../../include/ui_events_remote.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_remote.generated.h -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_remote.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_call.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_call.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ui_events_call.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_call.i
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_client.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_client.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ui_events_client.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_client.i
[ 43%] Generating auto/api/private/dispatch_wrappers.c.generated.h, ../../include/api/private/dispatch_wrappers.h.generated.h
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch_wrappers.generated.h -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch_wrappers.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_remote.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_remote.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/ui_events_remote.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ui_events_remote.i
[ 43%] Generating auto/funcs.generated.h, ../../funcs_data.mpack
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_eval.lua /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto /tmp/neovim-20231217-50817-6xdprw/build/api_metadata.mpack /tmp/neovim-20231217-50817-6xdprw/build/funcs_data.mpack
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_declarations.lua /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch_wrappers.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch_wrappers.c.generated.h /tmp/neovim-20231217-50817-6xdprw/build/include/api/private/dispatch_wrappers.h.generated.h /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch_wrappers.i
cd /tmp/neovim-20231217-50817-6xdprw/build && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/src/nvim /tmp/neovim-20231217-50817-6xdprw/build /tmp/neovim-20231217-50817-6xdprw/build/src/nvim /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/CMakeFiles/nvim.dir/DependInfo.cmake "--color="
/Library/Developer/CommandLineTools/usr/bin/make -f src/nvim/CMakeFiles/nvim.dir/build.make src/nvim/CMakeFiles/nvim.dir/build
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/__/__/test/unit/fixtures/rbuffer.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/__/__/test/unit/fixtures/rbuffer.c.o -MF CMakeFiles/nvim.dir/__/__/test/unit/fixtures/rbuffer.c.o.d -o CMakeFiles/nvim.dir/__/__/test/unit/fixtures/rbuffer.c.o -c /tmp/neovim-20231217-50817-6xdprw/test/unit/fixtures/rbuffer.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/__/__/test/unit/fixtures/multiqueue.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/__/__/test/unit/fixtures/multiqueue.c.o -MF CMakeFiles/nvim.dir/__/__/test/unit/fixtures/multiqueue.c.o.d -o CMakeFiles/nvim.dir/__/__/test/unit/fixtures/multiqueue.c.o -c /tmp/neovim-20231217-50817-6xdprw/test/unit/fixtures/multiqueue.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/auto/lua_api_c_bindings.generated.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/auto/lua_api_c_bindings.generated.c.o -MF CMakeFiles/nvim.dir/auto/lua_api_c_bindings.generated.c.o.d -o CMakeFiles/nvim.dir/auto/lua_api_c_bindings.generated.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua_api_c_bindings.generated.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/command.c.o
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/buffer.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/command.c.o -MF CMakeFiles/nvim.dir/api/command.c.o.d -o CMakeFiles/nvim.dir/api/command.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/command.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/autocmd.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/buffer.c.o -MF CMakeFiles/nvim.dir/api/buffer.c.o.d -o CMakeFiles/nvim.dir/api/buffer.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/buffer.c
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/autocmd.c.o -MF CMakeFiles/nvim.dir/api/autocmd.c.o.d -o CMakeFiles/nvim.dir/api/autocmd.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/autocmd.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/__/__/cmake.config/auto/pathdef.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/__/__/cmake.config/auto/pathdef.c.o -MF CMakeFiles/nvim.dir/__/__/cmake.config/auto/pathdef.c.o.d -o CMakeFiles/nvim.dir/__/__/cmake.config/auto/pathdef.c.o -c /tmp/neovim-20231217-50817-6xdprw/build/cmake.config/auto/pathdef.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/deprecated.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/deprecated.c.o -MF CMakeFiles/nvim.dir/api/deprecated.c.o.d -o CMakeFiles/nvim.dir/api/deprecated.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/deprecated.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/extmark.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/extmark.c.o -MF CMakeFiles/nvim.dir/api/extmark.c.o.d -o CMakeFiles/nvim.dir/api/extmark.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/extmark.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/options.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/options.c.o -MF CMakeFiles/nvim.dir/api/options.c.o.d -o CMakeFiles/nvim.dir/api/options.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/options.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/converter.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/private/converter.c.o -MF CMakeFiles/nvim.dir/api/private/converter.c.o.d -o CMakeFiles/nvim.dir/api/private/converter.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/converter.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/dispatch.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/private/dispatch.c.o -MF CMakeFiles/nvim.dir/api/private/dispatch.c.o.d -o CMakeFiles/nvim.dir/api/private/dispatch.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/dispatch.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/helpers.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/private/helpers.c.o -MF CMakeFiles/nvim.dir/api/private/helpers.c.o.d -o CMakeFiles/nvim.dir/api/private/helpers.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/helpers.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/validate.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/private/validate.c.o -MF CMakeFiles/nvim.dir/api/private/validate.c.o.d -o CMakeFiles/nvim.dir/api/private/validate.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/validate.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/tabpage.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/tabpage.c.o -MF CMakeFiles/nvim.dir/api/tabpage.c.o.d -o CMakeFiles/nvim.dir/api/tabpage.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/tabpage.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/vim.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/vim.c.o -MF CMakeFiles/nvim.dir/api/vim.c.o.d -o CMakeFiles/nvim.dir/api/vim.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vim.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/ui.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/ui.c.o -MF CMakeFiles/nvim.dir/api/ui.c.o.d -o CMakeFiles/nvim.dir/api/ui.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/ui.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/vimscript.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/vimscript.c.o -MF CMakeFiles/nvim.dir/api/vimscript.c.o.d -o CMakeFiles/nvim.dir/api/vimscript.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vimscript.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/win_config.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/win_config.c.o -MF CMakeFiles/nvim.dir/api/win_config.c.o.d -o CMakeFiles/nvim.dir/api/win_config.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/win_config.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/api/window.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/api/window.c.o -MF CMakeFiles/nvim.dir/api/window.c.o.d -o CMakeFiles/nvim.dir/api/window.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/window.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/arabic.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/arabic.c.o -MF CMakeFiles/nvim.dir/arabic.c.o.d -o CMakeFiles/nvim.dir/arabic.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/arabic.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/arglist.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/arglist.c.o -MF CMakeFiles/nvim.dir/arglist.c.o.d -o CMakeFiles/nvim.dir/arglist.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/arglist.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/autocmd.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/autocmd.c.o -MF CMakeFiles/nvim.dir/autocmd.c.o.d -o CMakeFiles/nvim.dir/autocmd.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/autocmd.c
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/base64.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/base64.c.o -MF CMakeFiles/nvim.dir/base64.c.o.d -o CMakeFiles/nvim.dir/base64.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/base64.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/buffer_updates.c.o
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/bufwrite.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/buffer_updates.c.o -MF CMakeFiles/nvim.dir/buffer_updates.c.o.d -o CMakeFiles/nvim.dir/buffer_updates.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/buffer_updates.c
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/bufwrite.c.o -MF CMakeFiles/nvim.dir/bufwrite.c.o.d -o CMakeFiles/nvim.dir/bufwrite.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/bufwrite.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/buffer.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/buffer.c.o -MF CMakeFiles/nvim.dir/buffer.c.o.d -o CMakeFiles/nvim.dir/buffer.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/buffer.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/change.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/change.c.o -MF CMakeFiles/nvim.dir/change.c.o.d -o CMakeFiles/nvim.dir/change.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/change.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/channel.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/channel.c.o -MF CMakeFiles/nvim.dir/channel.c.o.d -o CMakeFiles/nvim.dir/channel.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/channel.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/charset.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/charset.c.o -MF CMakeFiles/nvim.dir/charset.c.o.d -o CMakeFiles/nvim.dir/charset.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/charset.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/cmdexpand.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/cmdexpand.c.o -MF CMakeFiles/nvim.dir/cmdexpand.c.o.d -o CMakeFiles/nvim.dir/cmdexpand.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/cmdexpand.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/cmdhist.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/cmdhist.c.o -MF CMakeFiles/nvim.dir/cmdhist.c.o.d -o CMakeFiles/nvim.dir/cmdhist.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/cmdhist.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/cursor.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/cursor.c.o -MF CMakeFiles/nvim.dir/cursor.c.o.d -o CMakeFiles/nvim.dir/cursor.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/cursor.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/context.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/context.c.o -MF CMakeFiles/nvim.dir/context.c.o.d -o CMakeFiles/nvim.dir/context.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/context.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/cursor_shape.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/cursor_shape.c.o -MF CMakeFiles/nvim.dir/cursor_shape.c.o.d -o CMakeFiles/nvim.dir/cursor_shape.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/cursor_shape.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/debugger.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/debugger.c.o -MF CMakeFiles/nvim.dir/debugger.c.o.d -o CMakeFiles/nvim.dir/debugger.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/debugger.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/decoration.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/decoration.c.o -MF CMakeFiles/nvim.dir/decoration.c.o.d -o CMakeFiles/nvim.dir/decoration.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/decoration.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/decoration_provider.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/decoration_provider.c.o -MF CMakeFiles/nvim.dir/decoration_provider.c.o.d -o CMakeFiles/nvim.dir/decoration_provider.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/decoration_provider.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/diff.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/diff.c.o -MF CMakeFiles/nvim.dir/diff.c.o.d -o CMakeFiles/nvim.dir/diff.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/diff.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/digraph.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/digraph.c.o -MF CMakeFiles/nvim.dir/digraph.c.o.d -o CMakeFiles/nvim.dir/digraph.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/digraph.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/drawline.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/drawline.c.o -MF CMakeFiles/nvim.dir/drawline.c.o.d -o CMakeFiles/nvim.dir/drawline.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/drawline.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/drawscreen.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/drawscreen.c.o -MF CMakeFiles/nvim.dir/drawscreen.c.o.d -o CMakeFiles/nvim.dir/drawscreen.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/drawscreen.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/edit.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/edit.c.o -MF CMakeFiles/nvim.dir/edit.c.o.d -o CMakeFiles/nvim.dir/edit.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/edit.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/eval.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval.c.o -MF CMakeFiles/nvim.dir/eval.c.o.d -o CMakeFiles/nvim.dir/eval.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/buffer.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval/buffer.c.o -MF CMakeFiles/nvim.dir/eval/buffer.c.o.d -o CMakeFiles/nvim.dir/eval/buffer.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/buffer.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/decode.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval/decode.c.o -MF CMakeFiles/nvim.dir/eval/decode.c.o.d -o CMakeFiles/nvim.dir/eval/decode.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/decode.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/encode.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval/encode.c.o -MF CMakeFiles/nvim.dir/eval/encode.c.o.d -o CMakeFiles/nvim.dir/eval/encode.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/encode.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/executor.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval/executor.c.o -MF CMakeFiles/nvim.dir/eval/executor.c.o.d -o CMakeFiles/nvim.dir/eval/executor.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/executor.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/funcs.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval/funcs.c.o -MF CMakeFiles/nvim.dir/eval/funcs.c.o.d -o CMakeFiles/nvim.dir/eval/funcs.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/funcs.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/gc.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval/gc.c.o -MF CMakeFiles/nvim.dir/eval/gc.c.o.d -o CMakeFiles/nvim.dir/eval/gc.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/gc.c
[ 56%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/typval.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval/typval.c.o -MF CMakeFiles/nvim.dir/eval/typval.c.o.d -o CMakeFiles/nvim.dir/eval/typval.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/typval.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/userfunc.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval/userfunc.c.o -MF CMakeFiles/nvim.dir/eval/userfunc.c.o.d -o CMakeFiles/nvim.dir/eval/userfunc.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/userfunc.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/vars.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval/vars.c.o -MF CMakeFiles/nvim.dir/eval/vars.c.o.d -o CMakeFiles/nvim.dir/eval/vars.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/vars.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/window.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/eval/window.c.o -MF CMakeFiles/nvim.dir/eval/window.c.o.d -o CMakeFiles/nvim.dir/eval/window.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/window.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/event/libuv_process.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/event/libuv_process.c.o -MF CMakeFiles/nvim.dir/event/libuv_process.c.o.d -o CMakeFiles/nvim.dir/event/libuv_process.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/libuv_process.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/event/loop.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/event/loop.c.o -MF CMakeFiles/nvim.dir/event/loop.c.o.d -o CMakeFiles/nvim.dir/event/loop.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/loop.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/event/multiqueue.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/event/multiqueue.c.o -MF CMakeFiles/nvim.dir/event/multiqueue.c.o.d -o CMakeFiles/nvim.dir/event/multiqueue.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/multiqueue.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/event/process.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/event/process.c.o -MF CMakeFiles/nvim.dir/event/process.c.o.d -o CMakeFiles/nvim.dir/event/process.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/process.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/event/rstream.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/event/rstream.c.o -MF CMakeFiles/nvim.dir/event/rstream.c.o.d -o CMakeFiles/nvim.dir/event/rstream.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/rstream.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/event/signal.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/event/signal.c.o -MF CMakeFiles/nvim.dir/event/signal.c.o.d -o CMakeFiles/nvim.dir/event/signal.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/signal.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/event/socket.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/event/socket.c.o -MF CMakeFiles/nvim.dir/event/socket.c.o.d -o CMakeFiles/nvim.dir/event/socket.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/socket.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/event/stream.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/event/stream.c.o -MF CMakeFiles/nvim.dir/event/stream.c.o.d -o CMakeFiles/nvim.dir/event/stream.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/stream.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/event/time.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/event/time.c.o -MF CMakeFiles/nvim.dir/event/time.c.o.d -o CMakeFiles/nvim.dir/event/time.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/time.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/event/wstream.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/event/wstream.c.o -MF CMakeFiles/nvim.dir/event/wstream.c.o.d -o CMakeFiles/nvim.dir/event/wstream.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/wstream.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_cmds.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ex_cmds.c.o -MF CMakeFiles/nvim.dir/ex_cmds.c.o.d -o CMakeFiles/nvim.dir/ex_cmds.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_cmds.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_cmds2.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ex_cmds2.c.o -MF CMakeFiles/nvim.dir/ex_cmds2.c.o.d -o CMakeFiles/nvim.dir/ex_cmds2.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_cmds2.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_docmd.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ex_docmd.c.o -MF CMakeFiles/nvim.dir/ex_docmd.c.o.d -o CMakeFiles/nvim.dir/ex_docmd.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_docmd.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_eval.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ex_eval.c.o -MF CMakeFiles/nvim.dir/ex_eval.c.o.d -o CMakeFiles/nvim.dir/ex_eval.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_eval.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_getln.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ex_getln.c.o -MF CMakeFiles/nvim.dir/ex_getln.c.o.d -o CMakeFiles/nvim.dir/ex_getln.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_getln.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_session.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ex_session.c.o -MF CMakeFiles/nvim.dir/ex_session.c.o.d -o CMakeFiles/nvim.dir/ex_session.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_session.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/extmark.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/extmark.c.o -MF CMakeFiles/nvim.dir/extmark.c.o.d -o CMakeFiles/nvim.dir/extmark.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/extmark.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/file_search.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/file_search.c.o -MF CMakeFiles/nvim.dir/file_search.c.o.d -o CMakeFiles/nvim.dir/file_search.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/file_search.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/fileio.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/fileio.c.o -MF CMakeFiles/nvim.dir/fileio.c.o.d -o CMakeFiles/nvim.dir/fileio.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/fileio.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/fold.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/fold.c.o -MF CMakeFiles/nvim.dir/fold.c.o.d -o CMakeFiles/nvim.dir/fold.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/fold.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/garray.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/garray.c.o -MF CMakeFiles/nvim.dir/garray.c.o.d -o CMakeFiles/nvim.dir/garray.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/garray.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/getchar.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/getchar.c.o -MF CMakeFiles/nvim.dir/getchar.c.o.d -o CMakeFiles/nvim.dir/getchar.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/getchar.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/grid.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/grid.c.o -MF CMakeFiles/nvim.dir/grid.c.o.d -o CMakeFiles/nvim.dir/grid.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/grid.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/hashtab.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/hashtab.c.o -MF CMakeFiles/nvim.dir/hashtab.c.o.d -o CMakeFiles/nvim.dir/hashtab.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/hashtab.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/help.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/help.c.o -MF CMakeFiles/nvim.dir/help.c.o.d -o CMakeFiles/nvim.dir/help.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/help.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/highlight.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/highlight.c.o -MF CMakeFiles/nvim.dir/highlight.c.o.d -o CMakeFiles/nvim.dir/highlight.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/highlight.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/highlight_group.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/highlight_group.c.o -MF CMakeFiles/nvim.dir/highlight_group.c.o.d -o CMakeFiles/nvim.dir/highlight_group.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/highlight_group.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/indent.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/indent.c.o -MF CMakeFiles/nvim.dir/indent.c.o.d -o CMakeFiles/nvim.dir/indent.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/indent.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/indent_c.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/indent_c.c.o -MF CMakeFiles/nvim.dir/indent_c.c.o.d -o CMakeFiles/nvim.dir/indent_c.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/indent_c.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/input.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/input.c.o -MF CMakeFiles/nvim.dir/input.c.o.d -o CMakeFiles/nvim.dir/input.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/input.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/insexpand.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/insexpand.c.o -MF CMakeFiles/nvim.dir/insexpand.c.o.d -o CMakeFiles/nvim.dir/insexpand.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/insexpand.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/keycodes.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/keycodes.c.o -MF CMakeFiles/nvim.dir/keycodes.c.o.d -o CMakeFiles/nvim.dir/keycodes.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/keycodes.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/linematch.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/linematch.c.o -MF CMakeFiles/nvim.dir/linematch.c.o.d -o CMakeFiles/nvim.dir/linematch.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/linematch.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/log.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/log.c.o -MF CMakeFiles/nvim.dir/log.c.o.d -o CMakeFiles/nvim.dir/log.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/log.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/lua/base64.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/lua/base64.c.o -MF CMakeFiles/nvim.dir/lua/base64.c.o.d -o CMakeFiles/nvim.dir/lua/base64.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/base64.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/lua/executor.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/lua/executor.c.o -MF CMakeFiles/nvim.dir/lua/executor.c.o.d -o CMakeFiles/nvim.dir/lua/executor.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/executor.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/lua/converter.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/lua/converter.c.o -MF CMakeFiles/nvim.dir/lua/converter.c.o.d -o CMakeFiles/nvim.dir/lua/converter.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/converter.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/lua/secure.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/lua/secure.c.o -MF CMakeFiles/nvim.dir/lua/secure.c.o.d -o CMakeFiles/nvim.dir/lua/secure.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/secure.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/lua/spell.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/lua/spell.c.o -MF CMakeFiles/nvim.dir/lua/spell.c.o.d -o CMakeFiles/nvim.dir/lua/spell.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/spell.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/lua/stdlib.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/lua/stdlib.c.o -MF CMakeFiles/nvim.dir/lua/stdlib.c.o.d -o CMakeFiles/nvim.dir/lua/stdlib.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/stdlib.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/lua/treesitter.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/lua/treesitter.c.o -MF CMakeFiles/nvim.dir/lua/treesitter.c.o.d -o CMakeFiles/nvim.dir/lua/treesitter.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/treesitter.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/lua/xdiff.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/lua/xdiff.c.o -MF CMakeFiles/nvim.dir/lua/xdiff.c.o.d -o CMakeFiles/nvim.dir/lua/xdiff.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/xdiff.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/main.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/main.c.o -MF CMakeFiles/nvim.dir/main.c.o.d -o CMakeFiles/nvim.dir/main.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/main.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/map.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/map.c.o -MF CMakeFiles/nvim.dir/map.c.o.d -o CMakeFiles/nvim.dir/map.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/map.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/map_glyph_cache.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/map_glyph_cache.c.o -MF CMakeFiles/nvim.dir/map_glyph_cache.c.o.d -o CMakeFiles/nvim.dir/map_glyph_cache.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/map_glyph_cache.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/mapping.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/mapping.c.o -MF CMakeFiles/nvim.dir/mapping.c.o.d -o CMakeFiles/nvim.dir/mapping.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/mapping.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/marktree.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/marktree.c.o -MF CMakeFiles/nvim.dir/marktree.c.o.d -o CMakeFiles/nvim.dir/marktree.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/marktree.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/mark.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/mark.c.o -MF CMakeFiles/nvim.dir/mark.c.o.d -o CMakeFiles/nvim.dir/mark.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/mark.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/match.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/match.c.o -MF CMakeFiles/nvim.dir/match.c.o.d -o CMakeFiles/nvim.dir/match.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/match.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/math.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/math.c.o -MF CMakeFiles/nvim.dir/math.c.o.d -o CMakeFiles/nvim.dir/math.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/math.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/mbyte.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/mbyte.c.o -MF CMakeFiles/nvim.dir/mbyte.c.o.d -o CMakeFiles/nvim.dir/mbyte.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/mbyte.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/memfile.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/memfile.c.o -MF CMakeFiles/nvim.dir/memfile.c.o.d -o CMakeFiles/nvim.dir/memfile.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/memfile.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/memline.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/memline.c.o -MF CMakeFiles/nvim.dir/memline.c.o.d -o CMakeFiles/nvim.dir/memline.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/memline.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/memory.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/memory.c.o -MF CMakeFiles/nvim.dir/memory.c.o.d -o CMakeFiles/nvim.dir/memory.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/memory.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/menu.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/menu.c.o -MF CMakeFiles/nvim.dir/menu.c.o.d -o CMakeFiles/nvim.dir/menu.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/menu.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/message.c.o
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/mouse.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/message.c.o -MF CMakeFiles/nvim.dir/message.c.o.d -o CMakeFiles/nvim.dir/message.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/message.c
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/mouse.c.o -MF CMakeFiles/nvim.dir/mouse.c.o.d -o CMakeFiles/nvim.dir/mouse.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/mouse.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/move.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/move.c.o -MF CMakeFiles/nvim.dir/move.c.o.d -o CMakeFiles/nvim.dir/move.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/move.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o -MF CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o.d -o CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/channel.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o -MF CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o.d -o CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/helpers.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/server.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/server.c.o -MF CMakeFiles/nvim.dir/msgpack_rpc/server.c.o.d -o CMakeFiles/nvim.dir/msgpack_rpc/server.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/server.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/unpacker.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/unpacker.c.o -MF CMakeFiles/nvim.dir/msgpack_rpc/unpacker.c.o.d -o CMakeFiles/nvim.dir/msgpack_rpc/unpacker.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/msgpack_rpc/unpacker.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/normal.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/normal.c.o -MF CMakeFiles/nvim.dir/normal.c.o.d -o CMakeFiles/nvim.dir/normal.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/normal.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/ops.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ops.c.o -MF CMakeFiles/nvim.dir/ops.c.o.d -o CMakeFiles/nvim.dir/ops.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ops.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/option.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/option.c.o -MF CMakeFiles/nvim.dir/option.c.o.d -o CMakeFiles/nvim.dir/option.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/option.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/os/dl.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/dl.c.o -MF CMakeFiles/nvim.dir/os/dl.c.o.d -o CMakeFiles/nvim.dir/os/dl.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/dl.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/os/env.c.o
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/optionstr.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/env.c.o -MF CMakeFiles/nvim.dir/os/env.c.o.d -o CMakeFiles/nvim.dir/os/env.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/env.c
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/optionstr.c.o -MF CMakeFiles/nvim.dir/optionstr.c.o.d -o CMakeFiles/nvim.dir/optionstr.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/optionstr.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/os/fileio.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/fileio.c.o -MF CMakeFiles/nvim.dir/os/fileio.c.o.d -o CMakeFiles/nvim.dir/os/fileio.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/fileio.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/os/fs.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/fs.c.o -MF CMakeFiles/nvim.dir/os/fs.c.o.d -o CMakeFiles/nvim.dir/os/fs.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/fs.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/os/input.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/input.c.o -MF CMakeFiles/nvim.dir/os/input.c.o.d -o CMakeFiles/nvim.dir/os/input.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/input.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/os/lang.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/lang.c.o -MF CMakeFiles/nvim.dir/os/lang.c.o.d -o CMakeFiles/nvim.dir/os/lang.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/lang.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/os/mem.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/mem.c.o -MF CMakeFiles/nvim.dir/os/mem.c.o.d -o CMakeFiles/nvim.dir/os/mem.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/mem.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/os/process.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/process.c.o -MF CMakeFiles/nvim.dir/os/process.c.o.d -o CMakeFiles/nvim.dir/os/process.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/process.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/os/pty_process_unix.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/pty_process_unix.c.o -MF CMakeFiles/nvim.dir/os/pty_process_unix.c.o.d -o CMakeFiles/nvim.dir/os/pty_process_unix.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/pty_process_unix.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/os/shell.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/shell.c.o -MF CMakeFiles/nvim.dir/os/shell.c.o.d -o CMakeFiles/nvim.dir/os/shell.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/shell.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/os/signal.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/signal.c.o -MF CMakeFiles/nvim.dir/os/signal.c.o.d -o CMakeFiles/nvim.dir/os/signal.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/signal.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/os/stdpaths.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/stdpaths.c.o -MF CMakeFiles/nvim.dir/os/stdpaths.c.o.d -o CMakeFiles/nvim.dir/os/stdpaths.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/stdpaths.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/os/time.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/time.c.o -MF CMakeFiles/nvim.dir/os/time.c.o.d -o CMakeFiles/nvim.dir/os/time.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/time.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/os/tty.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/tty.c.o -MF CMakeFiles/nvim.dir/os/tty.c.o.d -o CMakeFiles/nvim.dir/os/tty.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/tty.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/os/users.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/os/users.c.o -MF CMakeFiles/nvim.dir/os/users.c.o.d -o CMakeFiles/nvim.dir/os/users.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/os/users.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/path.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/path.c.o -MF CMakeFiles/nvim.dir/path.c.o.d -o CMakeFiles/nvim.dir/path.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/path.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/plines.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/plines.c.o -MF CMakeFiles/nvim.dir/plines.c.o.d -o CMakeFiles/nvim.dir/plines.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/plines.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/popupmenu.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/popupmenu.c.o -MF CMakeFiles/nvim.dir/popupmenu.c.o.d -o CMakeFiles/nvim.dir/popupmenu.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/popupmenu.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/profile.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/profile.c.o -MF CMakeFiles/nvim.dir/profile.c.o.d -o CMakeFiles/nvim.dir/profile.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/profile.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/quickfix.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/quickfix.c.o -MF CMakeFiles/nvim.dir/quickfix.c.o.d -o CMakeFiles/nvim.dir/quickfix.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/quickfix.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/rbuffer.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/rbuffer.c.o -MF CMakeFiles/nvim.dir/rbuffer.c.o.d -o CMakeFiles/nvim.dir/rbuffer.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/rbuffer.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/regexp.c.o
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/runtime.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/regexp.c.o -MF CMakeFiles/nvim.dir/regexp.c.o.d -o CMakeFiles/nvim.dir/regexp.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/regexp.c
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/runtime.c.o -MF CMakeFiles/nvim.dir/runtime.c.o.d -o CMakeFiles/nvim.dir/runtime.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/runtime.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/search.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/search.c.o -MF CMakeFiles/nvim.dir/search.c.o.d -o CMakeFiles/nvim.dir/search.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/search.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/sha256.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/sha256.c.o -MF CMakeFiles/nvim.dir/sha256.c.o.d -o CMakeFiles/nvim.dir/sha256.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/sha256.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/shada.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/shada.c.o -MF CMakeFiles/nvim.dir/shada.c.o.d -o CMakeFiles/nvim.dir/shada.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/shada.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/sign.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/sign.c.o -MF CMakeFiles/nvim.dir/sign.c.o.d -o CMakeFiles/nvim.dir/sign.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/sign.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/spell.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/spell.c.o -MF CMakeFiles/nvim.dir/spell.c.o.d -o CMakeFiles/nvim.dir/spell.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/spell.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/spellfile.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/spellfile.c.o -MF CMakeFiles/nvim.dir/spellfile.c.o.d -o CMakeFiles/nvim.dir/spellfile.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/spellfile.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/spellsuggest.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/spellsuggest.c.o -MF CMakeFiles/nvim.dir/spellsuggest.c.o.d -o CMakeFiles/nvim.dir/spellsuggest.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/spellsuggest.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/state.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/state.c.o -MF CMakeFiles/nvim.dir/state.c.o.d -o CMakeFiles/nvim.dir/state.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/state.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/statusline.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/statusline.c.o -MF CMakeFiles/nvim.dir/statusline.c.o.d -o CMakeFiles/nvim.dir/statusline.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/statusline.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/strings.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/strings.c.o -MF CMakeFiles/nvim.dir/strings.c.o.d -o CMakeFiles/nvim.dir/strings.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/strings.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/syntax.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/syntax.c.o -MF CMakeFiles/nvim.dir/syntax.c.o.d -o CMakeFiles/nvim.dir/syntax.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/syntax.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/tag.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/tag.c.o -MF CMakeFiles/nvim.dir/tag.c.o.d -o CMakeFiles/nvim.dir/tag.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/tag.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/terminal.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/terminal.c.o -MF CMakeFiles/nvim.dir/terminal.c.o.d -o CMakeFiles/nvim.dir/terminal.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/terminal.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/testing.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/testing.c.o -MF CMakeFiles/nvim.dir/testing.c.o.d -o CMakeFiles/nvim.dir/testing.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/testing.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/textformat.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/textformat.c.o -MF CMakeFiles/nvim.dir/textformat.c.o.d -o CMakeFiles/nvim.dir/textformat.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/textformat.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/textobject.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/textobject.c.o -MF CMakeFiles/nvim.dir/textobject.c.o.d -o CMakeFiles/nvim.dir/textobject.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/textobject.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/tui/input.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/tui/input.c.o -MF CMakeFiles/nvim.dir/tui/input.c.o.d -o CMakeFiles/nvim.dir/tui/input.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/tui/input.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/tui/terminfo.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/tui/terminfo.c.o -MF CMakeFiles/nvim.dir/tui/terminfo.c.o.d -o CMakeFiles/nvim.dir/tui/terminfo.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/tui/terminfo.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/tui/tui.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/tui/tui.c.o -MF CMakeFiles/nvim.dir/tui/tui.c.o.d -o CMakeFiles/nvim.dir/tui/tui.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/tui/tui.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/ugrid.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ugrid.c.o -MF CMakeFiles/nvim.dir/ugrid.c.o.d -o CMakeFiles/nvim.dir/ugrid.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ugrid.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/ui.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ui.c.o -MF CMakeFiles/nvim.dir/ui.c.o.d -o CMakeFiles/nvim.dir/ui.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ui.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/ui_client.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ui_client.c.o -MF CMakeFiles/nvim.dir/ui_client.c.o.d -o CMakeFiles/nvim.dir/ui_client.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ui_client.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/ui_compositor.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/ui_compositor.c.o -MF CMakeFiles/nvim.dir/ui_compositor.c.o.d -o CMakeFiles/nvim.dir/ui_compositor.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/ui_compositor.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/undo.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/undo.c.o -MF CMakeFiles/nvim.dir/undo.c.o.d -o CMakeFiles/nvim.dir/undo.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/undo.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/usercmd.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/usercmd.c.o -MF CMakeFiles/nvim.dir/usercmd.c.o.d -o CMakeFiles/nvim.dir/usercmd.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/usercmd.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/version.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/version.c.o -MF CMakeFiles/nvim.dir/version.c.o.d -o CMakeFiles/nvim.dir/version.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/version.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/viml/parser/expressions.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/viml/parser/expressions.c.o -MF CMakeFiles/nvim.dir/viml/parser/expressions.c.o.d -o CMakeFiles/nvim.dir/viml/parser/expressions.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/viml/parser/expressions.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/viml/parser/parser.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/viml/parser/parser.c.o -MF CMakeFiles/nvim.dir/viml/parser/parser.c.o.d -o CMakeFiles/nvim.dir/viml/parser/parser.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/viml/parser/parser.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/window.c.o
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/winfloat.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/winfloat.c.o -MF CMakeFiles/nvim.dir/winfloat.c.o.d -o CMakeFiles/nvim.dir/winfloat.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/winfloat.c
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim.dir/window.c.o -MF CMakeFiles/nvim.dir/window.c.o.d -o CMakeFiles/nvim.dir/window.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nvim/window.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/__/cjson/fpconv.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/cjson/fpconv.c.o -MF CMakeFiles/nvim.dir/__/cjson/fpconv.c.o.d -o CMakeFiles/nvim.dir/__/cjson/fpconv.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/cjson/fpconv.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/__/cjson/lua_cjson.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/cjson/lua_cjson.c.o -MF CMakeFiles/nvim.dir/__/cjson/lua_cjson.c.o.d -o CMakeFiles/nvim.dir/__/cjson/lua_cjson.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/cjson/lua_cjson.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/cjson/strbuf.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/cjson/strbuf.c.o -MF CMakeFiles/nvim.dir/__/cjson/strbuf.c.o.d -o CMakeFiles/nvim.dir/__/cjson/strbuf.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/cjson/strbuf.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/mpack/conv.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/mpack/conv.c.o -MF CMakeFiles/nvim.dir/__/mpack/conv.c.o.d -o CMakeFiles/nvim.dir/__/mpack/conv.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/conv.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/mpack/lmpack.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/mpack/lmpack.c.o -MF CMakeFiles/nvim.dir/__/mpack/lmpack.c.o.d -o CMakeFiles/nvim.dir/__/mpack/lmpack.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/lmpack.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/mpack/mpack_core.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/mpack/mpack_core.c.o -MF CMakeFiles/nvim.dir/__/mpack/mpack_core.c.o.d -o CMakeFiles/nvim.dir/__/mpack/mpack_core.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/mpack_core.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/mpack/object.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/mpack/object.c.o -MF CMakeFiles/nvim.dir/__/mpack/object.c.o.d -o CMakeFiles/nvim.dir/__/mpack/object.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/object.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/mpack/rpc.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/mpack/rpc.c.o -MF CMakeFiles/nvim.dir/__/mpack/rpc.c.o.d -o CMakeFiles/nvim.dir/__/mpack/rpc.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/rpc.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/termkey/driver-csi.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/termkey/driver-csi.c.o -MF CMakeFiles/nvim.dir/__/termkey/driver-csi.c.o.d -o CMakeFiles/nvim.dir/__/termkey/driver-csi.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/termkey/driver-csi.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/termkey/driver-ti.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/termkey/driver-ti.c.o -MF CMakeFiles/nvim.dir/__/termkey/driver-ti.c.o.d -o CMakeFiles/nvim.dir/__/termkey/driver-ti.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/termkey/driver-ti.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/termkey/termkey.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/termkey/termkey.c.o -MF CMakeFiles/nvim.dir/__/termkey/termkey.c.o.d -o CMakeFiles/nvim.dir/__/termkey/termkey.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/termkey/termkey.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/xdiff/xdiffi.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/xdiff/xdiffi.c.o -MF CMakeFiles/nvim.dir/__/xdiff/xdiffi.c.o.d -o CMakeFiles/nvim.dir/__/xdiff/xdiffi.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/xdiff/xdiffi.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/xdiff/xemit.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/xdiff/xemit.c.o -MF CMakeFiles/nvim.dir/__/xdiff/xemit.c.o.d -o CMakeFiles/nvim.dir/__/xdiff/xemit.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/xdiff/xemit.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/xdiff/xhistogram.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/xdiff/xhistogram.c.o -MF CMakeFiles/nvim.dir/__/xdiff/xhistogram.c.o.d -o CMakeFiles/nvim.dir/__/xdiff/xhistogram.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/xdiff/xhistogram.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/xdiff/xpatience.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/xdiff/xpatience.c.o -MF CMakeFiles/nvim.dir/__/xdiff/xpatience.c.o.d -o CMakeFiles/nvim.dir/__/xdiff/xpatience.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/xdiff/xpatience.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/xdiff/xprepare.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/xdiff/xprepare.c.o -MF CMakeFiles/nvim.dir/__/xdiff/xprepare.c.o.d -o CMakeFiles/nvim.dir/__/xdiff/xprepare.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/xdiff/xprepare.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/__/xdiff/xutils.c.o
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_UNIBILIUM -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -D_GNU_SOURCE -Dnvim_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -isystem /opt/homebrew/include/luajit-2.1 -isystem /opt/homebrew/opt/gettext/include -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nvim.dir/__/xdiff/xutils.c.o -MF CMakeFiles/nvim.dir/__/xdiff/xutils.c.o.d -o CMakeFiles/nvim.dir/__/xdiff/xutils.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/xdiff/xutils.c
[ 93%] Linking C executable ../../bin/nvim
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E cmake_link_script CMakeFiles/nvim.dir/link.txt --verbose=1
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-export_dynamic CMakeFiles/nvim.dir/__/__/test/unit/fixtures/multiqueue.c.o CMakeFiles/nvim.dir/__/__/test/unit/fixtures/rbuffer.c.o CMakeFiles/nvim.dir/auto/lua_api_c_bindings.generated.c.o CMakeFiles/nvim.dir/__/__/cmake.config/auto/pathdef.c.o CMakeFiles/nvim.dir/api/autocmd.c.o CMakeFiles/nvim.dir/api/buffer.c.o CMakeFiles/nvim.dir/api/command.c.o CMakeFiles/nvim.dir/api/deprecated.c.o CMakeFiles/nvim.dir/api/extmark.c.o CMakeFiles/nvim.dir/api/options.c.o CMakeFiles/nvim.dir/api/private/converter.c.o CMakeFiles/nvim.dir/api/private/dispatch.c.o CMakeFiles/nvim.dir/api/private/helpers.c.o CMakeFiles/nvim.dir/api/private/validate.c.o CMakeFiles/nvim.dir/api/tabpage.c.o CMakeFiles/nvim.dir/api/ui.c.o CMakeFiles/nvim.dir/api/vim.c.o CMakeFiles/nvim.dir/api/vimscript.c.o CMakeFiles/nvim.dir/api/win_config.c.o CMakeFiles/nvim.dir/api/window.c.o CMakeFiles/nvim.dir/arabic.c.o CMakeFiles/nvim.dir/arglist.c.o CMakeFiles/nvim.dir/autocmd.c.o CMakeFiles/nvim.dir/base64.c.o CMakeFiles/nvim.dir/buffer.c.o CMakeFiles/nvim.dir/buffer_updates.c.o CMakeFiles/nvim.dir/bufwrite.c.o CMakeFiles/nvim.dir/change.c.o CMakeFiles/nvim.dir/channel.c.o CMakeFiles/nvim.dir/charset.c.o CMakeFiles/nvim.dir/cmdexpand.c.o CMakeFiles/nvim.dir/cmdhist.c.o CMakeFiles/nvim.dir/context.c.o CMakeFiles/nvim.dir/cursor.c.o CMakeFiles/nvim.dir/cursor_shape.c.o CMakeFiles/nvim.dir/debugger.c.o CMakeFiles/nvim.dir/decoration.c.o CMakeFiles/nvim.dir/decoration_provider.c.o CMakeFiles/nvim.dir/diff.c.o CMakeFiles/nvim.dir/digraph.c.o CMakeFiles/nvim.dir/drawline.c.o CMakeFiles/nvim.dir/drawscreen.c.o CMakeFiles/nvim.dir/edit.c.o CMakeFiles/nvim.dir/eval.c.o CMakeFiles/nvim.dir/eval/buffer.c.o CMakeFiles/nvim.dir/eval/decode.c.o CMakeFiles/nvim.dir/eval/encode.c.o CMakeFiles/nvim.dir/eval/executor.c.o CMakeFiles/nvim.dir/eval/funcs.c.o CMakeFiles/nvim.dir/eval/gc.c.o CMakeFiles/nvim.dir/eval/typval.c.o CMakeFiles/nvim.dir/eval/userfunc.c.o CMakeFiles/nvim.dir/eval/vars.c.o CMakeFiles/nvim.dir/eval/window.c.o CMakeFiles/nvim.dir/event/libuv_process.c.o CMakeFiles/nvim.dir/event/loop.c.o CMakeFiles/nvim.dir/event/multiqueue.c.o CMakeFiles/nvim.dir/event/process.c.o CMakeFiles/nvim.dir/event/rstream.c.o CMakeFiles/nvim.dir/event/signal.c.o CMakeFiles/nvim.dir/event/socket.c.o CMakeFiles/nvim.dir/event/stream.c.o CMakeFiles/nvim.dir/event/time.c.o CMakeFiles/nvim.dir/event/wstream.c.o CMakeFiles/nvim.dir/ex_cmds.c.o CMakeFiles/nvim.dir/ex_cmds2.c.o CMakeFiles/nvim.dir/ex_docmd.c.o CMakeFiles/nvim.dir/ex_eval.c.o CMakeFiles/nvim.dir/ex_getln.c.o CMakeFiles/nvim.dir/ex_session.c.o CMakeFiles/nvim.dir/extmark.c.o CMakeFiles/nvim.dir/file_search.c.o CMakeFiles/nvim.dir/fileio.c.o CMakeFiles/nvim.dir/fold.c.o CMakeFiles/nvim.dir/garray.c.o CMakeFiles/nvim.dir/getchar.c.o CMakeFiles/nvim.dir/grid.c.o CMakeFiles/nvim.dir/hashtab.c.o CMakeFiles/nvim.dir/help.c.o CMakeFiles/nvim.dir/highlight.c.o CMakeFiles/nvim.dir/highlight_group.c.o CMakeFiles/nvim.dir/indent.c.o CMakeFiles/nvim.dir/indent_c.c.o CMakeFiles/nvim.dir/input.c.o CMakeFiles/nvim.dir/insexpand.c.o CMakeFiles/nvim.dir/keycodes.c.o CMakeFiles/nvim.dir/linematch.c.o CMakeFiles/nvim.dir/log.c.o CMakeFiles/nvim.dir/lua/base64.c.o CMakeFiles/nvim.dir/lua/converter.c.o CMakeFiles/nvim.dir/lua/executor.c.o CMakeFiles/nvim.dir/lua/secure.c.o CMakeFiles/nvim.dir/lua/spell.c.o CMakeFiles/nvim.dir/lua/stdlib.c.o CMakeFiles/nvim.dir/lua/treesitter.c.o CMakeFiles/nvim.dir/lua/xdiff.c.o CMakeFiles/nvim.dir/main.c.o CMakeFiles/nvim.dir/map.c.o CMakeFiles/nvim.dir/map_glyph_cache.c.o CMakeFiles/nvim.dir/mapping.c.o CMakeFiles/nvim.dir/mark.c.o CMakeFiles/nvim.dir/marktree.c.o CMakeFiles/nvim.dir/match.c.o CMakeFiles/nvim.dir/math.c.o CMakeFiles/nvim.dir/mbyte.c.o CMakeFiles/nvim.dir/memfile.c.o CMakeFiles/nvim.dir/memline.c.o CMakeFiles/nvim.dir/memory.c.o CMakeFiles/nvim.dir/menu.c.o CMakeFiles/nvim.dir/message.c.o CMakeFiles/nvim.dir/mouse.c.o CMakeFiles/nvim.dir/move.c.o CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o CMakeFiles/nvim.dir/msgpack_rpc/server.c.o CMakeFiles/nvim.dir/msgpack_rpc/unpacker.c.o CMakeFiles/nvim.dir/normal.c.o CMakeFiles/nvim.dir/ops.c.o CMakeFiles/nvim.dir/option.c.o CMakeFiles/nvim.dir/optionstr.c.o CMakeFiles/nvim.dir/os/dl.c.o CMakeFiles/nvim.dir/os/env.c.o CMakeFiles/nvim.dir/os/fileio.c.o CMakeFiles/nvim.dir/os/fs.c.o CMakeFiles/nvim.dir/os/input.c.o CMakeFiles/nvim.dir/os/lang.c.o CMakeFiles/nvim.dir/os/mem.c.o CMakeFiles/nvim.dir/os/process.c.o CMakeFiles/nvim.dir/os/pty_process_unix.c.o CMakeFiles/nvim.dir/os/shell.c.o CMakeFiles/nvim.dir/os/signal.c.o CMakeFiles/nvim.dir/os/stdpaths.c.o CMakeFiles/nvim.dir/os/time.c.o CMakeFiles/nvim.dir/os/tty.c.o CMakeFiles/nvim.dir/os/users.c.o CMakeFiles/nvim.dir/path.c.o CMakeFiles/nvim.dir/plines.c.o CMakeFiles/nvim.dir/popupmenu.c.o CMakeFiles/nvim.dir/profile.c.o CMakeFiles/nvim.dir/quickfix.c.o CMakeFiles/nvim.dir/rbuffer.c.o CMakeFiles/nvim.dir/regexp.c.o CMakeFiles/nvim.dir/runtime.c.o CMakeFiles/nvim.dir/search.c.o CMakeFiles/nvim.dir/sha256.c.o CMakeFiles/nvim.dir/shada.c.o CMakeFiles/nvim.dir/sign.c.o CMakeFiles/nvim.dir/spell.c.o CMakeFiles/nvim.dir/spellfile.c.o CMakeFiles/nvim.dir/spellsuggest.c.o CMakeFiles/nvim.dir/state.c.o CMakeFiles/nvim.dir/statusline.c.o CMakeFiles/nvim.dir/strings.c.o CMakeFiles/nvim.dir/syntax.c.o CMakeFiles/nvim.dir/tag.c.o CMakeFiles/nvim.dir/terminal.c.o CMakeFiles/nvim.dir/testing.c.o CMakeFiles/nvim.dir/textformat.c.o CMakeFiles/nvim.dir/textobject.c.o CMakeFiles/nvim.dir/tui/input.c.o CMakeFiles/nvim.dir/tui/terminfo.c.o CMakeFiles/nvim.dir/tui/tui.c.o CMakeFiles/nvim.dir/ugrid.c.o CMakeFiles/nvim.dir/ui.c.o CMakeFiles/nvim.dir/ui_client.c.o CMakeFiles/nvim.dir/ui_compositor.c.o CMakeFiles/nvim.dir/undo.c.o CMakeFiles/nvim.dir/usercmd.c.o CMakeFiles/nvim.dir/version.c.o CMakeFiles/nvim.dir/viml/parser/expressions.c.o CMakeFiles/nvim.dir/viml/parser/parser.c.o CMakeFiles/nvim.dir/window.c.o CMakeFiles/nvim.dir/winfloat.c.o CMakeFiles/nvim.dir/__/cjson/fpconv.c.o CMakeFiles/nvim.dir/__/cjson/lua_cjson.c.o CMakeFiles/nvim.dir/__/cjson/strbuf.c.o CMakeFiles/nvim.dir/__/mpack/conv.c.o CMakeFiles/nvim.dir/__/mpack/lmpack.c.o CMakeFiles/nvim.dir/__/mpack/mpack_core.c.o CMakeFiles/nvim.dir/__/mpack/object.c.o CMakeFiles/nvim.dir/__/mpack/rpc.c.o "CMakeFiles/nvim.dir/__/termkey/driver-csi.c.o" "CMakeFiles/nvim.dir/__/termkey/driver-ti.c.o" CMakeFiles/nvim.dir/__/termkey/termkey.c.o CMakeFiles/nvim.dir/__/xdiff/xdiffi.c.o CMakeFiles/nvim.dir/__/xdiff/xemit.c.o CMakeFiles/nvim.dir/__/xdiff/xhistogram.c.o CMakeFiles/nvim.dir/__/xdiff/xpatience.c.o CMakeFiles/nvim.dir/__/xdiff/xprepare.c.o CMakeFiles/nvim.dir/__/xdiff/xutils.c.o -o ../../bin/nvim -framework CoreServices /opt/homebrew/opt/luv/lib/libluv.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/lib/libiconv.tbd /opt/homebrew/opt/gettext/lib/libintl.dylib /opt/homebrew/lib/libvterm.dylib /opt/homebrew/opt/lpeg/lib/liblpeg.dylib /opt/homebrew/lib/libmsgpackc.dylib /opt/homebrew/lib/libtree-sitter.dylib /opt/homebrew/lib/libunibilium.dylib /opt/homebrew/lib/libluajit-5.1.dylib -fstack-protector-strong -lm -lutil /opt/homebrew/opt/libuv/lib/libuv.dylib -ldl
[ 93%] Built target nvim
/Library/Developer/CommandLineTools/usr/bin/make -f src/nvim/po/CMakeFiles/translations.dir/build.make src/nvim/po/CMakeFiles/translations.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f runtime/CMakeFiles/runtime.dir/build.make runtime/CMakeFiles/runtime.dir/depend
cd /tmp/neovim-20231217-50817-6xdprw/build && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/runtime /tmp/neovim-20231217-50817-6xdprw/build /tmp/neovim-20231217-50817-6xdprw/build/runtime /tmp/neovim-20231217-50817-6xdprw/build/runtime/CMakeFiles/runtime.dir/DependInfo.cmake "--color="
cd /tmp/neovim-20231217-50817-6xdprw/build && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/src/nvim/po /tmp/neovim-20231217-50817-6xdprw/build /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/CMakeFiles/translations.dir/DependInfo.cmake "--color="
/Library/Developer/CommandLineTools/usr/bin/make -f runtime/CMakeFiles/runtime.dir/build.make runtime/CMakeFiles/runtime.dir/build
/Library/Developer/CommandLineTools/usr/bin/make -f src/nvim/po/CMakeFiles/translations.dir/build.make src/nvim/po/CMakeFiles/translations.dir/build
[ 93%] Generating syntax/vim/generated.vim
[ 93%] Generating doc/tags
[ 93%] Generating pack/dist/opt/matchit/doc/tags
cd /tmp/neovim-20231217-50817-6xdprw/build/runtime/pack/dist/opt/matchit && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E copy_directory /tmp/neovim-20231217-50817-6xdprw/runtime/pack/dist/opt/matchit /tmp/neovim-20231217-50817-6xdprw/build/runtime/pack/dist/opt/matchit
cd /tmp/neovim-20231217-50817-6xdprw/build/runtime && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E remove_directory doc
cd /tmp/neovim-20231217-50817-6xdprw/build/runtime && /opt/homebrew/bin/luajit /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/preload.lua /tmp/neovim-20231217-50817-6xdprw /tmp/neovim-20231217-50817-6xdprw/build/lib/libnlua0.so /tmp/neovim-20231217-50817-6xdprw/src/nvim/generators/gen_vimvim.lua /tmp/neovim-20231217-50817-6xdprw/build/runtime/syntax/vim/generated.vim /tmp/neovim-20231217-50817-6xdprw/build/funcs_data.mpack
[ 93%] Generating nvim.pot
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && ../../../bin/nvim -u NONE -i NONE -n --headless --cmd "set cpo+=+" -S /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/tojavascript.vim /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/nvim.pot /tmp/neovim-20231217-50817-6xdprw/runtime/optwin.vim
cd /tmp/neovim-20231217-50817-6xdprw/build/runtime && /opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E copy_directory /tmp/neovim-20231217-50817-6xdprw/runtime/doc doc
cd /tmp/neovim-20231217-50817-6xdprw/build/runtime/pack/dist/opt/matchit && /tmp/neovim-20231217-50817-6xdprw/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ doc -c quit
cd /tmp/neovim-20231217-50817-6xdprw/build/runtime && /tmp/neovim-20231217-50817-6xdprw/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ ++t\ doc -c quit
48 substitutions on 48 lines "optwin.js" "optwin.js" [New] 1294L, 57289B writtencd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/xgettext -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/nvim.pot --default-domain=nvim --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 -D /tmp/neovim-20231217-50817-6xdprw/src/nvim/po -D /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po ../api/autocmd.c ../api/autocmd.h ../api/buffer.c ../api/buffer.h ../api/command.c ../api/command.h ../api/deprecated.c ../api/deprecated.h ../api/extmark.c ../api/extmark.h ../api/keysets_defs.h ../api/options.c ../api/options.h ../api/private/converter.c ../api/private/converter.h ../api/private/defs.h ../api/private/dispatch.c ../api/private/dispatch.h ../api/private/helpers.c ../api/private/helpers.h ../api/private/validate.c ../api/private/validate.h ../api/tabpage.c ../api/tabpage.h ../api/ui.c ../api/ui.h ../api/ui_events.in.h ../api/vim.c ../api/vim.h ../api/vimscript.c ../api/vimscript.h ../api/win_config.c ../api/win_config.h ../api/window.c ../api/window.h ../arabic.c ../arabic.h ../arglist.c ../arglist.h ../arglist_defs.h ../ascii_defs.h ../assert_defs.h ../autocmd.c ../autocmd.h ../autocmd_defs.h ../base64.c ../base64.h ../buffer.c ../buffer.h ../buffer_defs.h ../buffer_updates.c ../buffer_updates.h ../bufwrite.c ../bufwrite.h ../change.c ../change.h ../channel.c ../channel.h ../channel_defs.h ../charset.c ../charset.h ../cmdexpand.c ../cmdexpand.h ../cmdexpand_defs.h ../cmdhist.c ../cmdhist.h ../context.c ../context.h ../cursor.c ../cursor.h ../cursor_shape.c ../cursor_shape.h ../debugger.c ../debugger.h ../decoration.c ../decoration.h ../decoration_defs.h ../decoration_provider.c ../decoration_provider.h ../diff.c ../diff.h ../digraph.c ../digraph.h ../drawline.c ../drawline.h ../drawscreen.c ../drawscreen.h ../edit.c ../edit.h ../eval.c ../eval.h ../eval/buffer.c ../eval/buffer.h ../eval/decode.c ../eval/decode.h ../eval/encode.c ../eval/encode.h ../eval/executor.c ../eval/executor.h ../eval/funcs.c ../eval/funcs.h ../eval/gc.c ../eval/gc.h ../eval/typval.c ../eval/typval.h ../eval/typval_defs.h ../eval/typval_encode.c.h ../eval/typval_encode.h ../eval/userfunc.c ../eval/userfunc.h ../eval/vars.c ../eval/vars.h ../eval/window.c ../eval/window.h ../event/defs.h ../event/libuv_process.c ../event/libuv_process.h ../event/loop.c ../event/loop.h ../event/multiqueue.c ../event/multiqueue.h ../event/process.c ../event/process.h ../event/rstream.c ../event/rstream.h ../event/signal.c ../event/signal.h ../event/socket.c ../event/socket.h ../event/stream.c ../event/stream.h ../event/time.c ../event/time.h ../event/wstream.c ../event/wstream.h ../ex_cmds.c ../ex_cmds.h ../ex_cmds2.c ../ex_cmds2.h ../ex_cmds_defs.h ../ex_docmd.c ../ex_docmd.h ../ex_eval.c ../ex_eval.h ../ex_eval_defs.h ../ex_getln.c ../ex_getln.h ../ex_getln_defs.h ../ex_session.c ../ex_session.h ../extmark.c ../extmark.h ../extmark_defs.h ../file_search.c ../file_search.h ../fileio.c ../fileio.h ../fold.c ../fold.h ../fold_defs.h ../func_attr.h ../garray.c ../garray.h ../garray_defs.h ../getchar.c ../getchar.h ../getchar_defs.h ../gettext.h ../globals.h ../grid.c ../grid.h ../grid_defs.h ../hashtab.c ../hashtab.h ../hashtab_defs.h ../help.c ../help.h ../highlight.c ../highlight.h ../highlight_defs.h ../highlight_group.c ../highlight_group.h ../iconv_defs.h ../indent.c ../indent.h ../indent_c.c ../indent_c.h ../input.c ../input.h ../insexpand.c ../insexpand.h ../keycodes.c ../keycodes.h ../linematch.c ../linematch.h ../log.c ../log.h ../log_defs.h ../lua/base64.c ../lua/base64.h ../lua/converter.c ../lua/converter.h ../lua/executor.c ../lua/executor.h ../lua/secure.c ../lua/secure.h ../lua/spell.c ../lua/spell.h ../lua/stdlib.c ../lua/stdlib.h ../lua/treesitter.c ../lua/treesitter.h ../lua/xdiff.c ../lua/xdiff.h ../macros_defs.h ../main.c ../main.h ../map.c ../map_defs.h ../map_glyph_cache.c ../map_key_impl.c.h ../map_value_impl.c.h ../mapping.c ../mapping.h ../mapping_defs.h ../mark.c ../mark.h ../mark_defs.h ../marktree.c ../marktree.h ../marktree_defs.h ../match.c ../match.h ../math.c ../math.h ../mbyte.c ../mbyte.h ../mbyte_defs.h ../memfile.c ../memfile.h ../memfile_defs.h ../memline.c ../memline.h ../memline_defs.h ../memory.c ../memory.h ../memory_defs.h ../menu.c ../menu.h ../menu_defs.h ../message.c ../message.h ../message_defs.h ../mouse.c ../mouse.h ../move.c ../move.h ../msgpack_rpc/channel.c ../msgpack_rpc/channel.h ../msgpack_rpc/channel_defs.h ../msgpack_rpc/helpers.c ../msgpack_rpc/helpers.h ../msgpack_rpc/server.c ../msgpack_rpc/server.h ../msgpack_rpc/unpacker.c ../msgpack_rpc/unpacker.h ../normal.c ../normal.h ../normal_defs.h ../ops.c ../ops.h ../option.c ../option.h ../option_defs.h ../option_vars.h ../optionstr.c ../optionstr.h ../os/dl.c ../os/dl.h ../os/env.c ../os/fileio.c ../os/fileio.h ../os/fileio_defs.h ../os/fs.c ../os/fs.h ../os/fs_defs.h ../os/input.c ../os/input.h ../os/lang.c ../os/lang.h ../os/mem.c ../os/os.h ../os/os_defs.h ../os/os_win_console.h ../os/process.c ../os/process.h ../os/pty_conpty_win.h ../os/pty_process.h ../os/pty_process_unix.c ../os/pty_process_unix.h ../os/pty_process_win.h ../os/shell.c ../os/shell.h ../os/signal.c ../os/signal.h ../os/stdpaths.c ../os/stdpaths_defs.h ../os/time.c ../os/time.h ../os/time_defs.h ../os/tty.c ../os/tty.h ../os/unix_defs.h ../os/users.c ../os/win_defs.h ../path.c ../path.h ../plines.c ../plines.h ../popupmenu.c ../popupmenu.h ../pos_defs.h ../profile.c ../profile.h ../quickfix.c ../quickfix.h ../rbuffer.c ../rbuffer.h ../rbuffer_defs.h ../regexp.c ../regexp.h ../regexp_defs.h ../runtime.c ../runtime.h ../runtime_defs.h ../search.c ../search.h ../sha256.c ../sha256.h ../shada.c ../shada.h ../sign.c ../sign.h ../sign_defs.h ../spell.c ../spell.h ../spell_defs.h ../spellfile.c ../spellfile.h ../spellsuggest.c ../spellsuggest.h ../state.c ../state.h ../state_defs.h ../statusline.c ../statusline.h ../statusline_defs.h ../strings.c ../strings.h ../syntax.c ../syntax.h ../syntax_defs.h ../tag.c ../tag.h ../terminal.c ../terminal.h ../testing.c ../testing.h ../textformat.c ../textformat.h ../textobject.c ../textobject.h ../tui/input.c ../tui/input.h ../tui/input_defs.h ../tui/terminfo.c ../tui/terminfo.h ../tui/terminfo_defs.h ../tui/tui.c ../tui/tui.h ../types_defs.h ../ugrid.c ../ugrid.h ../ui.c ../ui.h ../ui_client.c ../ui_client.h ../ui_compositor.c ../ui_compositor.h ../ui_defs.h ../undo.c ../undo.h ../undo_defs.h ../usercmd.c ../usercmd.h ../version.c ../version.h ../vim_defs.h ../viml/parser/expressions.c ../viml/parser/expressions.h ../viml/parser/parser.c ../viml/parser/parser.h ../window.c ../window.h ../winfloat.c ../winfloat.h optwin.js
[ 93%] Built target runtime
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && ../../../bin/nvim -u NONE -i NONE -n --headless --cmd "set cpo+=+" -S /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/fixfilenames.vim /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/nvim.pot ../../../runtime/optwin.vim
383 substitutions on 383 lines "nvim.pot" "nvim.pot" 9297L, 180093B written[ 93%] Generating sk.cp1250.mo
[ 93%] Generating af.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/sk.cp1250.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/sk.cp1250.po
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/af.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/af.po
[ 93%] Generating nb.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/nb.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/nb.po
[ 93%] Generating cs.cp1250.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/cs.cp1250.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/cs.cp1250.po
[ 93%] Generating ca.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/ca.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/ca.po
[ 93%] Generating ja.euc-jp.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/ja.euc-jp.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/ja.euc-jp.po
[ 93%] Generating da.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/da.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/da.po
[ 93%] Generating cs.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/cs.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/cs.po
[ 93%] Generating de.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/de.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/de.po
[ 93%] Generating en_GB.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/en_GB.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/en_GB.po
[ 93%] Generating eo.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/eo.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/eo.po
[ 93%] Generating es.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/es.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/es.po
[ 93%] Generating fi.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/fi.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/fi.po
[ 93%] Generating ga.mo
[ 93%] Generating fr.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/ga.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/ga.po
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/fr.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/fr.po
[ 93%] Generating it.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/it.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/it.po
[ 93%] Generating ja.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/ja.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/ja.po
[ 93%] Generating ko.UTF-8.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/ko.UTF-8.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/ko.UTF-8.po
[ 93%] Generating nl.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/nl.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/nl.po
[ 93%] Generating no.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/no.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/no.po
[ 93%] Generating pl.UTF-8.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/pl.UTF-8.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/pl.UTF-8.po
[ 93%] Generating pt_BR.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/pt_BR.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/pt_BR.po
[ 93%] Generating sk.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/sk.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/sk.po
[100%] Generating ru.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/ru.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/ru.po
[100%] Generating sv.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/sv.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/sv.po
[100%] Generating tr.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/tr.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/tr.po
[100%] Generating uk.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/uk.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/uk.po
[100%] Generating zh_CN.UTF-8.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/zh_CN.UTF-8.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/zh_CN.UTF-8.po
[100%] Generating vi.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/vi.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/vi.po
[100%] Generating zh_TW.UTF-8.mo
cd /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po && /opt/homebrew/opt/gettext/bin/msgfmt -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/po/zh_TW.UTF-8.mo /tmp/neovim-20231217-50817-6xdprw/src/nvim/po/zh_TW.UTF-8.po
[100%] Built target translations
/opt/homebrew/Cellar/cmake/3.28.0/bin/cmake -E cmake_progress_start /tmp/neovim-20231217-50817-6xdprw/build/CMakeFiles 0
This file has been truncated, but you can view the full file.
clang called with: -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/object.c.o -MF CMakeFiles/nlua0.dir/__/mpack/object.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/object.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/object.c
superenv removed: -O3 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -DNDEBUG -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/object.c.o -MF CMakeFiles/nlua0.dir/__/mpack/object.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/object.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/object.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o -MF CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/mpack_core.c
superenv removed: -O3 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -DNDEBUG -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o -MF CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/mpack_core.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/conv.c.o -MF CMakeFiles/nlua0.dir/__/mpack/conv.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/conv.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/conv.c
superenv removed: -O3 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -DNDEBUG -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/conv.c.o -MF CMakeFiles/nlua0.dir/__/mpack/conv.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/conv.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/conv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/nlua0.c.o -MF CMakeFiles/nlua0.dir/__/nlua0.c.o.d -o CMakeFiles/nlua0.dir/__/nlua0.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nlua0.c
superenv removed: -O3 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -DNDEBUG -mmacosx-version-min=14.1.1 -fPIC -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/nlua0.c.o -MF CMakeFiles/nlua0.dir/__/nlua0.c.o.d -o CMakeFiles/nlua0.dir/__/nlua0.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/nlua0.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o -MF CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/lmpack.c
superenv removed: -O3 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -DNDEBUG -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o -MF CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/lmpack.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/rpc.c.o -MF CMakeFiles/nlua0.dir/__/mpack/rpc.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/rpc.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/rpc.c
superenv removed: -O3 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -Dnlua0_EXPORTS -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -isystem /opt/homebrew/include/luajit-2.1 -DNDEBUG -mmacosx-version-min=14.1.1 -fPIC -Wno-conversion -Wno-missing-noreturn -Wno-missing-format-attribute -Wno-double-promotion -Wno-strict-prototypes -Wno-misleading-indentation -Wno-sign-compare -Wno-implicit-fallthrough -Wno-missing-prototypes -Wno-missing-field-initializers -MD -MT src/nvim/CMakeFiles/nlua0.dir/__/mpack/rpc.c.o -MF CMakeFiles/nlua0.dir/__/mpack/rpc.c.o.d -o CMakeFiles/nlua0.dir/__/mpack/rpc.c.o -c /tmp/neovim-20231217-50817-6xdprw/src/mpack/rpc.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.1.1 -bundle -Wl,-headerpad_max_install_names -undefined dynamic_lookup -o ../../lib/libnlua0.so CMakeFiles/nlua0.dir/__/mpack/conv.c.o CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o CMakeFiles/nlua0.dir/__/mpack/object.c.o CMakeFiles/nlua0.dir/__/mpack/rpc.c.o CMakeFiles/nlua0.dir/__/nlua0.c.o /opt/homebrew/opt/lpeg/lib/liblpeg.dylib
superenv removed: -O3 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-no_fixup_chains
superenv executed: clang -pipe -w -Os -DNDEBUG -mmacosx-version-min=14.1.1 -bundle -Wl,-headerpad_max_install_names -undefined dynamic_lookup -o ../../lib/libnlua0.so CMakeFiles/nlua0.dir/__/mpack/conv.c.o CMakeFiles/nlua0.dir/__/mpack/lmpack.c.o CMakeFiles/nlua0.dir/__/mpack/mpack_core.c.o CMakeFiles/nlua0.dir/__/mpack/object.c.o CMakeFiles/nlua0.dir/__/mpack/rpc.c.o CMakeFiles/nlua0.dir/__/nlua0.c.o /opt/homebrew/opt/lpeg/lib/liblpeg.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-no_fixup_chains
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/extmark.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/extmark.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/extmark.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/extmark.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/options.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/options.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/options.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/options.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/autocmd.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/autocmd.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/autocmd.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/autocmd.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/command.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/command.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/command.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/command.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/buffer.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/buffer.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/buffer.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/buffer.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/winfloat.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/winfloat.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/winfloat.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/winfloat.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/deprecated.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/deprecated.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/deprecated.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/deprecated.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/tabpage.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/tabpage.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/tabpage.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/tabpage.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/ui.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/ui.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/ui.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/ui.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/win_config.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/win_config.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/win_config.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/win_config.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vimscript.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/vimscript.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vimscript.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/vimscript.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vim.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/vim.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/vim.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/vim.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/window.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/window.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/window.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/window.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/converter.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/converter.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/converter.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/converter.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/dispatch.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/dispatch.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/dispatch.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/helpers.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/helpers.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/helpers.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/helpers.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/arabic.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/arabic.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/arabic.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/arabic.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/validate.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/validate.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/api/private/validate.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/api/private/validate.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/arglist.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/arglist.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/arglist.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/arglist.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/autocmd.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/autocmd.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/autocmd.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/autocmd.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/base64.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/base64.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/base64.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/base64.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/buffer_updates.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/buffer_updates.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/buffer_updates.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/buffer_updates.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/bufwrite.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/bufwrite.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/bufwrite.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/bufwrite.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/buffer.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/buffer.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/buffer.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/buffer.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/change.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/change.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/change.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/change.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/channel.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/channel.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/channel.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/channel.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/charset.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/charset.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/charset.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/charset.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/cmdexpand.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cmdexpand.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/cmdexpand.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cmdexpand.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/cmdhist.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cmdhist.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/cmdhist.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cmdhist.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/context.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/context.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/context.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/context.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/cursor.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cursor.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/cursor.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cursor.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/cursor_shape.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cursor_shape.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/cursor_shape.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/cursor_shape.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/debugger.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/debugger.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/debugger.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/debugger.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/decoration.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/decoration.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/decoration.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/decoration.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/decoration_provider.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/decoration_provider.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/decoration_provider.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/decoration_provider.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/diff.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/diff.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/diff.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/diff.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/digraph.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/digraph.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/digraph.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/digraph.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/drawline.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/drawline.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/drawline.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/drawline.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/drawscreen.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/drawscreen.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/drawscreen.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/drawscreen.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/edit.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/edit.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/edit.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/edit.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/buffer.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/buffer.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/buffer.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/buffer.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/decode.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/decode.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/decode.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/decode.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/executor.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/executor.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/executor.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/executor.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/encode.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/encode.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/encode.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/encode.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/funcs.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/funcs.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/funcs.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/funcs.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/gc.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/gc.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/gc.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/gc.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/typval.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/typval.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/typval.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/typval.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/vars.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/vars.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/vars.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/vars.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/userfunc.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/userfunc.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/userfunc.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/userfunc.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/window.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/window.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/eval/window.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/eval/window.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/libuv_process.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/libuv_process.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/libuv_process.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/libuv_process.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/loop.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/loop.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/loop.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/loop.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/multiqueue.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/multiqueue.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/multiqueue.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/multiqueue.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/process.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/process.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/process.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/process.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/rstream.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/rstream.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/rstream.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/rstream.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/socket.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/socket.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/socket.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/socket.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/signal.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/signal.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/signal.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/signal.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/stream.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/stream.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/stream.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/stream.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/time.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/time.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/time.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/time.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/wstream.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/wstream.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/event/wstream.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/event/wstream.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_cmds.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_cmds.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_cmds.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_cmds.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_cmds2.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_cmds2.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_cmds2.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_cmds2.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_docmd.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_docmd.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_docmd.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_docmd.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_eval.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_eval.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_eval.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_eval.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_getln.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_getln.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_getln.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_getln.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_session.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_session.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/ex_session.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/ex_session.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/extmark.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/extmark.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/extmark.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/extmark.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/file_search.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/file_search.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/file_search.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/file_search.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/fileio.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/fileio.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/fileio.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/fileio.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/fold.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/fold.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/fold.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/fold.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/garray.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/garray.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/garray.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/garray.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/grid.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/grid.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/grid.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/grid.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/getchar.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/getchar.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/getchar.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/getchar.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/hashtab.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/hashtab.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/hashtab.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/hashtab.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/help.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/help.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/help.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/help.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/highlight.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/highlight.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/highlight.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/highlight.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/highlight_group.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/highlight_group.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/highlight_group.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/highlight_group.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/indent.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/indent.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/indent.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/indent.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/indent_c.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/indent_c.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/indent_c.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/indent_c.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/insexpand.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/insexpand.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/insexpand.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/insexpand.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/input.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/input.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/input.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/input.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/linematch.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/linematch.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/linematch.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/linematch.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/keycodes.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/keycodes.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/keycodes.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/keycodes.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/log.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/log.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/log.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/log.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/base64.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/base64.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/base64.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/base64.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/converter.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/converter.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/src -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv removed: -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -O2
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/converter.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/converter.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto -I/tmp/neovim-20231217-50817-6xdprw/build/include -I/tmp/neovim-20231217-50817-6xdprw/build/cmake.config -I/tmp/neovim-20231217-50817-6xdprw/src -Iprop-NOTFOUND -I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include -I/opt/homebrew/opt/gettext/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim-20231217-50817-6xdprw/src/nvim/lua/executor.c -E -o /tmp/neovim-20231217-50817-6xdprw/build/src/nvim/auto/lua/executor.i -DHAVE_UNIBILIUM -D_GNU_SOURCE -I/opt/homebrew/include/luajit-2.1 -I/opt/homebrew/include -I/tmp/neovim
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment