* installing *source* package ‘c3dr’ ...
** this is package ‘c3dr’ version ‘0.1.5’
** package ‘c3dr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c read.cpp -o read.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c write.cpp -o write.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Analogs.cpp -o ezc3d/Analogs.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/AnalogsInfo.cpp -o ezc3d/AnalogsInfo.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/AnalogsSubframe.cpp -o ezc3d/AnalogsSubframe.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Channel.cpp -o ezc3d/Channel.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Data.cpp -o ezc3d/Data.o
In file included from write.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include/Rcpp.h:27:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include/RcppCommon.h:30:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include/Rcpp/r/headers.h:66:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include/Rcpp/platform/compiler.h:153:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/unordered_map:411:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__hash_table:15:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::Points3dNS::Point>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::__destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:551:5: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::~__vector_base' requested here
    ~vector()
    ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
In file included from read.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include/Rcpp.h:27:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include/RcppCommon.h:30:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include/Rcpp/r/headers.h:66:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include/Rcpp/platform/compiler.h:153:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/unordered_map:411:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__hash_table:15:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::Vector3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::Vector3d>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::Vector3d>>::__destroy<ezc3d::Vector3d>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::Vector3d>>::destroy<ezc3d::Vector3d>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::Vector3d, std::allocator<ezc3d::Vector3d>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::Vector3d, std::allocator<ezc3d::Vector3d>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:551:5: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    ~vector()
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::Modules::ForcePlatform>>::destroy<ezc3d::Modules::ForcePlatform>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::Modules::ForcePlatform, std::allocator<ezc3d::Modules::ForcePlatform>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::Modules::ForcePlatform, std::allocator<ezc3d::Modules::ForcePlatform>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:551:5: note: in instantiation of member function 'std::__vector_base<ezc3d::Modules::ForcePlatform, std::allocator<ezc3d::Modules::ForcePlatform>>::~__vector_base' requested here
    ~vector()
    ^
