Build Information
Failed to build PLzmaSDK, reference master (7d1aa7), with Swift 6.3 for Wasm on 17 Apr 2026 14:46:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OlehKulykov/PLzmaSDK.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/OlehKulykov/PLzmaSDK
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7d1aa72 1775973877
Cloned https://github.com/OlehKulykov/PLzmaSDK.git
Revision (git rev-parse @):
7d1aa724c98187e5c60b4db2452d220ac495ad9d
SUCCESS checkout https://github.com/OlehKulykov/PLzmaSDK.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/OlehKulykov/PLzmaSDK.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/184] Compiling Aes.c
[0/184] Compiling Alloc.c
[0/184] Compiling 7zCrc.c
[0/184] Compiling 7zCrcOpt.c
[1/184] Compiling AesOpt.c
[1/184] Compiling Bcj2.c
[6/184] Compiling Bcj2Enc.c
[7/184] Compiling 7zStream.c
[8/184] Compiling plzma_test_files file__shutuptakemoney_jpg.c
[9/184] Compiling plzma_test_files file__names_txt.c
[10/184] Compiling plzma_test_files file__southpark_jpg.c
[11/184] Compiling plzma_test_files file__munchen_jpg.c
[12/184] Write swift-version-24593BA9C3E375BF.txt
[13/184] Compiling plzma_test_files file__zombies_jpg.c
[14/184] Compiling plzma_test_files file__9_7z.c
[15/184] Compiling plzma_test_files file__8_7z.c
[16/184] Compiling plzma_test_files file__7_7z.c
[17/184] Compiling plzma_test_files file__5_7z.c
[18/184] Compiling plzma_test_files file__4_7z.c
[19/184] Compiling plzma_test_files file__18_7z_003.c
[19/184] Compiling plzma_test_files file__6_7z.c
[21/184] Compiling plzma_test_files file__2_7z.c
[22/184] Compiling plzma_test_files file__3_7z.c
[23/184] Compiling plzma_test_files file__18_7z_002.c
[24/184] Compiling plzma_test_files file__17_jpg_xz.c
[25/184] Compiling plzma_test_files file__1_7z.c
[26/184] Compiling plzma_test_files file__18_7z_001.c
[27/184] Compiling libplzma plzma_update_callback.cpp
[28/184] Compiling plzma_test_files file__15_tar.c
[29/184] Compiling plzma_test_files file__14_7z.c
[30/184] Compiling plzma_test_files file__16_tar_xz.c
[30/184] Compiling plzma_test_files file__13_7z.c
[32/184] Compiling libplzma plzma_raw_heap_memory.cpp
[33/184] Compiling plzma_test_files file__12_7z.c
/host/spi-builder-workspace/src/plzma_path_utils.cpp:86:35: error: no member named 'readdir_r' in the global namespace; did you mean 'readdir'?
86 | if ( (readRes = ::readdir_r(dir.dir, &d, &dp)) == 0 && dp) {
| ^~~~~~~~~
| readdir
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/dirent.h:35:16: note: 'readdir' declared here
35 | struct dirent *readdir(DIR *);
| ^
/host/spi-builder-workspace/src/plzma_path_utils.cpp:86:54: error: too many arguments to function call, expected 1, have 3
86 | if ( (readRes = ::readdir_r(dir.dir, &d, &dp)) == 0 && dp) {
| ~~~~~~~~~~~ ^~~~~~~
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/dirent.h:35:16: note: 'readdir' declared here
35 | struct dirent *readdir(DIR *);
| ^ ~~~~~
2 errors generated.
[34/184] Compiling libplzma plzma_path_utils.cpp
[34/184] Compiling libplzma plzma_string.cpp
[34/184] Compiling libplzma plzma_open_callback.cpp
[34/184] Compiling libplzma plzma_out_streams.cpp
[34/184] Compiling libplzma plzma_progress.cpp
/host/spi-builder-workspace/src/plzma_path.cpp:261:29: error: no member named 'readdir_r' in the global namespace; did you mean 'readdir'?
261 | readRes = ::readdir_r(_dir, &d, &dp);
| ^~~~~~~~~
| readdir
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/dirent.h:35:16: note: 'readdir' declared here
35 | struct dirent *readdir(DIR *);
| ^
/host/spi-builder-workspace/src/plzma_path.cpp:261:45: error: too many arguments to function call, expected 1, have 3
261 | readRes = ::readdir_r(_dir, &d, &dp);
| ~~~~~~~~~~~ ^~~~~~~
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/dirent.h:35:16: note: 'readdir' declared here
35 | struct dirent *readdir(DIR *);
| ^ ~~~~~
[34/184] Compiling libplzma plzma_path.cpp
[34/184] Compiling plzma_test_files file__10_7z.c
[34/184] Compiling plzma_test_files file__11_7z.c
BUILD FAILURE 6.3 wasm