* installing *source* package ‘adbcpostgresql’ ...
** package ‘adbcpostgresql’ successfully unpacked and MD5 sums checked
** using staged installation
Checking for --configure-vars INCLUDE_DIR or LIB_DIR
Using pkg-config libpq to locate libpq headers/libs
Testing R CMD SHLIB with -I/opt/R/x86_64/include  -L/opt/R/x86_64/lib -lpq -lpgcommon -lpgport -lm 
Success!
Found vendored ADBC
** libs
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++17
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../src -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ -I/opt/R/x86_64/include  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c init.cc -o init.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../src -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ -I/opt/R/x86_64/include  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c c/driver/common/utils.c -o c/driver/common/utils.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../src -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ -I/opt/R/x86_64/include  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c c/driver/framework/catalog.cc -o c/driver/framework/catalog.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../src -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ -I/opt/R/x86_64/include  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c c/driver/postgresql/connection.cc -o c/driver/postgresql/connection.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../src -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ -I/opt/R/x86_64/include  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c c/driver/postgresql/database.cc -o c/driver/postgresql/database.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../src -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ -I/opt/R/x86_64/include  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c c/driver/postgresql/error.cc -o c/driver/postgresql/error.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../src -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ -I/opt/R/x86_64/include  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c c/driver/postgresql/postgresql.cc -o c/driver/postgresql/postgresql.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../src -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ -I/opt/R/x86_64/include  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c c/driver/postgresql/result_helper.cc -o c/driver/postgresql/result_helper.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../src -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ -I/opt/R/x86_64/include  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c c/driver/postgresql/statement.cc -o c/driver/postgresql/statement.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../src -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ -I/opt/R/x86_64/include  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c c/vendor/nanoarrow/nanoarrow.c -o c/vendor/nanoarrow/nanoarrow.o
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o adbcpostgresql.so init.o c/driver/common/utils.o c/driver/framework/catalog.o c/driver/postgresql/connection.o c/driver/postgresql/database.o c/driver/postgresql/error.o c/driver/postgresql/postgresql.o c/driver/postgresql/result_helper.o c/driver/postgresql/statement.o c/vendor/nanoarrow/nanoarrow.o -L/opt/R/x86_64/lib -lpq -lpgcommon -lpgport -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.4/adbcpostgresql.Rcheck/00LOCK-adbcpostgresql/00new/adbcpostgresql/libs
** generating debug symbols (dSYM)
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (adbcpostgresql)