Error building o2

Hello,

I am trying to build o2 in my Mac (Quad-Core Intel Core i7 - Ventura 13.3.1 - XCode 14.3)

The compilation runs smoothly until I get to

% aliBuild build O2 --defaults o2
==> Building O2@0b1e3eae52
==> Building O2@master
==> O2 is being built (use --debug for full output): failed

ERROR: Error while executing /Users/ejgarcia/alice/sw/SPECS/osx_x86-64/O2/master-local1/build.sh on `Io’.
ERROR: Log can be found in /Users/ejgarcia/alice/sw/BUILD/O2-latest/log
ERROR: Please upload it to CERNBox/Dropbox if you intend to request support.
ERROR: Build directory is /Users/ejgarcia/alice/sw/BUILD/O2-latest/O2.

In the log, there are several of these errors.

CMake Error at dependencies/FindO2arrow.cmake:22 (set_target_properties):
set_target_properties can not be used on an ALIAS target.
Call Stack (most recent call first):
dependencies/O2Dependencies.cmake:39 (find_package)
dependencies/CMakeLists.txt:12 (include)
CMakeLists.txt:49 (include)

CMake Error at dependencies/FindO2arrow.cmake:23 (add_library):
add_library cannot create ALIAS target “arrow::arrow_shared” because target “arrow_shared” is itself an ALIAS. Call Stack (most recent call first):
dependencies/O2Dependencies.cmake:39 (find_package)
dependencies/CMakeLists.txt:12 (include)
CMakeLists.txt:49 (include)

The entire log file is here.

https://cernbox.cern.ch/s/2OtfN4T9PEFlt18

Please advice how I can solve this issue.

Regards, Edmundo