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 Helical, reference main (0fa8de), with Swift 6.1 for Wasm on 9 Dec 2025 02:31:38 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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/Helical.git
Reference: main
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/tomasf/Helical
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0fa8de2 Update Helical dependency version to 0.4.1
Cloned https://github.com/tomasf/Helical.git
Revision (git rev-parse @):
0fa8de21e18c87928823a3dc8d1437932fec4697
SUCCESS checkout https://github.com/tomasf/Helical.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tomasf/Helical.git
https://github.com/tomasf/Helical.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "cadova",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/Cadova.git"
    }
  ],
  "manifest_display_name" : "Helical",
  "name" : "Helical",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Helical",
      "targets" : [
        "Helical"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Helical-Demo",
      "targets" : [
        "Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Helical",
      "module_type" : "SwiftTarget",
      "name" : "Helical",
      "path" : "Sources/Helical",
      "product_dependencies" : [
        "Cadova"
      ],
      "product_memberships" : [
        "Helical",
        "Helical-Demo"
      ],
      "sources" : [
        "Bolt/Bolt.swift",
        "Bolt/Parts/Heads/BoltHeadShape.swift",
        "Bolt/Parts/Heads/CountersunkBoltHeadShape.swift",
        "Bolt/Parts/Heads/CylindricalBoltHeadShape.swift",
        "Bolt/Parts/Heads/PolygonalBoltHeadShape.swift",
        "Bolt/Parts/Heads/ProfiledBoltHeadShape.swift",
        "Bolt/Parts/Points/BoltPoint.swift",
        "Bolt/Parts/Points/ProfiledBoltPoint.swift",
        "Bolt/Parts/Sockets/BoltHeadSocket.swift",
        "Bolt/Parts/Sockets/Phillips.swift",
        "Bolt/Parts/Sockets/PhillipsBoltHeadSocket.swift",
        "Bolt/Parts/Sockets/PolygonalBoltHeadSocket.swift",
        "Bolt/Parts/Sockets/SlottedBoltHeadSocket.swift",
        "Bolt/Parts/Sockets/Torx.swift",
        "Bolt/Parts/Sockets/TorxHeadSocket.swift",
        "Bolt/Standards/Bolt+HexHead.swift",
        "Bolt/Standards/Bolt+HexSocketCountersunk.swift",
        "Bolt/Standards/Bolt+HexSocketHeadCap.swift",
        "Bolt/Standards/Bolt+PhillipsCheeseHead.swift",
        "Bolt/Standards/Bolt+PhillipsCountersunk.swift",
        "Bolt/Standards/Bolt+SetScrew.swift",
        "Bolt/Standards/Bolt+SlottedCountersunk.swift",
        "Bolt/Standards/Bolt+TorxCountersunk.swift",
        "Holes/BoltHeadRecess.swift",
        "Holes/BoltHeadRecessShapes.swift",
        "Holes/ClearanceHole.swift",
        "Holes/ThreadedHole.swift",
        "Nut/Bodies/FlangedNutBody.swift",
        "Nut/Bodies/PolygonalNutBody.swift",
        "Nut/Bodies/TSlotNutBody.swift",
        "Nut/Nut.swift",
        "Nut/Standards/Nut+Hex.swift",
        "Nut/Standards/Nut+Square.swift",
        "Nut/Standards/Nut+TSlot.swift",
        "Thread/Environment+Thread.swift",
        "Thread/Screw.swift",
        "Thread/ScrewThread+ISOMetric.swift",
        "Thread/ScrewThread+Standard.swift",
        "Thread/ScrewThread.swift",
        "Thread/SolidThreadform.swift",
        "Thread/TrapezoidalThreadForm.swift",
        "Washers/Washer+Standard.swift",
        "Washers/Washer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Demo",
      "module_type" : "SwiftTarget",
      "name" : "Demo",
      "path" : "Sources/Demo",
      "product_dependencies" : [
        "Cadova"
      ],
      "product_memberships" : [
        "Helical-Demo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Helical"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/tomasf/Cadova.git
[1/13394] Fetching cadova
Fetched https://github.com/tomasf/Cadova.git from cache (1.95s)
Computing version for https://github.com/tomasf/Cadova.git
Computed https://github.com/tomasf/Cadova.git at 0.3.0 (3.21s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/tomasf/freetype-spm.git
Fetching https://github.com/tomasf/FindFont.git
Fetching https://github.com/tomasf/ThreeMF.git
[1/9] Fetching freetype-spm
[10/529] Fetching freetype-spm, threemf
[411/661] Fetching freetype-spm, threemf, findfont
[501/6379] Fetching freetype-spm, threemf, findfont, swift-log
Fetching https://github.com/tomasf/manifold-swift.git
Fetched https://github.com/apple/swift-log.git from cache (0.92s)
[563/661] Fetching freetype-spm, threemf, findfont
[647/1218] Fetching freetype-spm, threemf, findfont, manifold-swift
Fetched https://github.com/tomasf/manifold-swift.git from cache (0.40s)
Fetched https://github.com/tomasf/freetype-spm.git from cache (1.47s)
Fetched https://github.com/tomasf/FindFont.git from cache (1.47s)
Fetched https://github.com/tomasf/ThreeMF.git from cache (1.52s)
Computing version for https://github.com/tomasf/FindFont.git
Computed https://github.com/tomasf/FindFont.git at 1.0.0 (2.62s)
Computing version for https://github.com/tomasf/freetype-spm.git
Computed https://github.com/tomasf/freetype-spm.git at 1.0.1 (1.03s)
Computing version for https://github.com/tomasf/ThreeMF.git
Computed https://github.com/tomasf/ThreeMF.git at 0.2.0 (1.13s)
Fetching https://github.com/tomasf/Zip.git
Fetching https://github.com/tomasf/Nodal.git
[1/671] Fetching nodal
[42/857] Fetching nodal, zip
Fetched https://github.com/tomasf/Nodal.git from cache (0.42s)
Fetched https://github.com/tomasf/Zip.git from cache (0.45s)
Computing version for https://github.com/tomasf/manifold-swift.git
Computed https://github.com/tomasf/manifold-swift.git at 0.2.3 (1.47s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.1.0 (1.12s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 0.3.3 (1.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (1.11s)
Creating working copy for https://github.com/tomasf/freetype-spm.git
Working copy of https://github.com/tomasf/freetype-spm.git resolved at 1.0.1
Creating working copy for https://github.com/tomasf/manifold-swift.git
Working copy of https://github.com/tomasf/manifold-swift.git resolved at 0.2.3
Creating working copy for https://github.com/tomasf/Cadova.git
Working copy of https://github.com/tomasf/Cadova.git resolved at 0.3.0
Creating working copy for https://github.com/tomasf/ThreeMF.git
Working copy of https://github.com/tomasf/ThreeMF.git resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.1
Creating working copy for https://github.com/tomasf/Zip.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.1.0
Creating working copy for https://github.com/tomasf/FindFont.git
Working copy of https://github.com/tomasf/FindFont.git resolved at 1.0.0
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 0.3.3
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Demo/nutsAndWashers.stl
    /host/spi-builder-workspace/Sources/Demo/bolts.stl
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/src/base/ftotval.c:18:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/include/freetype/internal/ftdebug.h:29:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/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/121] Compiling ftotval.c
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/src/base/ftpatent.c:19:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/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/121] Compiling ftpatent.c
[0/121] Compiling ftpfr.c
[0/121] Compiling boolean_result.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/src/base/ftmm.c:19:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/include/freetype/internal/ftdebug.h:29:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/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/121] Compiling ftmm.c
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/src/base/ftstroke.c:19:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/include/freetype/ftstroke.h:22:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/include/freetype/ftoutln.h:24:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/.build/checkouts/freetype-spm/Sources/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/121] Compiling ftstroke.c
[0/121] Compiling pugixml.cpp
[0/121] Write swift-version-24593BA9C3E375BF.txt
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/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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Demo/bolts.stl
    /host/spi-builder-workspace/Sources/Demo/nutsAndWashers.stl
