Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/emulation scene #2411

Draft
wants to merge 235 commits into
base: develop
Choose a base branch
from
Draft

Feature/emulation scene #2411

wants to merge 235 commits into from

Conversation

JoeMatt
Copy link
Member

@JoeMatt JoeMatt commented Mar 30, 2025

What does this PR do

Where should the reviewer start

How should this be manually tested

Any background context you want to provide

What are the relevant tickets

Screenshots (important for UI changes)

Questions

Copy link

qodo-merge-pro bot commented Mar 30, 2025

CI Feedback 🧐

(Feedback updated until commit 04a0e66)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Build and upload Provenance (Provenance-Lite-iOS, iphoneos, Provenance-Lite (AppStore) (Release),...

Failed stage: Fakesign app [❌]

Failure summary:

The build failed during the Swift compilation phase for the 'Provenance-Lite (AppStore)' target. The
specific error is shown in lines 20882-20884:


##[error]missing argument for parameter 'appDelegate' in call
UIKitHostedProvenanceMainView()
^


This indicates that the UIKitHostedProvenanceMainView initializer requires an appDelegate parameter
that wasn't provided. Additionally, there's another error in line 20885-20886 where the code tries
to use EmulatorScene() but this type cannot be found in scope.

These Swift compilation errors prevented the archive process from completing successfully, as shown
in line 21080-21083 where it states "ARCHIVE FAILED" followed by the failed build commands.

Relevant error logs:
1:  ##[group]Operating System
2:  macOS
...

7141:  442 |         INT_ENTRY(6, vPipeAdr),
7142:  |         ^~~~~~~~~~~~~~~~~~~~~~
7143:  ##[warning]performing pointer subtraction with a null pointer may have undefined behavior [-Wnull-pointer-subtraction]
7144:  443 |         INT_ENTRY(6, vSign),
7145:  |         ^~~~~~~~~~~~~~~~~~~
7146:  ##[warning]performing pointer subtraction with a null pointer may have undefined behavior [-Wnull-pointer-subtraction]
7147:  444 |         INT_ENTRY(6, vZero),
7148:  |         ^~~~~~~~~~~~~~~~~~~
7149:  ##[warning]performing pointer subtraction with a null pointer may have undefined behavior [-Wnull-pointer-subtraction]
7150:  445 |         INT_ENTRY(6, vCarry),
7151:  |         ^~~~~~~~~~~~~~~~~~~~
7152:  ##[warning]performing pointer subtraction with a null pointer may have undefined behavior [-Wnull-pointer-subtraction]
7153:  446 |         INT_ENTRY(6, vOverflow),
7154:  |         ^~~~~~~~~~~~~~~~~~~~~~~
7155:  ##[warning]performing pointer subtraction with a null pointer may have undefined behavior [-Wnull-pointer-subtraction]
7156:  447 |         INT_ENTRY(6, vErrorCode),
7157:  |         ^~~~~~~~~~~~~~~~~~~~~~~~
...

9336:  [�[36mspirv-cross-hlslPPSSPP�[0m] �[1mBuilding library�[0m Provenance-Lite\ (AppStore)\
9337:  [�[36mspirv-cross-cppPPSSPP�[0m] �[1mBuilding library�[0m Provenance-Lite\ (AppStore)\
9338:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngwutil.c
9339:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngwtran.c
9340:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngwrite.c
9341:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngwio.c
9342:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngtrans.c
9343:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngset.c
9344:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngrutil.c
9345:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngrtran.c
9346:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngrio.c
9347:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngread.c
9348:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngpread.c
9349:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngmem.c
9350:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngget.c
9351:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m pngerror.c
9352:  [�[36mpng17PPSSPP�[0m] �[1mCompiling�[0m png.c
...

9426:  80 | inline unsigned long long bswap64(unsigned long long x) { return ((unsigned long long)bswap32(x) << 32) | bswap32(x >> 32); }
9427:  |                                                                                       ~~~~~~~ ^
9428:  [�[36mnativePPSSPP�[0m] �[1mCompiling�[0m CustomButtonMappingScreen.cpp
9429:  [�[36mnativePPSSPP�[0m] �[1mCompiling�[0m ControlMappingScreen.cpp
9430:  [�[36mnativePPSSPP�[0m] �[1mCompiling�[0m ChatScreen.cpp
9431:  ##[warning]implicit conversion loses integer precision: 'unsigned long long' to 'unsigned int' [-Wshorten-64-to-32]
9432:  80 | inline unsigned long long bswap64(unsigned long long x) { return ((unsigned long long)bswap32(x) << 32) | bswap32(x >> 32); }
9433:  |                                                                                       ~~~~~~~ ^
9434:  [�[36mnativePPSSPP�[0m] �[1mCompiling�[0m BackgroundAudio.cpp
9435:  ##[warning]implicit conversion loses integer precision: 'unsigned long long' to 'unsigned int' [-Wshorten-64-to-32]
9436:  80 | inline unsigned long long bswap64(unsigned long long x) { return ((unsigned long long)bswap32(x) << 32) | bswap32(x >> 32); }
9437:  |                                                                                       ~~~~~~~ ^
9438:  [�[36mnativePPSSPP�[0m] �[1mCompiling�[0m AudioCommon.cpp
9439:  [�[36mnativePPSSPP�[0m] �[1mCompiling�[0m AppleBatteryClient.m
9440:  [�[36mminiupnpcPPSSPP�[0m] �[1mCompiling�[0m upnpreplyparse.c
9441:  [�[36mminiupnpcPPSSPP�[0m] �[1mCompiling�[0m upnperrors.c
9442:  [�[36mminiupnpcPPSSPP�[0m] �[1mCompiling�[0m upnpdev.c
...

9522:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m zstd_compress_superblock.c
9523:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m zstd_compress_sequences.c
9524:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m zstd_compress_literals.c
9525:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m zstd_compress.c
9526:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m zstd_common.c
9527:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m zdict.c
9528:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m xxhash.c
9529:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m threading.c
9530:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m pool.c
9531:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m huf_decompress.c
9532:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m huf_compress.c
9533:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m hist.c
9534:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m fse_decompress.c
9535:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m fse_compress.c
9536:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m fastcover.c
9537:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m error_private.c
9538:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m entropy_common.c
9539:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m divsufsort.c
9540:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m debug.c
9541:  [�[36mlibzstd_staticPPSSPP�[0m] �[1mCompiling�[0m cover.c
9542:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_utf-8.c
9543:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_unchange_data.c
9544:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_unchange_archive.c
9545:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_unchange_all.c
9546:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_unchange.c
9547:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_string.c
9548:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_strerror.c
9549:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_stat_init.c
...

9562:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_seek.c
9563:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_rollback_write.c
9564:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_remove.c
9565:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_read.c
9566:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_pkware_encode.c
9567:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_pkware_decode.c
9568:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_open.c
9569:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_layered.c
9570:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_is_deleted.c
9571:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_get_file_attributes.c
9572:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_function.c
9573:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_free.c
9574:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_file_stdio_named.c
9575:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_file_stdio.c
9576:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_file_common.c
9577:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_error.c
9578:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_source_crc.c
...

9605:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_hash.c
9606:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_get_num_files.c
9607:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_get_num_entries.c
9608:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_get_name.c
9609:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_get_file_comment.c
9610:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_get_encryption_implementation.c
9611:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_get_archive_flag.c
9612:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_get_archive_comment.c
9613:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_ftell.c
9614:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_fseek.c
9615:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_fread.c
9616:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_fopen_index_encrypted.c
9617:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_fopen_index.c
9618:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_fopen_encrypted.c
9619:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_fopen.c
9620:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_strerror.c
9621:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_set_mtime.c
9622:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_set_external_attributes.c
9623:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_set_encryption.c
9624:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_set_comment.c
9625:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_replace.c
9626:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_rename.c
9627:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_get_offset.c
9628:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_get_external_attributes.c
9629:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_get_comment.c
9630:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_error_get.c
9631:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_error_clear.c
9632:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_file_add.c
9633:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_fdopen.c
9634:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_fclose.c
9635:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_extra_field_api.c
9636:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_extra_field.c
9637:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_error_to_str.c
9638:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_error_strerror.c
9639:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_error_get_sys_type.c
9640:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_error_get.c
9641:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_error_clear.c
9642:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_error.c
9643:  [�[36mlibzipPPSSPP�[0m] �[1mCompiling�[0m zip_err_str.c
...

11944:  [�[36mpotator�[0m] �[1mBuilding library�[0m Provenance-Lite\ (AppStore)\
11945:  [�[36mpng�[0m] �[1mCompiling�[0m pngwutil.c
11946:  [�[36mpng�[0m] �[1mCompiling�[0m pngwtran.c
11947:  [�[36mpng�[0m] �[1mCompiling�[0m pngwrite.c
11948:  [�[36mpng�[0m] �[1mCompiling�[0m pngwio.c
11949:  [�[36mpng�[0m] �[1mCompiling�[0m pngtrans.c
11950:  [�[36mpng�[0m] �[1mCompiling�[0m pngtest.c
11951:  [�[36mpng�[0m] �[1mCompiling�[0m pngset.c
11952:  [�[36mpng�[0m] �[1mCompiling�[0m pngrutil.c
11953:  [�[36mpng�[0m] �[1mCompiling�[0m pngrtran.c
11954:  [�[36mpng�[0m] �[1mCompiling�[0m pngrio.c
11955:  [�[36mpng�[0m] �[1mCompiling�[0m pngread.c
11956:  [�[36mpng�[0m] �[1mCompiling�[0m pngpread.c
11957:  [�[36mpng�[0m] �[1mCompiling�[0m pngmem.c
11958:  [�[36mpng�[0m] �[1mCompiling�[0m pngget.c
11959:  [�[36mpng�[0m] �[1mCompiling�[0m pngerror.c
11960:  [�[36mpng�[0m] �[1mCompiling�[0m png.c
...

12204:  [�[36mmednafen�[0m] �[1mCompiling�[0m settings.cpp
12205:  [�[36mmednafen�[0m] �[1mCompiling�[0m qtrecord.cpp
12206:  [�[36mmednafen�[0m] �[1mCompiling�[0m psx.cpp
12207:  [�[36mmednafen�[0m] �[1mCompiling�[0m player.cpp
12208:  [�[36mmednafen�[0m] �[1mCompiling�[0m netplay.cpp
12209:  [�[36mmednafen�[0m] �[1mCompiling�[0m movie.cpp
12210:  [�[36mmednafen�[0m] �[1mCompiling�[0m mempatcher.cpp
12211:  [�[36mmednafen�[0m] �[1mCompiling�[0m memory.cpp
12212:  [�[36mmednafen�[0m] �[1mCompiling�[0m mednafen.cpp
12213:  [�[36mmednafen�[0m] �[1mCompiling�[0m md5.cpp
12214:  [�[36mmednafen�[0m] �[1mCompiling�[0m git.cpp
12215:  [�[36mmednafen�[0m] �[1mCompiling�[0m general.cpp
12216:  [�[36mmednafen�[0m] �[1mCompiling�[0m gb.cpp
12217:  [�[36mmednafen�[0m] �[1mCompiling�[0m file.cpp
12218:  [�[36mmednafen�[0m] �[1mCompiling�[0m escape.cpp
12219:  [�[36mmednafen�[0m] �[1mCompiling�[0m error.cpp
12220:  [�[36mmednafen�[0m] �[1mCompiling�[0m endian.cpp
...

12238:  [�[36mmednafen�[0m] �[1mCompiling�[0m IPSPatcher.cpp
12239:  [�[36mmednafen�[0m] �[1mCompiling�[0m FileStream.cpp
12240:  [�[36mmednafen�[0m] �[1mCompiling�[0m ExtMemStream.cpp
12241:  [�[36mmednafen�[0m] �[1mCompiling�[0m CDInterface_ST.cpp
12242:  [�[36mmednafen�[0m] �[1mCompiling�[0m CDInterface_MT.cpp
12243:  [�[36mmednafen�[0m] �[1mCompiling�[0m CDInterface.cpp
12244:  [�[36mmednafen�[0m] �[1mCompiling�[0m zstd_decompress_block.c
12245:  [�[36mmednafen�[0m] �[1mCompiling�[0m zstd_decompress.c
12246:  [�[36mmednafen�[0m] �[1mCompiling�[0m zstd_ddict.c
12247:  [�[36mmednafen�[0m] �[1mCompiling�[0m zstd_common.c
12248:  [�[36mmednafen�[0m] �[1mCompiling�[0m resample.c
12249:  [�[36mmednafen�[0m] �[1mCompiling�[0m xxhash.c
12250:  [�[36mmednafen�[0m] �[1mCompiling�[0m minilzo.c
12251:  [�[36mmednafen�[0m] �[1mCompiling�[0m huf_decompress.c
12252:  [�[36mmednafen�[0m] �[1mCompiling�[0m fse_decompress.c
12253:  [�[36mmednafen�[0m] �[1mCompiling�[0m error_private.c
12254:  [�[36mmednafen�[0m] �[1mCompiling�[0m entropy_common.c
...

13849:  [�[36memuthree�[0m] �[1mCompiling�[0m fips140.cpp
13850:  [�[36memuthree�[0m] �[1mCompiling�[0m filters.cpp
13851:  [�[36memuthree�[0m] �[1mCompiling�[0m filter.cpp
13852:  [�[36memuthree�[0m] �[1mCompiling�[0m filter.cpp
13853:  [�[36memuthree�[0m] �[1mCompiling�[0m files.cpp
13854:  [�[36memuthree�[0m] �[1mCompiling�[0m file_util.cpp
13855:  [�[36memuthree�[0m] �[1mCompiling�[0m file_handle.mm
13856:  [�[36memuthree�[0m] �[1mCompiling�[0m file.cpp
13857:  [�[36memuthree�[0m] �[1mCompiling�[0m ffmpeg_dl.cpp
13858:  [�[36memuthree�[0m] �[1mCompiling�[0m factory.cpp
13859:  [�[36memuthree�[0m] �[1mCompiling�[0m extra_hid.cpp
13860:  [�[36memuthree�[0m] �[1mCompiling�[0m exclusive_monitor.cpp
13861:  [�[36memuthree�[0m] �[1mCompiling�[0m event.cpp
13862:  [�[36memuthree�[0m] �[1mCompiling�[0m etc1.cpp
13863:  [�[36memuthree�[0m] �[1mCompiling�[0m esign.cpp
13864:  [�[36memuthree�[0m] �[1mCompiling�[0m error.cpp
13865:  [�[36memuthree�[0m] �[1mCompiling�[0m erreula.cpp
...

14054:  [�[36memuthree�[0m] �[1mCompiling�[0m CameraFactory.mm
14055:  [�[36memuthree�[0m] �[1mCompiling�[0m 3way.cpp
14056:  [�[36memuthree�[0m] �[1mCompiling�[0m 3dsx.cpp
14057:  [�[36mfceux-netplay-server�[0m] �[1mCompiling�[0m fceux_netplay_server.m
14058:  [�[36mfceux-netplay-server�[0m] �[1mBuilding library�[0m Provenance-Lite\ (AppStore)\
14059:  [�[36memuthree�[0m] �[1mCompiling�[0m ini.c
14060:  [�[36memuthree�[0m] �[1mCompiling�[0m emuthree_vers.c
14061:  [�[36mfceux-netplay-server�[0m] �[1mCopy�[0m fceux_netplay_server.h -> fceux_netplay_server.h
14062:  [�[36mcityhashPPSSPP�[0m] �[1mCompiling�[0m city.cpp
14063:  [�[36mcityhashPPSSPP�[0m] �[1mBuilding library�[0m Provenance-Lite\ (AppStore)\
14064:  [�[36mdesmume2015�[0m] �[1mCompiling�[0m xstring.cpp
14065:  [�[36mdesmume2015�[0m] �[1mCompiling�[0m wifi.cpp
14066:  [�[36memuthree�[0m] �[1mBuilding library�[0m Provenance-Lite\ (AppStore)\
14067:  [�[36mdesmume2015�[0m] �[1mCompiling�[0m vfat.cpp
14068:  [�[36mdesmume2015�[0m] �[1mCompiling�[0m tinyxmlparser.cpp
14069:  [�[36mdesmume2015�[0m] �[1mCompiling�[0m tinyxmlerror.cpp
14070:  [�[36mdesmume2015�[0m] �[1mCompiling�[0m tinyxml.cpp
...

17419:  54 |         return (tp.tv_sec - sys_timeBase) * 1000 + tp.tv_usec / 1000;
17420:  |         ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
17421:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m VRFramebuffer.cpp
17422:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m VRBase.cpp
17423:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m VFS.cpp
17424:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m Utf8.cpp
17425:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m URL.cpp
17426:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m UIScreen.cpp
17427:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m UI.cpp
17428:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m Tween.cpp
17429:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m TimeUtil.cpp
17430:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m Thunk.cpp
17431:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m ThreadUtil.cpp
17432:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m ThreadManager.cpp
17433:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m TextureAtlas.cpp
17434:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m SysError.cpp
17435:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m StringUtils.cpp
...

17506:  39 |                 int sent = send(sock, &data_[pos], (int)(end - pos), MSG_NOSIGNAL);
17507:  |                     ~~~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17508:  ##[warning]implicit conversion loses integer precision: 'uintptr_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
17509:  39 |                 int sent = send(sock, &data_[pos], (int)(end - pos), MSG_NOSIGNAL);
17510:  |                            ~~~~ ^~~~
17511:  ##[warning]implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
17512:  72 |                 int retval = recv(fd, &buf[0], (int)buf.size(), MSG_NOSIGNAL);
17513:  |                     ~~~~~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17514:  ##[warning]implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
17515:  103 |         while ((retval = recv(fd, buf, (int)std::min(sz, sizeof(buf)), MSG_NOSIGNAL)) > 0) {
17516:  |                        ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17517:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m MipsEmitter.cpp
17518:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m MipsCPUDetect.cpp
17519:  [�[36mCommonPPSSPP�[0m] �[1mCompiling�[0m MemoryUtil.cpp
17520:  ##[warning]format specifies type 'unsigned long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
17521:  260 |         _assert_msg_(ptr != nullptr, "Failed to allocate aligned memory of size %llu", size);
17522:  |                                                                                 ~~~~   ^~~~
...

17897:  [�[36mRealmCore�[0m] �[1mCompiling�[0m terminate.cpp
17898:  [�[36mRealmCore�[0m] �[1mCompiling�[0m table_view.cpp
17899:  [�[36mRealmCore�[0m] �[1mCompiling�[0m table_ref.cpp
17900:  [�[36mRealmCore�[0m] �[1mCompiling�[0m table.cpp
17901:  [�[36mRealmCore�[0m] �[1mCompiling�[0m system_configuration.cpp
17902:  [�[36mRealmCore�[0m] �[1mCompiling�[0m sync_session.cpp
17903:  [�[36mRealmCore�[0m] �[1mCompiling�[0m sync_schema_migration.cpp
17904:  [�[36mRealmCore�[0m] �[1mCompiling�[0m sync_metadata_schema.cpp
17905:  [�[36mRealmCore�[0m] �[1mCompiling�[0m sync_manager.cpp
17906:  [�[36mRealmCore�[0m] �[1mCompiling�[0m sync_file.cpp
17907:  [�[36mRealmCore�[0m] �[1mCompiling�[0m subscriptions.cpp
17908:  [�[36mRealmCore�[0m] �[1mCompiling�[0m string_data.cpp
17909:  [�[36mRealmCore�[0m] �[1mCompiling�[0m status.cpp
17910:  [�[36mRealmCore�[0m] �[1mCompiling�[0m spec.cpp
17911:  [�[36mRealmCore�[0m] �[1mCompiling�[0m sort_descriptor.cpp
17912:  [�[36mRealmCore�[0m] �[1mCompiling�[0m simulated_failure.cpp
17913:  [�[36mRealmCore�[0m] �[1mCompiling�[0m shared_realm.cpp
...

17943:  [�[36mRealmCore�[0m] �[1mCompiling�[0m object_id.cpp
17944:  [�[36mRealmCore�[0m] �[1mCompiling�[0m object_id.cpp
17945:  [�[36mRealmCore�[0m] �[1mCompiling�[0m object_converter.cpp
17946:  [�[36mRealmCore�[0m] �[1mCompiling�[0m object_changeset.cpp
17947:  [�[36mRealmCore�[0m] �[1mCompiling�[0m object.cpp
17948:  [�[36mRealmCore�[0m] �[1mCompiling�[0m obj_list.cpp
17949:  [�[36mRealmCore�[0m] �[1mCompiling�[0m obj.cpp
17950:  [�[36mRealmCore�[0m] �[1mCompiling�[0m node.cpp
17951:  [�[36mRealmCore�[0m] �[1mCompiling�[0m network_ssl.cpp
17952:  [�[36mRealmCore�[0m] �[1mCompiling�[0m network_reachability_observer.cpp
17953:  [�[36mRealmCore�[0m] �[1mCompiling�[0m network.cpp
17954:  [�[36mRealmCore�[0m] �[1mCompiling�[0m mongo_database.cpp
17955:  [�[36mRealmCore�[0m] �[1mCompiling�[0m mongo_collection.cpp
17956:  [�[36mRealmCore�[0m] �[1mCompiling�[0m mongo_client.cpp
17957:  [�[36mRealmCore�[0m] �[1mCompiling�[0m mixed.cpp
17958:  [�[36mRealmCore�[0m] �[1mCompiling�[0m misc_ext_errors.cpp
17959:  [�[36mRealmCore�[0m] �[1mCompiling�[0m misc_errors.cpp
17960:  [�[36mRealmCore�[0m] �[1mCompiling�[0m migration_store.cpp
...

17977:  [�[36mRealmCore�[0m] �[1mCompiling�[0m index_set.cpp
17978:  [�[36mRealmCore�[0m] �[1mCompiling�[0m http.cpp
17979:  [�[36mRealmCore�[0m] �[1mCompiling�[0m history.cpp
17980:  [�[36mRealmCore�[0m] �[1mCompiling�[0m history.cpp
17981:  [�[36mRealmCore�[0m] �[1mCompiling�[0m group_writer.cpp
17982:  [�[36mRealmCore�[0m] �[1mCompiling�[0m group.cpp
17983:  [�[36mRealmCore�[0m] �[1mCompiling�[0m global_key.cpp
17984:  [�[36mRealmCore�[0m] �[1mCompiling�[0m geospatial.cpp
17985:  [�[36mRealmCore�[0m] �[1mCompiling�[0m generic_network_transport.cpp
17986:  [�[36mRealmCore�[0m] �[1mCompiling�[0m file_mapper.cpp
17987:  [�[36mRealmCore�[0m] �[1mCompiling�[0m file.cpp
17988:  [�[36mRealmCore�[0m] �[1mCompiling�[0m fifo_helper.cpp
17989:  [�[36mRealmCore�[0m] �[1mCompiling�[0m external_commit_helper.cpp
17990:  [�[36mRealmCore�[0m] �[1mCompiling�[0m exceptions.cpp
17991:  [�[36mRealmCore�[0m] �[1mCompiling�[0m exceptions.mm
17992:  [�[36mRealmCore�[0m] �[1mCompiling�[0m error_codes.cpp
17993:  [�[36mRealmCore�[0m] �[1mCompiling�[0m enum.cpp
...

18015:  [�[36mRealmCore�[0m] �[1mCompiling�[0m client_reset_recovery.cpp
18016:  [�[36mRealmCore�[0m] �[1mCompiling�[0m client_reset_operation.cpp
18017:  [�[36mRealmCore�[0m] �[1mCompiling�[0m client_reset.cpp
18018:  [�[36mRealmCore�[0m] �[1mCompiling�[0m client_impl_base.cpp
18019:  [�[36mRealmCore�[0m] �[1mCompiling�[0m client_history_impl.cpp
18020:  [�[36mRealmCore�[0m] �[1mCompiling�[0m client.cpp
18021:  [�[36mRealmCore�[0m] �[1mCompiling�[0m cli_args.cpp
18022:  [�[36mRealmCore�[0m] �[1mCompiling�[0m class.cpp
18023:  [�[36mRealmCore�[0m] �[1mCompiling�[0m chunked_binary.cpp
18024:  [�[36mRealmCore�[0m] �[1mCompiling�[0m changeset_parser.cpp
18025:  [�[36mRealmCore�[0m] �[1mCompiling�[0m changeset_index.cpp
18026:  [�[36mRealmCore�[0m] �[1mCompiling�[0m changeset_encoder.cpp
18027:  [�[36mRealmCore�[0m] �[1mCompiling�[0m changeset.cpp
18028:  [�[36mRealmCore�[0m] �[1mCompiling�[0m bson.cpp
18029:  [�[36mRealmCore�[0m] �[1mCompiling�[0m bplustree.cpp
18030:  [�[36mRealmCore�[0m] �[1mCompiling�[0m basic_system_errors.cpp
18031:  [�[36mRealmCore�[0m] �[1mCompiling�[0m base64.cpp
...

18095:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMObjectId.mm
18096:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMObjectBase.mm
18097:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMObject.mm
18098:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMNetworkTransport.mm
18099:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMMongoCollection.mm
18100:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMMongoClient.mm
18101:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMMigration.mm
18102:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMManagedSet.mm
18103:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMManagedDictionary.mm
18104:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMManagedArray.mm
18105:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMLogger.mm
18106:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMGeospatial.mm
18107:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMFindOptions.mm
18108:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMFindOneAndModifyOptions.mm
18109:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMEvent.mm
18110:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMError.mm
18111:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMEmbeddedObject.mm
...

18124:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMAccessor.mm
18125:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMAPIKeyAuth.mm
18126:  [�[36mPVSettings�[0m] �[1mCopy�[0m PVSettings.modulemap -> PVSettings.modulemap
18127:  [�[36mPVRingBuffer�[0m] �[1mCopy�[0m PVRingBuffer.modulemap -> PVRingBuffer.modulemap
18128:  [�[36mMBProgressHUD�[0m] �[1mRegisterExecutionPolicyException�[0m MBProgressHUD.o
18129:  [�[36mLighter�[0m] �[1mRegisterExecutionPolicyException�[0m Lighter.o
18130:  [�[36mIssueReporting�[0m] �[1mRegisterExecutionPolicyException�[0m IssueReporting.o
18131:  [�[36mHighlightr_Highlightr�[0m] �[1mRegisterExecutionPolicyException�[0m Highlightr_Highlightr.bundle
18132:  [�[36mRealm�[0m] �[1mCompiling�[0m resource_bundle_accessor.m
18133:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMSwiftSupport.m
18134:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMInitialSubscriptionsConfiguration.m
18135:  [�[36mPVRingBuffer�[0m] �[1mCopy�[0m arm64-apple-ios.swiftmodule -> PVRingBuffer.swiftmodule
18136:  [�[36mPVRingBuffer�[0m] �[1mCopy�[0m arm64-apple-ios.swiftdoc -> PVRingBuffer.swiftdoc
18137:  [�[36mPVRingBuffer�[0m] �[1mCopy�[0m arm64-apple-ios.abi.json -> PVRingBuffer.abi.json
18138:  [�[36mRealm�[0m] �[1mCompiling�[0m RLMConstants.m
18139:  [�[36mRealm�[0m] �[1mCompiling�[0m NSError+RLMSync.m
18140:  [�[36mPVHashing�[0m] �[1mCopy�[0m PVHashing.modulemap -> PVHashing.modulemap
...

18215:  [�[36mPVSupport�[0m] �[1mCopy�[0m arm64-apple-ios.swiftdoc -> PVSupport.swiftdoc
18216:  [�[36mPVSupport�[0m] �[1mCopy�[0m arm64-apple-ios.abi.json -> PVSupport.abi.json
18217:  [�[36mPVWebServer�[0m] �[1mCopy�[0m PVWebServer.modulemap -> PVWebServer.modulemap
18218:  [�[36mPerception�[0m] �[1mRegisterExecutionPolicyException�[0m Perception.o
18219:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m resource_bundle_accessor.m
18220:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebServerURLEncodedFormRequest.m
18221:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebServerStreamedResponse.m
18222:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebServerResponse.m
18223:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebServerRequest.m
18224:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebServerMultiPartFormRequest.m
18225:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebUploader.m
18226:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebServerFileResponse.m
18227:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebServerFunctions.m
18228:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebServerFileRequest.m
18229:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m PVWebServer.m
18230:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebServerErrorResponse.m
18231:  [�[36mPVWebServer�[0m] �[1mCompiling�[0m GCDWebServerDataResponse.m
...

18569:  [�[36mPVFCEU�[0m] �[1mCopy�[0m arm64-apple-ios.swiftmodule -> PVFCEU.swiftmodule
18570:  [�[36mPVFCEU�[0m] �[1mCopy�[0m arm64-apple-ios.swiftdoc -> PVFCEU.swiftdoc
18571:  [�[36mPVFCEU�[0m] �[1mCopy�[0m arm64-apple-ios.abi.json -> PVFCEU.abi.json
18572:  ##[warning]pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
18573:  - (BOOL)loadFileAtPath:(NSString *)path
18574:  ^
18575:  ##[warning]pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
18576:  - (id<RingBufferProtocol>)ringBufferAtIndex:(NSUInteger)index;
18577:  ^
18578:  ##[warning]'CAEAGLLayer' is deprecated: first deprecated in iOS 12.0 - OpenGLES is deprecated
18579:  CAEAGLLayer *m_gl_layer;
18580:  ^
18581:  ##[warning]'GLKViewController' was deprecated in iOS 12.0: OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
18582:  @objc public class EmuThreeOGLViewController: GLKViewController {
18583:  ^
18584:  ##[warning]call to main actor-isolated instance method 'addTextField(configurationHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
18585:  alertController.addTextField()
18586:  ^
18587:  ##[warning]call to main actor-isolated instance method 'addTextField(configurationHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
18588:  alertController.addTextField()
...

18841:  ##[warning]method definition for 'refreshScreenSize' not found [-Wincomplete-implementation]
18842:  101 | @implementation PVPPSSPPCoreBridge
18843:  |                 ^
18844:  ##[warning]method definition for 'setupControllers' not found [-Wincomplete-implementation]
18845:  101 | @implementation PVPPSSPPCoreBridge
18846:  |                 ^
18847:  ##[warning]method definition for 'pollControllers' not found [-Wincomplete-implementation]
18848:  101 | @implementation PVPPSSPPCoreBridge
18849:  |                 ^
18850:  ##[warning]method definition for 'gamepadEventOnPad:button:action:' not found [-Wincomplete-implementation]
18851:  101 | @implementation PVPPSSPPCoreBridge
18852:  |                 ^
18853:  ##[warning]method definition for 'gamepadEventIrRecenter:' not found [-Wincomplete-implementation]
18854:  101 | @implementation PVPPSSPPCoreBridge
18855:  |                 ^
18856:  ##[warning]method definition for 'setCheat:setType:setCodeType:setIndex:setEnabled:error:' not found [-Wincomplete-implementation]
18857:  101 | @implementation PVPPSSPPCoreBridge
...

19345:  237 |     buffer->fillCount += amount;
19346:  |                       ~~ ^~~~~~
19347:  ##[warning]'vsprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations]
19348:  179 |                 vsprintf(tempbuf,format,argptr);
19349:  |                 ^
19350:  ##[warning]auto property synthesis will not synthesize property 'ringBuffers' declared in protocol 'EmulatorCoreAudioDataSource' [-Wobjc-protocol-property-synthesis]
19351:  76 | @implementation PVFCEUEmulatorCoreBridge
19352:  |                 ^
19353:  ##[warning]auto property synthesis will not synthesize property 'discCount' declared in protocol 'EmulatorCoreIOInterface' [-Wobjc-protocol-property-synthesis]
19354:  76 | @implementation PVFCEUEmulatorCoreBridge
19355:  |                 ^
19356:  ##[warning]auto property synthesis will not synthesize property 'valueChangedHandler' declared in protocol 'ButtonResponder' [-Wobjc-protocol-property-synthesis]
19357:  76 | @implementation PVFCEUEmulatorCoreBridge
19358:  |                 ^
19359:  ##[warning]implementing deprecated method [-Wdeprecated-implementations]
19360:  278 | - (BOOL)loadStateFromFileAtPath:(NSString *)fileName error:(NSError**)error
19361:  | ^
...

19493:  ##[warning]autosynthesized property 'preloadTextures' will use synthesized instance variable '_preloadTextures', not existing instance variable 'preloadTextures' [-Wobjc-autosynthesis-property-ivar-name-match]
19494:  34 | @implementation PVEmuThreeCoreBridge
19495:  | ^
19496:  ##[warning]auto property synthesis will not synthesize property 'ringBuffers' declared in protocol 'EmulatorCoreAudioDataSource' [-Wobjc-protocol-property-synthesis]
19497:  34 | @implementation PVEmuThreeCoreBridge
19498:  |                 ^
19499:  ##[warning]auto property synthesis will not synthesize property 'discCount' declared in protocol 'EmulatorCoreIOInterface' [-Wobjc-protocol-property-synthesis]
19500:  34 | @implementation PVEmuThreeCoreBridge
19501:  |                 ^
19502:  ##[warning]auto property synthesis will not synthesize property 'valueChangedHandler' declared in protocol 'ButtonResponder' [-Wobjc-protocol-property-synthesis]
19503:  34 | @implementation PVEmuThreeCoreBridge
19504:  |                 ^
19505:  ##[warning]unused variable 'success' [-Wunused-variable]
19506:  96 |         Service::AM::InstallStatus success = Service::AM::InstallCIA([path UTF8String], [](std::size_t total_bytes_read, std::size_t file_size) {});
19507:  |                                    ^~~~~~~
19508:  ##[warning]unused variable 'error' [-Wunused-variable]
19509:  141 |     NSError *error;
19510:  |              ^~~~~
...

19535:  ##[warning]method definition for 'pollControllers' not found [-Wincomplete-implementation]
19536:  34 | @implementation PVEmuThreeCoreBridge
19537:  |                 ^
19538:  ##[warning]method definition for 'swap' not found [-Wincomplete-implementation]
19539:  34 | @implementation PVEmuThreeCoreBridge
19540:  |                 ^
19541:  ##[warning]method definition for 'rotate' not found [-Wincomplete-implementation]
19542:  34 | @implementation PVEmuThreeCoreBridge
19543:  |                 ^
19544:  ##[warning]method definition for 'gamepadEventOnPad:button:action:' not found [-Wincomplete-implementation]
19545:  34 | @implementation PVEmuThreeCoreBridge
19546:  |                 ^
19547:  ##[warning]method definition for 'gamepadEventIrRecenter:' not found [-Wincomplete-implementation]
19548:  34 | @implementation PVEmuThreeCoreBridge
19549:  |                 ^
19550:  ##[warning]method definition for 'setCheat:setType:setCodeType:setIndex:setEnabled:error:' not found [-Wincomplete-implementation]
19551:  34 | @implementation PVEmuThreeCoreBridge
...

19839:  |                                                   ^~~~~~~
19840:  ##[warning]unused variable 'g7400' [-Wunused-variable]
19841:  107 | odyssey2[MAXC], g7400[MAXC], c52[MAXC], jopac[MAXC], file_l[MAXC], bios_l[MAXC],
19842:  |                 ^~~~~
19843:  ##[warning]unused variable 'c52' [-Wunused-variable]
19844:  107 | odyssey2[MAXC], g7400[MAXC], c52[MAXC], jopac[MAXC], file_l[MAXC], bios_l[MAXC],
19845:  |                              ^~~
19846:  ##[warning]unused variable 'jopac' [-Wunused-variable]
19847:  107 | odyssey2[MAXC], g7400[MAXC], c52[MAXC], jopac[MAXC], file_l[MAXC], bios_l[MAXC],
19848:  |                                         ^~~~~
19849:  ##[warning]unused variable 'path2' [-Wunused-variable]
19850:  108 | file_v[MAXC],scorefile[MAXC], statefile[MAXC], path2[MAXC];
19851:  |                                                ^~~~~
19852:  [�[36mPVO2EM�[0m] �[1mCompiling�[0m OdysseyGameCore+Saves.m
19853:  ##[warning]category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
19854:  28 | - (BOOL)loadStateToFileAtPath:(NSString * _Nonnull)path error:(NSError * _Nullable __autoreleasing * _Nullable)error {
19855:  | ^
...

20042:  2677 |     else if ([controller gamepad])
20043:  |                          ^~~~~~~
20044:  ##[warning]'GCGamepad' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
20045:  2679 |         GCGamepad *gamepad = [controller gamepad];
20046:  |         ^~~~~~~~~
20047:  ##[warning]'gamepad' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
20048:  2679 |         GCGamepad *gamepad = [controller gamepad];
20049:  |                                          ^~~~~~~
20050:  ##[warning]category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
20051:  2596 | - (NSInteger)controllerValueForButtonID:(unsigned)buttonID forPlayer:(NSInteger)player
20052:  | ^
20053:  ##[warning]category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
20054:  2488 | - (void)pollControllers {
20055:  | ^
20056:  ##[warning]implementing deprecated method [-Wdeprecated-implementations]
20057:  2758 | - (BOOL)loadStateFromFileAtPath:(NSString *)fileName error:(NSError**)error {
20058:  | ^
...

20083:  222 |  * @fallback          : Fallback shader type in case no
20084:  |    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20085:  ##[warning]'@callback' command should be used in a comment attached to a pointer to function declaration [-Wdocumentation]
20086:  228 |  * user-supplied @fallback value. 
20087:  |                  ~^~~~~~~~~~~~~~~
20088:  ##[warning]parameter ':' not found in the function declaration [-Wdocumentation]
20089:  138 |  * @params                  : Recording info parameters.
20090:  |                             ^
20091:  ##[warning]declaration does not declare anything [-Wmissing-declarations]
20092:  133 | void RARCH_LOG(const char *fmt, ...);
20093:  | ^~~~
20094:  ##[warning]declaration does not declare anything [-Wmissing-declarations]
20095:  135 | void RARCH_LOG_OUTPUT(const char *msg, ...);
20096:  | ^~~~
20097:  ##[warning]implementing deprecated method [-Wdeprecated-implementations]
20098:  63 | - (BOOL)saveStateToFileAtPath:(NSString *)fileName error:(NSError**)error {
20099:  | ^
20100:  ##[warning]implementing deprecated method [-Wdeprecated-implementations]
20101:  71 | - (BOOL)loadStateFromFileAtPath:(NSString *)fileName error:(NSError**)error {
20102:  | ^
...

20491:  ##[warning]ld: duplicate symbol '_config' in:
20492:  [�[36mPVGenesis�[0m] �[1mGenerating�[0m PVGenesis.framework.dSYM
20493:  [�[36mPVGambatteOptions�[0m] �[1mLinking�[0m PVGambatteOptions.o
20494:  [�[36mPVFreeDOGameCoreBridge�[0m] �[1mLinking�[0m PVFreeDOGameCoreBridge.o
20495:  [�[36mPVFCEU�[0m] �[1mProcessing�[0m Info.plist
20496:  [�[36mPVFCEU�[0m] �[1mCopying�[0m fceux-server.conf
20497:  [�[36mPVFCEU�[0m] �[1mLinking�[0m PVFCEU
20498:  [�[36mPVFCEU�[0m] �[1mCopying�[0m Core.plist
20499:  [�[36mPVFCEU�[0m] �[1mGenerating�[0m PVFCEU.framework.dSYM
20500:  [�[36mPVEmuThree�[0m] �[1mProcessing�[0m Info.plist
20501:  [�[36mPVEmuThree�[0m] �[1mLinking�[0m PVEmuThree
20502:  ##[warning]ld: search path '/Users/runner/work/Provenance/Provenance/Cores/emuThree/lib/Release-iphoneos' not found
20503:  ##[warning]ld: search path '/Users/runner/work/Provenance/Provenance/Cores/emuThree/lib/Release' not found
20504:  ##[warning]ld: search path '/Applications/Xcode_16.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/iOSSupport/System/Library/Frameworks' not found
20505:  ##[warning]ld: object file (/Users/runner/Library/Developer/Xcode/DerivedData/Provenance-evgojuyeqdhljldhzqbjcxclykix/Build/Intermediates.noindex/ArchiveIntermediates/Provenance-Lite (AppStore) (Release)/BuildProductsPath/Release-iphoneos/libemuthree.a[1194](entropy_common.o)) was built for newer 'iOS' version (17.0) than being linked (16.0)
20506:  ##[warning]ld: object file (/Users/runner/Library/Developer/Xcode/DerivedData/Provenance-evgojuyeqdhljldhzqbjcxclykix/Build/Intermediates.noindex/ArchiveIntermediates/Provenance-Lite (AppStore) (Release)/BuildProductsPath/Release-iphoneos/libemuthree.a[1195](error_private.o)) was built for newer 'iOS' version (17.0) than being linked (16.0)
20507:  ##[warning]ld: object file (/Users/runner/Library/Developer/Xcode/DerivedData/Provenance-evgojuyeqdhljldhzqbjcxclykix/Build/Intermediates.noindex/ArchiveIntermediates/Provenance-Lite (AppStore) (Release)/BuildProductsPath/Release-iphoneos/libemuthree.a[1196](fse_decompress.o)) was built for newer 'iOS' version (17.0) than being linked (16.0)
...

20840:  [�[36mProvenance-Lite (AppStore)�[0m] �[1mCopy�[0m MoltenVK_-41890E523F70A2E8_PackageProduct.framework -> MoltenVK_-41890E523F70A2E8_PackageProduct.framework
20841:  [�[36mProvenance-Lite (AppStore)�[0m] �[1mCopy�[0m MoltenVK.framework -> MoltenVK.framework
20842:  [�[36mProvenance-Lite (AppStore)�[0m] �[1mCopy�[0m FreemiumKitSDK.framework -> FreemiumKitSDK.framework
20843:  ##[warning]not stripping binary because it is signed: /Users/runner/Library/Developer/Xcode/DerivedData/Provenance-evgojuyeqdhljldhzqbjcxclykix/SourcePackages/artifacts/freemiumkit/FreemiumKitSDK/FreemiumKitSDK.xcframework/ios-arm64/FreemiumKitSDK.framework/FreemiumKitSDK (in target 'Provenance-Lite (AppStore)' from project 'Provenance')
20844:  [�[36mProvenance-Lite (AppStore)�[0m] �[1mCopy�[0m Defaults_-6679B2A78FDF15C0_PackageProduct.framework -> Defaults_-6679B2A78FDF15C0_PackageProduct.framework
20845:  [�[36mProvenance-Lite (AppStore)�[0m] �[1mCopy�[0m Checksum_-6A83B4967FDD1BC5_PackageProduct.framework -> Checksum_-6A83B4967FDD1BC5_PackageProduct.framework
20846:  [�[36mProvenance-Lite (AppStore)�[0m] �[1mCopy�[0m Atomics_301F3DE065572157_PackageProduct.framework -> Atomics_301F3DE065572157_PackageProduct.framework
20847:  [�[36mProvenance-Lite (AppStore)�[0m] �[1mCopy�[0m Defaults_Defaults.bundle -> Defaults_Defaults.bundle
20848:  [�[36mProvenance-Lite (AppStore)�[0m] �[1mCopy�[0m BitByteData_BitByteData.bundle -> BitByteData_BitByteData.bundle
20849:  ##[warning]AssetsLibrary will be removed from the iOS SDK in the next major release
20850:  #warning AssetsLibrary will be removed from the iOS SDK in the next major release
20851:  ^
20852:  ##[warning]string interpolation produces a debug description for an optional value; did you mean to make this explicit?
20853:  ILOG("Did set appstate: currently is: \(appState?.bootupStateManager.currentState)")
20854:  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20855:  ##[warning]'catch' block is unreachable because no errors are thrown in 'do' block
20856:  } catch {
...

20867:  ##[warning]value 'a' was defined but never used; consider replacing with boolean test
20868:  guard let a = queryItems["action"] else {
20869:  ~~~~^~~~
20870:  ##[warning]value 'md5QueryItem' was defined but never used; consider replacing with boolean test
20871:  if let md5QueryItem = md5QueryItem {
20872:  ~~~~^~~~~~~~~~~~~~~
20873:  ##[warning]value 'systemItem' was defined but never used; consider replacing with boolean test
20874:  if let systemItem = systemItem {
20875:  ~~~~^~~~~~~~~~~~~
20876:  ##[warning]value 'nameItem' was defined but never used; consider replacing with boolean test
20877:  if let nameItem = nameItem {
20878:  ~~~~^~~~~~~~~~~
20879:  ##[warning]unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
20880:  if #available(iOS 14.0, *), let openIntent = intent as? PVOpenIntent {
20881:  ^
20882:  ##[error]missing argument for parameter 'appDelegate' in call
20883:  UIKitHostedProvenanceMainView()
20884:  ^
20885:  ##[error]cannot find 'EmulatorScene' in scope
20886:  EmulatorScene()
...

21065:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'PVMupen64PlusVideoRice' from project 'PVMupen64Plus')
21066:  ##[warning]DEFINES_MODULE was set, but no umbrella header could be found to generate the module map (in target 'PVMupen64PlusVideoRice' from project 'PVMupen64Plus')
21067:  note: Disabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'PVMupen64PlusVideoGlideN64' from project 'PVMupen64Plus')
21068:  /Users/runner/work/Provenance/Provenance/Cores/Mupen64Plus/PVMupen64Plus.xcodeproj: warning: DEFINES_MODULE was set, but no umbrella header could be found to generate the module map (in target 'PVMupen64PlusVideoGlideN64' from project 'PVMupen64Plus')
21069:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'PVMupen64PlusRspHLE' from project 'PVMupen64Plus')
21070:  ##[warning]DEFINES_MODULE was set, but no umbrella header could be found to generate the module map (in target 'PVMupen64PlusRspHLE' from project 'PVMupen64Plus')
21071:  note: Disabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'PVMupen64PlusBridge' from project 'PVMupen64Plus')
21072:  note: Disabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'PVMupen64Plus' from project 'PVMupen64Plus')
21073:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'PVMediaCache' from project 'PVLibrary')
21074:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'PVLookupTypes' from project 'PVLookup')
21075:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'PVLookup' from project 'PVLookup')
21076:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'PVLogging' from project 'PVLogging')
21077:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'PVLibrary' from project 'PVLibrary')
21078:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'PVHashing' from project 'PVHashing')
21079:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'PVGenesis' from project 'PVGenesis')
21080:  ** ARCHIVE FAILED **
21081:  The following build commands failed:
21082:  CompileSwift normal arm64 (in target 'Provenance-Lite (AppStore)' from project 'Provenance')
21083:  SwiftCompile normal arm64 Compiling\ Result+Conveniences.swift,\ Services.swift,\ PVAppDelegate.swift,\ PVAppDelegate+AppCenter.swift,\ PVAppDelegate+AppRating.swift,\ PVAppDelegate+Helpers.swift,\ PVAppDelegate+Open.swift,\ PVAppDelegate+VolumeButton.swift,\ PVAppDelegate+Intents.swift,\ PVIntentHandler.swift,\ AppTheming.swift,\ AppURLKeys.swift,\ ContentView.swift,\ MainView.swift,\ ProvenanceApp.swift,\ SwiftUIHostedProvenanceMainView.swift,\ UIKitHostedProvenanceMainView.swift,\ PVOpenIntent.swift,\ GeneratedAssetSymbols.swift /Users/runner/work/Provenance/Provenance/Provenance/Services/Result+Conveniences.swift /Users/runner/work/Provenance/Provenance/Provenance/Services/Services.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/App\ Delegate/PVAppDelegate.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/App\ Delegate/PVAppDelegate+AppCenter.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/App\ Delegate/PVAppDelegate+AppRating.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/App\ Delegate/PVAppDelegate+Helpers.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/App\ Delegate/PVAppDelegate+Open.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/App\ Delegate/PVAppDelegate+VolumeButton.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/Intents/PVAppDelegate+Intents.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/Intents/PVIntentHandler.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/AppTheming.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/AppURLKeys.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/ContentView.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/MainView.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/ProvenanceApp.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/SwiftUIHostedProvenanceMainView.swift /Users/runner/work/Provenance/Provenance/Provenance/Main\ UI/UIKitHostedProvenanceMainView.swift /Users/runner/Library/Developer/Xcode/DerivedData/Provenance-evgojuyeqdhljldhzqbjcxclykix/Build/Intermediates.noindex/ArchiveIntermediates/Provenance-Lite\ (AppStore)\ (Release)/IntermediateBuildFilesPath/Provenance.build/Release-iphoneos/Provenance-Lite\ (AppStore).build/DerivedSources/IntentDefinitionGenerated/Intents/PVOpenIntent.swift /Users/runner/Library/Developer/Xcode/DerivedData/Provenance-evgojuyeqdhljldhzqbjcxclykix/Build/Intermediates.noindex/ArchiveIntermediates/Provenance-Lite\ (AppStore)\ (Release)/IntermediateBuildFilesPath/Provenance.build/Release-iphoneos/Provenance-Lite\ (AppStore).build/DerivedSources/GeneratedAssetSymbols.swift /Users/runner/Library/Developer/Xcode/DerivedData/Provenance-evgojuyeqdhljldhzqbjcxclykix/Build/Intermediates.noindex/ArchiveIntermediates/Provenance-Lite\ (AppStore)\ (Release)/PrecompiledHeaders/Provenance-Bridging-Header.pch (in target 'Provenance-Lite (AppStore)' from project 'Provenance')
21084:  Archiving workspace Provenance with scheme Provenance-Lite (AppStore) (Release)
21085:  (3 failures)
21086:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'PVGambatteOptions' from project 'PVCoreGambatte')
...

21154:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'Provenance-Lite (AppStore)' from project 'Provenance')
21155:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'PVEmuThree' from project 'PVEmuThree')
21156:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'FreemiumKit' from project 'FreemiumKit')
21157:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'PerceptionMacros' from project 'swift-perception')
21158:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'Macros' from project 'SwiftMacros')
21159:  �[36;1mnote: �[0mDisabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-Owholemodule, expected -Onone (in target 'HexColorsMacros' from project 'HexColors')
21160:  ##[group]Run echo "Contents of Provenance directory:"
21161:  �[36;1mecho "Contents of Provenance directory:"�[0m
21162:  �[36;1mls -la "Provenance/"�[0m
21163:  �[36;1mecho "Contents of ./ directory:"�[0m
21164:  �[36;1mls -la "./"�[0m
21165:  �[36;1mecho "Contents of archive.xcarchive/Products/Applications/ directory:"�[0m
21166:  �[36;1mls -la "archive.xcarchive/Products/Applications/"�[0m
21167:  �[36;1mecho "Checking app binary..."�[0m
21168:  �[36;1mls -la "archive.xcarchive/Products/Applications/Provenance Lite.app/"�[0m
21169:  �[36;1mldid -S"Provenance/Provenance-AppStore.entitlements" "archive.xcarchive/Products/Applications/Provenance Lite.app/Provenance Lite" || echo "::warning::Fakesign failed but continuing build"�[0m
21170:  shell: /bin/bash -e {0}
...

21288:  drwxr-xr-x   5 runner  staff    160 Apr  2 00:27 ScadeProject
21289:  drwxr-xr-x  25 runner  staff    800 Apr  2 00:27 Scripts
21290:  drwxr-xr-x   3 runner  staff     96 Apr  2 00:27 Stencils
21291:  drwxr-xr-x   8 runner  staff    256 Apr  2 00:27 UITesting
21292:  -rw-r--r--   1 runner  staff   2497 Apr  2 00:27 URL_SCHEME_EXAMPLES.md
21293:  -rw-r--r--   1 runner  staff     72 Apr  2 00:27 appcenter-post-clone.sh
21294:  -rw-r--r--   1 runner  staff   2953 Apr  2 00:27 azure-archive.yml
21295:  -rw-r--r--   1 runner  staff   5184 Apr  2 00:27 azure-pipelines.yml
21296:  -rwxr-xr-x   1 runner  staff    306 Apr  2 00:27 azure.sh
21297:  drwxr-xr-x   2 runner  staff     64 Apr  2 00:41 build
21298:  drwxr-xr-x  20 runner  staff    640 Apr  2 00:27 fastlane
21299:  drwxr-xr-x   5 runner  staff    160 Apr  2 00:27 iCloudBrowser
21300:  lrwxr-xr-x   1 runner  staff     28 Apr  2 00:27 modules -> CoresRetro/RetroArch/modules
21301:  -rw-r--r--   1 runner  staff   6488 Apr  2 00:27 project.yml
21302:  Contents of archive.xcarchive/Products/Applications/ directory:
21303:  ##[error]Process completed with exit code 1.
21304:  ##[group]Run if [ "failure" = "success" ]; then
21305:  �[36;1mif [ "failure" = "success" ]; then�[0m
21306:  �[36;1m  echo "✅ Build succeeded for Provenance-Lite-iOS"�[0m
21307:  �[36;1melse�[0m
21308:  �[36;1m  echo "❌ Build failed for Provenance-Lite-iOS"�[0m
21309:  �[36;1m  exit 1�[0m
21310:  �[36;1mfi�[0m
21311:  shell: /bin/bash -e {0}
21312:  env:
21313:  AWS_SECRET_ACCESS_KEY: ***
21314:  AWS_ACCESS_KEY_ID: ***
21315:  SWIFT_PACKAGE_ALLOW_WRITING_TO_DIRECTORY: /Users/runner/work/Provenance/Provenance
21316:  DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
21317:  XCODE_VERSION: 16.2
21318:  MD_APPLE_SDK_ROOT: /Applications/Xcode_16.2.app
21319:  BUILD_NUMBER: 6617
21320:  MARKETING_VERSION: 3.0.6
21321:  ##[endgroup]
21322:  ❌ Build failed for Provenance-Lite-iOS
21323:  ##[error]Process completed with exit code 1.
21324:  ##[group]Run if [ "failure" = "success" ]; then
21325:  �[36;1mif [ "failure" = "success" ]; then�[0m
21326:  �[36;1m  STATUS_COLOR="65280"�[0m
21327:  �[36;1m  STATUS="✅ Success"�[0m
21328:  �[36;1melse�[0m
21329:  �[36;1m  STATUS_COLOR="16711680"�[0m
21330:  �[36;1m  STATUS="❌ Failed"�[0m
21331:  �[36;1mfi�[0m

JoeMatt added 29 commits March 30, 2025 17:43
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
JoeMatt added 30 commits April 5, 2025 18:21
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant