status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
304 stars 79 forks source link

MacOS builds failing for both architectures #10876

Closed jakubgs closed 1 year ago

jakubgs commented 1 year ago

Currently MacOS builds are failing for both aarch64 with:

ld: can't map file, errno=22 file '/Users/jenkins/workspace/status-desktop/systems/macos/aarch64/package/vendor/status-go/build/bin' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: execution of an external program failed: 'clang  @nim_status_client_linkerArgs.txt'
/Users/jenkins/workspace/status-desktop/systems/macos/aarch64/package/vendor/nimbus-build-system/vendor/Nim/compiler/extccomp.nim(404, 15) compiler msg initiated here [MsgOrigin]
make: *** [bin/nim_status_client] Error 1

And on x86_64:

ld: can't map file, errno=22 file '/Users/jenkins/workspace/status-desktop/systems/macos/x86_64/package/vendor/status-go/build/bin'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: execution of an external program failed: 'clang  @nim_status_client_linkerArgs.txt'
make: *** [bin/nim_status_client] Error 1

This appears to have started yesterday, or they day before. Although there were some PR builds still working yesterday:

image

https://ci.status.im/job/status-desktop/job/branches/job/macos/job/aarch64/job/package/view/change-requests/job/PR-10799/

jakubgs commented 1 year ago

The issue doesn't seem to be related to clang or cmake versions because those are the same for devs:

 > a ci-slave-macos -o -a 'clang --version | head -n1'
maci7-01.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) Apple clang version 14.0.3 (clang-1403.0.22.14.1)
maci7-02.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) Apple clang version 14.0.3 (clang-1403.0.22.14.1)
maci7-03.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) Apple clang version 14.0.3 (clang-1403.0.22.14.1)
macm1-01.he-eu-fsn1.ci.release | CHANGED | rc=0 | (stdout) Apple clang version 14.0.3 (clang-1403.0.22.14.1)
macm1-01.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) Apple clang version 14.0.3 (clang-1403.0.22.14.1)
macm2-02.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) Apple clang version 14.0.3 (clang-1403.0.22.14.1)
macm2-01.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) Apple clang version 14.0.3 (clang-1403.0.22.14.1)
macm2-01.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) Apple clang version 14.0.3 (clang-1403.0.22.14.1)
 > a ci-slave-macos -o -a '/opt/homebrew/bin/cmake --version | head -n1' | sort
maci7-01.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) cmake version 3.25.2
maci7-02.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) cmake version 3.22.0
maci7-03.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) cmake version 3.25.2
macm1-01.he-eu-fsn1.ci.release | CHANGED | rc=0 | (stdout) cmake version 3.26.0
macm1-01.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) cmake version 3.26.3
macm2-01.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) cmake version 3.26.4
macm2-01.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) cmake version 3.26.3
macm2-02.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) cmake version 3.26.4

Here's versions from @igor-sirotin:

igorsirotin@MacBook-Pro-Igor status-desktop % clang --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

igorsirotin@MacBook-Pro-Igor status-desktop % cmake --version
cmake version 3.26.3
jakubgs commented 1 year ago

I have checked the status-go library and the architecture is correct:

 > file vendor/status-go/build/bin/libstatus.dylib     
vendor/status-go/build/bin/libstatus.dylib: Mach-O 64-bit dynamically linked shared library x86_64
 > file vendor/status-go/build/bin/libstatus.dylib
vendor/status-go/build/bin/libstatus.dylib: Mach-O 64-bit dynamically linked shared library arm64
jakubgs commented 1 year ago

The way we configure binding of status-go library is via STATUSGO_LIBDIR: https://github.com/status-im/status-desktop/blob/4c29343a4a45fb31e0935a5325837d6525666588/Makefile#L333-L335 https://github.com/status-im/status-desktop/blob/4c29343a4a45fb31e0935a5325837d6525666588/Makefile#L475 Which is correct in CI:

--passL:"-L/Users/jenkins/workspace/status-desktop/systems/macos/aarch64/package/vendor/status-go/build/bin"
jakubgs commented 1 year ago

Tried setting NIMFLAGS = '--colors:off -d:debug' to get more info but that didn't produce much: https://ci.infra.status.im/job/status-desktop/job/systems/job/macos/job/x86_64/job/package/332/console

jakubgs commented 1 year ago

One possibly relevant change made yesterday is related to linking packages from Homebrew:

Which adds this: https://github.com/status-im/infra-ci/blob/a3fe4e7e0111bb838c003e83690fe4abf0c33408/ansible/roles/macos-brew/tasks/main.yml#L23-L28 I tried unlinking cmake but it just resulted in:

+ make pkg-macos
Building: resources.rcc
Compiling: translations
1848 resources added
Installing: create-dmg
Configuring: StatusQ
Building: DOtherSide
Building: status-keycard-go
bash: line 1: cmake: command not found
make: *** [ui/StatusQ/build/CMakeCache.txt] Error 127
make: *** Waiting for unfinished jobs....
bash: line 1: cmake: command not found
make: *** [vendor/DOtherSide/build/lib/libDOtherSideStatic.a] Error 127
jakubgs commented 1 year ago

The exact failure comes from Nim compiler calling the linker in execExternalProgram():

proc execExternalProgram*(conf: ConfigRef; cmd: string, msg = hintExecuting) =
  if execWithEcho(conf, cmd, msg) != 0:
    rawMessage(conf, errGenerated, "execution of an external program failed: '$1'" %
      cmd)

https://github.com/status-im/Nim/blob/1aa9273640c0c51486cf3a7b67282fe58f360e91/compiler/extccomp.nim#L402-L405

Which in turn is used by execLinkCmd():

proc execLinkCmd(conf: ConfigRef; linkCmd: string) =
  tryExceptOSErrorMessage(conf, "invocation of external linker program failed."):
    execExternalProgram(conf, linkCmd, hintLinking)

https://github.com/status-im/Nim/blob/1aa9273640c0c51486cf3a7b67282fe58f360e91/compiler/extccomp.nim#L771-L773

I don't see any debug logging done there, so this is going to be tricky to examine.

jakubgs commented 1 year ago

The execWithEcho() function calls rawMessage() which depends on hintLinking and conf.verbosity > 1 check:

proc execWithEcho(conf: ConfigRef; cmd: string, msg = hintExecuting): int =
  rawMessage(conf, msg, if msg == hintLinking and not(optListCmd in conf.globalOptions or conf.verbosity > 1): "" else: cmd)
  result = execCmd(cmd)

https://github.com/status-im/Nim/blob/1aa9273640c0c51486cf3a7b67282fe58f360e91/compiler/extccomp.nim#L398-L400 So there may be hope.

jakubgs commented 1 year ago

The hintLinking appears to have a value of Link:

    hintPattern = "Pattern", hintExecuting = "Exec", hintLinking = "Link", hintDependency = "Dependency",

https://github.com/status-im/Nim/blob/1aa9273640c0c51486cf3a7b67282fe58f360e91/compiler/lineinfos.nim#L93

And that appears to be controlled by --hint:NAME:on|off flag: https://nim-lang.org/docs/nimc.html#compiler-usage-list-of-hints

jakubgs commented 1 year ago

By setting NIMFLAGS = '--colors:off --verbosity:2 --hint:Link:on' in the Jenkinsfile.macos but I got nothing useful in the logs:

