==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: hyprwire 0.2.1-2 (Fri Dec 5 19:28:50 2025)
==> Retrieving sources...
-> Found hyprwire-0.2.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
hyprwire-0.2.1.tar.gz ... Passed
==> Making package: hyprwire 0.2.1-2 (Sat Dec 6 02:29:14 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (3) pixman-0.46.4-1.1 hyprutils-0.11.0-1 pugixml-1.15-2
Total Download Size: 0.08 MiB
Total Installed Size: 1.37 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
pugixml-1.15-2-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing pixman...
installing hyprutils...
installing pugixml...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (6) cppdap-1.58.0-2 hicolor-icon-theme-0.18-1 jsoncpp-1.9.6-3 libuv-1.51.0-1 rhash-1.4.6-1 cmake-4.2.0-1
Total Installed Size: 101.49 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing cppdap...
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
make: for unix Makefile generator [installed]
ninja: for ninja generator
qt6-base: cmake-gui
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found hyprwire-0.2.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting hyprwire-0.2.1.tar.gz with bsdtar
==> Starting build()...
-- The C compiler identification is GNU 15.2.1
-- The CXX compiler identification is GNU 15.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/distcc/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/distcc/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking deps...
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1")
-- Checking for module 'pugixml'
-- Found pugixml, version 1.15
-- Checking for modules 'hyprutils>=0.9.0;libffi'
-- Found hyprutils, version 0.11.0
-- Found libffi, version 3.5.2
-- Configuring hyprwire in Release
-- Looking for sys/timerfd.h
-- Looking for sys/timerfd.h - found
-- Checking for module 'epoll-shim'
-- Package 'epoll-shim' not found
-- building tests is enabled
-- generating protocols
-- Configuring done (3.4s)
-- Generating done (0.2s)
-- Build files have been written to: /build/hyprwire/src/hyprwire-0.2.1/build
[ 6%] Building CXX object scanner/CMakeFiles/hyprwire-scanner.dir/main.cpp.o
[ 6%] Building CXX object CMakeFiles/hyprwire.dir/src/core/client/ClientSocket.cpp.o
[ 9%] Building CXX object CMakeFiles/hyprwire.dir/src/core/implementation/Spec.cpp.o
[ 12%] Building CXX object CMakeFiles/hyprwire.dir/src/core/implementation/Object.cpp.o
[ 16%] Building CXX object CMakeFiles/hyprwire.dir/src/core/client/ClientObject.cpp.o
[ 19%] Building CXX object CMakeFiles/hyprwire.dir/src/core/message/MessageParser.cpp.o
[ 22%] Building CXX object CMakeFiles/hyprwire.dir/src/core/message/messages/BindProtocol.cpp.o
[ 25%] Building CXX object CMakeFiles/hyprwire.dir/src/core/message/messages/FatalProtocolError.cpp.o
[ 29%] Building CXX object CMakeFiles/hyprwire.dir/src/core/message/messages/GenericProtocolMessage.cpp.o
[ 32%] Building CXX object CMakeFiles/hyprwire.dir/src/core/message/messages/HandshakeAck.cpp.o
/build/hyprwire/src/hyprwire-0.2.1/src/core/client/ClientSocket.cpp: In member function 'void Hyprwire::CClientSocket::sendMessage(const Hyprwire::IMessage&)':
/build/hyprwire/src/hyprwire-0.2.1/src/core/client/ClientSocket.cpp:126:10: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
In file included from /build/hyprwire/src/hyprwire-0.2.1/src/core/client/../../helpers/Log.hpp:3,
from /build/hyprwire/src/hyprwire-0.2.1/src/core/client/ClientSocket.cpp:3:
/usr/include/c++/15.2.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/15.2.1/format:4851:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4851 | vformat(string_view __fmt, format_args __args)
| ^~~~~~~
In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {}]',
inlined from 'virtual bool Hyprwire::CClientSocket::dispatchEvents(bool)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/client/ClientSocket.cpp:85:23:
/build/hyprwire/src/hyprwire-0.2.1/src/core/client/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {int, float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >}]',
inlined from 'void Hyprwire::CClientSocket::sendMessage(const Hyprwire::IMessage&)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/client/ClientSocket.cpp:125:49:
/build/hyprwire/src/hyprwire-0.2.1/src/core/client/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {int&}]',
inlined from 'bool Hyprwire::CClientSocket::attempt(const std::string&)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/client/ClientSocket.cpp:51:19:
/build/hyprwire/src/hyprwire-0.2.1/src/core/client/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {unsigned int&, unsigned int}]',
inlined from 'virtual Hyprutils::Memory::CSharedPointer<Hyprwire::IObject> Hyprwire::CClientSocket::bindProtocol(const Hyprutils::Memory::CSharedPointer<Hyprwire::IProtocolSpec>&, uint32_t)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/client/ClientSocket.cpp:174:19:
/build/hyprwire/src/hyprwire-0.2.1/src/core/client/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[ 35%] Building CXX object CMakeFiles/hyprwire.dir/src/core/message/messages/HandshakeBegin.cpp.o
In file included from /usr/include/c++/15.2.1/ostream:44,
from /usr/include/c++/15.2.1/istream:43,
from /usr/include/c++/15.2.1/fstream:42,
from /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:1:
/usr/include/c++/15.2.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/15.2.1/format:4851:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4851 | vformat(string_view __fmt, format_args __args)
| ^~~~~~~
/usr/include/c++/15.2.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]':
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'std::string argsToC(const std::vector<SRequestArgument>&, bool, bool, bool, bool, bool)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:159:36:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'std::string argsToC(const std::vector<SRequestArgument>&, bool, bool, bool, bool, bool)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:162:40:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'std::string argsToC(const std::vector<SRequestArgument>&, bool, bool, bool, bool, bool)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:164:40:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'std::string argsToC(const std::vector<SRequestArgument>&, bool, bool, bool, bool, bool)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:168:36:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'std::string argsToC(const std::vector<SRequestArgument>&, bool, bool, bool, bool, bool)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:171:40:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'std::string argsToC(const std::vector<SRequestArgument>&, bool, bool, bool, bool, bool)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:173:40:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'std::string argsToC(const std::vector<SRequestArgument>&, bool, bool, bool, bool, bool)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:177:36:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'std::string argsToC(const std::vector<SRequestArgument>&, bool, bool, bool, bool, bool)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:180:40:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'std::string argsToC(const std::vector<SRequestArgument>&, bool, bool, bool, bool, bool)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:182:40:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateServerCodeHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:632:35:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateServerCodeHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:682:31:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateClientCodeHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:452:35:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateClientCodeHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:495:31:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'bool generateProtocolHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:310:39:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, const unsigned int&}]',
inlined from 'bool generateProtocolHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:315:43:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'bool generateProtocolHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:323:39:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const unsigned int&}]',
inlined from 'bool generateProtocolHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:350:43:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const unsigned int&}]',
inlined from 'bool generateProtocolHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:383:43:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateProtocolHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:412:36:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'bool generateProtocolHeader(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:418:20:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateServerCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:723:46:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateServerCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:715:34:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateServerCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:726:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const unsigned int&}]',
inlined from 'bool generateServerCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:733:34:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateServerCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:738:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateServerCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:748:28:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'bool generateServerCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:757:34:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateServerCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:766:26:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'bool generateServerCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:786:34:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'bool generateServerCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:795:34:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateClientCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:534:139:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateClientCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:527:34:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateClientCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:538:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const unsigned int&}]',
inlined from 'bool generateClientCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:545:34:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateClientCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:550:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateClientCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:560:38:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateClientCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:568:38:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'bool generateClientCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:581:34:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'bool generateClientCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:590:26:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'bool generateClientCodeSource(const pugi::xml_document&)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:608:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char (&)[6], __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'int main(int, char**, char**)' at /build/hyprwire/src/hyprwire-0.2.1/scanner/main.cpp:865:122:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
[ 38%] Linking CXX executable hyprwire-scanner
[ 38%] Built target hyprwire-scanner
[ 41%] Building CXX object CMakeFiles/hyprwire.dir/src/core/message/messages/HandshakeProtocols.cpp.o
[ 45%] Building CXX object CMakeFiles/hyprwire.dir/src/core/message/messages/Hello.cpp.o
In file included from /usr/include/c++/15.2.1/thread:55,
from /build/hyprwire/src/hyprwire-0.2.1/src/core/message/../server/ServerSocket.hpp:8,
from /build/hyprwire/src/hyprwire-0.2.1/src/core/message/MessageParser.cpp:4:
/usr/include/c++/15.2.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/15.2.1/format:4851:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4851 | vformat(string_view __fmt, format_args __args)
| ^~~~~~~
In file included from /build/hyprwire/src/hyprwire-0.2.1/src/core/message/MessageParser.cpp:7:
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/../../helpers/Log.hpp: In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {int, float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >}]':
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/../../helpers/Log.hpp: In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {int}]':
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {unsigned int&, unsigned int&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]',
inlined from 'size_t Hyprwire::CMessageParser::parseSingleMessage(const std::vector<unsigned char>&, size_t, Hyprutils::Memory::CSharedPointer<Hyprwire::CClientSocket>)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/MessageParser.cpp:216:27:
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, unsigned int}]',
inlined from 'size_t Hyprwire::CMessageParser::parseSingleMessage(const std::vector<unsigned char>&, size_t, Hyprutils::Memory::CSharedPointer<Hyprwire::CServerClient>)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/MessageParser.cpp:81:55:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
[ 48%] Building CXX object CMakeFiles/hyprwire.dir/src/core/message/messages/IMessage.cpp.o
[ 51%] Building CXX object CMakeFiles/hyprwire.dir/src/core/message/messages/NewObject.cpp.o
[ 54%] Building CXX object CMakeFiles/hyprwire.dir/src/core/server/ServerClient.cpp.o
[ 58%] Building CXX object CMakeFiles/hyprwire.dir/src/core/server/ServerObject.cpp.o
[ 61%] Building CXX object CMakeFiles/hyprwire.dir/src/core/server/ServerSocket.cpp.o
[ 64%] Building CXX object CMakeFiles/hyprwire.dir/src/core/wireObject/IWireObject.cpp.o
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp: In function 'std::pair<std::__cxx11::basic_string<char>, unsigned int> formatPrimitiveType(const std::span<const unsigned char>&, Hyprwire::eMessageMagic)':
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:13:12: warning: enumeration value 'HW_MESSAGE_MAGIC_END' not handled in switch [-Wswitch]
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:13:12: warning: enumeration value 'HW_MESSAGE_MAGIC_TYPE_SEQ' not handled in switch [-Wswitch]
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:13:12: warning: enumeration value 'HW_MESSAGE_MAGIC_TYPE_OBJECT_ID' not handled in switch [-Wswitch]
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:13:12: warning: enumeration value 'HW_MESSAGE_MAGIC_TYPE_ARRAY' not handled in switch [-Wswitch]
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp: In member function 'std::string Hyprwire::IMessage::parseData() const':
/build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:44:16: warning: enumeration value 'HW_MESSAGE_MAGIC_TYPE_OBJECT_ID' not handled in switch [-Wswitch]
In file included from /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:5:
/usr/include/c++/15.2.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/15.2.1/format:4851:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4851 | vformat(string_view __fmt, format_args __args)
| ^~~~~~~
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&}]',
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:49:38:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&}]',
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:54:38:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const int&}]',
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:59:38:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const float&}]',
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:64:38:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >}]',
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:71:38:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&}]',
inlined from 'std::pair<std::__cxx11::basic_string<char>, unsigned int> formatPrimitiveType(const std::span<const unsigned char>&, Hyprwire::eMessageMagic)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:15:32,
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:82:134:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const int&}]',
inlined from 'std::pair<std::__cxx11::basic_string<char>, unsigned int> formatPrimitiveType(const std::span<const unsigned char>&, Hyprwire::eMessageMagic)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:18:32,
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:82:134:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const float&}]',
inlined from 'std::pair<std::__cxx11::basic_string<char>, unsigned int> formatPrimitiveType(const std::span<const unsigned char>&, Hyprwire::eMessageMagic)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:21:32,
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:82:134:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
inlined from 'std::pair<std::__cxx11::basic_string<char>, unsigned int> formatPrimitiveType(const std::span<const unsigned char>&, Hyprwire::eMessageMagic)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:25:32,
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:82:134:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >}]',
inlined from 'std::pair<std::__cxx11::basic_string<char>, unsigned int> formatPrimitiveType(const std::span<const unsigned char>&, Hyprwire::eMessageMagic)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:30:32,
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:82:134:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:86:42:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int&}]',
inlined from 'std::string Hyprwire::IMessage::parseData() const' at /build/hyprwire/src/hyprwire-0.2.1/src/core/message/messages/IMessage.cpp:99:38:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
[ 67%] Building CXX object CMakeFiles/hyprwire.dir/src/helpers/Env.cpp.o
[ 70%] Building CXX object CMakeFiles/hyprwire.dir/src/helpers/FFI.cpp.o
/build/hyprwire/src/hyprwire-0.2.1/src/helpers/FFI.cpp: In function 'ffi_type* Hyprwire::FFI::ffiTypeFrom(Hyprwire::eMessageMagic)':
/build/hyprwire/src/hyprwire-0.2.1/src/helpers/FFI.cpp:6:12: warning: enumeration value 'HW_MESSAGE_MAGIC_TYPE_OBJECT_ID' not handled in switch [-Wswitch]
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerClient.cpp: In member function 'void Hyprwire::CServerClient::sendMessage(const Hyprwire::IMessage&)':
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerClient.cpp:25:10: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
In file included from /usr/include/c++/15.2.1/thread:55,
from /build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerSocket.hpp:8,
from /build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerClient.cpp:3:
/usr/include/c++/15.2.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/15.2.1/format:4851:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4851 | vformat(string_view __fmt, format_args __args)
| ^~~~~~~
In file included from /build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerClient.cpp:7:
In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {int}]',
inlined from 'Hyprwire::CServerClient::~CServerClient()' at /build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerClient.cpp:20:49:
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {int, float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >}]',
inlined from 'void Hyprwire::CServerClient::sendMessage(const Hyprwire::IMessage&)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerClient.cpp:24:49:
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/../../helpers/Log.hpp: In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {int, float}]':
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {int, float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned int&, unsigned int}]',
inlined from 'Hyprutils::Memory::CSharedPointer<Hyprwire::CServerObject> Hyprwire::CServerClient::createObject(const std::string&, const std::string&, uint32_t, uint32_t)' at /build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerClient.cpp:56:23:
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerSocket.cpp: In member function 'void Hyprwire::CServerSocket::clearEventFd()':
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerSocket.cpp:142:17: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerSocket.cpp: In member function 'virtual int Hyprwire::CServerSocket::extractLoopFD()':
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerSocket.cpp:246:13: warning: ignoring return value of 'int pipe(int*)' declared with attribute 'warn_unused_result' [-Wunused-result]
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerSocket.cpp:251:13: warning: ignoring return value of 'int pipe(int*)' declared with attribute 'warn_unused_result' [-Wunused-result]
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerSocket.cpp: In lambda function:
/build/hyprwire/src/hyprwire-0.2.1/src/core/server/ServerSocket.cpp:280:22: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
In file included from /build/hyprwire/src/hyprwire-0.2.1/src/core/wireObject/../../helpers/Log.hpp:3,
from /build/hyprwire/src/hyprwire-0.2.1/src/core/wireObject/IWireObject.cpp:3:
/usr/include/c++/15.2.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/15.2.1/format:4851:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4851 | vformat(string_view __fmt, format_args __args)
| ^~~~~~~
/build/hyprwire/src/hyprwire-0.2.1/src/core/wireObject/../../helpers/Log.hpp: In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {unsigned int&, const unsigned int&, unsigned int&}]':
/build/hyprwire/src/hyprwire-0.2.1/src/core/wireObject/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/build/hyprwire/src/hyprwire-0.2.1/src/core/wireObject/../../helpers/Log.hpp: In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {unsigned int&, unsigned int&}]':
/build/hyprwire/src/hyprwire-0.2.1/src/core/wireObject/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/build/hyprwire/src/hyprwire-0.2.1/src/core/wireObject/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/build/hyprwire/src/hyprwire-0.2.1/src/core/wireObject/../../helpers/Log.hpp: In function 'void Debug::log(eLogLevel, std::format_string<_Args ...>, Args&& ...) [with Args = {}]':
/build/hyprwire/src/hyprwire-0.2.1/src/core/wireObject/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/build/hyprwire/src/hyprwire-0.2.1/src/core/wireObject/../../helpers/Log.hpp:36:34: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[ 74%] Linking CXX shared library libhyprwire.so
[ 74%] Built target hyprwire
[ 80%] Generating client protocol from protocol-v1.xml -> test_protocol_v1-client.{cpp,hpp}
[ 80%] Generating server protocol from protocol-v1.xml -> test_protocol_v1-server.{cpp,hpp}
[ 93%] Building CXX object CMakeFiles/server.dir/tests/Server.cpp.o
[ 93%] Building CXX object CMakeFiles/server.dir/tests/generated/test_protocol_v1-server.cpp.o
[ 93%] Building CXX object CMakeFiles/client.dir/tests/Client.cpp.o
[ 93%] Building CXX object CMakeFiles/client.dir/tests/generated/test_protocol_v1-client.cpp.o
In file included from /usr/include/c++/15.2.1/print:43,
from /build/hyprwire/src/hyprwire-0.2.1/tests/Server.cpp:2:
/usr/include/c++/15.2.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/15.2.1/format:4851:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4851 | vformat(string_view __fmt, format_args __args)
| ^~~~~~~
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {}]',
inlined from 'void std::println(FILE*, format_string<_Args ...>, _Args&& ...) [with _Args = {}]' at /usr/include/c++/15.2.1/print:125:15:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'void std::println(FILE*, format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]' at /usr/include/c++/15.2.1/print:125:15,
inlined from 'void std::println(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]' at /usr/include/c++/15.2.1/print:131:19,
inlined from '<lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(std::vector<const char*>)>' at /build/hyprwire/src/hyprwire-0.2.1/tests/Server.cpp:28:21,
inlined from 'constexpr _Res std::__invoke_impl(__invoke_other, _Fn&&, _Args&& ...) [with _Res = void; _Fn = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(vector<const char*>)>&; _Args = {vector<const char*, allocator<const char*> >}]' at /usr/include/c++/15.2.1/bits/invoke.h:63:36,
inlined from 'constexpr std::enable_if_t<((bool)is_invocable_r_v<_Res, _Callable, _Args ...>), _Res> std::__invoke_r(_Callable&&, _Args&& ...) [with _Res = void; _Callable = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(vector<const char*>)>&; _Args = {vector<const char*, allocator<const char*> >}]' at /usr/include/c++/15.2.1/bits/invoke.h:113:28,
inlined from 'static _Res std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes&& ...) [with _Res = void; _Functor = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(std::vector<const char*>)>; _ArgTypes = {std::vector<const char*, std::allocator<const char*> >}]' at /usr/include/c++/15.2.1/bits/std_function.h:292:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&}]',
inlined from 'void std::println(FILE*, format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&}]' at /usr/include/c++/15.2.1/print:125:15,
inlined from 'void std::println(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&}]' at /usr/include/c++/15.2.1/print:131:19,
inlined from '<lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(const char*)>' at /build/hyprwire/src/hyprwire-0.2.1/tests/Server.cpp:20:63,
inlined from 'constexpr _Res std::__invoke_impl(__invoke_other, _Fn&&, _Args&& ...) [with _Res = void; _Fn = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(const char*)>&; _Args = {const char*}]' at /usr/include/c++/15.2.1/bits/invoke.h:63:36,
inlined from 'constexpr std::enable_if_t<((bool)is_invocable_r_v<_Res, _Callable, _Args ...>), _Res> std::__invoke_r(_Callable&&, _Args&& ...) [with _Res = void; _Callable = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(const char*)>&; _Args = {const char*}]' at /usr/include/c++/15.2.1/bits/invoke.h:113:28,
inlined from 'static _Res std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes&& ...) [with _Res = void; _Functor = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(const char*)>; _ArgTypes = {const char*}]' at /usr/include/c++/15.2.1/bits/std_function.h:292:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int}]',
inlined from 'void std::println(FILE*, format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int}]' at /usr/include/c++/15.2.1/print:125:15,
inlined from 'void std::println(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int}]' at /usr/include/c++/15.2.1/print:131:19,
inlined from '<lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda()>' at /build/hyprwire/src/hyprwire-0.2.1/tests/Server.cpp:52:21,
inlined from 'constexpr _Res std::__invoke_impl(__invoke_other, _Fn&&, _Args&& ...) [with _Res = void; _Fn = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda()>&; _Args = {}]' at /usr/include/c++/15.2.1/bits/invoke.h:63:36,
inlined from 'constexpr std::enable_if_t<((bool)is_invocable_r_v<_Res, _Callable, _Args ...>), _Res> std::__invoke_r(_Callable&&, _Args&& ...) [with _Res = void; _Callable = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda()>&; _Args = {}]' at /usr/include/c++/15.2.1/bits/invoke.h:113:28,
inlined from 'static _Res std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes&& ...) [with _Res = void; _Functor = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda()>; _ArgTypes = {}]' at /usr/include/c++/15.2.1/bits/std_function.h:292:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
inlined from 'void std::println(FILE*, format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]' at /usr/include/c++/15.2.1/print:125:15,
inlined from 'void std::println(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]' at /usr/include/c++/15.2.1/print:131:19,
inlined from '<lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(std::vector<unsigned int>)>' at /build/hyprwire/src/hyprwire-0.2.1/tests/Server.cpp:37:21,
inlined from 'constexpr _Res std::__invoke_impl(__invoke_other, _Fn&&, _Args&& ...) [with _Res = void; _Fn = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(vector<unsigned int>)>&; _Args = {vector<unsigned int, allocator<unsigned int> >}]' at /usr/include/c++/15.2.1/bits/invoke.h:63:36,
inlined from 'constexpr std::enable_if_t<((bool)is_invocable_r_v<_Res, _Callable, _Args ...>), _Res> std::__invoke_r(_Callable&&, _Args&& ...) [with _Res = void; _Callable = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(vector<unsigned int>)>&; _Args = {vector<unsigned int, allocator<unsigned int> >}]' at /usr/include/c++/15.2.1/bits/invoke.h:113:28,
inlined from 'static _Res std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes&& ...) [with _Res = void; _Functor = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(std::vector<unsigned int>)>; _ArgTypes = {std::vector<unsigned int, std::allocator<unsigned int> >}]' at /usr/include/c++/15.2.1/bits/std_function.h:292:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int}]',
inlined from 'void std::println(FILE*, format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int}]' at /usr/include/c++/15.2.1/print:125:15,
inlined from 'void std::println(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int}]' at /usr/include/c++/15.2.1/print:131:19,
inlined from '<lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(uint32_t)>::<lambda(testProtocolV1MyEnum)>' at /build/hyprwire/src/hyprwire-0.2.1/tests/Server.cpp:44:25,
inlined from 'constexpr _Res std::__invoke_impl(__invoke_other, _Fn&&, _Args&& ...) [with _Res = void; _Fn = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(uint32_t)>::<lambda(testProtocolV1MyEnum)>&; _Args = {testProtocolV1MyEnum}]' at /usr/include/c++/15.2.1/bits/invoke.h:63:36,
inlined from 'constexpr std::enable_if_t<((bool)is_invocable_r_v<_Res, _Callable, _Args ...>), _Res> std::__invoke_r(_Callable&&, _Args&& ...) [with _Res = void; _Callable = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(uint32_t)>::<lambda(testProtocolV1MyEnum)>&; _Args = {testProtocolV1MyEnum}]' at /usr/include/c++/15.2.1/bits/invoke.h:113:28,
inlined from 'static _Res std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes&& ...) [with _Res = void; _Functor = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(uint32_t)>::<lambda(testProtocolV1MyEnum)>; _ArgTypes = {testProtocolV1MyEnum}]' at /usr/include/c++/15.2.1/bits/std_function.h:292:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {}]',
inlined from 'void std::println(FILE*, format_string<_Args ...>, _Args&& ...) [with _Args = {}]' at /usr/include/c++/15.2.1/print:125:15,
inlined from 'void std::println(format_string<_Args ...>, _Args&& ...) [with _Args = {}]' at /usr/include/c++/15.2.1/print:131:19,
inlined from '<lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(uint32_t)>::<lambda(testProtocolV1MyEnum)>' at /build/hyprwire/src/hyprwire-0.2.1/tests/Server.cpp:46:25,
inlined from 'constexpr _Res std::__invoke_impl(__invoke_other, _Fn&&, _Args&& ...) [with _Res = void; _Fn = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(uint32_t)>::<lambda(testProtocolV1MyEnum)>&; _Args = {testProtocolV1MyEnum}]' at /usr/include/c++/15.2.1/bits/invoke.h:63:36,
inlined from 'constexpr std::enable_if_t<((bool)is_invocable_r_v<_Res, _Callable, _Args ...>), _Res> std::__invoke_r(_Callable&&, _Args&& ...) [with _Res = void; _Callable = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(uint32_t)>::<lambda(testProtocolV1MyEnum)>&; _Args = {testProtocolV1MyEnum}]' at /usr/include/c++/15.2.1/bits/invoke.h:113:28,
inlined from 'static _Res std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes&& ...) [with _Res = void; _Functor = <lambda(Hyprutils::Memory::CSharedPointer<Hyprwire::IObject>)>::<lambda(uint32_t)>::<lambda(testProtocolV1MyEnum)>; _ArgTypes = {testProtocolV1MyEnum}]' at /usr/include/c++/15.2.1/bits/std_function.h:292:30:
/usr/include/c++/15.2.1/format:4893:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
4893 | { return std::vformat(__fmt.get(), std::make_format_args(__args...)); }
| ^
[100%] Linking CXX executable server
[100%] Linking CXX executable client
[100%] Built target server
[100%] Built target client
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: "None"
-- Installing: /build/hyprwire/pkg/hyprwire/usr/bin/hyprwire-scanner
-- Installing: /build/hyprwire/pkg/hyprwire/usr/lib/pkgconfig/hyprwire-scanner.pc
-- Installing: /build/hyprwire/pkg/hyprwire/usr/lib/cmake/hyprwire-scanner/hyprwire-scanner-config.cmake
-- Installing: /build/hyprwire/pkg/hyprwire/usr/lib/cmake/hyprwire-scanner/hyprwire-scanner-config-version.cmake
-- Installing: /build/hyprwire/pkg/hyprwire/usr/lib/libhyprwire.so.0.2.1
-- Installing: /build/hyprwire/pkg/hyprwire/usr/lib/libhyprwire.so.2
-- Installing: /build/hyprwire/pkg/hyprwire/usr/lib/libhyprwire.so
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core/implementation
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core/implementation/ServerImpl.hpp
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core/implementation/ClientImpl.hpp
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core/implementation/Types.hpp
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core/implementation/Object.hpp
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core/implementation/Spec.hpp
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core/ServerSocket.hpp
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core/ClientSocket.hpp
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core/types
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/core/types/MessageMagic.hpp
-- Installing: /build/hyprwire/pkg/hyprwire/usr/include/hyprwire/hyprwire.hpp
-- Installing: /build/hyprwire/pkg/hyprwire/usr/lib/pkgconfig/hyprwire.pc
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "hyprwire"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: hyprwire 0.2.1-2 (Sat Dec 6 02:29:55 2025)
==> Cleaning up...
[?12l[?25h