./ezc3d/modules/ForcePlatforms.h:213:40: note: in instantiation of member function 'std::vector<ezc3d::Modules::ForcePlatform>::~vector' requested here
class EZC3D_VISIBILITY ezc3d::Modules::ForcePlatforms {
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/DataStartInfo.cpp -o ezc3d/DataStartInfo.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/ezc3d.cpp -o ezc3d/ezc3d.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Frame.cpp -o ezc3d/Frame.o
In file included from ezc3d/Data.cpp:10:
In file included from ./ezc3d/Data.h:11:
In file included from ./ezc3d/Frame.h:11:
In file included from ./ezc3d/Analogs.h:11:
In file included from ./ezc3d/AnalogsSubframe.h:11:
In file included from ./ezc3d/Channel.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::Points3dNS::Point>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::__destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:551:5: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::~__vector_base' requested here
    ~vector()
    ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::RotationNS::Rotation>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::__destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::Rotation, std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::Rotation, std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:551:5: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    ~vector()
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::SubFrame>>::destroy<ezc3d::DataNS::RotationNS::SubFrame>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::SubFrame, std::allocator<ezc3d::DataNS::RotationNS::SubFrame>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::SubFrame, std::allocator<ezc3d::DataNS::RotationNS::SubFrame>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:551:5: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::SubFrame, std::allocator<ezc3d::DataNS::RotationNS::SubFrame>>::~__vector_base' requested here
    ~vector()
    ^
./ezc3d/Rotations.h:18:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::~vector' requested here
class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::Rotations {
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Group.cpp -o ezc3d/Group.o
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Header.cpp -o ezc3d/Header.o
In file included from ezc3d/Frame.cpp:10:
In file included from ./ezc3d/Frame.h:11:
In file included from ./ezc3d/Analogs.h:11:
In file included from ./ezc3d/AnalogsSubframe.h:11:
In file included from ./ezc3d/Channel.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::Points3dNS::Point>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::__destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:559:5: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::~__vector_base' requested here
    vector(const vector& __x);
    ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::vector' requested here
class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::RotationNS::Rotation>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::__destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::Rotation, std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::Rotation, std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:551:5: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    ~vector()
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::SubFrame>>::destroy<ezc3d::DataNS::RotationNS::SubFrame>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::SubFrame, std::allocator<ezc3d::DataNS::RotationNS::SubFrame>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::SubFrame, std::allocator<ezc3d::DataNS::RotationNS::SubFrame>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:559:5: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::SubFrame, std::allocator<ezc3d::DataNS::RotationNS::SubFrame>>::~__vector_base' requested here
    vector(const vector& __x);
    ^
./ezc3d/Rotations.h:18:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::vector' requested here
class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::Rotations {
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
2 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Parameter.cpp -o ezc3d/Parameter.o
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Parameters.cpp -o ezc3d/Parameters.o
In file included from ezc3d/ezc3d.cpp:10:
In file included from ./ezc3d/ezc3d.h:44:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/fstream:183:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/ostream:138:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/ios:215:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__locale:14:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/string:506:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/string_view:175:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__string:57:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/algorithm:643:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::Points3dNS::Point>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::__destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:551:5: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::~__vector_base' requested here
    ~vector()
    ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
2 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Point.cpp -o ezc3d/Point.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Points.cpp -o ezc3d/Points.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/PointsInfo.cpp -o ezc3d/PointsInfo.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Rotation.cpp -o ezc3d/Rotation.o
In file included from ezc3d/Points.cpp:10:
In file included from ./ezc3d/Points.h:11:
In file included from ./ezc3d/Point.h:11:
In file included from ./ezc3d/math/Vector3d.h:11:
In file included from ./ezc3d/math/Matrix.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::Points3dNS::Point>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::__destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:497:5: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::Points3dNS::Point, std::allocator<ezc3d::DataNS::Points3dNS::Point>>::~__vector_base' requested here
    vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
    ^
ezc3d/Points.cpp:16:36: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::vector' requested here
ezc3d::DataNS::Points3dNS::Points::Points() {}
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/Rotations.cpp -o ezc3d/Rotations.o
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/RotationsInfo.cpp -o ezc3d/RotationsInfo.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/RotationsSubframe.cpp -o ezc3d/RotationsSubframe.o
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/math/Matrix.cpp -o ezc3d/math/Matrix.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/math/Matrix33.cpp -o ezc3d/math/Matrix33.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/math/Matrix44.cpp -o ezc3d/math/Matrix44.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/math/Matrix66.cpp -o ezc3d/math/Matrix66.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/math/Vector3d.cpp -o ezc3d/math/Vector3d.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/math/Vector6d.cpp -o ezc3d/math/Vector6d.o
In file included from ezc3d/Rotations.cpp:10:
In file included from ./ezc3d/Rotations.h:11:
In file included from ./ezc3d/RotationsSubframe.h:11:
In file included from ./ezc3d/Rotation.h:11:
In file included from ./ezc3d/math/Matrix44.h:11:
In file included from ./ezc3d/math/Matrix.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::RotationNS::Rotation>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::__destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::Rotation, std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::Rotation, std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:551:5: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::Rotation, std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::~__vector_base' requested here
    ~vector()
    ^
./ezc3d/RotationsSubframe.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::~vector' requested here
class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::SubFrame {
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
In file included from ezc3d/RotationsSubframe.cpp:10:
In file included from ./ezc3d/RotationsSubframe.h:11:
In file included from ./ezc3d/Rotation.h:11:
In file included from ./ezc3d/math/Matrix44.h:11:
In file included from ./ezc3d/math/Matrix.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::RotationNS::Rotation>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::__destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::Rotation, std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::Rotation, std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:497:5: note: in instantiation of member function 'std::__vector_base<ezc3d::DataNS::RotationNS::Rotation, std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::~__vector_base' requested here
    vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
    ^
ezc3d/RotationsSubframe.cpp:20:38: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::vector' requested here
ezc3d::DataNS::RotationNS::SubFrame::SubFrame() {}
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c ezc3d/modules/ForcePlatforms.cpp -o ezc3d/modules/ForcePlatforms.o
1 warning generated.
1 warning generated.
In file included from ezc3d/modules/ForcePlatforms.cpp:12:
In file included from ./ezc3d/ezc3d_all.h:11:
In file included from ./ezc3d/Data.h:11:
In file included from ./ezc3d/Frame.h:11:
In file included from ./ezc3d/Analogs.h:11:
In file included from ./ezc3d/AnalogsSubframe.h:11:
In file included from ./ezc3d/Channel.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'ezc3d::Vector3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<ezc3d::Vector3d>::destroy' requested here
                __a.destroy(__p);
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::Vector3d>>::__destroy<ezc3d::Vector3d>' requested here
            {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::Vector3d>>::destroy<ezc3d::Vector3d>' requested here
        __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<ezc3d::Vector3d, std::allocator<ezc3d::Vector3d>>::__destruct_at_end' requested here
    void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<ezc3d::Vector3d, std::allocator<ezc3d::Vector3d>>::clear' requested here
        clear();
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:497:5: note: in instantiation of member function 'std::__vector_base<ezc3d::Vector3d, std::allocator<ezc3d::Vector3d>>::~__vector_base' requested here
    vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
    ^
ezc3d/modules/ForcePlatforms.cpp:16:32: note: in instantiation of member function 'std::vector<ezc3d::Vector3d>::vector' requested here
ezc3d::Modules::ForcePlatform::ForcePlatform() {}
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning
    _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();}
                                                                                           ^
1 warning generated.
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 c3dr.so read.o write.o RcppExports.o ./ezc3d/Analogs.o ./ezc3d/AnalogsInfo.o ./ezc3d/AnalogsSubframe.o ./ezc3d/Channel.o ./ezc3d/Data.o ./ezc3d/DataStartInfo.o ./ezc3d/ezc3d.o ./ezc3d/Frame.o ./ezc3d/Group.o ./ezc3d/Header.o ./ezc3d/Parameter.o ./ezc3d/Parameters.o ./ezc3d/Point.o ./ezc3d/Points.o ./ezc3d/PointsInfo.o ./ezc3d/Rotation.o ./ezc3d/Rotations.o ./ezc3d/RotationsInfo.o ./ezc3d/RotationsSubframe.o ./ezc3d/math/Matrix.o ./ezc3d/math/Matrix33.o ./ezc3d/math/Matrix44.o ./ezc3d/math/Matrix66.o ./ezc3d/math/Vector3d.o ./ezc3d/math/Vector6d.o ./ezc3d/modules/ForcePlatforms.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/c3dr.Rcheck/00LOCK-c3dr/00new/c3dr/libs
** generating debug symbols (dSYM)
** 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 (c3dr)