[0/1] Planning build
Building for debugging...
[0/121] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/manifold-swift/External/oneTBB/src/tbb/version.cpp:17:
In file included from /host/spi-builder-workspace/.build/checkouts/manifold-swift/External/oneTBB/include/oneapi/tbb/version.h:22:
In file included from /host/spi-builder-workspace/.build/checkouts/manifold-swift/External/oneTBB/include/oneapi/tbb/detail/_config.h:37:
/host/spi-builder-workspace/.build/checkouts/manifold-swift/External/oneTBB/include/oneapi/tbb/detail/_export.h:27:6: error: "Unknown platform/compiler"
   27 |     #error "Unknown platform/compiler"
      |      ^
1 error generated.
[6/121] Compiling version.cpp
[6/121] Compiling thread_dispatcher.cpp
[6/121] Compiling threading_control.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/manifold-swift/External/oneTBB/src/tbb/thread_request_serializer.cpp:17:
In file included from /host/spi-builder-workspace/.build/checkouts/manifold-swift/External/oneTBB/src/tbb/misc.h:20:
In file included from /host/spi-builder-workspace/.build/checkouts/manifold-swift/External/oneTBB/include/oneapi/tbb/detail/_config.h:37:
/host/spi-builder-workspace/.build/checkouts/manifold-swift/External/oneTBB/include/oneapi/tbb/detail/_export.h:27:6: error: "Unknown platform/compiler"
   27 |     #error "Unknown platform/compiler"
      |      ^
[6/121] Compiling thread_request_serializer.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/manifold-swift/External/oneTBB/src/tbb/tools_api/ittnotify_static.c:19:
/host/spi-builder-workspace/.build/checkouts/manifold-swift/External/oneTBB/src/tbb/tools_api/ittnotify_config.h:279:10: fatal error: 'pthread.h' file not found
  279 | #include <pthread.h>
      |          ^~~~~~~~~~~
[6/121] Compiling ittnotify_static.c
[6/121] Compiling tcm_adaptor.cpp
[6/121] Compiling pugixml.cpp
[6/121] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm