The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PLzmaSDK, reference 1.6.0 (0301b3), with Swift 6.3 for Wasm on 17 Apr 2026 14:48:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OlehKulykov/PLzmaSDK.git
Reference: 1.6.0
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
 * tag               1.6.0      -> FETCH_HEAD
HEAD is now at 0301b39 Release 1.6.0
Cloned https://github.com/OlehKulykov/PLzmaSDK.git
Revision (git rev-parse @):
0301b394eefc3e1a75a60e239c30143b36afc0ec
SUCCESS checkout https://github.com/OlehKulykov/PLzmaSDK.git at 1.6.0
========================================
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-1":/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 AesOpt.c
[1/184] Compiling Aes.c
[2/184] Write swift-version-24593BA9C3E375BF.txt
/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.
[3/184] Compiling libplzma plzma_path_utils.cpp
[3/184] Compiling libplzma plzma_progress.cpp
[3/184] Compiling plzma_test_files file__zombies_jpg.c
[3/184] Compiling libplzma plzma_update_callback.cpp
[3/184] Compiling plzma_test_files file__10_7z.c
[3/184] Compiling libplzma plzma_string.cpp
[3/184] Compiling plzma_test_files file__southpark_jpg.c
[3/184] Compiling libplzma plzma_raw_heap_memory.cpp
BUILD FAILURE 6.3 wasm