I've seen the same issue. There are build errors.
x86_64-w64-mingw32-gcc -c -o dlls/ctl3d32/ctl3d32.cross.o /private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/ctl3d32/ctl3d32.c \
-I dlls/ctl3d32 -I /private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/ctl3d32 -I \
include -I /private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/include -I \
/private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/include/msvcrt -D__WINESRC__ -D_UCRT \
-D__WINE_PE_BUILD -Wall -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body \
-Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes \
-Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op \
-Wabsolute-value -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
bison -o dlls/d3dcompiler_33/asmshader.tab.c -d /private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/d3dcompiler_43/asmshader.y
/private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/crypt32/unixlib.c:629:11: error: unknown type name 'SecTrustSettingsDomain'
const SecTrustSettingsDomain domains[] = {
^
/private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/crypt32/unixlib.c:630:9: error: use of undeclared identifier 'kSecTrustSettingsDomainSystem'
kSecTrustSettingsDomainSystem,
^
flex -odlls/d3dcompiler_33/asmshader.yy.c /private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/d3dcompiler_43/asmshader.l
/private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/crypt32/unixlib.c:631:9: error: use of undeclared identifier 'kSecTrustSettingsDomainAdmin'
kSecTrustSettingsDomainAdmin,
^
/private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/crypt32/unixlib.c:632:9: error: use of undeclared identifier 'kSecTrustSettingsDomainUser'
kSecTrustSettingsDomainUser
^
/private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/crypt32/unixlib.c:640:18: warning: this function declaration is not a prototype [-Wstrict-prototypes]
status = SecTrustSettingsCopyCertificates(domains[domain], &certs);
^
/private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/crypt32/unixlib.c:641:23: error: use of undeclared identifier 'noErr'
if (status == noErr)
^
/private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/crypt32/unixlib.c:647:31: warning: this function declaration is not a prototype [-Wstrict-prototypes]
if ((status = SecItemExport(cert, kSecFormatX509Cert, 0, NULL, &certData)) == noErr)
^
bison -o dlls/d3dcompiler_34/asmshader.tab.c -d /private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/d3dcompiler_43/asmshader.y
/private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/crypt32/unixlib.c:647:51: error: use of undeclared identifier 'kSecFormatX509Cert'
if ((status = SecItemExport(cert, kSecFormatX509Cert, 0, NULL, &certData)) == noErr)
^
/private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/crypt32/unixlib.c:647:95: error: use of undeclared identifier 'noErr'
if ((status = SecItemExport(cert, kSecFormatX509Cert, 0, NULL, &certData)) == noErr)
^
flex -odlls/d3dcompiler_34/asmshader.yy.c /private/tmp/game-porting-toolkit-20240311-57245-rrkdfh/wine/dlls/d3dcompiler_43/asmshader.l
2 warnings and 7 errors generated.
make: *** [dlls/crypt32/unixlib.o] Error 1
make: *** Waiting for unfinished jobs....