(for PR #29196)

2026-01-07 18:57.49: New job: build bitwuzla-cxx.0.2.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29196/head (73b2f0da1939c4b0c87bfac1421800561d35c434)
                              on ubuntu-25.10-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29196/head" && git reset --hard 73b2f0da
git fetch origin master
git merge --no-edit 2dee2fe30df966714e056f8af164fe0ed7648a63
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:99b38edca4e1966df868dd663df4bc7af6ddfb00e5b921be35187f6a31b1199f
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn bitwuzla-cxx.0.2.0 0.2.0
RUN opam reinstall bitwuzla-cxx.0.2.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-25.10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'bitwuzla-cxx.0.2.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-01-07 18:57.49: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:99b38edca4e1966df868dd663df4bc7af6ddfb00e5b921be35187f6a31b1199f-bitwuzla-cxx.0.2.0-73b2f0da1939c4b0c87bfac1421800561d35c434"
2026-01-07 18:57.49: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:99b38edca4e1966df868dd663df4bc7af6ddfb00e5b921be35187f6a31b1199f)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn bitwuzla-cxx.0.2.0 0.2.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall bitwuzla-cxx.0.2.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-25.10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'bitwuzla-cxx.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-01-07 18:57.49: Connecting to build cluster…
2026-01-07 18:57.49: Waiting for resource in pool OCluster
2026-01-07 18:57.49: Waiting for worker…
2026-01-07 19:01.14: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint
Updating 2dee2fe30d..73b2f0da19
Fast-forward
 packages/bitwuzla-cxx/bitwuzla-cxx.0.2.0/opam | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:99b38edca4e1966df868dd663df4bc7af6ddfb00e5b921be35187f6a31b1199f)