"/Users/jenkins/workspace/status-desktop/systems/macos/aarch64/package/vendor/nimbus-build-system/scripts/env.sh" nim c --colors:off --verbosity:2 --hint:Link --verbosity:2 --passL:"vendor/DOtherSide/build/lib/libDOtherSideStatic.a" --passL:"-F/opt/homebrew/Cellar/qt@5/5.15.8_2/lib -framework QtQuickControls2 -F/opt/homebrew/Cellar/qt@5/5.15.8_2/lib -framework QtQuick -F/opt/homebrew/Cellar/qt@5/5.15.8_2/lib -framework QtQmlModels -F/opt/homebrew/Cellar/qt@5/5.15.8_2/lib -framework QtQml -F/opt/homebrew/Cellar/qt@5/5.15.8_2/lib -framework QtSvg -F/opt/homebrew/Cellar/qt@5/5.15.8_2/lib -framework QtWidgets -F/opt/homebrew/Cellar/qt@5/5.15.8_2/lib -framework QtMultimedia -F/opt/homebrew/Cellar/qt@5/5.15.8_2/lib -framework QtNetwork -F/opt/homebrew/Cellar/qt@5/5.15.8_2/lib -framework QtGui -F/opt/homebrew/Cellar/qt@5/5.15.8_2/lib -framework QtCore" -d:debug --outdir:./bin -d:DESKTOP_VERSION="`cat VERSION`" -d:GIT_COMMIT="`git log --pretty=format:'%h' -n 1`" -d:POKT_TOKEN:"849214fd2f85acead08f5184" -d:INFURA_TOKEN:"220a1abb4b6943a093c35d0ce4fb0732" -d:OPENSEA_API_KEY:"""" -d:TENOR_API_KEY:"DU7DWZ27STB2" -d:chronicles_sinks=textlines[stdout],textlines[nocolors,dynamic],textlines[file,nocolors] -d:chronicles_runtime_filtering=on -d:chronicles_default_output_device=dynamic -d:development --passL:"-L/Users/jenkins/workspace/status-desktop/systems/macos/aarch64/package/vendor/status-go/build/bin" --passL:"-lstatus" --passL:"-L/Users/jenkins/workspace/status-desktop/systems/macos/aarch64/package/vendor/status-keycard-go/build/libkeycard" --passL:"-lkeycard"  --passL:"vendor/QR-Code-generator/c/libqrcodegen.a" --passL:"-lm" src/nim_status_client.nim && \

Maybe I'm not passing it correctly: --verbosity:2 --hint:Link:on

jakubgs commented 1 year ago

I found this:

--listCmd - list the compilation commands; can be combined with --hint:exec:on and --hint:link:on

https://nim-lang.org/docs/nimc.html#compiler-usage

igor-sirotin commented 1 year ago

I also tried --passL:"-v" --passC:"-v" to getter linker verbose output, as the original error suggests. Didn't get anything around the error, but maybe I did smth wrong.

jakubgs commented 1 year ago

I rebased my nix-shell branch to get QT to test how exactly to get the linker commands printed by Nim, but it doesn't work:

[nix-shell:~/work/status-desktop]$ make statusq-build

Tip of the day: this will probably build faster if you use "make -j12 ...".

Building: StatusQ
make[1]: Makefile: No such file or directory
make[1]: *** No rule to make target 'Makefile'.  Stop.
make: *** [Makefile:275: statusq-build] Error 2

[nix-shell:~/work/status-desktop]$ make statusq-build -j2
Building: StatusQ
make[1]: *** internal error: invalid --jobserver-auth string 'fifo:/run/user/1000/GMfifo701852'.  Stop.
make: *** [Makefile:275: statusq-build] Error 2

No idea what that's about, but I want to figure out what flags I need to see the linker commands printed to debug that.

jakubgs commented 1 year ago

Thanks to @tersec I found out that Nim has a --genScript:on|off flag which creates a build script file:

--genScript:on|off - generate a compile script (in the 'nimcache' subdirectory named 'compile_$$project$$scriptext'), and a '.deps' file containing the dependencies; implies --compileOnly

But the last part worries me:

-c, --compileOnly:on|off - compile Nim files only; do not assemble or link

So that might not help us debug this issue, but worth a try anyway.

jakubgs commented 1 year ago

This is something new:

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: can't open file: bin/nim_status_client (No such file or directory)
...
cp: bin/nim_status_client: No such file or directory

https://ci.infra.status.im/job/status-desktop/job/systems/job/macos/job/aarch64/job/package/357/console

jakubgs commented 1 year ago

I managed to get this out of a local build on maci7-01:

InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" @/var/folders/kb/g1563gf912j8s81z0klrpxrr0006vn/T/response-113094.txt
 Arguments passed via response file:
"-demangle" "-lto_library" "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib" "-dynamic" "-arch" "x86_64" "-platform_version" "macos" "10.14.0" "13.3" "-syslibroot" "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" "-o" "/Users/jenkins/status-desktop/bin/nim_status_client" "-L/Users/jenkins/status-desktop/vendor/status-go/build/bin" "-L/Users/jenkins/status-desktop/vendor/status-keycard-go/build/libkeycard" "-L/usr/local/lib" "nimcache/debug/nim_status_client/ccopy.c.o" "nimcache/debug/nim_status_client/dec16be.c.o" "nimcache/debug/nim_status_client/dec16le.c.o" "nimcache/debug/nim_status_client/dec32be.c.o" "nimcache/debug/nim_status_client/dec32le.c.o" "nimcache/debug/nim_status_client/dec64be.c.o" "nimcache/debug/nim_status_client/dec64le.c.o" "nimcache/debug/nim_status_client/enc16be.c.o" "nimcache/debug/nim_status_client/enc16le.c.o" "nimcache/debug/nim_status_client/enc32be.c.o" "nimcache/debug/nim_status_client/enc32le.c.o" "nimcache/debug/nim_status_client/enc64be.c.o" "nimcache/debug/nim_status_client/enc64le.c.o" "nimcache/debug/nim_status_client/dig_oid.c.o" "nimcache/debug/nim_status_client/dig_size.c.o" "nimcache/debug/nim_status_client/ghash_ctmul.c.o" "nimcache/debug/nim_status_client/ghash_ctmul32.c.o" "nimcache/debug/nim_status_client/ghash_ctmul64.c.o" "nimcache/debug/nim_status_client/ghash_pclmul.c.o" "nimcache/debug/nim_status_client/ghash_pwr8.c.o" "nimcache/debug/nim_status_client/md5.c.o" "nimcache/debug/nim_status_client/md5sha1.c.o" "nimcache/debug/nim_status_client/mgf1.c.o" "nimcache/debug/nim_status_client/multihash.c.o" "nimcache/debug/nim_status_client/sha1.c.o" "nimcache/debug/nim_status_client/sha2big.c.o" "nimcache/debug/nim_status_client/sha2small.c.o" "nimcache/debug/nim_status_client/hmac.c.o" "nimcache/debug/nim_status_client/hmac_ct.c.o" "nimcache/debug/nim_status_client/hmac_drbg.c.o" "nimcache/debug/nim_status_client/sysrng.c.o" "nimcache/debug/nim_status_client/i15_add.c.o" "nimcache/debug/nim_status_client/i15_bitlen.c.o" "nimcache/debug/nim_status_client/i15_decmod.c.o" "nimcache/debug/nim_status_client/i15_decode.c.o" "nimcache/debug/nim_status_client/i15_decred.c.o" "nimcache/debug/nim_status_client/i15_encode.c.o" "nimcache/debug/nim_status_client/i15_fmont.c.o" "nimcache/debug/nim_status_client/i15_iszero.c.o" "nimcache/debug/nim_status_client/i15_moddiv.c.o" "nimcache/debug/nim_status_client/i15_modpow.c.o" "nimcache/debug/nim_status_client/i15_modpow2.c.o" "nimcache/debug/nim_status_client/i15_montmul.c.o" "nimcache/debug/nim_status_client/i15_mulacc.c.o" "nimcache/debug/nim_status_client/i15_muladd.c.o" "nimcache/debug/nim_status_client/i15_ninv15.c.o" "nimcache/debug/nim_status_client/i15_reduce.c.o" "nimcache/debug/nim_status_client/i15_rshift.c.o" "nimcache/debug/nim_status_client/i15_sub.c.o" "nimcache/debug/nim_status_client/i15_tmont.c.o" "nimcache/debug/nim_status_client/i31_add.c.o" "nimcache/debug/nim_status_client/i31_bitlen.c.o" "nimcache/debug/nim_status_client/i31_decmod.c.o" "nimcache/debug/nim_status_client/i31_decode.c.o" "nimcache/debug/nim_status_client/i31_decred.c.o" "nimcache/debug/nim_status_client/i31_encode.c.o" "nimcache/debug/nim_status_client/i31_fmont.c.o" "nimcache/debug/nim_status_client/i31_iszero.c.o" "nimcache/debug/nim_status_client/i31_moddiv.c.o" "nimcache/debug/nim_status_client/i31_modpow.c.o" "nimcache/debug/nim_status_client/i31_modpow2.c.o" "nimcache/debug/nim_status_client/i31_montmul.c.o" "nimcache/debug/nim_status_client/i31_mulacc.c.o" "nimcache/debug/nim_status_client/i31_muladd.c.o" "nimcache/debug/nim_status_client/i31_ninv31.c.o" "nimcache/debug/nim_status_client/i31_reduce.c.o" "nimcache/debug/nim_status_client/i31_rshift.c.o" "nimcache/debug/nim_status_client/i31_sub.c.o" "nimcache/debug/nim_status_client/i31_tmont.c.o" "nimcache/debug/nim_status_client/i32_add.c.o" "nimcache/debug/nim_status_client/i32_bitlen.c.o" "nimcache/debug/nim_status_client/i32_decmod.c.o" "nimcache/debug/nim_status_client/i32_decode.c.o" "nimcache/debug/nim_status_client/i32_decred.c.o" "nimcache/debug/nim_status_client/i32_div32.c.o" "nimcache/debug/nim_status_client/i32_encode.c.o" "nimcache/debug/nim_status_client/i32_fmont.c.o" "nimcache/debug/nim_status_client/i32_iszero.c.o" "nimcache/debug/nim_status_client/i32_modpow.c.o" "nimcache/debug/nim_status_client/i32_montmul.c.o" "nimcache/debug/nim_status_client/i32_mulacc.c.o" "nimcache/debug/nim_status_client/i32_muladd.c.o" "nimcache/debug/nim_status_client/i32_ninv32.c.o" "nimcache/debug/nim_status_client/i32_reduce.c.o" "nimcache/debug/nim_status_client/i32_sub.c.o" "nimcache/debug/nim_status_client/i32_tmont.c.o" "nimcache/debug/nim_status_client/i62_modpow2.c.o" "nimcache/debug/nim_status_client/ecdsa_atr.c.o" "nimcache/debug/nim_status_client/ecdsa_default_sign_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_default_sign_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_default_vrfy_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_default_vrfy_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_i15_bits.c.o" "nimcache/debug/nim_status_client/ecdsa_i15_sign_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_i15_sign_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_i15_vrfy_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_i15_vrfy_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_i31_bits.c.o" "nimcache/debug/nim_status_client/ecdsa_i31_sign_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_i31_sign_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_i31_vrfy_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_i31_vrfy_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_rta.c.o" "nimcache/debug/nim_status_client/ec_all_m15.c.o" "nimcache/debug/nim_status_client/ec_all_m31.c.o" "nimcache/debug/nim_status_client/ec_c25519_i15.c.o" "nimcache/debug/nim_status_client/ec_c25519_i31.c.o" "nimcache/debug/nim_status_client/ec_c25519_m15.c.o" "nimcache/debug/nim_status_client/ec_c25519_m31.c.o" "nimcache/debug/nim_status_client/ec_c25519_m62.c.o" "nimcache/debug/nim_status_client/ec_c25519_m64.c.o" "nimcache/debug/nim_status_client/ec_curve25519.c.o" "nimcache/debug/nim_status_client/ec_default.c.o" "nimcache/debug/nim_status_client/ec_keygen.c.o" "nimcache/debug/nim_status_client/ec_p256_m15.c.o" "nimcache/debug/nim_status_client/ec_p256_m31.c.o" "nimcache/debug/nim_status_client/ec_p256_m62.c.o" "nimcache/debug/nim_status_client/ec_p256_m64.c.o" "nimcache/debug/nim_status_client/ec_prime_i15.c.o" "nimcache/debug/nim_status_client/ec_prime_i31.c.o" "nimcache/debug/nim_status_client/ec_pubkey.c.o" "nimcache/debug/nim_status_client/ec_secp256r1.c.o" "nimcache/debug/nim_status_client/ec_secp384r1.c.o" "nimcache/debug/nim_status_client/ec_secp521r1.c.o" "nimcache/debug/nim_status_client/rsa_default_keygen.c.o" "nimcache/debug/nim_status_client/rsa_default_modulus.c.o" "nimcache/debug/nim_status_client/rsa_default_oaep_decrypt.c.o" "nimcache/debug/nim_status_client/rsa_default_oaep_encrypt.c.o" "nimcache/debug/nim_status_client/rsa_default_pkcs1_sign.c.o" "nimcache/debug/nim_status_client/rsa_default_pkcs1_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_default_priv.c.o" "nimcache/debug/nim_status_client/rsa_default_privexp.c.o" "nimcache/debug/nim_status_client/rsa_default_pss_sign.c.o" "nimcache/debug/nim_status_client/rsa_default_pss_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_default_pub.c.o" "nimcache/debug/nim_status_client/rsa_default_pubexp.c.o" "nimcache/debug/nim_status_client/rsa_i15_keygen.c.o" "nimcache/debug/nim_status_client/rsa_i15_modulus.c.o" "nimcache/debug/nim_status_client/rsa_i15_oaep_decrypt.c.o" "nimcache/debug/nim_status_client/rsa_i15_oaep_encrypt.c.o" "nimcache/debug/nim_status_client/rsa_i15_pkcs1_sign.c.o" "nimcache/debug/nim_status_client/rsa_i15_pkcs1_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i15_priv.c.o" "nimcache/debug/nim_status_client/rsa_i15_privexp.c.o" "nimcache/debug/nim_status_client/rsa_i15_pss_sign.c.o" "nimcache/debug/nim_status_client/rsa_i15_pss_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i15_pub.c.o" "nimcache/debug/nim_status_client/rsa_i15_pubexp.c.o" "nimcache/debug/nim_status_client/rsa_i31_keygen.c.o" "nimcache/debug/nim_status_client/rsa_i31_keygen_inner.c.o" "nimcache/debug/nim_status_client/rsa_i31_modulus.c.o" "nimcache/debug/nim_status_client/rsa_i31_oaep_decrypt.c.o" "nimcache/debug/nim_status_client/rsa_i31_oaep_encrypt.c.o" "nimcache/debug/nim_status_client/rsa_i31_pkcs1_sign.c.o" "nimcache/debug/nim_status_client/rsa_i31_pkcs1_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i31_priv.c.o" "nimcache/debug/nim_status_client/rsa_i31_privexp.c.o" "nimcache/debug/nim_status_client/rsa_i31_pss_sign.c.o" "nimcache/debug/nim_status_client/rsa_i31_pss_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i31_pub.c.o" "nimcache/debug/nim_status_client/rsa_i31_pubexp.c.o" "nimcache/debug/nim_status_client/rsa_i32_oaep_decrypt.c.o" "nimcache/debug/nim_status_client/rsa_i32_oaep_encrypt.c.o" "nimcache/debug/nim_status_client/rsa_i32_pkcs1_sign.c.o" "nimcache/debug/nim_status_client/rsa_i32_pkcs1_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i32_priv.c.o" "nimcache/debug/nim_status_client/rsa_i32_pss_sign.c.o" "nimcache/debug/nim_status_client/rsa_i32_pss_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i32_pub.c.o" "nimcache/debug/nim_status_client/rsa_i62_keygen.c.o" "nimcache/debug/nim_status_client/rsa_i62_oaep_decrypt.c.o" "nimcache/debug/nim_status_client/rsa_i62_oaep_encrypt.c.o" "nimcache/debug/nim_status_client/rsa_i62_pkcs1_sign.c.o" "nimcache/debug/nim_status_client/rsa_i62_pkcs1_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i62_priv.c.o" "nimcache/debug/nim_status_client/rsa_i62_pss_sign.c.o" "nimcache/debug/nim_status_client/rsa_i62_pss_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i62_pub.c.o" "nimcache/debug/nim_status_client/rsa_oaep_pad.c.o" "nimcache/debug/nim_status_client/rsa_oaep_unpad.c.o" "nimcache/debug/nim_status_client/rsa_pkcs1_sig_pad.c.o" "nimcache/debug/nim_status_client/rsa_pkcs1_sig_unpad.c.o" "nimcache/debug/nim_status_client/rsa_pss_sig_pad.c.o" "nimcache/debug/nim_status_client/rsa_pss_sig_unpad.c.o" "nimcache/debug/nim_status_client/rsa_ssl_decrypt.c.o" "nimcache/debug/nim_status_client/asn1enc.c.o" "nimcache/debug/nim_status_client/encode_ec_pk8der.c.o" "nimcache/debug/nim_status_client/encode_ec_rawder.c.o" "nimcache/debug/nim_status_client/encode_rsa_pk8der.c.o" "nimcache/debug/nim_status_client/encode_rsa_rawder.c.o" "nimcache/debug/nim_status_client/skey_decoder.c.o" "nimcache/debug/nim_status_client/x509_decoder.c.o" "nimcache/debug/nim_status_client/x509_knownkey.c.o" "nimcache/debug/nim_status_client/x509_minimal.c.o" "nimcache/debug/nim_status_client/x509_minimal_full.c.o" "nimcache/debug/nim_status_client/vector.c.o" "nimcache/debug/nim_status_client/xmem.c.o" "nimcache/debug/nim_status_client/names.c.o" "nimcache/debug/nim_status_client/certs.c.o" "nimcache/debug/nim_status_client/files.c.o" "nimcache/debug/nim_status_client/pemdec.c.o" "nimcache/debug/nim_status_client/pemenc.c.o" "nimcache/debug/nim_status_client/aes_big_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_big_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_big_ctr.c.o" "nimcache/debug/nim_status_client/aes_big_ctrcbc.c.o" "nimcache/debug/nim_status_client/aes_big_dec.c.o" "nimcache/debug/nim_status_client/aes_big_enc.c.o" "nimcache/debug/nim_status_client/aes_common.c.o" "nimcache/debug/nim_status_client/aes_ct.c.o" "nimcache/debug/nim_status_client/aes_ct64.c.o" "nimcache/debug/nim_status_client/aes_ct64_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_ct64_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_ct64_ctr.c.o" "nimcache/debug/nim_status_client/aes_ct64_ctrcbc.c.o" "nimcache/debug/nim_status_client/aes_ct64_dec.c.o" "nimcache/debug/nim_status_client/aes_ct64_enc.c.o" "nimcache/debug/nim_status_client/aes_ct_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_ct_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_ct_ctr.c.o" "nimcache/debug/nim_status_client/aes_ct_ctrcbc.c.o" "nimcache/debug/nim_status_client/aes_ct_dec.c.o" "nimcache/debug/nim_status_client/aes_ct_enc.c.o" "nimcache/debug/nim_status_client/aes_pwr8.c.o" "nimcache/debug/nim_status_client/aes_pwr8_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_pwr8_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_pwr8_ctr.c.o" "nimcache/debug/nim_status_client/aes_pwr8_ctrcbc.c.o" "nimcache/debug/nim_status_client/aes_small_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_small_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_small_ctr.c.o" "nimcache/debug/nim_status_client/aes_small_ctrcbc.c.o" "nimcache/debug/nim_status_client/aes_small_dec.c.o" "nimcache/debug/nim_status_client/aes_small_enc.c.o" "nimcache/debug/nim_status_client/aes_x86ni.c.o" "nimcache/debug/nim_status_client/aes_x86ni_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_x86ni_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_x86ni_ctr.c.o" "nimcache/debug/nim_status_client/aes_x86ni_ctrcbc.c.o" "nimcache/debug/nim_status_client/chacha20_ct.c.o" "nimcache/debug/nim_status_client/chacha20_sse2.c.o" "nimcache/debug/nim_status_client/des_ct.c.o" "nimcache/debug/nim_status_client/des_ct_cbcdec.c.o" "nimcache/debug/nim_status_client/des_ct_cbcenc.c.o" "nimcache/debug/nim_status_client/des_support.c.o" "nimcache/debug/nim_status_client/des_tab.c.o" "nimcache/debug/nim_status_client/des_tab_cbcdec.c.o" "nimcache/debug/nim_status_client/des_tab_cbcenc.c.o" "nimcache/debug/nim_status_client/poly1305_ctmul.c.o" "nimcache/debug/nim_status_client/poly1305_ctmul32.c.o" "nimcache/debug/nim_status_client/poly1305_ctmulq.c.o" "nimcache/debug/nim_status_client/poly1305_i15.c.o" "nimcache/debug/nim_status_client/ccm.c.o" "nimcache/debug/nim_status_client/eax.c.o" "nimcache/debug/nim_status_client/gcm.c.o" "nimcache/debug/nim_status_client/prf.c.o" "nimcache/debug/nim_status_client/prf_md5sha1.c.o" "nimcache/debug/nim_status_client/prf_sha256.c.o" "nimcache/debug/nim_status_client/prf_sha384.c.o" "nimcache/debug/nim_status_client/ssl_ccert_single_ec.c.o" "nimcache/debug/nim_status_client/ssl_ccert_single_rsa.c.o" "nimcache/debug/nim_status_client/ssl_client.c.o" "nimcache/debug/nim_status_client/ssl_client_default_rsapub.c.o" "nimcache/debug/nim_status_client/ssl_client_full.c.o" "nimcache/debug/nim_status_client/ssl_engine.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_aescbc.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_aesccm.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_aesgcm.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_chapol.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_descbc.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_ec.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_ecdsa.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_rsavrfy.c.o" "nimcache/debug/nim_status_client/ssl_hashes.c.o" "nimcache/debug/nim_status_client/ssl_hs_client.c.o" "nimcache/debug/nim_status_client/ssl_hs_server.c.o" "nimcache/debug/nim_status_client/ssl_io.c.o" "nimcache/debug/nim_status_client/ssl_keyexport.c.o" "nimcache/debug/nim_status_client/ssl_lru.c.o" "nimcache/debug/nim_status_client/ssl_rec_cbc.c.o" "nimcache/debug/nim_status_client/ssl_rec_ccm.c.o" "nimcache/debug/nim_status_client/ssl_rec_chapol.c.o" "nimcache/debug/nim_status_client/ssl_rec_gcm.c.o" "nimcache/debug/nim_status_client/ssl_scert_single_ec.c.o" "nimcache/debug/nim_status_client/ssl_scert_single_rsa.c.o" "nimcache/debug/nim_status_client/ssl_server.c.o" "nimcache/debug/nim_status_client/ssl_server_full_ec.c.o" "nimcache/debug/nim_status_client/ssl_server_full_rsa.c.o" "nimcache/debug/nim_status_client/ssl_server_mine2c.c.o" "nimcache/debug/nim_status_client/ssl_server_mine2g.c.o" "nimcache/debug/nim_status_client/ssl_server_minf2c.c.o" "nimcache/debug/nim_status_client/ssl_server_minf2g.c.o" "nimcache/debug/nim_status_client/ssl_server_minr2g.c.o" "nimcache/debug/nim_status_client/ssl_server_minu2g.c.o" "nimcache/debug/nim_status_client/ssl_server_minv2g.c.o" "nimcache/debug/nim_status_client/cacert20221116.c.o" "nimcache/debug/nim_status_client/adler32.c.o" "nimcache/debug/nim_status_client/compress.c.o" "nimcache/debug/nim_status_client/crc32.c.o" "nimcache/debug/nim_status_client/deflate.c.o" "nimcache/debug/nim_status_client/gzclose.c.o" "nimcache/debug/nim_status_client/gzlib.c.o" "nimcache/debug/nim_status_client/gzread.c.o" "nimcache/debug/nim_status_client/gzwrite.c.o" "nimcache/debug/nim_status_client/inffast.c.o" "nimcache/debug/nim_status_client/inflate.c.o" "nimcache/debug/nim_status_client/infback.c.o" "nimcache/debug/nim_status_client/inftrees.c.o" "nimcache/debug/nim_status_client/trees.c.o" "nimcache/debug/nim_status_client/uncompr.c.o" "nimcache/debug/nim_status_client/zutil.c.o" "nimcache/debug/nim_status_client/secp256k1.c.o" "nimcache/debug/nim_status_client/precomputed_ecmult.c.o" "nimcache/debug/nim_status_client/precomputed_ecmult_gen.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@sprivate@sdigitsutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@ssystem@sassertions.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@ssystem@sformatfloat.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@ssystem@sdollars.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@score@slocks.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@ssharedlist.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@ssystem@sio.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@ssystem.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sparseutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@smath.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@salgorithm.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sunicode.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sstrutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@spathnorm.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sposix@sposix.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@soptions.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@stimes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sos.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@shashes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@stables.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@ssequtils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimqml@ssrc@snimqml.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sstrformat.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronicles@schronicles@soptions.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sterminal.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@sdeques.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sptrops.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sstrings.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-faststreams@sfaststreams@sbuffers.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-faststreams@sfaststreams@soutputs.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sstreams.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@slexbase.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@sprivate@sdecode_helpers.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sparsejson.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sjson.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@smemfiles.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-faststreams@sfaststreams@sinputs.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-faststreams@sfaststreams@stextio.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-serialization@sserialization@serrors.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-serialization@sserialization@sobject_serialization.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-serialization@sserialization.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-serialization@sjson_serialization@stypes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-serialization@sjson_serialization@swriter.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronicles@schronicles@slog_output.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronicles@schronicles@sdynamic_scope.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronicles@schronicles@stopics_registry.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronicles@schronicles.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@smd5.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-status-go@sstatus_go.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-keycard-go@skeycard_go.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@sisaac@ssrc@sisaac.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@suuids@suuids@surandom.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@suuids@suuids.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@seventemitter.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@sfleets@sfleet_configuration.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sconcurrency@scpuinfo.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-serialization@sjson_serialization@slexer.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-serialization@sjson_serialization@sreader.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@ssysrand.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@smonotimes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@srandom.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sconcurrency@satomics.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@schannels_spsc_single.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@schase_lev_deques.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@sevent_notifiers.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@sprimitives@sbarriers_macos.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@ssparsesets.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@sisolation.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@stasks.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@staskpools.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@snativesockets.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@ssets.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@swrappers@sopenssl.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@snet.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimcrypto@snimcrypto@sutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimcrypto@snimcrypto@shash.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sbyteutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sbitops2.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stint@sstint@sprivate@suint_mul.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stint@sstint@sprivate@suint_div.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stint@sstint@sprivate@suint_exp.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stint@sstint@sio.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stint@sstint.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-eth@seth@scommon@seth_types.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@stasks@scommon.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@stasks@sthreadpool.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@ssignal_type.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@sbase.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@schronicles_logs.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sresponse_type.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@score.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@swrappers@spcre.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@srtarrays.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@simpure@sre.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@ssigning_phrases.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@swordwrap.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-confutils@sconfutils@sdefs.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-confutils@sconfutils@scli_parser.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-confutils@sconfutils@sshell_completion.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-confutils@sconfutils.nim.c.o" "nimcache/debug/nim_status_client/@mconstants.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sinterpret@scropped_image.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@scommunities.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sresults.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-web3@sweb3@sethtypes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sbase64.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@suri.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-http-utils@shttputils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@sheapqueue.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sosdefs.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sosutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sbase10.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@stimer.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sposix@skqueue.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sselectors2.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@ssrcloc.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sasyncloop.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sasyncsync.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@shandles.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@stransports@scommon.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@ssendfile.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@stransports@sstream.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sstreams@sasyncstream.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sstreams@schunkstream.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-rpc@sjson_rpc@sclient.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-rpc@sjson_rpc@sclients@ssocketclient.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sbase64.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@sabi@sbearssl_rand.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@sabi@sbearssl_x509.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@sabi@sbrssl.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@serrors.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@sabi@sbearssl_ssl.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@scerts@scacert.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sstreams@stlsstream.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sstreams@sboundstream.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sapps@shttp@shttptable.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sapps@shttp@shttpcommon.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sapps@shttp@shttpbodyrw.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sapps@shttp@smultipart.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sapps@shttp@shttpclient.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-rpc@sjson_rpc@serrors.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-rpc@sjson_rpc@sclients@shttpclient.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@srand.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@sutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@stypes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@sframe.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@sutf8dfa.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@shttp@scommon.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@ssession.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-zlib@szlib@szlib_api.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@sextensions@scompression@sdeflate.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-rpc@sjson_rpc@sclients@swebsocketclient.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-secp256k1@ssecp256k1@sabi.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-secp256k1@ssecp256k1.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-web3@sweb3@sethhexstrings.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-web3@sweb3@sconversions.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-metrics@smetrics.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-web3@sweb3@sencoding.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@sconversion.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@schat@sdto@schat.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity@sdto@scommunity.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@scommunity.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@sdiscovery_summary.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@senvelope.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@sexpired.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@smailserver.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@stypes.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sdto@smessage.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sdto@spinned_message_update.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sdto@sreaction.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sdto@sremoved_message.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sbookmarks@sdto@sbookmark.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@ssocial_links.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scontacts@sdto@scontacts.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sactivity_center@sdto@snotification.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scontacts@sdto@sstatus_update.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdevices@sdto@sinstallation.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sstickers@sdto@sstickers.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@ssettings@sdto@ssettings.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@ssaved_address@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@swallet_account@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@swallet_account@skeypair_dto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@swallet_account@skeycard_dto.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@smessages.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@speerstats.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@sstats.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swallet.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swhisper_filter.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@supdate_available.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@sstatus_updates.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@svisual_identity@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@saccounts@sdto@saccounts.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_backed_up_profile.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_backed_up_settings.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_backed_up_keypair.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_backed_up_keycards.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_backed_up_watch_only_account.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_fetching_backup_progress.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdevices@sdto@slocal_pairing_event.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@spairing.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@ssignals_manager.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@suser_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smember_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smember_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@spending_request_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@spending_request_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity_tokens@sdto@scommunity_token.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scollectible@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snetwork@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@smodels@stoken_owners_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@smodels@stoken_owners_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@smodels@stoken_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@smodels@stoken_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@slocal_account_settings.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@slocal_account_sensitive_settings.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@slocal_app_settings.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@suser_profile.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@score@stypeinfo.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@spackedsets.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@smarshal.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@svisual_identity.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@svisual_identity@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@saccounts.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@sglobal_events.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@sloader_deactivator.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@sglobal_singleton.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@ssection_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@sapp_signals.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@saccounts@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@scustom_urls@surls_manager.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@smain.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@smailservers.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sgeneral.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@stasks@sqt.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sgeneral@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@skeychain@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@skeycard@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@saccounts@sdto@sgenerated_accounts.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sprivacy.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@snetwork_constants.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@saccounts@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sbackend.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sactivity_center@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@ssettings.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sstatus_update.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@ssettings@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snetwork@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scontacts@sdto@scontact_details.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@scontacts.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-libp2p@slibp2p@smulticodec.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sasyncfutures.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sselectors.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sasyncdispatch.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@shttpclient.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@seth@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@seth@sdto@stransaction.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@seth.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sens.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sens@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scontacts@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@slanguage@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@schat.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sgroup_chat.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@schatCommands.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@smessage.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@schat@sservice.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-serialization@sjson_serialization@sstd@stables.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@soids.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@smessages.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@scache.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@stoken@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@stoken@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@swallet_account@sderived_address.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@stransactions.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@swallet_account@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sdto@spinned_message.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@smessage_cursor.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scurrency@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scurrency@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@scollectibles.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@seth@sdto@smethod_dto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@stransaction@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@stransaction@scryptoRampDto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@stransaction@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scollectible@sservice.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-result@sresults.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sbrowser.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sbookmarks@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdapp_permissions@sdto@spermission.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdapp_permissions@sdto@sdapp.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdapp_permissions@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sprivacy@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sprovider.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sens@sdto@sens_username_dto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sens@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sprovider@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snode_configuration@sdto@snode_config.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@snode_config.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snode_configuration@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@snode.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snode@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sprofile@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sstickers.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sstickers@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sabout.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sabout@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@ssaved_address@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdevices@sdto@slocal_pairing_status.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sinstallations.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdevices@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smailservers@sdto@smailserver.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smailservers@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sgif@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sgif@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@scurrency_amount.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@scommunity_tokens.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity_tokens@sdto@sdeployment_parameters.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity_tokens@sairdrop_details.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity_tokens@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snetwork_connection@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@skeypair_account_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@skeypair_account_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@skeypair_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@scolor_hash_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@scolor_hash_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@slogin_account_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@sinternal@sstate.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@sinternal@sstate_wrapper.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@skeypair_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@sinternal@sstate_factory.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared@skeypairs.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sselected_login_account.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sinternal@sstate.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sinternal@sstate_wrapper.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@sgenerated_account_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@sgenerated_account_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@slogin_account_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@sfetching_data_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@sfetching_data_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sinternal@sstate_factory.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@snotifications@sdetails.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@ssection_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@ssection_details.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_search_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_search_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sephemeral_notification_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sephemeral_notification_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@snotifications@snotifications_manager.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@sunique_event_emitter.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@sactive_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@suser_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_criteria_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_criteria_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_permission_chat_list_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_permission_chat_list_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_permission_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_permissions_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_list_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_list_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_reaction_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_reaction_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_transaction_parameters_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@schat_details.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@sgif_column_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@smessages@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@smessages@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@smessages@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@smessages@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@susers@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@susers@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@susers@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@susers@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@sbalance_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@sbalance_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@swallet_account_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sassets@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@saccount_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@srelated_account_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@srelated_accounts_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared@swallet_utils.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@slogging.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@sview.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sactivity.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sactivity@sentry.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sactivity@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sactivity@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sfilter.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sall_tokens@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sall_tokens@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sall_tokens@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sall_tokens@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodels@scollectible_trait_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodels@scollectibles_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodels@scollectible_trait_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodels@scollectibles_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@scurrent_collectible@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@scurrent_collectible@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@scurrent_collectible@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodels@scollectibles_utils.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@scurrent_collectible@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sassets@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sassets@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sassets@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sassets@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sderived_address_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sderived_address_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sinternal@sstate.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sinternal@sstate_wrapper.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sinternal@sstate_factory.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@soverview@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@soverview@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@soverview@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@soverview@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@soverview@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@saccounts_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sprovider@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sprovider@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sprovider@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sprovider@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@spermissions.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@saccounts.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@sdapps.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@scurrent_account@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@scurrent_account@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@scurrent_account@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@scurrent_account@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprofile@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@ssocial_link_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@ssocial_links_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprofile@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprofile@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprofile@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scontacts@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scontacts@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scontacts@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scontacts@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@slocale_table.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprivacy@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprivacy@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprivacy@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprivacy@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sabout@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sabout@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sabout@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sabout@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sadvanced@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sadvanced@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sadvanced@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sadvanced@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sens_usernames@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sens_usernames@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sens_usernames@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sens_usernames@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sens_usernames@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scommunities@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scommunities@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scommunities@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scommunities@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@skeycard@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@smodels@skeycard_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@smodels@skeycard_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@skeycard@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@skeycard@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@skeycard@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@sresult_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@sresult_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@sbase_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@slocation_menu_sub_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@slocation_menu_sub_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@slocation_menu_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@slocation_menu_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@smodels@ssticker_list.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@smodels@ssticker_pack_list.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_item_qobject.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@scurated_community_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@scurated_community_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_file_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_file_list_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_category_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_categories_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_channel_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_channels_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_import_error_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_import_errors_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_import_task_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_import_tasks_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snode_section@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snode_section@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snode_section@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snode_section@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snetwork_connection@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snetwork_connection@snetwork_connection_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snetwork_connection@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snetwork_connection@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snetwork_connection@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sboot@sapp_controller.nim.c.o" "nimcache/debug/nim_status_client/@mnim_status_client.nim.c.o" "-lm" "-lm" "-framework" "Security" "-lc++" "-rpath" "-rpath" "/Users/jenkins/status-desktop/vendor/status-go/build/bin" "-rpath" "/Users/jenkins/status-desktop/vendor/status-keycard-go/build/libkeycard" "bottles/openssl@1.1/lib/libcrypto.a" "bottles/openssl@1.1/lib/libssl.a" "bottles/pcre/lib/libpcre.a" "-no_compact_unwind" "vendor/DOtherSide/build/lib/libDOtherSideStatic.a" "-framework" "QtQuickControls2" "-framework" "QtQuick" "-framework" "QtQmlModels" "-framework" "QtQml" "-framework" "QtSvg" "-framework" "QtWidgets" "-framework" "QtMultimedia" "-framework" "QtNetwork" "-framework" "QtGui" "-framework" "QtCore" "-lstatus" "-lkeycard" "vendor/QR-Code-generator/c/libqrcodegen.a" "-lm" "-ldl" "-lSystem" "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/lib/darwin/libclang_rt.osx.a" "-F/usr/local/Cellar/qt@5/5.15.8_3/lib" "-F/usr/local/Cellar/qt@5/5.15.8_3/lib" "-F/usr/local/Cellar/qt@5/5.15.8_3/lib" "-F/usr/local/Cellar/qt@5/5.15.8_3/lib" "-F/usr/local/Cellar/qt@5/5.15.8_3/lib" "-F/usr/local/Cellar/qt@5/5.15.8_3/lib" "-F/usr/local/Cellar/qt@5/5.15.8_3/lib" "-F/usr/local/Cellar/qt@5/5.15.8_3/lib" "-F/usr/local/Cellar/qt@5/5.15.8_3/lib" "-F/usr/local/Cellar/qt@5/5.15.8_3/lib" 

Which shows these flags:

"-L/Users/jenkins/status-desktop/vendor/status-go/build/bin"
"-rpath" "/Users/jenkins/status-desktop/vendor/status-go/build/bin"

Which looks correct.

jakubgs commented 1 year ago

What I don't get is why am I getting:

clang: error: linker command failed with exit code 1 (use -v to see invocation)

If I'm passing --passL:"-v" in NIMFLAGS,

jakubgs commented 1 year ago

Just to be sure I tried downgrading Go to 1.19 but that made no difference:

jenkins@maci7-01.ms-eu-dublin.ci.devel:~/status-desktop % go version
go version go1.19.7 darwin/amd64
ld: can't map file, errno=22 file '/Users/jenkins/status-desktop/vendor/status-go/build/bin' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: execution of an external program failed: 'clang  @nim_status_client_linkerArgs.txt'
/Users/jenkins/status-desktop/vendor/nimbus-build-system/vendor/Nim/compiler/extccomp.nim(404, 15) compiler msg initiated here [MsgOrigin]
No stack traceback available
To create a stacktrace, rerun compilation with './koch temp c <file>', see https://nim-lang.github.io/Nim/intern.html#debugging-the-compiler for details
make: *** [bin/nim_status_client] Error 1
igor-sirotin commented 1 year ago

@jakubgs

Running

make clean
make -j10 update
export NIMFLAGS='--verbosity:2 --hint:link:on --listCmd --passL:"-v" --passC:"-v"'
make bin/nim_status_clien V=3 &> build.log 

Build log: build.log

Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" @/var/folders/g4/8wp8vfgs7lq_0s48d0ljqbzr0000gn/T/response-d95ee5.txt
 Arguments passed via response file:
"-demangle" "-lto_library" "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib" "-dynamic" "-arch" "arm64" "-headerpad_max_install_names" "-platform_version" "macos" "11.0.0" "13.3" "-syslibroot" "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" "-o" "/Users/igorsirotin/Repositories/Status/status-desktop-2/bin/nim_status_client" "-L/Users/igorsirotin/Repositories/Status/status-desktop-2/vendor/status-go/build/bin" "-L/Users/igorsirotin/Repositories/Status/status-desktop-2/vendor/status-keycard-go/build/libkeycard" "-L/usr/local/lib" "nimcache/debug/nim_status_client/ccopy.c.o" "nimcache/debug/nim_status_client/dec16be.c.o" "nimcache/debug/nim_status_client/dec16le.c.o" "nimcache/debug/nim_status_client/dec32be.c.o" "nimcache/debug/nim_status_client/dec32le.c.o" "nimcache/debug/nim_status_client/dec64be.c.o" "nimcache/debug/nim_status_client/dec64le.c.o" "nimcache/debug/nim_status_client/enc16be.c.o" "nimcache/debug/nim_status_client/enc16le.c.o" "nimcache/debug/nim_status_client/enc32be.c.o" "nimcache/debug/nim_status_client/enc32le.c.o" "nimcache/debug/nim_status_client/enc64be.c.o" "nimcache/debug/nim_status_client/enc64le.c.o" "nimcache/debug/nim_status_client/dig_oid.c.o" "nimcache/debug/nim_status_client/dig_size.c.o" "nimcache/debug/nim_status_client/ghash_ctmul.c.o" "nimcache/debug/nim_status_client/ghash_ctmul32.c.o" "nimcache/debug/nim_status_client/ghash_ctmul64.c.o" "nimcache/debug/nim_status_client/ghash_pclmul.c.o" "nimcache/debug/nim_status_client/ghash_pwr8.c.o" "nimcache/debug/nim_status_client/md5.c.o" "nimcache/debug/nim_status_client/md5sha1.c.o" "nimcache/debug/nim_status_client/mgf1.c.o" "nimcache/debug/nim_status_client/multihash.c.o" "nimcache/debug/nim_status_client/sha1.c.o" "nimcache/debug/nim_status_client/sha2big.c.o" "nimcache/debug/nim_status_client/sha2small.c.o" "nimcache/debug/nim_status_client/hmac.c.o" "nimcache/debug/nim_status_client/hmac_ct.c.o" "nimcache/debug/nim_status_client/hmac_drbg.c.o" "nimcache/debug/nim_status_client/sysrng.c.o" "nimcache/debug/nim_status_client/i15_add.c.o" "nimcache/debug/nim_status_client/i15_bitlen.c.o" "nimcache/debug/nim_status_client/i15_decmod.c.o" "nimcache/debug/nim_status_client/i15_decode.c.o" "nimcache/debug/nim_status_client/i15_decred.c.o" "nimcache/debug/nim_status_client/i15_encode.c.o" "nimcache/debug/nim_status_client/i15_fmont.c.o" "nimcache/debug/nim_status_client/i15_iszero.c.o" "nimcache/debug/nim_status_client/i15_moddiv.c.o" "nimcache/debug/nim_status_client/i15_modpow.c.o" "nimcache/debug/nim_status_client/i15_modpow2.c.o" "nimcache/debug/nim_status_client/i15_montmul.c.o" "nimcache/debug/nim_status_client/i15_mulacc.c.o" "nimcache/debug/nim_status_client/i15_muladd.c.o" "nimcache/debug/nim_status_client/i15_ninv15.c.o" "nimcache/debug/nim_status_client/i15_reduce.c.o" "nimcache/debug/nim_status_client/i15_rshift.c.o" "nimcache/debug/nim_status_client/i15_sub.c.o" "nimcache/debug/nim_status_client/i15_tmont.c.o" "nimcache/debug/nim_status_client/i31_add.c.o" "nimcache/debug/nim_status_client/i31_bitlen.c.o" "nimcache/debug/nim_status_client/i31_decmod.c.o" "nimcache/debug/nim_status_client/i31_decode.c.o" "nimcache/debug/nim_status_client/i31_decred.c.o" "nimcache/debug/nim_status_client/i31_encode.c.o" "nimcache/debug/nim_status_client/i31_fmont.c.o" "nimcache/debug/nim_status_client/i31_iszero.c.o" "nimcache/debug/nim_status_client/i31_moddiv.c.o" "nimcache/debug/nim_status_client/i31_modpow.c.o" "nimcache/debug/nim_status_client/i31_modpow2.c.o" "nimcache/debug/nim_status_client/i31_montmul.c.o" "nimcache/debug/nim_status_client/i31_mulacc.c.o" "nimcache/debug/nim_status_client/i31_muladd.c.o" "nimcache/debug/nim_status_client/i31_ninv31.c.o" "nimcache/debug/nim_status_client/i31_reduce.c.o" "nimcache/debug/nim_status_client/i31_rshift.c.o" "nimcache/debug/nim_status_client/i31_sub.c.o" "nimcache/debug/nim_status_client/i31_tmont.c.o" "nimcache/debug/nim_status_client/i32_add.c.o" "nimcache/debug/nim_status_client/i32_bitlen.c.o" "nimcache/debug/nim_status_client/i32_decmod.c.o" "nimcache/debug/nim_status_client/i32_decode.c.o" "nimcache/debug/nim_status_client/i32_decred.c.o" "nimcache/debug/nim_status_client/i32_div32.c.o" "nimcache/debug/nim_status_client/i32_encode.c.o" "nimcache/debug/nim_status_client/i32_fmont.c.o" "nimcache/debug/nim_status_client/i32_iszero.c.o" "nimcache/debug/nim_status_client/i32_modpow.c.o" "nimcache/debug/nim_status_client/i32_montmul.c.o" "nimcache/debug/nim_status_client/i32_mulacc.c.o" "nimcache/debug/nim_status_client/i32_muladd.c.o" "nimcache/debug/nim_status_client/i32_ninv32.c.o" "nimcache/debug/nim_status_client/i32_reduce.c.o" "nimcache/debug/nim_status_client/i32_sub.c.o" "nimcache/debug/nim_status_client/i32_tmont.c.o" "nimcache/debug/nim_status_client/i62_modpow2.c.o" "nimcache/debug/nim_status_client/ecdsa_atr.c.o" "nimcache/debug/nim_status_client/ecdsa_default_sign_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_default_sign_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_default_vrfy_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_default_vrfy_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_i15_bits.c.o" "nimcache/debug/nim_status_client/ecdsa_i15_sign_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_i15_sign_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_i15_vrfy_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_i15_vrfy_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_i31_bits.c.o" "nimcache/debug/nim_status_client/ecdsa_i31_sign_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_i31_sign_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_i31_vrfy_asn1.c.o" "nimcache/debug/nim_status_client/ecdsa_i31_vrfy_raw.c.o" "nimcache/debug/nim_status_client/ecdsa_rta.c.o" "nimcache/debug/nim_status_client/ec_all_m15.c.o" "nimcache/debug/nim_status_client/ec_all_m31.c.o" "nimcache/debug/nim_status_client/ec_c25519_i15.c.o" "nimcache/debug/nim_status_client/ec_c25519_i31.c.o" "nimcache/debug/nim_status_client/ec_c25519_m15.c.o" "nimcache/debug/nim_status_client/ec_c25519_m31.c.o" "nimcache/debug/nim_status_client/ec_c25519_m62.c.o" "nimcache/debug/nim_status_client/ec_c25519_m64.c.o" "nimcache/debug/nim_status_client/ec_curve25519.c.o" "nimcache/debug/nim_status_client/ec_default.c.o" "nimcache/debug/nim_status_client/ec_keygen.c.o" "nimcache/debug/nim_status_client/ec_p256_m15.c.o" "nimcache/debug/nim_status_client/ec_p256_m31.c.o" "nimcache/debug/nim_status_client/ec_p256_m62.c.o" "nimcache/debug/nim_status_client/ec_p256_m64.c.o" "nimcache/debug/nim_status_client/ec_prime_i15.c.o" "nimcache/debug/nim_status_client/ec_prime_i31.c.o" "nimcache/debug/nim_status_client/ec_pubkey.c.o" "nimcache/debug/nim_status_client/ec_secp256r1.c.o" "nimcache/debug/nim_status_client/ec_secp384r1.c.o" "nimcache/debug/nim_status_client/ec_secp521r1.c.o" "nimcache/debug/nim_status_client/rsa_default_keygen.c.o" "nimcache/debug/nim_status_client/rsa_default_modulus.c.o" "nimcache/debug/nim_status_client/rsa_default_oaep_decrypt.c.o" "nimcache/debug/nim_status_client/rsa_default_oaep_encrypt.c.o" "nimcache/debug/nim_status_client/rsa_default_pkcs1_sign.c.o" "nimcache/debug/nim_status_client/rsa_default_pkcs1_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_default_priv.c.o" "nimcache/debug/nim_status_client/rsa_default_privexp.c.o" "nimcache/debug/nim_status_client/rsa_default_pss_sign.c.o" "nimcache/debug/nim_status_client/rsa_default_pss_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_default_pub.c.o" "nimcache/debug/nim_status_client/rsa_default_pubexp.c.o" "nimcache/debug/nim_status_client/rsa_i15_keygen.c.o" "nimcache/debug/nim_status_client/rsa_i15_modulus.c.o" "nimcache/debug/nim_status_client/rsa_i15_oaep_decrypt.c.o" "nimcache/debug/nim_status_client/rsa_i15_oaep_encrypt.c.o" "nimcache/debug/nim_status_client/rsa_i15_pkcs1_sign.c.o" "nimcache/debug/nim_status_client/rsa_i15_pkcs1_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i15_priv.c.o" "nimcache/debug/nim_status_client/rsa_i15_privexp.c.o" "nimcache/debug/nim_status_client/rsa_i15_pss_sign.c.o" "nimcache/debug/nim_status_client/rsa_i15_pss_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i15_pub.c.o" "nimcache/debug/nim_status_client/rsa_i15_pubexp.c.o" "nimcache/debug/nim_status_client/rsa_i31_keygen.c.o" "nimcache/debug/nim_status_client/rsa_i31_keygen_inner.c.o" "nimcache/debug/nim_status_client/rsa_i31_modulus.c.o" "nimcache/debug/nim_status_client/rsa_i31_oaep_decrypt.c.o" "nimcache/debug/nim_status_client/rsa_i31_oaep_encrypt.c.o" "nimcache/debug/nim_status_client/rsa_i31_pkcs1_sign.c.o" "nimcache/debug/nim_status_client/rsa_i31_pkcs1_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i31_priv.c.o" "nimcache/debug/nim_status_client/rsa_i31_privexp.c.o" "nimcache/debug/nim_status_client/rsa_i31_pss_sign.c.o" "nimcache/debug/nim_status_client/rsa_i31_pss_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i31_pub.c.o" "nimcache/debug/nim_status_client/rsa_i31_pubexp.c.o" "nimcache/debug/nim_status_client/rsa_i32_oaep_decrypt.c.o" "nimcache/debug/nim_status_client/rsa_i32_oaep_encrypt.c.o" "nimcache/debug/nim_status_client/rsa_i32_pkcs1_sign.c.o" "nimcache/debug/nim_status_client/rsa_i32_pkcs1_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i32_priv.c.o" "nimcache/debug/nim_status_client/rsa_i32_pss_sign.c.o" "nimcache/debug/nim_status_client/rsa_i32_pss_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i32_pub.c.o" "nimcache/debug/nim_status_client/rsa_i62_keygen.c.o" "nimcache/debug/nim_status_client/rsa_i62_oaep_decrypt.c.o" "nimcache/debug/nim_status_client/rsa_i62_oaep_encrypt.c.o" "nimcache/debug/nim_status_client/rsa_i62_pkcs1_sign.c.o" "nimcache/debug/nim_status_client/rsa_i62_pkcs1_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i62_priv.c.o" "nimcache/debug/nim_status_client/rsa_i62_pss_sign.c.o" "nimcache/debug/nim_status_client/rsa_i62_pss_vrfy.c.o" "nimcache/debug/nim_status_client/rsa_i62_pub.c.o" "nimcache/debug/nim_status_client/rsa_oaep_pad.c.o" "nimcache/debug/nim_status_client/rsa_oaep_unpad.c.o" "nimcache/debug/nim_status_client/rsa_pkcs1_sig_pad.c.o" "nimcache/debug/nim_status_client/rsa_pkcs1_sig_unpad.c.o" "nimcache/debug/nim_status_client/rsa_pss_sig_pad.c.o" "nimcache/debug/nim_status_client/rsa_pss_sig_unpad.c.o" "nimcache/debug/nim_status_client/rsa_ssl_decrypt.c.o" "nimcache/debug/nim_status_client/asn1enc.c.o" "nimcache/debug/nim_status_client/encode_ec_pk8der.c.o" "nimcache/debug/nim_status_client/encode_ec_rawder.c.o" "nimcache/debug/nim_status_client/encode_rsa_pk8der.c.o" "nimcache/debug/nim_status_client/encode_rsa_rawder.c.o" "nimcache/debug/nim_status_client/skey_decoder.c.o" "nimcache/debug/nim_status_client/x509_decoder.c.o" "nimcache/debug/nim_status_client/x509_knownkey.c.o" "nimcache/debug/nim_status_client/x509_minimal.c.o" "nimcache/debug/nim_status_client/x509_minimal_full.c.o" "nimcache/debug/nim_status_client/vector.c.o" "nimcache/debug/nim_status_client/xmem.c.o" "nimcache/debug/nim_status_client/names.c.o" "nimcache/debug/nim_status_client/certs.c.o" "nimcache/debug/nim_status_client/files.c.o" "nimcache/debug/nim_status_client/pemdec.c.o" "nimcache/debug/nim_status_client/pemenc.c.o" "nimcache/debug/nim_status_client/aes_big_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_big_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_big_ctr.c.o" "nimcache/debug/nim_status_client/aes_big_ctrcbc.c.o" "nimcache/debug/nim_status_client/aes_big_dec.c.o" "nimcache/debug/nim_status_client/aes_big_enc.c.o" "nimcache/debug/nim_status_client/aes_common.c.o" "nimcache/debug/nim_status_client/aes_ct.c.o" "nimcache/debug/nim_status_client/aes_ct64.c.o" "nimcache/debug/nim_status_client/aes_ct64_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_ct64_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_ct64_ctr.c.o" "nimcache/debug/nim_status_client/aes_ct64_ctrcbc.c.o" "nimcache/debug/nim_status_client/aes_ct64_dec.c.o" "nimcache/debug/nim_status_client/aes_ct64_enc.c.o" "nimcache/debug/nim_status_client/aes_ct_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_ct_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_ct_ctr.c.o" "nimcache/debug/nim_status_client/aes_ct_ctrcbc.c.o" "nimcache/debug/nim_status_client/aes_ct_dec.c.o" "nimcache/debug/nim_status_client/aes_ct_enc.c.o" "nimcache/debug/nim_status_client/aes_pwr8.c.o" "nimcache/debug/nim_status_client/aes_pwr8_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_pwr8_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_pwr8_ctr.c.o" "nimcache/debug/nim_status_client/aes_pwr8_ctrcbc.c.o" "nimcache/debug/nim_status_client/aes_small_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_small_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_small_ctr.c.o" "nimcache/debug/nim_status_client/aes_small_ctrcbc.c.o" "nimcache/debug/nim_status_client/aes_small_dec.c.o" "nimcache/debug/nim_status_client/aes_small_enc.c.o" "nimcache/debug/nim_status_client/aes_x86ni.c.o" "nimcache/debug/nim_status_client/aes_x86ni_cbcdec.c.o" "nimcache/debug/nim_status_client/aes_x86ni_cbcenc.c.o" "nimcache/debug/nim_status_client/aes_x86ni_ctr.c.o" "nimcache/debug/nim_status_client/aes_x86ni_ctrcbc.c.o" "nimcache/debug/nim_status_client/chacha20_ct.c.o" "nimcache/debug/nim_status_client/chacha20_sse2.c.o" "nimcache/debug/nim_status_client/des_ct.c.o" "nimcache/debug/nim_status_client/des_ct_cbcdec.c.o" "nimcache/debug/nim_status_client/des_ct_cbcenc.c.o" "nimcache/debug/nim_status_client/des_support.c.o" "nimcache/debug/nim_status_client/des_tab.c.o" "nimcache/debug/nim_status_client/des_tab_cbcdec.c.o" "nimcache/debug/nim_status_client/des_tab_cbcenc.c.o" "nimcache/debug/nim_status_client/poly1305_ctmul.c.o" "nimcache/debug/nim_status_client/poly1305_ctmul32.c.o" "nimcache/debug/nim_status_client/poly1305_ctmulq.c.o" "nimcache/debug/nim_status_client/poly1305_i15.c.o" "nimcache/debug/nim_status_client/ccm.c.o" "nimcache/debug/nim_status_client/eax.c.o" "nimcache/debug/nim_status_client/gcm.c.o" "nimcache/debug/nim_status_client/prf.c.o" "nimcache/debug/nim_status_client/prf_md5sha1.c.o" "nimcache/debug/nim_status_client/prf_sha256.c.o" "nimcache/debug/nim_status_client/prf_sha384.c.o" "nimcache/debug/nim_status_client/ssl_ccert_single_ec.c.o" "nimcache/debug/nim_status_client/ssl_ccert_single_rsa.c.o" "nimcache/debug/nim_status_client/ssl_client.c.o" "nimcache/debug/nim_status_client/ssl_client_default_rsapub.c.o" "nimcache/debug/nim_status_client/ssl_client_full.c.o" "nimcache/debug/nim_status_client/ssl_engine.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_aescbc.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_aesccm.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_aesgcm.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_chapol.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_descbc.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_ec.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_ecdsa.c.o" "nimcache/debug/nim_status_client/ssl_engine_default_rsavrfy.c.o" "nimcache/debug/nim_status_client/ssl_hashes.c.o" "nimcache/debug/nim_status_client/ssl_hs_client.c.o" "nimcache/debug/nim_status_client/ssl_hs_server.c.o" "nimcache/debug/nim_status_client/ssl_io.c.o" "nimcache/debug/nim_status_client/ssl_keyexport.c.o" "nimcache/debug/nim_status_client/ssl_lru.c.o" "nimcache/debug/nim_status_client/ssl_rec_cbc.c.o" "nimcache/debug/nim_status_client/ssl_rec_ccm.c.o" "nimcache/debug/nim_status_client/ssl_rec_chapol.c.o" "nimcache/debug/nim_status_client/ssl_rec_gcm.c.o" "nimcache/debug/nim_status_client/ssl_scert_single_ec.c.o" "nimcache/debug/nim_status_client/ssl_scert_single_rsa.c.o" "nimcache/debug/nim_status_client/ssl_server.c.o" "nimcache/debug/nim_status_client/ssl_server_full_ec.c.o" "nimcache/debug/nim_status_client/ssl_server_full_rsa.c.o" "nimcache/debug/nim_status_client/ssl_server_mine2c.c.o" "nimcache/debug/nim_status_client/ssl_server_mine2g.c.o" "nimcache/debug/nim_status_client/ssl_server_minf2c.c.o" "nimcache/debug/nim_status_client/ssl_server_minf2g.c.o" "nimcache/debug/nim_status_client/ssl_server_minr2g.c.o" "nimcache/debug/nim_status_client/ssl_server_minu2g.c.o" "nimcache/debug/nim_status_client/ssl_server_minv2g.c.o" "nimcache/debug/nim_status_client/cacert20221116.c.o" "nimcache/debug/nim_status_client/adler32.c.o" "nimcache/debug/nim_status_client/compress.c.o" "nimcache/debug/nim_status_client/crc32.c.o" "nimcache/debug/nim_status_client/deflate.c.o" "nimcache/debug/nim_status_client/gzclose.c.o" "nimcache/debug/nim_status_client/gzlib.c.o" "nimcache/debug/nim_status_client/gzread.c.o" "nimcache/debug/nim_status_client/gzwrite.c.o" "nimcache/debug/nim_status_client/inffast.c.o" "nimcache/debug/nim_status_client/inflate.c.o" "nimcache/debug/nim_status_client/infback.c.o" "nimcache/debug/nim_status_client/inftrees.c.o" "nimcache/debug/nim_status_client/trees.c.o" "nimcache/debug/nim_status_client/uncompr.c.o" "nimcache/debug/nim_status_client/zutil.c.o" "nimcache/debug/nim_status_client/secp256k1.c.o" "nimcache/debug/nim_status_client/precomputed_ecmult.c.o" "nimcache/debug/nim_status_client/precomputed_ecmult_gen.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@sprivate@sdigitsutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@ssystem@sassertions.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@ssystem@sformatfloat.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@ssystem@sdollars.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@score@slocks.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@ssharedlist.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@ssystem@sio.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@ssystem.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sparseutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@smath.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@salgorithm.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sunicode.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sstrutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@spathnorm.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sposix@sposix.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@soptions.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@stimes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sos.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@shashes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@stables.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@ssequtils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimqml@ssrc@snimqml.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sstrformat.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronicles@schronicles@soptions.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sterminal.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@sdeques.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sptrops.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sstrings.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-faststreams@sfaststreams@sbuffers.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-faststreams@sfaststreams@soutputs.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sstreams.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@slexbase.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@sprivate@sdecode_helpers.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sparsejson.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sjson.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@smemfiles.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-faststreams@sfaststreams@sinputs.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-faststreams@sfaststreams@stextio.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-serialization@sserialization@serrors.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-serialization@sserialization@sobject_serialization.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-serialization@sserialization.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-serialization@sjson_serialization@stypes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-serialization@sjson_serialization@swriter.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronicles@schronicles@slog_output.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronicles@schronicles@sdynamic_scope.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronicles@schronicles@stopics_registry.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronicles@schronicles.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@smd5.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-status-go@sstatus_go.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-keycard-go@skeycard_go.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@sisaac@ssrc@sisaac.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@suuids@suuids@surandom.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@suuids@suuids.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@seventemitter.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@sfleets@sfleet_configuration.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sconcurrency@scpuinfo.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-serialization@sjson_serialization@slexer.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-serialization@sjson_serialization@sreader.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@ssysrand.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@smonotimes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@srandom.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sconcurrency@satomics.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@schannels_spsc_single.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@schase_lev_deques.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@sevent_notifiers.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@sprimitives@sbarriers_macos.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@ssparsesets.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@sisolation.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@stasks.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-taskpools@staskpools@staskpools.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@snativesockets.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@ssets.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@swrappers@sopenssl.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@snet.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimcrypto@snimcrypto@sutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimcrypto@snimcrypto@shash.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sbyteutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sbitops2.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stint@sstint@sprivate@suint_mul.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stint@sstint@sprivate@suint_div.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stint@sstint@sprivate@suint_exp.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stint@sstint@sio.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stint@sstint.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-eth@seth@scommon@seth_types.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@stasks@scommon.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@stasks@sthreadpool.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@ssignal_type.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@sbase.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@schronicles_logs.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sresponse_type.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@score.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@swrappers@spcre.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@srtarrays.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@simpure@sre.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@ssigning_phrases.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@swordwrap.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-confutils@sconfutils@sdefs.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-confutils@sconfutils@scli_parser.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-confutils@sconfutils@sshell_completion.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-confutils@sconfutils.nim.c.o" "nimcache/debug/nim_status_client/@mconstants.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sinterpret@scropped_image.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@scommunities.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sresults.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-web3@sweb3@sethtypes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sbase64.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@suri.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-http-utils@shttputils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@scollections@sheapqueue.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sosdefs.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sosutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sbase10.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@stimer.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sposix@skqueue.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sselectors2.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@ssrcloc.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sasyncloop.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sasyncsync.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@shandles.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@stransports@scommon.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@ssendfile.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@stransports@sstream.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sstreams@sasyncstream.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sstreams@schunkstream.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-rpc@sjson_rpc@sclient.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-rpc@sjson_rpc@sclients@ssocketclient.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-stew@sstew@sbase64.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@sabi@sbearssl_rand.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@sabi@sbearssl_x509.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@sabi@sbrssl.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@serrors.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@sabi@sbearssl_ssl.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@scerts@scacert.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sstreams@stlsstream.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sstreams@sboundstream.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sapps@shttp@shttptable.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sapps@shttp@shttpcommon.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sapps@shttp@shttpbodyrw.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sapps@shttp@smultipart.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-chronos@schronos@sapps@shttp@shttpclient.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-rpc@sjson_rpc@serrors.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-rpc@sjson_rpc@sclients@shttpclient.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-bearssl@sbearssl@srand.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@sutils.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@stypes.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@sframe.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@sutf8dfa.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@shttp@scommon.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@ssession.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-zlib@szlib@szlib_api.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-websock@swebsock@sextensions@scompression@sdeflate.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-rpc@sjson_rpc@sclients@swebsocketclient.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-secp256k1@ssecp256k1@sabi.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-secp256k1@ssecp256k1.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-web3@sweb3@sethhexstrings.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-web3@sweb3@sconversions.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-metrics@smetrics.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-web3@sweb3@sencoding.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@sconversion.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@schat@sdto@schat.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity@sdto@scommunity.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@scommunity.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@sdiscovery_summary.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@senvelope.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@sexpired.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@smailserver.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@stypes.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sdto@smessage.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sdto@spinned_message_update.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sdto@sreaction.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sdto@sremoved_message.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sbookmarks@sdto@sbookmark.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@ssocial_links.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scontacts@sdto@scontacts.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sactivity_center@sdto@snotification.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scontacts@sdto@sstatus_update.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdevices@sdto@sinstallation.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sstickers@sdto@sstickers.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@ssettings@sdto@ssettings.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@ssaved_address@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@swallet_account@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@swallet_account@skeypair_dto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@swallet_account@skeycard_dto.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@smessages.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@speerstats.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@sstats.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swallet.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swhisper_filter.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@supdate_available.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@sstatus_updates.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@svisual_identity@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@saccounts@sdto@saccounts.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_backed_up_profile.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_backed_up_settings.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_backed_up_keypair.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_backed_up_keycards.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_backed_up_watch_only_account.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@swaku_fetching_backup_progress.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdevices@sdto@slocal_pairing_event.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@sremote_signals@spairing.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@ssignals@ssignals_manager.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@suser_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smember_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smember_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@spending_request_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@spending_request_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity_tokens@sdto@scommunity_token.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scollectible@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snetwork@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@smodels@stoken_owners_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@smodels@stoken_owners_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@smodels@stoken_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@smodels@stoken_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@slocal_account_settings.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@slocal_account_sensitive_settings.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@slocal_app_settings.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@suser_profile.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@score@stypeinfo.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@sstd@spackedsets.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@smarshal.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@svisual_identity.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@svisual_identity@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@saccounts.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@sglobal_events.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@sloader_deactivator.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@sglobal_singleton.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@ssection_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sglobal@sapp_signals.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@saccounts@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@scustom_urls@surls_manager.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@smain.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@smailservers.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sgeneral.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@stasks@sqt.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sgeneral@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@skeychain@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@skeycard@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@saccounts@sdto@sgenerated_accounts.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sprivacy.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@snetwork_constants.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@saccounts@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sbackend.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sactivity_center@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@ssettings.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sstatus_update.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@ssettings@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snetwork@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scontacts@sdto@scontact_details.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@scontacts.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-libp2p@slibp2p@smulticodec.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sasyncfutures.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sselectors.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@sasyncdispatch.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@shttpclient.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@seth@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@seth@sdto@stransaction.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@seth.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sens.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sens@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scontacts@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@slanguage@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@schat.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sgroup_chat.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@schatCommands.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@smessage.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@schat@sservice.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-json-serialization@sjson_serialization@sstd@stables.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@soids.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@smessages.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@scommon@scache.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@stoken@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@stoken@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@swallet_account@sderived_address.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@stransactions.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@swallet_account@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sdto@spinned_message.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@smessage_cursor.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smessage@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scurrency@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scurrency@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@scollectibles.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@seth@sdto@smethod_dto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@stransaction@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@stransaction@scryptoRampDto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@stransaction@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scollectible@sservice.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snim-result@sresults.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sbrowser.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sbookmarks@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdapp_permissions@sdto@spermission.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdapp_permissions@sdto@sdapp.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdapp_permissions@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sprivacy@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sprovider.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sens@sdto@sens_username_dto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sens@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sprovider@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snode_configuration@sdto@snode_config.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@snode_config.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snode_configuration@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@snode.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snode@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sprofile@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sstickers.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sstickers@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sabout.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sabout@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@ssaved_address@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdevices@sdto@slocal_pairing_status.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sinstallations.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sdevices@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smailservers@sdto@smailserver.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@smailservers@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sgif@sdto.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@sgif@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@scurrency_amount.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@scommunity_tokens.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity_tokens@sdto@sdeployment_parameters.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity_tokens@sairdrop_details.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@scommunity_tokens@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp_service@sservice@snetwork_connection@sservice.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@skeypair_account_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@skeypair_account_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@skeypair_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@scolor_hash_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@scolor_hash_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@slogin_account_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@sinternal@sstate.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@sinternal@sstate_wrapper.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@skeypair_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@sinternal@sstate_factory.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared@skeypairs.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sselected_login_account.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sinternal@sstate.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sinternal@sstate_wrapper.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@sgenerated_account_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@sgenerated_account_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@slogin_account_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@sfetching_data_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodels@sfetching_data_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@sinternal@sstate_factory.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sstartup@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@snotifications@sdetails.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@ssection_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@ssection_details.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_search_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_search_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sephemeral_notification_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sephemeral_notification_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@snotifications@snotifications_manager.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@score@sunique_event_emitter.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@sactive_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@suser_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_criteria_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_criteria_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_permission_chat_list_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_permission_chat_list_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_permission_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_permissions_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_list_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_list_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_reaction_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_reaction_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_transaction_parameters_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@schat_details.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@sgif_column_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@sinput_area@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@smessages@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@smessages@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@smessages@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@smessages@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@susers@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@susers@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@susers@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@susers@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@schat_content@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@schat_section@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@sbalance_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@sbalance_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@stoken_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@swallet_account_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sassets@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@saccount_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@srelated_account_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@srelated_accounts_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared@swallet_utils.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@m..@svendor@snimbus-build-system@svendor@sNim@slib@spure@slogging.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@sview.nim.c.o" "nimcache/debug/nim_status_client/@mbackend@sactivity.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sactivity@sentry.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sactivity@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@sutils.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@stransactions@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sactivity@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sfilter.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@saccounts@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sall_tokens@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sall_tokens@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sall_tokens@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sall_tokens@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodels@scollectible_trait_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodels@scollectibles_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodels@scollectible_trait_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodels@scollectibles_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@scurrent_collectible@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@scurrent_collectible@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@scurrent_collectible@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodels@scollectibles_utils.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@scurrent_collectible@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@scollectibles@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sassets@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sassets@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sassets@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sassets@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssaved_addresses@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sbuy_sell_crypto@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sderived_address_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sderived_address_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sinternal@sstate.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sinternal@sstate_wrapper.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@sinternal@sstate_factory.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@sadd_account@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@snetworks@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@soverview@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@soverview@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@soverview@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@soverview@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@soverview@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@saccounts_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@ssend@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@swallet_section@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sprovider@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sprovider@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sprovider@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sprovider@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sbookmark@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@spermissions.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@saccounts.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@sdapps.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@sdapps@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@scurrent_account@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@scurrent_account@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@scurrent_account@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@scurrent_account@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sbrowser_section@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprofile@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@ssocial_link_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@ssocial_links_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprofile@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprofile@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprofile@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scontacts@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scontacts@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scontacts@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scontacts@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@slocale_table.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@slanguage@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprivacy@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprivacy@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprivacy@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sprivacy@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sabout@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sabout@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sabout@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sabout@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sadvanced@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sadvanced@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sadvanced@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sadvanced@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sdevices@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@ssync@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swaku@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@snotifications@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sens_usernames@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sens_usernames@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sens_usernames@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sens_usernames@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@sens_usernames@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scommunities@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scommunities@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scommunities@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@scommunities@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@skeycard@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@smodels@skeycard_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_modules@skeycard_popup@smodels@skeycard_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@skeycard@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@skeycard@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@skeycard@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@saccounts@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@snetworks@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@swallet@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sprofile_section@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@sresult_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@sresult_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@sbase_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@slocation_menu_sub_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@slocation_menu_sub_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@slocation_menu_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@slocation_menu_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sapp_search@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@smodels@ssticker_list.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@smodels@ssticker_pack_list.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sstickers@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@sshared_models@smessage_item_qobject.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@sitem.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@smodel.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@sactivity_center@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@scurated_community_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@scurated_community_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_file_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_file_list_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_category_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_categories_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_channel_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_channels_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_import_error_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_import_errors_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_import_task_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodels@sdiscord_import_tasks_model.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@stokens@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@scommunities@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snode_section@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snode_section@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snode_section@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snode_section@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snetwork_connection@sio_interface.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snetwork_connection@snetwork_connection_item.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snetwork_connection@sview.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snetwork_connection@scontroller.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@snetwork_connection@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@smodules@smain@smodule.nim.c.o" "nimcache/debug/nim_status_client/@mapp@sboot@sapp_controller.nim.c.o" "nimcache/debug/nim_status_client/@mnim_status_client.nim.c.o" "-lm" "-lm" "-framework" "Security" "-lc++" "-rpath" "/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-rpath" "/Users/igorsirotin/Repositories/Status/status-desktop-2/vendor/status-go/build/bin" "-rpath" "/Users/igorsirotin/Repositories/Status/status-desktop-2/vendor/status-keycard-go/build/libkeycard" "bottles/openssl@1.1/lib/libcrypto.a" "bottles/openssl@1.1/lib/libssl.a" "bottles/pcre/lib/libpcre.a" "-no_compact_unwind" "-framework" "Foundation" "-framework" "AppKit" "-framework" "Security" "-framework" "IOKit" "-framework" "CoreServices" "-framework" "LocalAuthentication" "vendor/DOtherSide/build/lib/libDOtherSideStatic.a" "-framework" "QtQuickControls2" "-framework" "QtQuick" "-framework" "QtQmlModels" "-framework" "QtQml" "-framework" "QtSvg" "-framework" "QtWidgets" "-framework" "QtMultimedia" "-framework" "QtNetwork" "-framework" "QtGui" "-framework" "QtCore" "-lstatus" "-lkeycard" "vendor/QR-Code-generator/c/libqrcodegen.a" "-lm" "-ldl" "-lSystem" "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/lib/darwin/libclang_rt.osx.a" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" "-F/opt/homebrew/Cellar/qt@5/5.15.8_3/lib" 
 (end of response file)
jakubgs commented 1 year ago

Ok, this is interesting:

image

It looks like there's one -rpath flag that has no value. That looks horribly wrong.

jakubgs commented 1 year ago

Which appears to be coming from here: https://github.com/status-im/status-desktop/blob/f39dfa87f7c8ef6b924dde766e47f3c15b3f0405/config.nims#L15-L19 So it seems like the issue is with QT5_LIBDIR variable.

jakubgs commented 1 year ago

Which is set here: https://github.com/status-im/status-desktop/blob/f39dfa87f7c8ef6b924dde766e47f3c15b3f0405/Makefile#L163-L164 And if we try to use that on a CI host it works:

jenkins@macm1-01.ih-eu-mda1.ci.devel:~ % which qmake
/opt/homebrew/bin/qmake
jenkins@macm1-01.ih-eu-mda1.ci.devel:~ % qmake -query QT_INSTALL_LIBS
/opt/homebrew/Cellar/qt@5/5.15.8_2/lib

Interesting.

jakubgs commented 1 year ago

Seems to work fine on all hosts:

 > a ci-slave-macos -o -a '/opt/homebrew/bin/qmake -query QT_INSTALL_LIBS'
maci7-01.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) /usr/local/Cellar/qt@5/5.15.8_3/lib
macm1-01.he-eu-fsn1.ci.release | CHANGED | rc=0 | (stdout) /opt/homebrew/Cellar/qt@5/5.15.8_2/lib
macm2-02.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) /opt/homebrew/Cellar/qt@5/5.15.8_3/lib
macm1-01.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) /opt/homebrew/Cellar/qt@5/5.15.8_2/lib
macm2-01.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) /opt/homebrew/Cellar/qt@5/5.15.8_3/lib
maci7-03.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) /usr/local/Cellar/qt@5/5.15.8_3/lib
macm2-01.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) /opt/homebrew/Cellar/qt@5/5.15.8_3/lib
maci7-02.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) /usr/local/Cellar/qt@5/5.15.8_3/lib

So there's something deeper that's wrong here.

caybro commented 1 year ago

Seems to work fine on all hosts:

 > a ci-slave-macos -o -a '/opt/homebrew/bin/qmake -query QT_INSTALL_LIBS'
maci7-01.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) /usr/local/Cellar/qt@5/5.15.8_3/lib
macm1-01.he-eu-fsn1.ci.release | CHANGED | rc=0 | (stdout) /opt/homebrew/Cellar/qt@5/5.15.8_2/lib
macm2-02.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) /opt/homebrew/Cellar/qt@5/5.15.8_3/lib
macm1-01.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) /opt/homebrew/Cellar/qt@5/5.15.8_2/lib
macm2-01.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) /opt/homebrew/Cellar/qt@5/5.15.8_3/lib
maci7-03.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) /usr/local/Cellar/qt@5/5.15.8_3/lib
macm2-01.ih-eu-mda1.ci.devel | CHANGED | rc=0 | (stdout) /opt/homebrew/Cellar/qt@5/5.15.8_3/lib
maci7-02.ms-eu-dublin.ci.devel | CHANGED | rc=0 | (stdout) /usr/local/Cellar/qt@5/5.15.8_3/lib

So there's something deeper that's wrong here.

Why is it that some hosts return /usr/local/ and some /opt/homebrew prefix?

jakubgs commented 1 year ago

Because Homebrew location is different on x86_64 and aarch64 systems:

This has always been the case.

jakubgs commented 1 year ago

I think I know what might be happening. The QT5_LIBDIR is not being exported, even if it is set. This section is key: https://github.com/status-im/status-desktop/blob/f39dfa87f7c8ef6b924dde766e47f3c15b3f0405/Makefile#L162-L183 Specifically this if clause: https://github.com/status-im/status-desktop/blob/f39dfa87f7c8ef6b924dde766e47f3c15b3f0405/Makefile#L168-L170 Which is true on our Macs, as both variables are set to /usr/local/Cellar/qt@5/5.15.8_3 on an i7 host, which resuts in the line that exports QT5_LIBDIR not being executed as far as I can tell: https://github.com/status-im/status-desktop/blob/f39dfa87f7c8ef6b924dde766e47f3c15b3f0405/Makefile#L179

jakubgs commented 1 year ago

After moving export QT5_LIBDIR outside of the if clause now I'm getting this during nim_status_client build:

Undefined symbols for architecture x86_64:
  "_NSApp", referenced from:
      Status::OSNotification::showIconBadgeNotificationMacOs(int) in libDOtherSideStatic.a(OSNotification.mm.o)
  "_NSUserNotificationDefaultSoundName", referenced from:
      Status::OSNotification::showNotificationMacOs(QString, QString, QString) in libDOtherSideStatic.a(OSNotification.mm.o)
  "_OBJC_CLASS_$_LAContext", referenced from:
      objc-class-ref in libDOtherSideStatic.a(LocalAuthentication.mm.o)
  "_OBJC_CLASS_$_NSDictionary", referenced from:
      objc-class-ref in libDOtherSideStatic.a(Keychain.mm.o)
  "_OBJC_CLASS_$_NSNumber", referenced from:
      objc-class-ref in libDOtherSideStatic.a(Keychain.mm.o)
  "_OBJC_CLASS_$_NSObject", referenced from:
      _OBJC_CLASS_$_NotificationDelegate in libDOtherSideStatic.a(OSNotification.mm.o)
  "_OBJC_CLASS_$_NSProcessInfo", referenced from:
      objc-class-ref in libDOtherSideStatic.a(LocalAuthentication.mm.o)
  "_OBJC_CLASS_$_NSUserNotification", referenced from:
      objc-class-ref in libDOtherSideStatic.a(OSNotification.mm.o)
  "_OBJC_CLASS_$_NSUserNotificationCenter", referenced from:
      objc-class-ref in libDOtherSideStatic.a(OSNotification.mm.o)
  "_OBJC_METACLASS_$_NSObject", referenced from:
      _OBJC_METACLASS_$_NotificationDelegate in libDOtherSideStatic.a(OSNotification.mm.o)
  "__objc_empty_cache", referenced from:
      _OBJC_CLASS_$_NotificationDelegate in libDOtherSideStatic.a(OSNotification.mm.o)
      _OBJC_METACLASS_$_NotificationDelegate in libDOtherSideStatic.a(OSNotification.mm.o)
  "_objc_alloc", referenced from:
      Status::OSNotification::initNotificationMacOs() in libDOtherSideStatic.a(OSNotification.mm.o)
      Status::OSNotification::showNotificationMacOs(QString, QString, QString) in libDOtherSideStatic.a(OSNotification.mm.o)
      Status::LocalAuthentication::runAuthentication(QString const&) in libDOtherSideStatic.a(LocalAuthentication.mm.o)
  "_objc_msgSend", referenced from:
      Status::OSNotification::initNotificationMacOs() in libDOtherSideStatic.a(OSNotification.mm.o)
      Status::OSNotification::showNotificationMacOs(QString, QString, QString) in libDOtherSideStatic.a(OSNotification.mm.o)
      Status::OSNotification::showIconBadgeNotificationMacOs(int) in libDOtherSideStatic.a(OSNotification.mm.o)
      -[NotificationDelegate userNotificationCenter:didActivateNotification:] in libDOtherSideStatic.a(OSNotification.mm.o)
      Status::Keychain::readItem(QString const&) in libDOtherSideStatic.a(Keychain.mm.o)
      Status::Keychain::writeItem(QString const&, QString const&) in libDOtherSideStatic.a(Keychain.mm.o)
      Status::Keychain::deleteItem(QString const&) in libDOtherSideStatic.a(Keychain.mm.o)
      ...
  "_objc_msgSendSuper2", referenced from:
      -[NotificationDelegate initOSNotification:] in libDOtherSideStatic.a(OSNotification.mm.o)
  "_objc_msgSend_stret", referenced from:
      ErrorDescription::fromLAError(long) in libDOtherSideStatic.a(LocalAuthentication.mm.o)
  "_objc_release", referenced from:
      Status::OSNotification::showNotificationMacOs(QString, QString, QString) in libDOtherSideStatic.a(OSNotification.mm.o)
      Status::Keychain::readItem(QString const&) in libDOtherSideStatic.a(Keychain.mm.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: execution of an external program failed: 'clang  @nim_status_client_linkerArgs.txt'
/Users/jenkins/status-desktop/vendor/nimbus-build-system/vendor/Nim/compiler/extccomp.nim(404, 15) compiler msg initiated here [MsgOrigin]
No stack traceback available
To create a stacktrace, rerun compilation with './koch temp c <file>', see https://nim-lang.github.io/Nim/intern.html#debugging-the-compiler for details
make: *** [bin/nim_status_client] Error 1

What the fuck is happening?

jakubgs commented 1 year ago

Apparently this error specifically:

 "_NSApp", referenced from:
      Status::OSNotification::showIconBadgeNotificationMacOs(int) in libDOtherSideStatic.a(OSNotification.mm.o)

Appear to be related to the AppKit dependency:

jakubgs commented 1 year ago

The error normally would suggest that something was compiled for a wrong architecture, but DOtherSide library is correct:

jenkins@maci7-01.ms-eu-dublin.ci.devel:~/status-desktop % lipo -info vendor/DOtherSide/build/lib/libDOtherSideStatic.a
Non-fat file: vendor/DOtherSide/build/lib/libDOtherSideStatic.a is architecture: x86_64
igor-sirotin commented 1 year ago

@jakubgs But if you say that this is true: https://github.com/status-im/status-desktop/blob/f39dfa87f7c8ef6b924dde766e47f3c15b3f0405/Makefile#L168

Then we also skip this part: https://github.com/status-im/status-desktop/blob/f39dfa87f7c8ef6b924dde766e47f3c15b3f0405/Makefile#L174-L177

Which is linking AppKit.

No idea why moving export QT5_LIBDIR changes behaviour though.

jakubgs commented 1 year ago

It appears an infra change related to QT - possibly brew link qt@5 - has caused this else block to not be active in CI builds: https://github.com/status-im/status-desktop/blob/b557274dffe3dd21897d9664f4c2d4d78b2b58aa/Makefile#L170-L183 But as far as I can tell the whole ifeq ($(detected_OS),Darwin) should never have been within that else block. Because now it stopped being executed, which both made QT5_LIBDIR not exported, which was the reason for the missing -rpath flag value from config.nims, but also the ld: can't map file, errno=22 file error related to nim_status_client.

jakubgs commented 1 year ago

Fix PR: