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

Successful build of Ch3, reference master (defe61), with Swift 6.1 for Wasm on 29 Jul 2025 07:07:58 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pawelmajcher/Ch3.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/pawelmajcher/Ch3
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at defe61b v4.3.0 of uber h3 lib
Cloned https://github.com/pawelmajcher/Ch3.git
Revision (git rev-parse @):
defe61b18c4f5fc024a3ff6bd5b6c3a9562f5e09
SUCCESS checkout https://github.com/pawelmajcher/Ch3.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pawelmajcher/Ch3.git
https://github.com/pawelmajcher/Ch3.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ch3",
  "name" : "Ch3",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ch3",
      "targets" : [
        "Ch3"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Ch3",
      "module_type" : "ClangTarget",
      "name" : "Ch3",
      "path" : ".",
      "product_memberships" : [
        "Ch3"
      ],
      "sources" : [
        "Ch3/algos.c",
        "Ch3/baseCells.c",
        "Ch3/bbox.c",
        "Ch3/coordijk.c",
        "Ch3/directedEdge.c",
        "Ch3/faceijk.c",
        "Ch3/h3Assert.c",
        "Ch3/h3Index.c",
        "Ch3/iterators.c",
        "Ch3/latLng.c",
        "Ch3/linkedGeo.c",
        "Ch3/localij.c",
        "Ch3/mathExtensions.c",
        "Ch3/polyfill.c",
        "Ch3/polygon.c",
        "Ch3/vec2d.c",
        "Ch3/vec3d.c",
        "Ch3/vertex.c",
        "Ch3/vertexGraph.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/21] Compiling bbox.c
[1/21] Compiling vertex.c
[2/21] Compiling vec3d.c
[3/21] Compiling directedEdge.c
[4/21] Compiling vec2d.c
[5/21] Compiling baseCells.c
[6/21] Compiling vertexGraph.c
[7/21] Compiling coordijk.c
[8/21] Compiling faceijk.c
[9/21] Compiling mathExtensions.c
[10/21] Compiling localij.c
[11/21] Compiling h3Assert.c
[12/21] Compiling polygon.c
[13/21] Compiling linkedGeo.c
[14/21] Compiling iterators.c
[15/21] Compiling latLng.c
[16/21] Compiling polyfill.c
[17/21] Compiling h3Index.c
[18/21] Compiling algos.c
[19/21] Write Objects.LinkFileList
[20/21] Archiving libCh3.a
Build complete! (1.01s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ch3",
  "name" : "Ch3",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ch3",
      "targets" : [
        "Ch3"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Ch3",
      "module_type" : "ClangTarget",
      "name" : "Ch3",
      "path" : ".",
      "product_memberships" : [
        "Ch3"
      ],
      "sources" : [
        "Ch3/algos.c",
        "Ch3/baseCells.c",
        "Ch3/bbox.c",
        "Ch3/coordijk.c",
        "Ch3/directedEdge.c",
        "Ch3/faceijk.c",
        "Ch3/h3Assert.c",
        "Ch3/h3Index.c",
        "Ch3/iterators.c",
        "Ch3/latLng.c",
        "Ch3/linkedGeo.c",
        "Ch3/localij.c",
        "Ch3/mathExtensions.c",
        "Ch3/polyfill.c",
        "Ch3/polygon.c",
        "Ch3/vec2d.c",
        "Ch3/vec3d.c",
        "Ch3/vertex.c",
        "Ch3/vertexGraph.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.