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 msdf-atlas-gen, reference master (5db5b7), with Swift 6.1 for Wasm on 29 May 2025 13:27:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/AdaEngine/msdf-atlas-gen.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/AdaEngine/msdf-atlas-gen
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5db5b7f Add bazel
Cloned https://github.com/AdaEngine/msdf-atlas-gen.git
Revision (git rev-parse @):
5db5b7f5136ce124ccc2c1b84a424b835f0b9f64
SUCCESS checkout https://github.com/AdaEngine/msdf-atlas-gen.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/AdaEngine/msdf-atlas-gen.git
https://github.com/AdaEngine/msdf-atlas-gen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "c_language_standard" : "c11",
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "msdf-atlas-gen",
  "name" : "msdf-atlas-gen",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "MSDFAtlasGen",
      "targets" : [
        "MSDFAtlasGen"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tinyxml",
      "module_type" : "ClangTarget",
      "name" : "tinyxml",
      "path" : "tinyxml",
      "product_memberships" : [
        "MSDFAtlasGen"
      ],
      "sources" : [
        "tinyxml2.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "freetype",
      "module_type" : "ClangTarget",
      "name" : "freetype",
      "path" : "freetype",
      "product_memberships" : [
        "MSDFAtlasGen"
      ],
      "sources" : [
        "src/autofit/autofit.c",
        "src/base/ftbase.c",
        "src/base/ftbbox.c",
        "src/base/ftbdf.c",
        "src/base/ftbitmap.c",
        "src/base/ftcid.c",
        "src/base/ftdebug.c",
        "src/base/ftfstype.c",
        "src/base/ftgasp.c",
        "src/base/ftglyph.c",
        "src/base/ftgxval.c",
        "src/base/ftinit.c",
        "src/base/ftmm.c",
        "src/base/ftotval.c",
        "src/base/ftpatent.c",
        "src/base/ftpfr.c",
        "src/base/ftstroke.c",
        "src/base/ftsynth.c",
        "src/base/ftsystem.c",
        "src/base/fttype1.c",
        "src/base/ftwinfnt.c",
        "src/bdf/bdf.c",
        "src/bzip2/ftbzip2.c",
        "src/cache/ftcache.c",
        "src/cff/cff.c",
        "src/cid/type1cid.c",
        "src/gzip/ftgzip.c",
        "src/lzw/ftlzw.c",
        "src/pcf/pcf.c",
        "src/pfr/pfr.c",
        "src/psaux/psaux.c",
        "src/pshinter/pshinter.c",
        "src/psnames/psnames.c",
        "src/raster/raster.c",
        "src/sdf/sdf.c",
        "src/sfnt/sfnt.c",
        "src/smooth/smooth.c",
        "src/truetype/truetype.c",
        "src/type1/type1.c",
        "src/type42/type42.c",
        "src/winfonts/winfnt.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MSDFGen",
      "module_type" : "ClangTarget",
      "name" : "MSDFGen",
      "path" : "msdfgen",
      "product_memberships" : [
        "MSDFAtlasGen"
      ],
      "sources" : [
        "core/Contour.cpp",
        "core/EdgeHolder.cpp",
        "core/MSDFErrorCorrection.cpp",
        "core/Projection.cpp",
        "core/Scanline.cpp",
        "core/Shape.cpp",
        "core/SignedDistance.cpp",
        "core/Vector2.cpp",
        "core/contour-combiners.cpp",
        "core/edge-coloring.cpp",
        "core/edge-segments.cpp",
        "core/edge-selectors.cpp",
        "core/equation-solver.cpp",
        "core/msdf-error-correction.cpp",
        "core/msdfgen.cpp",
        "core/rasterization.cpp",
        "core/render-sdf.cpp",
        "core/save-bmp.cpp",
        "core/save-tiff.cpp",
        "core/sdf-error-estimation.cpp",
        "core/shape-description.cpp",
        "ext/import-font.cpp",
        "ext/import-svg.cpp",
        "ext/resolve-shape-geometry.cpp",
        "ext/save-png.cpp"
      ],
      "target_dependencies" : [
        "freetype",
        "tinyxml"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MSDFAtlasGen",
      "module_type" : "ClangTarget",
      "name" : "MSDFAtlasGen",
      "path" : "msdf-atlas-gen",
      "product_memberships" : [
        "MSDFAtlasGen"
      ],
      "sources" : [
        "Charset.cpp",
        "FontGeometry.cpp",
        "GlyphGeometry.cpp",
        "RectanglePacker.cpp",
        "TightAtlasPacker.cpp",
        "Workload.cpp",
        "bitmap-blit.cpp",
        "charset-parser.cpp",
        "csv-export.cpp",
        "glyph-generators.cpp",
        "image-encode.cpp",
        "json-export.cpp",
        "shadron-preview-generator.cpp",
        "size-selectors.cpp",
        "utf8.cpp"
      ],
      "target_dependencies" : [
        "MSDFGen"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/82] Compiling tinyxml tinyxml2.cpp
In file included from /host/spi-builder-workspace/freetype/src/winfonts/winfnt.c:20:
In file included from /host/spi-builder-workspace/freetype/include/freetype/ftwinfnt.h:22:
In file included from /host/spi-builder-workspace/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftstdlib.h:166:
/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.
      |  ^
1 error generated.
[1/82] Compiling winfnt.c
[1/82] Compiling MSDFAtlasGen Workload.cpp
[1/82] Compiling MSDFAtlasGen RectanglePacker.cpp
[1/82] Compiling MSDFAtlasGen TightAtlasPacker.cpp
[1/82] Compiling MSDFAtlasGen bitmap-blit.cpp
[1/82] Compiling MSDFAtlasGen charset-parser.cpp
[1/82] Compiling MSDFAtlasGen GlyphGeometry.cpp
[1/82] Compiling MSDFAtlasGen FontGeometry.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/freetype/src/raster/raster.c:21:
In file included from /host/spi-builder-workspace/freetype/src/raster/ftraster.c:65:
In file included from /host/spi-builder-workspace/freetype/src/raster/ftraster.h:24:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftstdlib.h:166:
/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.
      |  ^
1 error generated.
[0/81] Compiling raster.c
In file included from /host/spi-builder-workspace/freetype/src/winfonts/winfnt.c:20:
In file included from /host/spi-builder-workspace/freetype/include/freetype/ftwinfnt.h:22:
In file included from /host/spi-builder-workspace/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftstdlib.h:166:
/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.
      |  ^
1 error generated.
[0/81] Compiling winfnt.c
In file included from /host/spi-builder-workspace/freetype/src/sfnt/sfnt.c:21:
In file included from /host/spi-builder-workspace/freetype/src/sfnt/pngshim.c:20:
In file included from /host/spi-builder-workspace/freetype/include/freetype/internal/ftdebug.h:29:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftstdlib.h:166:
/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/81] Compiling sfnt.c
In file included from /host/spi-builder-workspace/freetype/src/truetype/truetype.c:21:
In file included from /host/spi-builder-workspace/freetype/src/truetype/ttdriver.c:19:
In file included from /host/spi-builder-workspace/freetype/include/freetype/internal/ftdebug.h:29:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftstdlib.h:166:
/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/81] Compiling truetype.c
In file included from /host/spi-builder-workspace/freetype/src/sdf/sdf.c:23:
In file included from /host/spi-builder-workspace/freetype/src/sdf/ftsdfrend.c:21:
In file included from /host/spi-builder-workspace/freetype/include/freetype/internal/ftdebug.h:29:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftstdlib.h:166:
/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/freetype/src/type1/type1.c:21:
In file included from /host/spi-builder-workspace/freetype/src/type1/t1afm.c:19:
In file included from /host/spi-builder-workspace/freetype/src/type1/t1afm.h:22:
In file included from /host/spi-builder-workspace/freetype/src/type1/t1objs.h:24:
In file included from /host/spi-builder-workspace/freetype/include/freetype/internal/ftobjs.h:29:
In file included from /host/spi-builder-workspace/freetype/include/freetype/ftrender.h:23:
In file included from /host/spi-builder-workspace/freetype/include/freetype/ftmodapi.h:23:
In file included from /host/spi-builder-workspace/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftstdlib.h:166:
/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/81] Compiling type1.c
In file included from /host/spi-builder-workspace/freetype/src/type42/type42.c:21:
In file included from /host/spi-builder-workspace/freetype/src/type42/t42drivr.c:39:
In file included from /host/spi-builder-workspace/freetype/src/type42/t42drivr.h:23:
In file included from /host/spi-builder-workspace/freetype/include/freetype/internal/ftdrv.h:23:
In file included from /host/spi-builder-workspace/freetype/include/freetype/ftmodapi.h:23:
In file included from /host/spi-builder-workspace/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftstdlib.h:166:
/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/81] Compiling type42.c
In file included from /host/spi-builder-workspace/freetype/src/smooth/smooth.c:21:
In file included from /host/spi-builder-workspace/freetype/src/smooth/ftgrays.c:277:
In file included from /host/spi-builder-workspace/freetype/include/freetype/internal/ftobjs.h:29:
In file included from /host/spi-builder-workspace/freetype/include/freetype/ftrender.h:23:
In file included from /host/spi-builder-workspace/freetype/include/freetype/ftmodapi.h:23:
In file included from /host/spi-builder-workspace/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/freetype/include/freetype/config/ftstdlib.h:166:
/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/81] Compiling smooth.c
[0/81] Compiling sdf.c
BUILD FAILURE 6.1 wasm