2026-01-07 19:02.09 ---> saved as "de2ad94c1621a456369103cd336c30923152dd13cb0f372cc49f77558652e5ac"

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-07 19:02.09 ---> saved as "896a53d83f339279d058052ce40c7f300551203cf31dba06761408f47d46b33b"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-07 19:02.30 ---> saved as "b543edb8f549b48ada23a2c349d68a91704e438b381a20a8c164f2d7415c0936"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=ubuntu os-version=25.10
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-01-07 19:02.31 ---> saved as "1788b5b76dc3caa3ec6f6072e2aad0ac149a91802349570695fa93ec493cfe3c"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-01-07 19:02.44 ---> saved as "3d8c7abf6c4bbfa50541071edbd8929c7d7a4016038a1da3ccd92869aa05caf2"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-07 19:02.51 ---> saved as "4afe02a8df5595e7281b32f0434350887be5d24f13240d143a1c21dfbbd1a814"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-07 19:03.10 ---> saved as "b2020855a3cb13af15f2cfe2f3f6617edf1200b20fd961b62ee73a031f310daf"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:2 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [91.7 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:4 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [140 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [148 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [264 kB]
- Fetched 1048 kB in 0s (3202 kB/s)
- Reading package lists...
2026-01-07 19:03.11 ---> saved as "403dc7de4d81309c3c6e65bcb690e5e683185f211c7686b85071a877ebeb2bdf"

/home/opam: (run (shell "opam pin add -k version -yn bitwuzla-cxx.0.2.0 0.2.0"))
bitwuzla-cxx is now pinned to version 0.2.0
2026-01-07 19:03.12 ---> saved as "f89f1c425ecf5e6acfa16b2e3b67c0f9695029e06132a9d72c1d96963f577204"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall bitwuzla-cxx.0.2.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-25.10\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'bitwuzla-cxx.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
bitwuzla-cxx.0.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
  - install bitwuzla-cxx    0.2.0 (pinned)
  - install conf-g++        1.0            [required by bitwuzla-cxx]
  - install conf-gcc        1.0            [required by bitwuzla-cxx]
  - install conf-git        1.1            [required by bitwuzla-cxx]
  - install conf-gmp        5              [required by zarith]
  - install conf-pkg-config 4              [required by zarith]
  - install dune            3.20.2         [required by bitwuzla-cxx]
  - install ocamlfind       1.9.8          [required by zarith]
  - install zarith          1.14           [required by bitwuzla-cxx]

The following system packages will first need to be installed:
    libgmp-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18716 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4build1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4build1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4build1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4build1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4build1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Setting up pkgconf-bin (1.8.1-4build1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Setting up pkgconf:amd64 (1.8.1-4build1) ...
- Setting up pkg-config:amd64 (1.8.1-4build1) ...
- Processing triggers for libc-bin (2.42-0ubuntu3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bitwuzla-cxx.0.2.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> installed conf-gmp.5
-> installed conf-g++.1.0
-> installed conf-gcc.1.0
-> installed conf-git.1.1
-> installed conf-pkg-config.4
-> retrieved dune.3.20.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.20.2
[ERROR] The compilation of bitwuzla-cxx.0.2.0 failed at "dune build -p bitwuzla-cxx -j 255 @install".

#=== ERROR while compiling bitwuzla-cxx.0.2.0 =================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/bitwuzla/ocaml-bitwuzla/releases/download/0.2.0/bitwuzla-cxx-0.2.0.tbz)
# path                 ~/.opam/4.14/.opam-switch/build/bitwuzla-cxx.0.2.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p bitwuzla-cxx -j 255 @install
# exit-code            1
# env-file             ~/.opam/log/bitwuzla-cxx-7-d138b6.env
# output-file          ~/.opam/log/bitwuzla-cxx-7-d138b6.out
### output ###
# (cd _build/default/vendor && /usr/bin/patch -p1 --directory bitwuzla) < _build/default/vendor/patch/0001-api-Add-hook-for-ocaml-z-value.patch
# File include/bitwuzla/cpp/bitwuzla.h is read-only; trying to patch anyway
# patching file include/bitwuzla/cpp/bitwuzla.h
# Hunk #1 succeeded at 793 (offset 77 lines).
# File src/lib/bv/bitvector.h is read-only; trying to patch anyway
# patching file src/lib/bv/bitvector.h
# (cd _build/default/vendor && /usr/bin/patch -p1 --directory bitwuzla) < _build/default/vendor/patch/0002-ocaml-make-NodeManager-global-from-thread-local.patch
# File src/node/node_manager.cpp is read-only; trying to patch anyway
# patching file src/node/node_manager.cpp
# (cd _build/default/vendor && /usr/bin/patch -p1 --directory bitwuzla) < _build/default/vendor/patch/0003-Fix-compilation-with-older-GCC-version.patch
# File src/solver/bv/bv_prop_solver.cpp is read-only; trying to patch anyway
# patching file src/solver/bv/bv_prop_solver.cpp
# File "api/dune", line 35, characters 9-26:
# 35 |   (names build_enum_result)
#               ^^^^^^^^^^^^^^^^^
# (cd _build/default/api && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -std=c++17 -I/opt/homebrew/include -g -I /home/opam/.opam/4.14/lib/ocaml -I ../vendor/bitwuzla/include -o build_enum_result.o -c build_enum_result.cpp)
# In file included from build_enum_result.cpp:15:
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:146:24: error: expected ')' before 'format'
#   146 |   set_bv_format(uint8_t format);
#       |                ~       ^~~~~~~
#       |                        )
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:148:3: error: 'uint8_t' does not name a type
#   148 |   uint8_t format() const { return d_format; }
#       |   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:25:1: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
#    24 | #include <variant>
#   +++ |+#include <cstdint>
#    25 | #include <vector>
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: error: 'uint8_t' does not name a type
#   152 |   uint8_t d_format;
#       |   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: error: 'uint64_t' has not been declared
#   236 |   void set(Option option, uint64_t value);
#       |                           ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: error: 'uint64_t' does not name a type
#   283 |   uint64_t get(Option option) const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: error: 'uint64_t' does not name a type
#   322 |     uint64_t cur;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: error: 'uint64_t' does not name a type
#   324 |     uint64_t dflt;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: error: 'uint64_t' does not name a type
#   326 |     uint64_t min;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: error: 'uint64_t' does not name a type
#   328 |     uint64_t max;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: error: 'uint8_t' has not been declared
#   458 |   friend Term mk_bv_value(const Sort &, const std::string &, uint8_t);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: error: 'uint64_t' has not been declared
#   459 |   friend Term mk_bv_value_uint64(const Sort &, uint64_t);
#       |                                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: error: 'uint64_t' was not declared in this scope
#   476 |                       const std::vector<uint64_t> &);
#       |                                         ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 1 is invalid
#   476 |                       const std::vector<uint64_t> &);
#       |                                                 ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:500:3: error: 'uint64_t' does not name a type
#   500 |   uint64_t id() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:500:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: error: 'uint64_t' was not declared in this scope
#   549 |   std::vector<uint64_t> indices() const;
#       |               ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 1 is invalid
#   549 |   std::vector<uint64_t> indices() const;
#       |                       ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:698:19: error: 'uint8_t' has not been declared
#   698 |   std::string str(uint8_t base = 2) const;
#       |                   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:698:19: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: error: 'uint8_t' has not been declared
#   737 |   T value(uint8_t base = 2) const;
#       |           ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: error: 'bool bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   759 | bool Term::value(uint8_t base) const;
#       |      ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: error: 'uint8_t' was not declared in this scope
#   759 | bool Term::value(uint8_t base) const;
#       |                  ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   759 | bool Term::value(uint8_t base) const;
#       |      ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:31: error: expected ';' before 'const'
#   759 | bool Term::value(uint8_t base) const;
#       |                               ^~~~~~
#       |                               ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: error: 'bitwuzla::RoundingMode bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |              ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: error: 'uint8_t' was not declared in this scope
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |                          ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |              ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:39: error: expected ';' before 'const'
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |                                       ^~~~~~
#       |                                       ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: error: 'std::string bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   781 | std::string Term::value(uint8_t base) const;
#       |             ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: error: 'uint8_t' was not declared in this scope
#   781 | std::string Term::value(uint8_t base) const;
#       |                         ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   781 | std::string Term::value(uint8_t base) const;
#       |             ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:38: error: expected ';' before 'const'
#   781 | std::string Term::value(uint8_t base) const;
#       |                                      ^~~~~~
#       |                                      ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: error: 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   792 | std::tuple<std::string, std::string, std::string> Term::value(
#       |                                                   ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: error: 'uint8_t' was not declared in this scope
#   793 |     uint8_t base) const;
#       |     ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   792 | std::tuple<std::string, std::string, std::string> Term::value(
#       |                                                   ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:18: error: expected ';' before 'const'
#   793 |     uint8_t base) const;
#       |                  ^~~~~~
#       |                  ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: error: 'uint64_t' has not been declared
#   848 |   friend Sort mk_bv_sort(uint64_t);
#       |                          ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: error: 'uint64_t' has not been declared
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |                          ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: error: 'uint64_t' has not been declared
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |                                    ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: error: 'uint8_t' has not been declared
#   858 |   friend Term mk_bv_value(const Sort &, const std::string &, uint8_t);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: error: 'uint64_t' has not been declared
#   859 |   friend Term mk_bv_value_uint64(const Sort &, uint64_t);
#       |                                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: error: 'uint64_t' was not declared in this scope
#   874 |                       const std::vector<uint64_t> &);
#       |                                         ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 1 is invalid
#   874 |                       const std::vector<uint64_t> &);
#       |                                                 ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:894:3: error: 'uint64_t' does not name a type
#   894 |   uint64_t id() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:894:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: error: 'uint64_t' does not name a type
#   903 |   uint64_t bv_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: error: 'uint64_t' does not name a type
#   911 |   uint64_t fp_exp_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: error: 'uint64_t' does not name a type
#   919 |   uint64_t fp_sig_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: error: 'uint32_t' has not been declared
#  1110 |   void push(uint32_t nlevels);
#       |             ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: error: 'uint32_t' has not been declared
#  1119 |   void pop(uint32_t nlevels);
#       |            ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: error: 'uint64_t' does not name a type
#  1256 |   uint64_t d_n_sat_calls = 0;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'bitwuzla::Sort bitwuzla::mk_bv_sort' redeclared as different kind of entity
#  1307 | Sort mk_bv_sort(uint64_t size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:15: note: previous declaration 'bitwuzla::Sort bitwuzla::mk_bv_sort(int)'
#   848 |   friend Sort mk_bv_sort(uint64_t);
#       |               ^~~~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'uint64_t' was not declared in this scope
#  1307 | Sort mk_bv_sort(uint64_t size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'bitwuzla::Sort bitwuzla::mk_fp_sort' redeclared as different kind of entity
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:15: note: previous declaration 'bitwuzla::Sort bitwuzla::mk_fp_sort(int, int)'
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |               ^~~~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'uint64_t' was not declared in this scope
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: error: 'uint64_t' was not declared in this scope
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                                    ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: error: 'uint8_t' has not been declared
#  1448 | Term mk_bv_value(const Sort &sort, const std::string &value, uint8_t base = 2);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: error: 'uint64_t' has not been declared
#  1464 | Term mk_bv_value_uint64(const Sort &sort, uint64_t value);
#       |                                           ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: error: 'uint64_t' was not declared in this scope
#  1633 |              const std::vector<uint64_t> &indices = {});
#       |                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 1 is invalid
#  1633 |              const std::vector<uint64_t> &indices = {});
#       |                                        ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 2 is invalid
# File "api/dune", line 75, characters 9-24:
# 75 |   (names build_enum_kind)
#               ^^^^^^^^^^^^^^^
# (cd _build/default/api && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -std=c++17 -I/opt/homebrew/include -g -I /home/opam/.opam/4.14/lib/ocaml -I ../vendor/bitwuzla/include -o build_enum_kind.o -c build_enum_kind.cpp)
# In file included from build_enum_kind.cpp:15:
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:146:24: error: expected ')' before 'format'
#   146 |   set_bv_format(uint8_t format);
#       |                ~       ^~~~~~~
#       |                        )
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:148:3: error: 'uint8_t' does not name a type
#   148 |   uint8_t format() const { return d_format; }
#       |   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:25:1: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
#    24 | #include <variant>
#   +++ |+#include <cstdint>
#    25 | #include <vector>
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: error: 'uint8_t' does not name a type
#   152 |   uint8_t d_format;
#       |   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: error: 'uint64_t' has not been declared
#   236 |   void set(Option option, uint64_t value);
#       |                           ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: error: 'uint64_t' does not name a type
#   283 |   uint64_t get(Option option) const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: error: 'uint64_t' does not name a type
#   322 |     uint64_t cur;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: error: 'uint64_t' does not name a type
#   324 |     uint64_t dflt;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: error: 'uint64_t' does not name a type
#   326 |     uint64_t min;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: error: 'uint64_t' does not name a type
#   328 |     uint64_t max;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: error: 'uint8_t' has not been declared
#   458 |   friend Term mk_bv_value(const Sort &, const std::string &, uint8_t);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: error: 'uint64_t' has not been declared
#   459 |   friend Term mk_bv_value_uint64(const Sort &, uint64_t);
#       |                                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: error: 'uint64_t' was not declared in this scope
#   476 |                       const std::vector<uint64_t> &);
#       |                                         ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 1 is invalid
#   476 |                       const std::vector<uint64_t> &);
#       |                                                 ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:500:3: error: 'uint64_t' does not name a type
#   500 |   uint64_t id() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:500:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: error: 'uint64_t' was not declared in this scope
#   549 |   std::vector<uint64_t> indices() const;
#       |               ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 1 is invalid
#   549 |   std::vector<uint64_t> indices() const;
#       |                       ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:698:19: error: 'uint8_t' has not been declared
#   698 |   std::string str(uint8_t base = 2) const;
#       |                   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:698:19: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: error: 'uint8_t' has not been declared
#   737 |   T value(uint8_t base = 2) const;
#       |           ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: error: 'bool bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   759 | bool Term::value(uint8_t base) const;
#       |      ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: error: 'uint8_t' was not declared in this scope
#   759 | bool Term::value(uint8_t base) const;
#       |                  ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   759 | bool Term::value(uint8_t base) const;
#       |      ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:31: error: expected ';' before 'const'
#   759 | bool Term::value(uint8_t base) const;
#       |                               ^~~~~~
#       |                               ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: error: 'bitwuzla::RoundingMode bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |              ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: error: 'uint8_t' was not declared in this scope
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |                          ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |              ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:39: error: expected ';' before 'const'
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |                                       ^~~~~~
#       |                                       ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: error: 'std::string bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   781 | std::string Term::value(uint8_t base) const;
#       |             ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: error: 'uint8_t' was not declared in this scope
#   781 | std::string Term::value(uint8_t base) const;
#       |                         ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   781 | std::string Term::value(uint8_t base) const;
#       |             ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:38: error: expected ';' before 'const'
#   781 | std::string Term::value(uint8_t base) const;
#       |                                      ^~~~~~
#       |                                      ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: error: 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   792 | std::tuple<std::string, std::string, std::string> Term::value(
#       |                                                   ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: error: 'uint8_t' was not declared in this scope
#   793 |     uint8_t base) const;
#       |     ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   792 | std::tuple<std::string, std::string, std::string> Term::value(
#       |                                                   ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:18: error: expected ';' before 'const'
#   793 |     uint8_t base) const;
#       |                  ^~~~~~
#       |                  ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: error: 'uint64_t' has not been declared
#   848 |   friend Sort mk_bv_sort(uint64_t);
#       |                          ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: error: 'uint64_t' has not been declared
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |                          ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: error: 'uint64_t' has not been declared
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |                                    ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: error: 'uint8_t' has not been declared
#   858 |   friend Term mk_bv_value(const Sort &, const std::string &, uint8_t);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: error: 'uint64_t' has not been declared
#   859 |   friend Term mk_bv_value_uint64(const Sort &, uint64_t);
#       |                                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: error: 'uint64_t' was not declared in this scope
#   874 |                       const std::vector<uint64_t> &);
#       |                                         ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 1 is invalid
#   874 |                       const std::vector<uint64_t> &);
#       |                                                 ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:894:3: error: 'uint64_t' does not name a type
#   894 |   uint64_t id() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:894:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: error: 'uint64_t' does not name a type
#   903 |   uint64_t bv_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: error: 'uint64_t' does not name a type
#   911 |   uint64_t fp_exp_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: error: 'uint64_t' does not name a type
#   919 |   uint64_t fp_sig_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: error: 'uint32_t' has not been declared
#  1110 |   void push(uint32_t nlevels);
#       |             ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: error: 'uint32_t' has not been declared
#  1119 |   void pop(uint32_t nlevels);
#       |            ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: error: 'uint64_t' does not name a type
#  1256 |   uint64_t d_n_sat_calls = 0;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'bitwuzla::Sort bitwuzla::mk_bv_sort' redeclared as different kind of entity
#  1307 | Sort mk_bv_sort(uint64_t size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:15: note: previous declaration 'bitwuzla::Sort bitwuzla::mk_bv_sort(int)'
#   848 |   friend Sort mk_bv_sort(uint64_t);
#       |               ^~~~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'uint64_t' was not declared in this scope
#  1307 | Sort mk_bv_sort(uint64_t size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'bitwuzla::Sort bitwuzla::mk_fp_sort' redeclared as different kind of entity
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:15: note: previous declaration 'bitwuzla::Sort bitwuzla::mk_fp_sort(int, int)'
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |               ^~~~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'uint64_t' was not declared in this scope
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: error: 'uint64_t' was not declared in this scope
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                                    ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: error: 'uint8_t' has not been declared
#  1448 | Term mk_bv_value(const Sort &sort, const std::string &value, uint8_t base = 2);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: error: 'uint64_t' has not been declared
#  1464 | Term mk_bv_value_uint64(const Sort &sort, uint64_t value);
#       |                                           ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: error: 'uint64_t' was not declared in this scope
#  1633 |              const std::vector<uint64_t> &indices = {});
#       |                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 1 is invalid
#  1633 |              const std::vector<uint64_t> &indices = {});
#       |                                        ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 2 is invalid
# build_enum_kind.cpp: In function 'void build_enum_kind()':
# build_enum_kind.cpp:31:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
#    31 |     for (int j = 1; j < name.length(); j += 1)
#       |                     ~~^~~~~~~~~~~~~~~
# File "api/dune", line 55, characters 9-33:
# 55 |   (names build_enum_rounding_mode)
#               ^^^^^^^^^^^^^^^^^^^^^^^^
# (cd _build/default/api && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -std=c++17 -I/opt/homebrew/include -g -I /home/opam/.opam/4.14/lib/ocaml -I ../vendor/bitwuzla/include -o build_enum_rounding_mode.o -c build_enum_rounding_mode.cpp)
# In file included from build_enum_rounding_mode.cpp:15:
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:146:24: error: expected ')' before 'format'
#   146 |   set_bv_format(uint8_t format);
#       |                ~       ^~~~~~~
#       |                        )
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:148:3: error: 'uint8_t' does not name a type
#   148 |   uint8_t format() const { return d_format; }
#       |   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:25:1: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
#    24 | #include <variant>
#   +++ |+#include <cstdint>
#    25 | #include <vector>
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: error: 'uint8_t' does not name a type
#   152 |   uint8_t d_format;
#       |   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: error: 'uint64_t' has not been declared
#   236 |   void set(Option option, uint64_t value);
#       |                           ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: error: 'uint64_t' does not name a type
#   283 |   uint64_t get(Option option) const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: error: 'uint64_t' does not name a type
#   322 |     uint64_t cur;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: error: 'uint64_t' does not name a type
#   324 |     uint64_t dflt;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: error: 'uint64_t' does not name a type
#   326 |     uint64_t min;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: error: 'uint64_t' does not name a type
#   328 |     uint64_t max;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: error: 'uint8_t' has not been declared
#   458 |   friend Term mk_bv_value(const Sort &, const std::string &, uint8_t);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: error: 'uint64_t' has not been declared
#   459 |   friend Term mk_bv_value_uint64(const Sort &, uint64_t);
#       |                                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: error: 'uint64_t' was not declared in this scope
#   476 |                       const std::vector<uint64_t> &);
#       |                                         ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 1 is invalid
#   476 |                       const std::vector<uint64_t> &);
#       |                                                 ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:500:3: error: 'uint64_t' does not name a type
#   500 |   uint64_t id() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:500:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: error: 'uint64_t' was not declared in this scope
#   549 |   std::vector<uint64_t> indices() const;
#       |               ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 1 is invalid
#   549 |   std::vector<uint64_t> indices() const;
#       |                       ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:698:19: error: 'uint8_t' has not been declared
#   698 |   std::string str(uint8_t base = 2) const;
#       |                   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:698:19: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: error: 'uint8_t' has not been declared
#   737 |   T value(uint8_t base = 2) const;
#       |           ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: error: 'bool bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   759 | bool Term::value(uint8_t base) const;
#       |      ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: error: 'uint8_t' was not declared in this scope
#   759 | bool Term::value(uint8_t base) const;
#       |                  ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   759 | bool Term::value(uint8_t base) const;
#       |      ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:31: error: expected ';' before 'const'
#   759 | bool Term::value(uint8_t base) const;
#       |                               ^~~~~~
#       |                               ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: error: 'bitwuzla::RoundingMode bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |              ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: error: 'uint8_t' was not declared in this scope
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |                          ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |              ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:39: error: expected ';' before 'const'
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |                                       ^~~~~~
#       |                                       ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: error: 'std::string bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   781 | std::string Term::value(uint8_t base) const;
#       |             ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: error: 'uint8_t' was not declared in this scope
#   781 | std::string Term::value(uint8_t base) const;
#       |                         ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   781 | std::string Term::value(uint8_t base) const;
#       |             ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:38: error: expected ';' before 'const'
#   781 | std::string Term::value(uint8_t base) const;
#       |                                      ^~~~~~
#       |                                      ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: error: 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   792 | std::tuple<std::string, std::string, std::string> Term::value(
#       |                                                   ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: error: 'uint8_t' was not declared in this scope
#   793 |     uint8_t base) const;
#       |     ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   792 | std::tuple<std::string, std::string, std::string> Term::value(
#       |                                                   ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:18: error: expected ';' before 'const'
#   793 |     uint8_t base) const;
#       |                  ^~~~~~
#       |                  ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: error: 'uint64_t' has not been declared
#   848 |   friend Sort mk_bv_sort(uint64_t);
#       |                          ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: error: 'uint64_t' has not been declared
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |                          ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: error: 'uint64_t' has not been declared
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |                                    ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: error: 'uint8_t' has not been declared
#   858 |   friend Term mk_bv_value(const Sort &, const std::string &, uint8_t);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: error: 'uint64_t' has not been declared
#   859 |   friend Term mk_bv_value_uint64(const Sort &, uint64_t);
#       |                                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: error: 'uint64_t' was not declared in this scope
#   874 |                       const std::vector<uint64_t> &);
#       |                                         ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 1 is invalid
#   874 |                       const std::vector<uint64_t> &);
#       |                                                 ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:894:3: error: 'uint64_t' does not name a type
#   894 |   uint64_t id() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:894:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: error: 'uint64_t' does not name a type
#   903 |   uint64_t bv_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: error: 'uint64_t' does not name a type
#   911 |   uint64_t fp_exp_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: error: 'uint64_t' does not name a type
#   919 |   uint64_t fp_sig_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: error: 'uint32_t' has not been declared
#  1110 |   void push(uint32_t nlevels);
#       |             ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: error: 'uint32_t' has not been declared
#  1119 |   void pop(uint32_t nlevels);
#       |            ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: error: 'uint64_t' does not name a type
#  1256 |   uint64_t d_n_sat_calls = 0;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'bitwuzla::Sort bitwuzla::mk_bv_sort' redeclared as different kind of entity
#  1307 | Sort mk_bv_sort(uint64_t size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:15: note: previous declaration 'bitwuzla::Sort bitwuzla::mk_bv_sort(int)'
#   848 |   friend Sort mk_bv_sort(uint64_t);
#       |               ^~~~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'uint64_t' was not declared in this scope
#  1307 | Sort mk_bv_sort(uint64_t size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'bitwuzla::Sort bitwuzla::mk_fp_sort' redeclared as different kind of entity
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:15: note: previous declaration 'bitwuzla::Sort bitwuzla::mk_fp_sort(int, int)'
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |               ^~~~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'uint64_t' was not declared in this scope
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: error: 'uint64_t' was not declared in this scope
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                                    ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: error: 'uint8_t' has not been declared
#  1448 | Term mk_bv_value(const Sort &sort, const std::string &value, uint8_t base = 2);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: error: 'uint64_t' has not been declared
#  1464 | Term mk_bv_value_uint64(const Sort &sort, uint64_t value);
#       |                                           ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: error: 'uint64_t' was not declared in this scope
#  1633 |              const std::vector<uint64_t> &indices = {});
#       |                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 1 is invalid
#  1633 |              const std::vector<uint64_t> &indices = {});
#       |                                        ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 2 is invalid
# build_enum_rounding_mode.cpp: In function 'void build_enum_rounding_mode()':
# build_enum_rounding_mode.cpp:34:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
#    34 |     for (int j = 1; j < name.length(); j += 1)
#       |                     ~~^~~~~~~~~~~~~~~
# File "api/dune", line 15, characters 9-26:
# 15 |   (names build_enum_option)
#               ^^^^^^^^^^^^^^^^^
# (cd _build/default/api && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -std=c++17 -I/opt/homebrew/include -g -I /home/opam/.opam/4.14/lib/ocaml -I ../vendor/bitwuzla/include -o build_enum_option.o -c build_enum_option.cpp)
# In file included from build_enum_option.cpp:16:
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:146:24: error: expected ')' before 'format'
#   146 |   set_bv_format(uint8_t format);
#       |                ~       ^~~~~~~
#       |                        )
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:148:3: error: 'uint8_t' does not name a type
#   148 |   uint8_t format() const { return d_format; }
#       |   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:25:1: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
#    24 | #include <variant>
#   +++ |+#include <cstdint>
#    25 | #include <vector>
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: error: 'uint8_t' does not name a type
#   152 |   uint8_t d_format;
#       |   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: error: 'uint64_t' has not been declared
#   236 |   void set(Option option, uint64_t value);
#       |                           ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: error: 'uint64_t' does not name a type
#   283 |   uint64_t get(Option option) const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: error: 'uint64_t' does not name a type
#   322 |     uint64_t cur;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: error: 'uint64_t' does not name a type
#   324 |     uint64_t dflt;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: error: 'uint64_t' does not name a type
#   326 |     uint64_t min;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: error: 'uint64_t' does not name a type
#   328 |     uint64_t max;
#       |     ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: error: 'uint8_t' has not been declared
#   458 |   friend Term mk_bv_value(const Sort &, const std::string &, uint8_t);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: error: 'uint64_t' has not been declared
#   459 |   friend Term mk_bv_value_uint64(const Sort &, uint64_t);
#       |                                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: error: 'uint64_t' was not declared in this scope
#   476 |                       const std::vector<uint64_t> &);
#       |                                         ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 1 is invalid
#   476 |                       const std::vector<uint64_t> &);
#       |                                                 ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:500:3: error: 'uint64_t' does not name a type
#   500 |   uint64_t id() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:500:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: error: 'uint64_t' was not declared in this scope
#   549 |   std::vector<uint64_t> indices() const;
#       |               ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 1 is invalid
#   549 |   std::vector<uint64_t> indices() const;
#       |                       ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:698:19: error: 'uint8_t' has not been declared
#   698 |   std::string str(uint8_t base = 2) const;
#       |                   ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:698:19: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: error: 'uint8_t' has not been declared
#   737 |   T value(uint8_t base = 2) const;
#       |           ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: error: 'bool bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   759 | bool Term::value(uint8_t base) const;
#       |      ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: error: 'uint8_t' was not declared in this scope
#   759 | bool Term::value(uint8_t base) const;
#       |                  ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   759 | bool Term::value(uint8_t base) const;
#       |      ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:31: error: expected ';' before 'const'
#   759 | bool Term::value(uint8_t base) const;
#       |                               ^~~~~~
#       |                               ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: error: 'bitwuzla::RoundingMode bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |              ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: error: 'uint8_t' was not declared in this scope
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |                          ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |              ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:39: error: expected ';' before 'const'
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |                                       ^~~~~~
#       |                                       ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: error: 'std::string bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   781 | std::string Term::value(uint8_t base) const;
#       |             ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: error: 'uint8_t' was not declared in this scope
#   781 | std::string Term::value(uint8_t base) const;
#       |                         ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   781 | std::string Term::value(uint8_t base) const;
#       |             ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:38: error: expected ';' before 'const'
#   781 | std::string Term::value(uint8_t base) const;
#       |                                      ^~~~~~
#       |                                      ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: error: 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   792 | std::tuple<std::string, std::string, std::string> Term::value(
#       |                                                   ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: error: 'uint8_t' was not declared in this scope
#   793 |     uint8_t base) const;
#       |     ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   792 | std::tuple<std::string, std::string, std::string> Term::value(
#       |                                                   ^~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:18: error: expected ';' before 'const'
#   793 |     uint8_t base) const;
#       |                  ^~~~~~
#       |                  ;
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: error: 'uint64_t' has not been declared
#   848 |   friend Sort mk_bv_sort(uint64_t);
#       |                          ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: error: 'uint64_t' has not been declared
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |                          ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: error: 'uint64_t' has not been declared
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |                                    ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: error: 'uint8_t' has not been declared
#   858 |   friend Term mk_bv_value(const Sort &, const std::string &, uint8_t);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: error: 'uint64_t' has not been declared
#   859 |   friend Term mk_bv_value_uint64(const Sort &, uint64_t);
#       |                                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: error: 'uint64_t' was not declared in this scope
#   874 |                       const std::vector<uint64_t> &);
#       |                                         ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 1 is invalid
#   874 |                       const std::vector<uint64_t> &);
#       |                                                 ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 2 is invalid
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:894:3: error: 'uint64_t' does not name a type
#   894 |   uint64_t id() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:894:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: error: 'uint64_t' does not name a type
#   903 |   uint64_t bv_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: error: 'uint64_t' does not name a type
#   911 |   uint64_t fp_exp_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: error: 'uint64_t' does not name a type
#   919 |   uint64_t fp_sig_size() const;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: error: 'uint32_t' has not been declared
#  1110 |   void push(uint32_t nlevels);
#       |             ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: error: 'uint32_t' has not been declared
#  1119 |   void pop(uint32_t nlevels);
#       |            ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: error: 'uint64_t' does not name a type
#  1256 |   uint64_t d_n_sat_calls = 0;
#       |   ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'bitwuzla::Sort bitwuzla::mk_bv_sort' redeclared as different kind of entity
#  1307 | Sort mk_bv_sort(uint64_t size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:15: note: previous declaration 'bitwuzla::Sort bitwuzla::mk_bv_sort(int)'
#   848 |   friend Sort mk_bv_sort(uint64_t);
#       |               ^~~~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'uint64_t' was not declared in this scope
#  1307 | Sort mk_bv_sort(uint64_t size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'bitwuzla::Sort bitwuzla::mk_fp_sort' redeclared as different kind of entity
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:15: note: previous declaration 'bitwuzla::Sort bitwuzla::mk_fp_sort(int, int)'
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |               ^~~~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'uint64_t' was not declared in this scope
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                 ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: error: 'uint64_t' was not declared in this scope
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                                    ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: error: 'uint8_t' has not been declared
#  1448 | Term mk_bv_value(const Sort &sort, const std::string &value, uint8_t base = 2);
#       |                                                              ^~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: error: 'uint64_t' has not been declared
#  1464 | Term mk_bv_value_uint64(const Sort &sort, uint64_t value);
#       |                                           ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: error: 'uint64_t' was not declared in this scope
#  1633 |              const std::vector<uint64_t> &indices = {});
#       |                                ^~~~~~~~
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 1 is invalid
#  1633 |              const std::vector<uint64_t> &indices = {});
#       |                                        ^
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 2 is invalid
# build_enum_option.cpp: In function 'std::string lng_to_vn(std::string)':
# build_enum_option.cpp:24:8: error: 'replace' is not a member of 'std'
#    24 |   std::replace(vn.begin(), vn.end(), '-', '_');
#       |        ^~~~~~~
# build_enum_option.cpp: In function 'void build_enum_option()':
# build_enum_option.cpp:83:35: error: 'struct bitwuzla::OptionInfo::Numeric' has no member named 'dflt'
#    83 |         default_stream << numeric.dflt << std::endl;
#       |                                   ^~~~
# build_enum_option.cpp:84:59: error: 'struct bitwuzla::OptionInfo::Numeric' has no member named 'min'
#    84 |         min_stream << "  | " << name << " -> " << numeric.min << std::endl;
#       |                                                           ^~~
# build_enum_option.cpp:85:9: error: 'uint64_t' was not declared in this scope
#    85 |         uint64_t max = numeric.max;
#       |         ^~~~~~~~
# build_enum_option.cpp:17:1: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
#    16 | #include <bitwuzla/cpp/bitwuzla.h>
#   +++ |+#include <cstdint>
#    17 | 
# build_enum_option.cpp:86:13: error: 'max' was not declared in this scope; did you mean 'std::max'?
#    86 |         if (max > (LONG_MAX / 2)) max = (LONG_MAX / 2);
#       |             ^~~
#       |             std::max
# In file included from /usr/include/c++/15/string:53,
#                  from /usr/include/c++/15/bits/locale_classes.h:42,
#                  from /usr/include/c++/15/bits/ios_base.h:43,
#                  from /usr/include/c++/15/ios:46,
#                  from /usr/include/c++/15/bits/ostream.h:43,
#                  from /usr/include/c++/15/ostream:42,
#                  from /usr/include/c++/15/iostream:43,
#                  from build_enum_option.cpp:12:
# /usr/include/c++/15/bits/stl_algobase.h:304:5: note: 'std::max' declared here
#   304 |     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
#       |     ^~~
# build_enum_option.cpp:87:51: error: 'max' was not declared in this scope; did you mean 'std::max'?
#    87 |         max_stream << "  | " << name << " -> " << max << std::endl;
#       |                                                   ^~~
#       |                                                   std::max
# /usr/include/c++/15/bits/stl_algobase.h:304:5: note: 'std::max' declared here
#   304 |     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
#       |     ^~~
# build_enum_option.cpp:105:14: error: 'sort' is not a member of 'std'; did you mean 'qsort'?
#   105 |         std::sort(modes.begin(), modes.end());
#       |              ^~~~
#       |              qsort
# (cd _build/default/vendor/bitwuzla/src/lib && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -DNDEBUG -g -I /home/opam/.opam/4.14/lib/ocaml -I bitblast -I bv -I ls -I rng -I util -o aig_bitblaster.o -c bitblast/aig_bitblaster.cpp)
# In file included from ./bitblast/aig_bitblaster.h:14,
#                  from bitblast/aig_bitblaster.cpp:11:
# ./bitblast/aig/aig_manager.h:109:24: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
#   109 |   BitInterface<AigNode>();
#       |                        ^
# ./bitblast/aig/aig_manager.h:109:24: note: remove the '< >'
# ./bitblast/aig/aig_manager.h:110:3: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
#   110 |   ~BitInterface<AigNode>();
#       |   ^
# ./bitblast/aig/aig_manager.h:110:3: note: remove the '< >'
# (cd _build/default/vendor/cadical && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++11 -DNDEBUG -DNBUILD -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o decompose.o -c src/decompose.cpp)
# src/decompose.cpp: In member function 'bool CaDiCaL::Internal::decompose_round()':
# src/decompose.cpp:282:22: warning: array subscript 2 is above array bounds of 'int [2]' [-Warray-bounds=]
#   282 |         c->literals[l] = clause[l];
#       |         ~~~~~~~~~~~~~^
# In file included from src/internal.hpp:54,
#                  from src/decompose.cpp:1:
# src/clause.hpp:89:9: note: while referencing 'CaDiCaL::Clause::<unnamed union>::literals'
#    89 |     int literals[2];    // Of variadic 'size' (shrunken if strengthened).
#       |         ^~~~~~~~
# (cd _build/default/vendor/bitwuzla/src/lib && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -DNDEBUG -g -I /home/opam/.opam/4.14/lib/ocaml -I bitblast -I bv -I ls -I rng -I util -o aig_printer.o -c bitblast/aig/aig_printer.cpp)
# In file included from ./bitblast/aig/aig_printer.h:14,
#                  from bitblast/aig/aig_printer.cpp:11:
# ./bitblast/aig/aig_manager.h:109:24: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
#   109 |   BitInterface<AigNode>();
#       |                        ^
# ./bitblast/aig/aig_manager.h:109:24: note: remove the '< >'
# ./bitblast/aig/aig_manager.h:110:3: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
#   110 |   ~BitInterface<AigNode>();
#       |   ^
# ./bitblast/aig/aig_manager.h:110:3: note: remove the '< >'
# (cd _build/default/vendor/bitwuzla/src/lib && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -DNDEBUG -g -I /home/opam/.opam/4.14/lib/ocaml -I bitblast -I bv -I ls -I rng -I util -o aig_manager.o -c bitblast/aig/aig_manager.cpp)
# In file included from bitblast/aig/aig_manager.cpp:11:
# ./bitblast/aig/aig_manager.h:109:24: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
#   109 |   BitInterface<AigNode>();
#       |                        ^
# ./bitblast/aig/aig_manager.h:109:24: note: remove the '< >'
# ./bitblast/aig/aig_manager.h:110:3: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
#   110 |   ~BitInterface<AigNode>();
#       |   ^
# ./bitblast/aig/aig_manager.h:110:3: note: remove the '< >'
# (cd _build/default/vendor/bitwuzla/src/lib && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -DNDEBUG -g -I /home/opam/.opam/4.14/lib/ocaml -I bitblast -I bv -I ls -I rng -I util -o aig_cnf.o -c bitblast/aig/aig_cnf.cpp)
# In file included from ./bitblast/aig/aig_cnf.h:13,
#                  from bitblast/aig/aig_cnf.cpp:11:
# ./bitblast/aig/aig_manager.h:109:24: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
#   109 |   BitInterface<AigNode>();
#       |                        ^
# ./bitblast/aig/aig_manager.h:109:24: note: remove the '< >'
# ./bitblast/aig/aig_manager.h:110:3: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
#   110 |   ~BitInterface<AigNode>();
#       |   ^
# ./bitblast/aig/aig_manager.h:110:3: note: remove the '< >'
# (cd _build/default/vendor/cadical && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++11 -DNDEBUG -DNBUILD -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o solver.o -c src/solver.cpp)
# src/solver.cpp: In destructor 'CaDiCaL::Solver::~Solver()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:350:3: note: in expansion of macro 'TRACE'
#   350 |   TRACE ("reset");
#       |   ^~~~~
# src/solver.cpp: In member function 'int CaDiCaL::Solver::vars()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:398:3: note: in expansion of macro 'TRACE'
#   398 |   TRACE ("vars");
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::reserve(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:406:3: note: in expansion of macro 'TRACE'
#   406 |   TRACE ("reserve", min_max_var);
#       |   ^~~~~
# src/solver.cpp: In member function 'bool CaDiCaL::Solver::set(const char*, int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:453:3: note: in expansion of macro 'TRACE'
#   453 |   TRACE ("set", arg, val);
#       |   ^~~~~
# src/solver.cpp: In member function 'bool CaDiCaL::Solver::limit(const char*, int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:493:3: note: in expansion of macro 'TRACE'
#   493 |   TRACE ("limit", arg, val);
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::add(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:528:3: note: in expansion of macro 'TRACE'
#   528 |   TRACE ("add", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::constrain(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:540:3: note: in expansion of macro 'TRACE'
#   540 |   TRACE ("constrain", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::assume(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:552:3: note: in expansion of macro 'TRACE'
#   552 |   TRACE ("assume", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'int CaDiCaL::Solver::lookahead()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:564:3: note: in expansion of macro 'TRACE'
#   564 |   TRACE ("lookahead");
#       |   ^~~~~
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:561:3: note: in expansion of macro 'TRACE'
#   561 |   TRACE ("lookahead");
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::reset_assumptions()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:581:3: note: in expansion of macro 'TRACE'
#   581 |   TRACE ("reset_assumptions");
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::reset_constraint()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:589:3: note: in expansion of macro 'TRACE'
#   589 |   TRACE ("reset_constraint");
#       |   ^~~~~
# src/solver.cpp: In member function 'int CaDiCaL::Solver::solve()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:630:3: note: in expansion of macro 'TRACE'
#   630 |   TRACE ("solve");
#       |   ^~~~~
# src/solver.cpp: In member function 'int CaDiCaL::Solver::simplify(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:638:3: note: in expansion of macro 'TRACE'
#   638 |   TRACE ("simplify", rounds);
#       |   ^~~~~
# src/solver.cpp: In member function 'bool CaDiCaL::Solver::failed(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:663:3: note: in expansion of macro 'TRACE'
#   663 |   TRACE ("failed", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'bool CaDiCaL::Solver::constraint_failed()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:674:3: note: in expansion of macro 'TRACE'
#   674 |   TRACE ("constraint_failed");
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::phase(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:693:3: note: in expansion of macro 'TRACE'
#   693 |   TRACE ("phase", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::unphase(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:701:3: note: in expansion of macro 'TRACE'
#   701 |   TRACE ("unphase", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'int CaDiCaL::Solver::active() const':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:776:3: note: in expansion of macro 'TRACE'
#   776 |   TRACE ("active");
#       |   ^~~~~
# src/solver.cpp: In member function 'int64_t CaDiCaL::Solver::redundant() const':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:784:3: note: in expansion of macro 'TRACE'
#   784 |   TRACE ("redundant");
#       |   ^~~~~
# src/solver.cpp: In member function 'int64_t CaDiCaL::Solver::irredundant() const':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:792:3: note: in expansion of macro 'TRACE'
#   792 |   TRACE ("irredundant");
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::freeze(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:802:3: note: in expansion of macro 'TRACE'
#   802 |   TRACE ("freeze", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::statistics()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:947:3: note: in expansion of macro 'TRACE'
#   947 |   TRACE ("stats");
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::resources()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:955:3: note: in expansion of macro 'TRACE'
#   955 |   TRACE ("resources");
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::dump_cnf()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:1059:3: note: in expansion of macro 'TRACE'
#  1059 |   TRACE ("dump");
#       |   ^~~~~
# src/solver.cpp: In constructor 'CaDiCaL::Solver::Solver()':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:339:3: note: in expansion of macro 'TRACE'
#   339 |   TRACE ("init");
#       |   ^~~~~
# src/solver.cpp: In member function 'void CaDiCaL::Solver::melt(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:810:3: note: in expansion of macro 'TRACE'
#   810 |   TRACE ("melt", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'bool CaDiCaL::Solver::frozen(int) const':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:820:3: note: in expansion of macro 'TRACE'
#   820 |   TRACE ("frozen", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'int CaDiCaL::Solver::fixed(int) const':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:684:3: note: in expansion of macro 'TRACE'
#   684 |   TRACE ("fixed", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'int CaDiCaL::Solver::val(int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:651:3: note: in expansion of macro 'TRACE'
#   651 |   TRACE ("val", lit);
#       |   ^~~~~
# src/solver.cpp: In member function 'CaDiCaL::Solver::CubesWithStatus CaDiCaL::Solver::generate_cubes(int, int)':
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:572:3: note: in expansion of macro 'TRACE'
#   572 |   TRACE ("lookahead_cubes");
#       |   ^~~~~
# src/solver.cpp:261:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
#   261 |   if ((this == 0)) break; \
#       |   ^~
# src/solver.cpp:569:3: note: in expansion of macro 'TRACE'
#   569 |   TRACE ("lookahead_cubes");
#       |   ^~~~~
# File "vendor/dune", line 42, characters 11-19:
# 42 |     (names bitwuzla)
#                 ^^^^^^^^
# (cd _build/default/vendor/bitwuzla/src/api/cpp && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I../.. -I../../lib -I../../../include -DNDEBUG -g -I /home/opam/.opam/4.14/lib/ocaml -o bitwuzla.o -c bitwuzla.cpp)
# In file included from bitwuzla.cpp:11:
# ../../../include/bitwuzla/cpp/bitwuzla.h:146:24: error: expected ')' before 'format'
#   146 |   set_bv_format(uint8_t format);
#       |                ~       ^~~~~~~
#       |                        )
# ../../../include/bitwuzla/cpp/bitwuzla.h:148:3: error: 'uint8_t' does not name a type
#   148 |   uint8_t format() const { return d_format; }
#       |   ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:25:1: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
#    24 | #include <variant>
#   +++ |+#include <cstdint>
#    25 | #include <vector>
# ../../../include/bitwuzla/cpp/bitwuzla.h:152:3: error: 'uint8_t' does not name a type
#   152 |   uint8_t d_format;
#       |   ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:152:3: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:236:27: error: 'uint64_t' has not been declared
#   236 |   void set(Option option, uint64_t value);
#       |                           ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:236:27: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:283:3: error: 'uint64_t' does not name a type
#   283 |   uint64_t get(Option option) const;
#       |   ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:283:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:322:5: error: 'uint64_t' does not name a type
#   322 |     uint64_t cur;
#       |     ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:322:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:324:5: error: 'uint64_t' does not name a type
#   324 |     uint64_t dflt;
#       |     ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:324:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:326:5: error: 'uint64_t' does not name a type
#   326 |     uint64_t min;
#       |     ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:326:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:328:5: error: 'uint64_t' does not name a type
#   328 |     uint64_t max;
#       |     ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:328:5: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:458:62: error: 'uint8_t' has not been declared
#   458 |   friend Term mk_bv_value(const Sort &, const std::string &, uint8_t);
#       |                                                              ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:458:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:459:48: error: 'uint64_t' has not been declared
#   459 |   friend Term mk_bv_value_uint64(const Sort &, uint64_t);
#       |                                                ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:459:48: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:476:41: error: 'uint64_t' was not declared in this scope
#   476 |                       const std::vector<uint64_t> &);
#       |                                         ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:476:41: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 1 is invalid
#   476 |                       const std::vector<uint64_t> &);
#       |                                                 ^
# ../../../include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 2 is invalid
# ../../../include/bitwuzla/cpp/bitwuzla.h:500:3: error: 'uint64_t' does not name a type
#   500 |   uint64_t id() const;
#       |   ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:500:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:549:15: error: 'uint64_t' was not declared in this scope
#   549 |   std::vector<uint64_t> indices() const;
#       |               ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:549:15: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 1 is invalid
#   549 |   std::vector<uint64_t> indices() const;
#       |                       ^
# ../../../include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 2 is invalid
# ../../../include/bitwuzla/cpp/bitwuzla.h:698:19: error: 'uint8_t' has not been declared
#   698 |   std::string str(uint8_t base = 2) const;
#       |                   ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:698:19: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:737:11: error: 'uint8_t' has not been declared
#   737 |   T value(uint8_t base = 2) const;
#       |           ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:737:11: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:759:6: error: 'bool bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   759 | bool Term::value(uint8_t base) const;
#       |      ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:759:18: error: 'uint8_t' was not declared in this scope
#   759 | bool Term::value(uint8_t base) const;
#       |                  ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:759:18: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:759:6: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   759 | bool Term::value(uint8_t base) const;
#       |      ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:759:31: error: expected ';' before 'const'
#   759 | bool Term::value(uint8_t base) const;
#       |                               ^~~~~~
#       |                               ;
# ../../../include/bitwuzla/cpp/bitwuzla.h:767:14: error: 'bitwuzla::RoundingMode bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |              ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:767:26: error: 'uint8_t' was not declared in this scope
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |                          ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:767:26: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:767:14: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |              ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:767:39: error: expected ';' before 'const'
#   767 | RoundingMode Term::value(uint8_t base) const;
#       |                                       ^~~~~~
#       |                                       ;
# ../../../include/bitwuzla/cpp/bitwuzla.h:781:13: error: 'std::string bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   781 | std::string Term::value(uint8_t base) const;
#       |             ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:781:25: error: 'uint8_t' was not declared in this scope
#   781 | std::string Term::value(uint8_t base) const;
#       |                         ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:781:25: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:781:13: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   781 | std::string Term::value(uint8_t base) const;
#       |             ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:781:38: error: expected ';' before 'const'
#   781 | std::string Term::value(uint8_t base) const;
#       |                                      ^~~~~~
#       |                                      ;
# ../../../include/bitwuzla/cpp/bitwuzla.h:792:51: error: 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
#   792 | std::tuple<std::string, std::string, std::string> Term::value(
#       |                                                   ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:793:5: error: 'uint8_t' was not declared in this scope
#   793 |     uint8_t base) const;
#       |     ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:793:5: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:792:51: warning: too many template headers for 'bitwuzla::Term::value' (should be 0)
#   792 | std::tuple<std::string, std::string, std::string> Term::value(
#       |                                                   ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:793:18: error: expected ';' before 'const'
#   793 |     uint8_t base) const;
#       |                  ^~~~~~
#       |                  ;
# ../../../include/bitwuzla/cpp/bitwuzla.h:848:26: error: 'uint64_t' has not been declared
#   848 |   friend Sort mk_bv_sort(uint64_t);
#       |                          ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:848:26: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:849:26: error: 'uint64_t' has not been declared
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |                          ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:849:26: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:849:36: error: 'uint64_t' has not been declared
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |                                    ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:849:36: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:858:62: error: 'uint8_t' has not been declared
#   858 |   friend Term mk_bv_value(const Sort &, const std::string &, uint8_t);
#       |                                                              ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:858:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:859:48: error: 'uint64_t' has not been declared
#   859 |   friend Term mk_bv_value_uint64(const Sort &, uint64_t);
#       |                                                ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:859:48: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:874:41: error: 'uint64_t' was not declared in this scope
#   874 |                       const std::vector<uint64_t> &);
#       |                                         ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:874:41: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 1 is invalid
#   874 |                       const std::vector<uint64_t> &);
#       |                                                 ^
# ../../../include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 2 is invalid
# ../../../include/bitwuzla/cpp/bitwuzla.h:894:3: error: 'uint64_t' does not name a type
#   894 |   uint64_t id() const;
#       |   ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:894:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:903:3: error: 'uint64_t' does not name a type
#   903 |   uint64_t bv_size() const;
#       |   ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:903:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:911:3: error: 'uint64_t' does not name a type
#   911 |   uint64_t fp_exp_size() const;
#       |   ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:911:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:919:3: error: 'uint64_t' does not name a type
#   919 |   uint64_t fp_sig_size() const;
#       |   ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:919:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:1110:13: error: 'uint32_t' has not been declared
#  1110 |   void push(uint32_t nlevels);
#       |             ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1110:13: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:1119:12: error: 'uint32_t' has not been declared
#  1119 |   void pop(uint32_t nlevels);
#       |            ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1119:12: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:1256:3: error: 'uint64_t' does not name a type
#  1256 |   uint64_t d_n_sat_calls = 0;
#       |   ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1256:3: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'bitwuzla::Sort bitwuzla::mk_bv_sort' redeclared as different kind of entity
#  1307 | Sort mk_bv_sort(uint64_t size);
#       |                 ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:848:15: note: previous declaration 'bitwuzla::Sort bitwuzla::mk_bv_sort(int)'
#   848 |   friend Sort mk_bv_sort(uint64_t);
#       |               ^~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'uint64_t' was not declared in this scope
#  1307 | Sort mk_bv_sort(uint64_t size);
#       |                 ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1307:17: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'bitwuzla::Sort bitwuzla::mk_fp_sort' redeclared as different kind of entity
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                 ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:849:15: note: previous declaration 'bitwuzla::Sort bitwuzla::mk_fp_sort(int, int)'
#   849 |   friend Sort mk_fp_sort(uint64_t, uint64_t);
#       |               ^~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'uint64_t' was not declared in this scope
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                 ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1320:17: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:1320:36: error: 'uint64_t' was not declared in this scope
#  1320 | Sort mk_fp_sort(uint64_t exp_size, uint64_t sig_size);
#       |                                    ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1320:36: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:1448:62: error: 'uint8_t' has not been declared
#  1448 | Term mk_bv_value(const Sort &sort, const std::string &value, uint8_t base = 2);
#       |                                                              ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1448:62: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:1464:43: error: 'uint64_t' has not been declared
#  1464 | Term mk_bv_value_uint64(const Sort &sort, uint64_t value);
#       |                                           ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1464:43: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:1633:32: error: 'uint64_t' was not declared in this scope
#  1633 |              const std::vector<uint64_t> &indices = {});
#       |                                ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1633:32: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
# ../../../include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 1 is invalid
#  1633 |              const std::vector<uint64_t> &indices = {});
#       |                                        ^
# ../../../include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 2 is invalid
# In file included from ../../lib/bitblast/aig/aig_cnf.h:13,
#                  from ../../solver/bv/bv_bitblast_solver.h:18,
#                  from ../../solver/bv/bv_solver.h:15,
#                  from ../../solver/solver_engine.h:21,
#                  from ../../solving_context.h:23,
#                  from bitwuzla.cpp:28:
# ../../lib/bitblast/aig/aig_manager.h:109:24: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
#   109 |   BitInterface<AigNode>();
#       |                        ^
# ../../lib/bitblast/aig/aig_manager.h:109:24: note: remove the '< >'
# ../../lib/bitblast/aig/aig_manager.h:110:3: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
#   110 |   ~BitInterface<AigNode>();
#       |   ^
# ../../lib/bitblast/aig/aig_manager.h:110:3: note: remove the '< >'
# bitwuzla.cpp:343:1: error: no declaration matches 'bitwuzla::set_bv_format::set_bv_format(uint8_t)'
#   343 | set_bv_format::set_bv_format(uint8_t format) : d_format(format)
#       | ^~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:139:8: note: candidates are: 'constexpr bitwuzla::set_bv_format::set_bv_format(bitwuzla::set_bv_format&&)'
#   139 | struct set_bv_format
#       |        ^~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:139:8: note:                 'constexpr bitwuzla::set_bv_format::set_bv_format(const bitwuzla::set_bv_format&)'
# ../../../include/bitwuzla/cpp/bitwuzla.h:139:8: note:                 'constexpr bitwuzla::set_bv_format::set_bv_format()'
# ../../../include/bitwuzla/cpp/bitwuzla.h:139:8: note: 'struct bitwuzla::set_bv_format' defined here
# bitwuzla.cpp: In function 'std::ostream& bitwuzla::operator<<(std::ostream&, const set_bv_format&)':
# bitwuzla.cpp:352:62: error: 'const struct bitwuzla::set_bv_format' has no member named 'format'
#   352 |   ostream.iword(bzla::Printer::s_stream_index_bv_format) = f.format();
#       |                                                              ^~~~~~
# bitwuzla.cpp: At global scope:
# bitwuzla.cpp:431:1: error: no declaration matches 'void bitwuzla::Options::set(bitwuzla::Option, uint64_t)'
#   431 | Options::set(Option option, uint64_t value)
#       | ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:275:8: note: candidates are: 'void bitwuzla::Options::set(const std::vector<std::__cxx11::basic_string<char> >&)'
#   275 |   void set(const std::vector<std::string> &args);
#       |        ^~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:257:8: note:                 'void bitwuzla::Options::set(const std::string&, const std::string&)'
#   257 |   void set(const std::string &lng, const std::string &value);
#       |        ^~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:250:8: note:                 'void bitwuzla::Options::set(bitwuzla::Option, const char*)'
#   250 |   void set(Option option, const char *mode);
#       |        ^~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:243:8: note:                 'void bitwuzla::Options::set(bitwuzla::Option, const std::string&)'
#   243 |   void set(Option option, const std::string &mode);
#       |        ^~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:236:8: note:                 'void bitwuzla::Options::set(bitwuzla::Option, int)'
#   236 |   void set(Option option, uint64_t value);
#       |        ^~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:178:7: note: 'class bitwuzla::Options' defined here
#   178 | class Options
#       |       ^~~~~~~
# bitwuzla.cpp:636:1: error: no declaration matches 'uint64_t bitwuzla::Options::get(bitwuzla::Option) const'
#   636 | Options::get(Option option) const
#       | ^~~~~~~
# bitwuzla.cpp:636:1: note: no functions named 'uint64_t bitwuzla::Options::get(bitwuzla::Option) const'
# ../../../include/bitwuzla/cpp/bitwuzla.h:178:7: note: 'class bitwuzla::Options' defined here
#   178 | class Options
#       |       ^~~~~~~
# bitwuzla.cpp: In constructor 'bitwuzla::OptionInfo::OptionInfo(const bitwuzla::Options&, bitwuzla::Option)':
# bitwuzla.cpp:682:61: error: too many initializers for 'bitwuzla::OptionInfo::Numeric'
#   682 |                        options.d_options->max<uint64_t>(opt)};
#       |                                                             ^
# bitwuzla.cpp: At global scope:
# bitwuzla.cpp:736:1: error: no declaration matches 'uint64_t bitwuzla::Term::id() const'
#   736 | Term::id() const
#       | ^~~~
# bitwuzla.cpp:736:1: note: no functions named 'uint64_t bitwuzla::Term::id() const'
# ../../../include/bitwuzla/cpp/bitwuzla.h:444:7: note: 'class bitwuzla::Term' defined here
#   444 | class Term
#       |       ^~~~
# bitwuzla.cpp:792:1: error: no declaration matches 'std::vector<long unsigned int> bitwuzla::Term::indices() const'
#   792 | Term::indices() const
#       | ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:549:25: note: candidate is: 'int bitwuzla::Term::indices() const'
#   549 |   std::vector<uint64_t> indices() const;
#       |                         ^~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:444:7: note: 'class bitwuzla::Term' defined here
#   444 | class Term
#       |       ^~~~
# bitwuzla.cpp:973:1: error: no declaration matches 'std::string bitwuzla::Term::str(uint8_t) const'
#   973 | Term::str(uint8_t base) const
#       | ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:698:15: note: candidate is: 'std::string bitwuzla::Term::str(int) const'
#   698 |   std::string str(uint8_t base = 2) const;
#       |               ^~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:444:7: note: 'class bitwuzla::Term' defined here
#   444 | class Term
#       |       ^~~~
# bitwuzla.cpp:985:1: error: template-id 'value<>' for 'bool bitwuzla::Term::value(uint8_t) const' does not match any template declaration
#   985 | Term::value(uint8_t base) const
#       | ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:737:5: note: candidate is: 'template<class T> T bitwuzla::Term::value(int) const'
#   737 |   T value(uint8_t base = 2) const;
#       |     ^~~~~
# bitwuzla.cpp:995:1: error: template-id 'value<>' for 'bitwuzla::RoundingMode bitwuzla::Term::value(uint8_t) const' does not match any template declaration
#   995 | Term::value(uint8_t base) const
#       | ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:737:5: note: candidate is: 'template<class T> T bitwuzla::Term::value(int) const'
#   737 |   T value(uint8_t base = 2) const;
#       |     ^~~~~
# bitwuzla.cpp:1006:1: error: template-id 'value<>' for 'std::string bitwuzla::Term::value(uint8_t) const' does not match any template declaration
#  1006 | Term::value(uint8_t base) const
#       | ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:737:5: note: candidate is: 'template<class T> T bitwuzla::Term::value(int) const'
#   737 |   T value(uint8_t base = 2) const;
#       |     ^~~~~
# bitwuzla.cpp:1040:1: error: template-id 'value<>' for 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value(uint8_t) const' does not match any template declaration
#  1040 | Term::value(uint8_t base) const
#       | ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:737:5: note: candidate is: 'template<class T> T bitwuzla::Term::value(int) const'
#   737 |   T value(uint8_t base = 2) const;
#       |     ^~~~~
# bitwuzla.cpp:1108:1: error: no declaration matches 'uint64_t bitwuzla::Sort::id() const'
#  1108 | Sort::id() const
#       | ^~~~
# bitwuzla.cpp:1108:1: note: no functions named 'uint64_t bitwuzla::Sort::id() const'
# ../../../include/bitwuzla/cpp/bitwuzla.h:838:7: note: 'class bitwuzla::Sort' defined here
#   838 | class Sort
#       |       ^~~~
# bitwuzla.cpp:1115:1: error: no declaration matches 'uint64_t bitwuzla::Sort::bv_size() const'
#  1115 | Sort::bv_size() const
#       | ^~~~
# bitwuzla.cpp:1115:1: note: no functions named 'uint64_t bitwuzla::Sort::bv_size() const'
# ../../../include/bitwuzla/cpp/bitwuzla.h:838:7: note: 'class bitwuzla::Sort' defined here
#   838 | class Sort
#       |       ^~~~
# bitwuzla.cpp:1123:1: error: no declaration matches 'uint64_t bitwuzla::Sort::fp_exp_size() const'
#  1123 | Sort::fp_exp_size() const
#       | ^~~~
# bitwuzla.cpp:1123:1: note: no functions named 'uint64_t bitwuzla::Sort::fp_exp_size() const'
# ../../../include/bitwuzla/cpp/bitwuzla.h:838:7: note: 'class bitwuzla::Sort' defined here
#   838 | class Sort
#       |       ^~~~
# bitwuzla.cpp:1131:1: error: no declaration matches 'uint64_t bitwuzla::Sort::fp_sig_size() const'
#  1131 | Sort::fp_sig_size() const
#       | ^~~~
# bitwuzla.cpp:1131:1: note: no functions named 'uint64_t bitwuzla::Sort::fp_sig_size() const'
# ../../../include/bitwuzla/cpp/bitwuzla.h:838:7: note: 'class bitwuzla::Sort' defined here
#   838 | class Sort
#       |       ^~~~
# bitwuzla.cpp: In constructor 'bitwuzla::Bitwuzla::Bitwuzla(const bitwuzla::Options&)':
# bitwuzla.cpp:1329:7: error: class 'bitwuzla::Bitwuzla' does not have any field named 'd_n_sat_calls'
#  1329 |       d_n_sat_calls(0)
#       |       ^~~~~~~~~~~~~
# bitwuzla.cpp: At global scope:
# bitwuzla.cpp:1355:1: error: no declaration matches 'void bitwuzla::Bitwuzla::push(uint32_t)'
#  1355 | Bitwuzla::push(uint32_t nlevels)
#       | ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1110:8: note: candidate is: 'void bitwuzla::Bitwuzla::push(int)'
#  1110 |   void push(uint32_t nlevels);
#       |        ^~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1076:7: note: 'class bitwuzla::Bitwuzla' defined here
#  1076 | class Bitwuzla
#       |       ^~~~~~~~
# bitwuzla.cpp:1366:1: error: no declaration matches 'void bitwuzla::Bitwuzla::pop(uint32_t)'
#  1366 | Bitwuzla::pop(uint32_t nlevels)
#       | ^~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1119:8: note: candidate is: 'void bitwuzla::Bitwuzla::pop(int)'
#  1119 |   void pop(uint32_t nlevels);
#       |        ^~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1076:7: note: 'class bitwuzla::Bitwuzla' defined here
#  1076 | class Bitwuzla
#       |       ^~~~~~~~
# bitwuzla.cpp: In member function 'bitwuzla::Result bitwuzla::Bitwuzla::check_sat(const std::vector<bitwuzla::Term>&)':
# bitwuzla.cpp:1478:3: error: 'd_n_sat_calls' was not declared in this scope
#  1478 |   d_n_sat_calls += 1;
#       |   ^~~~~~~~~~~~~
# bitwuzla.cpp: In function 'bitwuzla::Sort bitwuzla::mk_bv_sort(uint64_t)':
# bitwuzla.cpp:1561:45: error: 'bitwuzla::Sort::Sort(const bzla::Type&)' is private within this context
#  1561 |   return bzla::NodeManager::get().mk_bv_type(size);
#       |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1021:3: note: declared private here
#  1021 |   Sort(const bzla::Type &type);
#       |   ^~~~
# bitwuzla.cpp: In function 'bitwuzla::Sort bitwuzla::mk_fp_sort(uint64_t, uint64_t)':
# bitwuzla.cpp:1569:45: error: 'bitwuzla::Sort::Sort(const bzla::Type&)' is private within this context
#  1569 |   return bzla::NodeManager::get().mk_fp_type(exp_size, sig_size);
#       |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1021:3: note: declared private here
#  1021 |   Sort(const bzla::Type &type);
#       |   ^~~~
# In file included from bitwuzla.cpp:15:
# bitwuzla.cpp: In function 'bitwuzla::Term bitwuzla::mk_bv_value(const Sort&, const std::string&, uint8_t)':
# ../../api/checks.h:183:24: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
#   183 |   BITWUZLA_CHECK((arg).d_type != nullptr) << "expected non-null sort";
#       |                        ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:183:3: note: in expansion of macro 'BITWUZLA_CHECK'
#   183 |   BITWUZLA_CHECK((arg).d_type != nullptr) << "expected non-null sort";
#       |   ^~~~~~~~~~~~~~
# bitwuzla.cpp:1655:3: note: in expansion of macro 'BITWUZLA_CHECK_SORT_NOT_NULL'
#  1655 |   BITWUZLA_CHECK_SORT_NOT_NULL(sort);
#       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1023:31: note: declared private here
#  1023 |   std::shared_ptr<bzla::Type> d_type;
#       |                               ^~~~~~
# ../../api/checks.h:190:24: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
#   190 |   BITWUZLA_CHECK((arg).d_type && (arg).d_type->is_bv()) \
#       |                        ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:190:3: note: in expansion of macro 'BITWUZLA_CHECK'
#   190 |   BITWUZLA_CHECK((arg).d_type && (arg).d_type->is_bv()) \
#       |   ^~~~~~~~~~~~~~
# bitwuzla.cpp:1656:3: note: in expansion of macro 'BITWUZLA_CHECK_SORT_IS_BV'
#  1656 |   BITWUZLA_CHECK_SORT_IS_BV(sort);
#       |   ^~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1023:31: note: declared private here
#  1023 |   std::shared_ptr<bzla::Type> d_type;
#       |                               ^~~~~~
# ../../api/checks.h:190:40: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
#   190 |   BITWUZLA_CHECK((arg).d_type && (arg).d_type->is_bv()) \
#       |                                        ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:190:3: note: in expansion of macro 'BITWUZLA_CHECK'
#   190 |   BITWUZLA_CHECK((arg).d_type && (arg).d_type->is_bv()) \
#       |   ^~~~~~~~~~~~~~
# bitwuzla.cpp:1656:3: note: in expansion of macro 'BITWUZLA_CHECK_SORT_IS_BV'
#  1656 |   BITWUZLA_CHECK_SORT_IS_BV(sort);
#       |   ^~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1023:31: note: declared private here
#  1023 |   std::shared_ptr<bzla::Type> d_type;
#       |                               ^~~~~~
# bitwuzla.cpp:1664:42: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
#  1664 |       bzla::BitVector::fits_in_size(sort.d_type->bv_size(), value, base))
#       |                                          ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# bitwuzla.cpp:1663:3: note: in expansion of macro 'BITWUZLA_CHECK'
#  1663 |   BITWUZLA_CHECK(
#       |   ^~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1023:31: note: declared private here
#  1023 |   std::shared_ptr<bzla::Type> d_type;
#       |                               ^~~~~~
# bitwuzla.cpp:1666:15: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
#  1666 |       << sort.d_type->bv_size() << "'";
#       |               ^~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1023:31: note: declared private here
#  1023 |   std::shared_ptr<bzla::Type> d_type;
#       |                               ^~~~~~
# bitwuzla.cpp:1668:28: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
#  1668 |       bzla::BitVector(sort.d_type->bv_size(), value, base));
#       |                            ^~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:1023:31: note: declared private here
#  1023 |   std::shared_ptr<bzla::Type> d_type;
#       |                               ^~~~~~
# bitwuzla.cpp:1667:43: error: 'bitwuzla::Term::Term(const bzla::Node&)' is private within this context
#  1667 |   return bzla::NodeManager::get().mk_value(
#       |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
#  1668 |       bzla::BitVector(sort.d_type->bv_size(), value, base));
#       |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:747:3: note: declared private here
#   747 |   Term(const bzla::Node &node);
#       |   ^~~~
# bitwuzla.cpp: In function 'bitwuzla::Term bitwuzla::mk_bv_value_uint64(const Sort&, uint64_t)':
# ../../api/checks.h:183:24: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
#   183 |   BITWUZLA_CHECK((arg).d_type != nullptr) << "expected non-null sort";
#       |                        ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ...TRUNCATED BY DUNE...
#       |                                              ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:63:3: note: in expansion of macro 'BITWUZLA_CHECK'
#    63 |   BITWUZLA_CHECK((arg) != nullptr) << "expected non-null object at index " << i;
#       |   ^~~~~~~~~~~~~~
# ../../api/checks.h:226:7: note: in expansion of macro 'BITWUZLA_CHECK_NOT_NULL_AT_IDX'
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# bitwuzla.cpp:2139:7: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2139 |       BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:229:9: note: in expansion of macro 'BITWUZLA_CHECK'
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |         ^~~~~~~~~~~~~~
# bitwuzla.cpp:2139:7: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2139 |       BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                  ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2139:7: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2139 |       BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2139:7: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2139 |       BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# bitwuzla.cpp:2143:35: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#  2143 |                        >= args[0].d_node->type().bv_size())
#       |                                   ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# bitwuzla.cpp:2142:9: note: in expansion of macro 'BITWUZLA_CHECK'
#  2142 |         BITWUZLA_CHECK(((uint64_t) (UINT64_MAX / indices[0]))
#       |         ^~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# bitwuzla.cpp:2151:48: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#  2151 |                        <= UINT64_MAX - args[0].d_node->type().bv_size())
#       |                                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# bitwuzla.cpp:2150:9: note: in expansion of macro 'BITWUZLA_CHECK'
#  2150 |         BITWUZLA_CHECK(indices[0]
#       |         ^~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# bitwuzla.cpp:2153:24: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#  2153 |             << args[0].d_node->type().bv_size() << " with " << indices[0]
#       |                        ^~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:226:46: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |                                              ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:63:3: note: in expansion of macro 'BITWUZLA_CHECK'
#    63 |   BITWUZLA_CHECK((arg) != nullptr) << "expected non-null object at index " << i;
#       |   ^~~~~~~~~~~~~~
# ../../api/checks.h:226:7: note: in expansion of macro 'BITWUZLA_CHECK_NOT_NULL_AT_IDX'
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# bitwuzla.cpp:2165:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2165 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:229:9: note: in expansion of macro 'BITWUZLA_CHECK'
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |         ^~~~~~~~~~~~~~
# bitwuzla.cpp:2165:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2165 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                  ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2165:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2165 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2165:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2165 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# bitwuzla.cpp:2166:47: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#  2166 |           BITWUZLA_CHECK(indices[0] < args[0].d_node->type().bv_size())
#       |                                               ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# bitwuzla.cpp:2166:11: note: in expansion of macro 'BITWUZLA_CHECK'
#  2166 |           BITWUZLA_CHECK(indices[0] < args[0].d_node->type().bv_size())
#       |           ^~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:226:46: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |                                              ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:63:3: note: in expansion of macro 'BITWUZLA_CHECK'
#    63 |   BITWUZLA_CHECK((arg) != nullptr) << "expected non-null object at index " << i;
#       |   ^~~~~~~~~~~~~~
# ../../api/checks.h:226:7: note: in expansion of macro 'BITWUZLA_CHECK_NOT_NULL_AT_IDX'
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# bitwuzla.cpp:2173:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2173 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:229:9: note: in expansion of macro 'BITWUZLA_CHECK'
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |         ^~~~~~~~~~~~~~
# bitwuzla.cpp:2173:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2173 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                  ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2173:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2173 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2173:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2173 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 0, is_bv, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# bitwuzla.cpp:2177:37: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#  2177 |                          == args[0].d_node->type().bv_size())
#       |                                     ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# bitwuzla.cpp:2176:11: note: in expansion of macro 'BITWUZLA_CHECK'
#  2176 |           BITWUZLA_CHECK(indices[0] + indices[1]
#       |           ^~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:226:46: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |                                              ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:63:3: note: in expansion of macro 'BITWUZLA_CHECK'
#    63 |   BITWUZLA_CHECK((arg) != nullptr) << "expected non-null object at index " << i;
#       |   ^~~~~~~~~~~~~~
# ../../api/checks.h:226:7: note: in expansion of macro 'BITWUZLA_CHECK_NOT_NULL_AT_IDX'
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# bitwuzla.cpp:2189:7: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2189 |       BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_fp, true);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:229:9: note: in expansion of macro 'BITWUZLA_CHECK'
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |         ^~~~~~~~~~~~~~
# bitwuzla.cpp:2189:7: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2189 |       BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_fp, true);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                  ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2189:7: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2189 |       BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_fp, true);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2189:7: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2189 |       BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_fp, true);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:144:28: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   144 |   BITWUZLA_CHECK((args)[i].d_node && !(args)[i].d_node->is_null() \
#       |                            ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:144:3: note: in expansion of macro 'BITWUZLA_CHECK'
#   144 |   BITWUZLA_CHECK((args)[i].d_node && !(args)[i].d_node->is_null() \
#       |   ^~~~~~~~~~~~~~
# bitwuzla.cpp:2190:7: note: in expansion of macro 'BITWUZLA_CHECK_TERM_IS_RM_AT_IDX'
#  2190 |       BITWUZLA_CHECK_TERM_IS_RM_AT_IDX(args, 0);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:144:49: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   144 |   BITWUZLA_CHECK((args)[i].d_node && !(args)[i].d_node->is_null() \
#       |                                                 ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:144:3: note: in expansion of macro 'BITWUZLA_CHECK'
#   144 |   BITWUZLA_CHECK((args)[i].d_node && !(args)[i].d_node->is_null() \
#       |   ^~~~~~~~~~~~~~
# bitwuzla.cpp:2190:7: note: in expansion of macro 'BITWUZLA_CHECK_TERM_IS_RM_AT_IDX'
#  2190 |       BITWUZLA_CHECK_TERM_IS_RM_AT_IDX(args, 0);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:145:31: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   145 |                  && (args)[i].d_node->type().is_rm())             \
#       |                               ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:144:3: note: in expansion of macro 'BITWUZLA_CHECK'
#   144 |   BITWUZLA_CHECK((args)[i].d_node && !(args)[i].d_node->is_null() \
#       |   ^~~~~~~~~~~~~~
# bitwuzla.cpp:2190:7: note: in expansion of macro 'BITWUZLA_CHECK_TERM_IS_RM_AT_IDX'
#  2190 |       BITWUZLA_CHECK_TERM_IS_RM_AT_IDX(args, 0);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:226:46: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |                                              ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:63:3: note: in expansion of macro 'BITWUZLA_CHECK'
#    63 |   BITWUZLA_CHECK((arg) != nullptr) << "expected non-null object at index " << i;
#       |   ^~~~~~~~~~~~~~
# ../../api/checks.h:226:7: note: in expansion of macro 'BITWUZLA_CHECK_NOT_NULL_AT_IDX'
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# bitwuzla.cpp:2203:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2203 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_fp, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:229:9: note: in expansion of macro 'BITWUZLA_CHECK'
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |         ^~~~~~~~~~~~~~
# bitwuzla.cpp:2203:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2203 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_fp, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                  ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2203:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2203 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_fp, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2203:11: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2203 |           BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_fp, true);
#       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:226:46: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |                                              ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:63:3: note: in expansion of macro 'BITWUZLA_CHECK'
#    63 |   BITWUZLA_CHECK((arg) != nullptr) << "expected non-null object at index " << i;
#       |   ^~~~~~~~~~~~~~
# ../../api/checks.h:226:7: note: in expansion of macro 'BITWUZLA_CHECK_NOT_NULL_AT_IDX'
#   226 |       BITWUZLA_CHECK_NOT_NULL_AT_IDX(args[i].d_node, i);                       \
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# bitwuzla.cpp:2205:18: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2205 |         default: BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_bv, true);
#       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:229:9: note: in expansion of macro 'BITWUZLA_CHECK'
#   229 |         BITWUZLA_CHECK(args[i].d_node->type().is_sort_fun())                   \
#       |         ^~~~~~~~~~~~~~
# bitwuzla.cpp:2205:18: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2205 |         default: BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_bv, true);
#       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                  ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2205:18: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2205 |         default: BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_bv, true);
#       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |                                                                ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:233:11: note: in expansion of macro 'BITWUZLA_CHECK'
#   233 |           BITWUZLA_CHECK(args[i].d_node->type() == args[i - 1].d_node->type()) \
#       |           ^~~~~~~~~~~~~~
# bitwuzla.cpp:2205:18: note: in expansion of macro 'BITWUZLA_CHECK_MK_TERM_ARGS'
#  2205 |         default: BITWUZLA_CHECK_MK_TERM_ARGS(args, 1, is_bv, true);
#       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:144:28: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   144 |   BITWUZLA_CHECK((args)[i].d_node && !(args)[i].d_node->is_null() \
#       |                            ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:144:3: note: in expansion of macro 'BITWUZLA_CHECK'
#   144 |   BITWUZLA_CHECK((args)[i].d_node && !(args)[i].d_node->is_null() \
#       |   ^~~~~~~~~~~~~~
# bitwuzla.cpp:2207:7: note: in expansion of macro 'BITWUZLA_CHECK_TERM_IS_RM_AT_IDX'
#  2207 |       BITWUZLA_CHECK_TERM_IS_RM_AT_IDX(args, 0);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:144:49: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   144 |   BITWUZLA_CHECK((args)[i].d_node && !(args)[i].d_node->is_null() \
#       |                                                 ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:144:3: note: in expansion of macro 'BITWUZLA_CHECK'
#   144 |   BITWUZLA_CHECK((args)[i].d_node && !(args)[i].d_node->is_null() \
#       |   ^~~~~~~~~~~~~~
# bitwuzla.cpp:2207:7: note: in expansion of macro 'BITWUZLA_CHECK_TERM_IS_RM_AT_IDX'
#  2207 |       BITWUZLA_CHECK_TERM_IS_RM_AT_IDX(args, 0);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# ../../api/checks.h:145:31: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
#   145 |                  && (args)[i].d_node->type().is_rm())             \
#       |                               ^~~~~~
# ../../api/checks.h:44:54: note: in definition of macro 'BITWUZLA_PREDICT_TRUE'
#    44 | #define BITWUZLA_PREDICT_TRUE(arg) (__builtin_expect(arg, true))
#       |                                                      ^~~
# ../../api/checks.h:144:3: note: in expansion of macro 'BITWUZLA_CHECK'
#   144 |   BITWUZLA_CHECK((args)[i].d_node && !(args)[i].d_node->is_null() \
#       |   ^~~~~~~~~~~~~~
# bitwuzla.cpp:2207:7: note: in expansion of macro 'BITWUZLA_CHECK_TERM_IS_RM_AT_IDX'
#  2207 |       BITWUZLA_CHECK_TERM_IS_RM_AT_IDX(args, 0);
#       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:749:31: note: declared private here
#   749 |   std::shared_ptr<bzla::Node> d_node;
#       |                               ^~~~~~
# bitwuzla.cpp:2215:60: error: 'static std::vector<bzla::Node> bitwuzla::Term::term_vector_to_nodes(const std::vector<bitwuzla::Term>&)' is private within this context
#  2215 |       s_internal_kinds.at(kind), Term::term_vector_to_nodes(args), indices);
#       |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:741:34: note: declared private here
#   741 |   static std::vector<bzla::Node> term_vector_to_nodes(
#       |                                  ^~~~~~~~~~~~~~~~~~~~
# bitwuzla.cpp:2214:42: error: 'bitwuzla::Term::Term(const bzla::Node&)' is private within this context
#  2214 |   return bzla::NodeManager::get().mk_node(
#       |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
#  2215 |       s_internal_kinds.at(kind), Term::term_vector_to_nodes(args), indices);
#       |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../../include/bitwuzla/cpp/bitwuzla.h:747:3: note: declared private here
#   747 |   Term(const bzla::Node &node);
#       |   ^~~~



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build bitwuzla-cxx 0.2.0
+- 
+- The following changes have been performed
| - install conf-g++        1.0
| - install conf-gcc        1.0
| - install conf-git        1.1
| - install conf-gmp        5
| - install conf-pkg-config 4
| - install dune            3.20.2
| - install ocamlfind       1.9.8
| - install zarith          1.14
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260107190313.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall bitwuzla-cxx.0.2.0;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-25.10\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'bitwuzla-cxx.0.2.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-01-07 19:03.47: Job failed: Failed: Build failed
2026-01-07 19:03.47: Log analysis:
2026-01-07 19:03.47: >>> 
[ERROR] The compilation of bitwuzla-cxx.0.2.0 failed at "dune build -p bitwuzla-cxx -j 255 @install".
 (score = 20)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:146:24: error: expected ')' before 'format'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:148:3: error: 'uint8_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: error: 'uint8_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: error: 'bool bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:31: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: error: 'bitwuzla::RoundingMode bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:39: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: error: 'std::string bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:38: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: error: 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:18: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: error: 'uint32_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: error: 'uint32_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'bitwuzla::Sort bitwuzla::mk_bv_sort' redeclared as different kind of entity
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'bitwuzla::Sort bitwuzla::mk_fp_sort' redeclared as different kind of entity
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:146:24: error: expected ')' before 'format'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:148:3: error: 'uint8_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: error: 'uint8_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: error: 'bool bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:31: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: error: 'bitwuzla::RoundingMode bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:39: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: error: 'std::string bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:38: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: error: 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:18: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: error: 'uint32_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: error: 'uint32_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'bitwuzla::Sort bitwuzla::mk_bv_sort' redeclared as different kind of entity
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'bitwuzla::Sort bitwuzla::mk_fp_sort' redeclared as different kind of entity
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:146:24: error: expected ')' before 'format'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:148:3: error: 'uint8_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: error: 'uint8_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: error: 'bool bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:31: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: error: 'bitwuzla::RoundingMode bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:39: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: error: 'std::string bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:38: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: error: 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:18: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: error: 'uint32_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: error: 'uint32_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'bitwuzla::Sort bitwuzla::mk_bv_sort' redeclared as different kind of entity
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'bitwuzla::Sort bitwuzla::mk_fp_sort' redeclared as different kind of entity
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:146:24: error: expected ')' before 'format'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:148:3: error: 'uint8_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:152:3: error: 'uint8_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:236:27: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:283:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:322:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:324:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:326:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:328:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:458:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:459:48: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:41: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:15: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:737:11: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:6: error: 'bool bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:18: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:759:31: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:14: error: 'bitwuzla::RoundingMode bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:26: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:767:39: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:13: error: 'std::string bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:25: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:781:38: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:792:51: error: 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:5: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:793:18: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:848:26: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:26: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:849:36: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:858:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:859:48: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:41: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:903:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:911:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:919:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1110:13: error: 'uint32_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1119:12: error: 'uint32_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1256:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'bitwuzla::Sort bitwuzla::mk_bv_sort' redeclared as different kind of entity
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'bitwuzla::Sort bitwuzla::mk_fp_sort' redeclared as different kind of entity
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1320:36: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1448:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1464:43: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:32: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../vendor/bitwuzla/include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# build_enum_option.cpp:24:8: error: 'replace' is not a member of 'std'
 (score = 30)
2026-01-07 19:03.47: >>> 
# build_enum_option.cpp:83:35: error: 'struct bitwuzla::OptionInfo::Numeric' has no member named 'dflt'
 (score = 30)
2026-01-07 19:03.47: >>> 
# build_enum_option.cpp:84:59: error: 'struct bitwuzla::OptionInfo::Numeric' has no member named 'min'
 (score = 30)
2026-01-07 19:03.47: >>> 
# build_enum_option.cpp:85:9: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# build_enum_option.cpp:86:13: error: 'max' was not declared in this scope; did you mean 'std::max'?
 (score = 30)
2026-01-07 19:03.47: >>> 
# build_enum_option.cpp:87:51: error: 'max' was not declared in this scope; did you mean 'std::max'?
 (score = 30)
2026-01-07 19:03.47: >>> 
# build_enum_option.cpp:105:14: error: 'sort' is not a member of 'std'; did you mean 'qsort'?
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:146:24: error: expected ')' before 'format'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:148:3: error: 'uint8_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:152:3: error: 'uint8_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:236:27: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:283:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:322:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:324:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:326:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:328:5: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:458:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:459:48: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:476:41: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:476:49: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:549:15: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:549:23: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:737:11: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:759:6: error: 'bool bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:759:18: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:759:31: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:767:14: error: 'bitwuzla::RoundingMode bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:767:26: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:767:39: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:781:13: error: 'std::string bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:781:25: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:781:38: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:792:51: error: 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value' is not a static data member of 'class bitwuzla::Term'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:793:5: error: 'uint8_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:793:18: error: expected ';' before 'const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:848:26: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:849:26: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:849:36: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:858:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:859:48: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:874:41: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:874:49: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:903:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:911:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:919:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1110:13: error: 'uint32_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1119:12: error: 'uint32_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1256:3: error: 'uint64_t' does not name a type
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'bitwuzla::Sort bitwuzla::mk_bv_sort' redeclared as different kind of entity
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1307:17: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'bitwuzla::Sort bitwuzla::mk_fp_sort' redeclared as different kind of entity
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1320:17: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1320:36: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1448:62: error: 'uint8_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1464:43: error: 'uint64_t' has not been declared
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1633:32: error: 'uint64_t' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 1 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../../include/bitwuzla/cpp/bitwuzla.h:1633:40: error: template argument 2 is invalid
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:343:1: error: no declaration matches 'bitwuzla::set_bv_format::set_bv_format(uint8_t)'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:352:62: error: 'const struct bitwuzla::set_bv_format' has no member named 'format'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:431:1: error: no declaration matches 'void bitwuzla::Options::set(bitwuzla::Option, uint64_t)'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:636:1: error: no declaration matches 'uint64_t bitwuzla::Options::get(bitwuzla::Option) const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:682:61: error: too many initializers for 'bitwuzla::OptionInfo::Numeric'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:736:1: error: no declaration matches 'uint64_t bitwuzla::Term::id() const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:792:1: error: no declaration matches 'std::vector<long unsigned int> bitwuzla::Term::indices() const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:973:1: error: no declaration matches 'std::string bitwuzla::Term::str(uint8_t) const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:985:1: error: template-id 'value<>' for 'bool bitwuzla::Term::value(uint8_t) const' does not match any template declaration
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:995:1: error: template-id 'value<>' for 'bitwuzla::RoundingMode bitwuzla::Term::value(uint8_t) const' does not match any template declaration
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1006:1: error: template-id 'value<>' for 'std::string bitwuzla::Term::value(uint8_t) const' does not match any template declaration
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1040:1: error: template-id 'value<>' for 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > bitwuzla::Term::value(uint8_t) const' does not match any template declaration
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1108:1: error: no declaration matches 'uint64_t bitwuzla::Sort::id() const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1115:1: error: no declaration matches 'uint64_t bitwuzla::Sort::bv_size() const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1123:1: error: no declaration matches 'uint64_t bitwuzla::Sort::fp_exp_size() const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1131:1: error: no declaration matches 'uint64_t bitwuzla::Sort::fp_sig_size() const'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1329:7: error: class 'bitwuzla::Bitwuzla' does not have any field named 'd_n_sat_calls'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1355:1: error: no declaration matches 'void bitwuzla::Bitwuzla::push(uint32_t)'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1366:1: error: no declaration matches 'void bitwuzla::Bitwuzla::pop(uint32_t)'
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1478:3: error: 'd_n_sat_calls' was not declared in this scope
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1561:45: error: 'bitwuzla::Sort::Sort(const bzla::Type&)' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1569:45: error: 'bitwuzla::Sort::Sort(const bzla::Type&)' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:183:24: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:190:24: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:190:40: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1664:42: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1666:15: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1668:28: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:1667:43: error: 'bitwuzla::Term::Term(const bzla::Node&)' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:183:24: error: 'std::shared_ptr<bzla::Type> bitwuzla::Sort::d_type' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:2143:35: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:2151:48: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:2153:24: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:226:46: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:2166:47: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:226:46: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:2177:37: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:226:46: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:144:28: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:144:49: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:145:31: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:226:46: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:226:46: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:229:32: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:34: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:233:64: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:144:28: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:144:49: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# ../../api/checks.h:145:31: error: 'std::shared_ptr<bzla::Node> bitwuzla::Term::d_node' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:2215:60: error: 'static std::vector<bzla::Node> bitwuzla::Term::term_vector_to_nodes(const std::vector<bitwuzla::Term>&)' is private within this context
 (score = 30)
2026-01-07 19:03.47: >>> 
# bitwuzla.cpp:2214:42: error: 'bitwuzla::Term::Term(const bzla::Node&)' is private within this context
 (score = 30)
2026-01-07 19:03.47: expected ')' before 'format'