* installing *source* package ‘QuickJSR’ ...
** package ‘QuickJSR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -funsigned-char -std=gnu11 -c libquickjs.c
In file included from libquickjs.c:19:
./quickjs/quickjs.c:7768:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable]
    bool atom1_is_integer, atom2_is_integer;
         ^
./quickjs/quickjs.c:7768:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable]
    bool atom1_is_integer, atom2_is_integer;
                           ^
./quickjs/quickjs.c:55694:17: warning: variable 's' set but not used [-Wunused-but-set-variable]
    JSMapState *s;
                ^
3 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c quickjsr.cpp -o quickjsr.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c init.cpp -o init.o
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o QuickJSR.so quickjsr.o init.o libquickjs.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -funsigned-char -std=gnu11 -c libquickjs.c
In file included from libquickjs.c:19:
./quickjs/quickjs.c:7768:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable]
    bool atom1_is_integer, atom2_is_integer;
                           ^
./quickjs/quickjs.c:7768:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable]
    bool atom1_is_integer, atom2_is_integer;
         ^
./quickjs/quickjs.c:55694:17: warning: variable 's' set but not used [-Wunused-but-set-variable]
    JSMapState *s;
                ^
3 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c quickjsr.cpp -o quickjsr.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c init.cpp -o init.o
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/QuickJSR.Rcheck/00LOCK-QuickJSR/00new/QuickJSR/libs
** generating debug symbols (dSYM)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/QuickJSR.Rcheck/00_pkg_src/QuickJSR/src/quickjsr.o: timestamp mismatch between object file (2025-04-01 03:57:37.918573368) and debug map (2025-04-01 03:57:14.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/QuickJSR.Rcheck/00_pkg_src/QuickJSR/src/init.o: timestamp mismatch between object file (2025-04-01 03:57:37.963485585) and debug map (2025-04-01 03:57:14.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/QuickJSR.Rcheck/00_pkg_src/QuickJSR/src/libquickjs.o: timestamp mismatch between object file (2025-04-01 03:57:36.428132670) and debug map (2025-04-01 03:57:12.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/QuickJSR.Rcheck/00_pkg_src/QuickJSR/src/quickjsr.o: timestamp mismatch between object file (2025-04-01 03:57:37.918573368) and debug map (2025-04-01 03:57:14.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/QuickJSR.Rcheck/00_pkg_src/QuickJSR/src/init.o: timestamp mismatch between object file (2025-04-01 03:57:37.963485585) and debug map (2025-04-01 03:57:14.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/QuickJSR.Rcheck/00_pkg_src/QuickJSR/src/libquickjs.o: timestamp mismatch between object file (2025-04-01 03:57:36.428132670) and debug map (2025-04-01 03:57:12.000000000)
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (QuickJSR)