The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftyHaru, reference dev (bcc8a3), with Swift 6.1 for Wasm on 27 May 2025 09:25:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WeirdMath/SwiftyHaru.git
Reference: dev
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/WeirdMath/SwiftyHaru
 * branch            dev        -> FETCH_HEAD
 * [new branch]      dev        -> origin/dev
HEAD is now at bcc8a3c Fix CocoaPods build
Cloned https://github.com/WeirdMath/SwiftyHaru.git
Revision (git rev-parse @):
bcc8a3caeac078550b779783928f16828935fd41
SUCCESS checkout https://github.com/WeirdMath/SwiftyHaru.git at dev
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/WeirdMath/SwiftyHaru.git
https://github.com/WeirdMath/SwiftyHaru.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "SwiftyHaru",
  "name" : "SwiftyHaru",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyHaru",
      "targets" : [
        "SwiftyHaru"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyHaruTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyHaruTests",
      "path" : "Tests/SwiftyHaruTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "AffineTransformTests.swift",
        "ColorTests.swift",
        "CrossPlatformRenderer.swift",
        "DashStyleTests.swift",
        "DrawingContextTests.swift",
        "GridTests.swift",
        "PDFDateFormatterTests.swift",
        "PDFDocumentTests.swift",
        "PDFPageTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftyHaru"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyHaru",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyHaru",
      "path" : "Sources/SwiftyHaru",
      "product_memberships" : [
        "SwiftyHaru"
      ],
      "sources" : [
        "DrawingContext.swift",
        "Encoding.swift",
        "Font.swift",
        "Graphics/AffineTransform.swift",
        "Graphics/Color.swift",
        "Graphics/DashStyle.swift",
        "Graphics/Drawable.swift",
        "Graphics/Geometry.swift",
        "Graphics/LineCap.swift",
        "Graphics/LineJoin.swift",
        "Graphics/PDFColorSpace.swift",
        "Graphics/Path.swift",
        "Graphics/TextRenderingMode.swift",
        "Grid/Grid+Drawable.swift",
        "Grid/Grid.LabelParameters.swift",
        "Grid/Grid.Labels.swift",
        "Grid/Grid.Lines.swift",
        "Grid/Grid.MajorLineParameters.swift",
        "Grid/Grid.MinorLineParameters.swift",
        "Grid/Grid.SerifParameters.swift",
        "Grid/Grid.Serifs.swift",
        "Grid/Grid.swift",
        "PDFArray.swift",
        "PDFDateFormatter.swift",
        "PDFDocument.CompressionMode.swift",
        "PDFDocument.EncryptionMode.swift",
        "PDFDocument.Metadata.swift",
        "PDFDocument.PageLayout.swift",
        "PDFDocument.PageNumberStyle.swift",
        "PDFDocument.Permissions.swift",
        "PDFDocument.swift",
        "PDFError.swift",
        "PDFPage.Direction.swift",
        "PDFPage.Size.swift",
        "PDFPage.swift",
        "Sequence.swift",
        "TextAlignment.swift",
        "Unimplemented.swift"
      ],
      "target_dependencies" : [
        "CLibHaru"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibPNG",
      "module_type" : "ClangTarget",
      "name" : "CLibPNG",
      "path" : "Sources/CLibPNG",
      "product_memberships" : [
        "SwiftyHaru"
      ],
      "sources" : [
        "png.c",
        "pngerror.c",
        "pngget.c",
        "pngmem.c",
        "pngpread.c",
        "pngread.c",
        "pngrio.c",
        "pngrtran.c",
        "pngrutil.c",
        "pngset.c",
        "pngtrans.c",
        "pngwio.c",
        "pngwrite.c",
        "pngwtran.c",
        "pngwutil.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibHaru",
      "module_type" : "ClangTarget",
      "name" : "CLibHaru",
      "path" : "Sources/CLibHaru",
      "product_memberships" : [
        "SwiftyHaru"
      ],
      "sources" : [
        "hpdf_3dmeasure.c",
        "hpdf_annotation.c",
        "hpdf_array.c",
        "hpdf_binary.c",
        "hpdf_boolean.c",
        "hpdf_catalog.c",
        "hpdf_destination.c",
        "hpdf_dict.c",
        "hpdf_doc.c",
        "hpdf_doc_png.c",
        "hpdf_dummy.c",
        "hpdf_encoder.c",
        "hpdf_encoder_cns.c",
        "hpdf_encoder_cnt.c",
        "hpdf_encoder_jp.c",
        "hpdf_encoder_kr.c",
        "hpdf_encoder_utf.c",
        "hpdf_encrypt.c",
        "hpdf_encryptdict.c",
        "hpdf_error.c",
        "hpdf_exdata.c",
        "hpdf_ext_gstate.c",
        "hpdf_font.c",
        "hpdf_font_cid.c",
        "hpdf_font_tt.c",
        "hpdf_font_type1.c",
        "hpdf_fontdef.c",
        "hpdf_fontdef_base14.c",
        "hpdf_fontdef_cid.c",
        "hpdf_fontdef_cns.c",
        "hpdf_fontdef_cnt.c",
        "hpdf_fontdef_jp.c",
        "hpdf_fontdef_kr.c",
        "hpdf_fontdef_tt.c",
        "hpdf_fontdef_type1.c",
        "hpdf_gstate.c",
        "hpdf_image.c",
        "hpdf_image_ccitt.c",
        "hpdf_image_png.c",
        "hpdf_info.c",
        "hpdf_list.c",
        "hpdf_mmgr.c",
        "hpdf_name.c",
        "hpdf_namedict.c",
        "hpdf_null.c",
        "hpdf_number.c",
        "hpdf_objects.c",
        "hpdf_outline.c",
        "hpdf_page_label.c",
        "hpdf_page_operator.c",
        "hpdf_pages.c",
        "hpdf_pdfa.c",
        "hpdf_real.c",
        "hpdf_streams.c",
        "hpdf_string.c",
        "hpdf_u3d.c",
        "hpdf_utils.c",
        "hpdf_xref.c"
      ],
      "target_dependencies" : [
        "CLibPNG"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/13182] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (1.72s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.4 (2.17s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/75024] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (5.04s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.09s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (5.52s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.99s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (4.14s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.41s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Building for debugging...
[0/75] Compiling CLibHaru hpdf_binary.c
[1/75] Compiling CLibHaru hpdf_boolean.c
[2/75] Write sources
[3/75] Compiling CLibHaru hpdf_catalog.c
[4/75] Compiling CLibHaru hpdf_destination.c
[5/75] Compiling CLibHaru hpdf_dict.c
[6/75] Compiling CLibHaru hpdf_encoder_utf.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngset.c:19:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngset.c:19:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:823:
/host/spi-builder-workspace/Sources/CLibPNG/include/pngstruct.h:30:10: fatal error: 'zlib.h' file not found
   30 | #include "zlib.h"
      |          ^~~~~~~~
2 errors generated.
[7/75] Compiling CLibPNG pngset.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwutil.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwutil.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:823:
/host/spi-builder-workspace/Sources/CLibPNG/include/pngstruct.h:30:10: fatal error: 'zlib.h' file not found
   30 | #include "zlib.h"
      |          ^~~~~~~~
2 errors generated.
[7/75] Compiling CLibPNG pngwutil.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngtrans.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
[7/75] Compiling CLibPNG pngtrans.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwio.c:21:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
[7/75] Compiling CLibPNG pngwio.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwrite.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwrite.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:823:
/host/spi-builder-workspace/Sources/CLibPNG/include/pngstruct.h:30:10: fatal error: 'zlib.h' file not found
   30 | #include "zlib.h"
      |          ^~~~~~~~
[7/75] Compiling CLibPNG pngwrite.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwtran.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwtran.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:823:
/host/spi-builder-workspace/Sources/CLibPNG/include/pngstruct.h:30:10: fatal error: 'zlib.h' file not found
   30 | #include "zlib.h"
      |          ^~~~~~~~
[7/75] Compiling CLibPNG pngwtran.c
[7/75] Compiling CLibHaru hpdf_doc.c
[7/75] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwutil.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwutil.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:823:
/host/spi-builder-workspace/Sources/CLibPNG/include/pngstruct.h:30:10: fatal error: 'zlib.h' file not found
   30 | #include "zlib.h"
      |          ^~~~~~~~
2 errors generated.
[0/68] Compiling CLibPNG pngwutil.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngset.c:19:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
[0/68] Compiling CLibPNG pngset.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwrite.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwrite.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:823:
/host/spi-builder-workspace/Sources/CLibPNG/include/pngstruct.h:30:10: fatal error: 'zlib.h' file not found
   30 | #include "zlib.h"
      |          ^~~~~~~~
2 errors generated.
[0/68] Compiling CLibPNG pngwrite.c
[0/68] Compiling CLibPNG pngrutil.c
[0/68] Compiling CLibPNG pngtrans.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwio.c:21:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
[0/68] Compiling CLibPNG pngwio.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwtran.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwtran.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:823:
/host/spi-builder-workspace/Sources/CLibPNG/include/pngstruct.h:30:10: fatal error: 'zlib.h' file not found
   30 | #include "zlib.h"
      |          ^~~~~~~~
2 errors generated.
[0/68] Compiling CLibPNG pngwtran.c
[0/68] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm