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 4.3.0 (defe61), with Swift 6.1 for Linux on 29 Jul 2025 06:57:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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: 4.3.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/pawelmajcher/Ch3
 * tag               4.3.0      -> FETCH_HEAD
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 4.3.0
========================================
Build
========================================
Selected platform:         linux
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/21] Compiling vec2d.c
[1/21] Compiling baseCells.c
[2/21] Compiling vertex.c
[3/21] Compiling vec3d.c
[4/21] Compiling bbox.c
[5/21] Compiling coordijk.c
[6/21] Compiling vertexGraph.c
[7/21] Compiling polygon.c
[7/21] Compiling algos.c
[7/21] Compiling mathExtensions.c
[10/21] Compiling polyfill.c
[11/21] Compiling h3Assert.c
[12/21] Compiling iterators.c
[13/21] Compiling linkedGeo.c
[14/21] Compiling localij.c
[15/21] Compiling latLng.c
[16/21] Compiling directedEdge.c
[17/21] Compiling faceijk.c
[18/21] Compiling h3Index.c
[19/21] Write Objects.LinkFileList
[20/21] Archiving libCh3.a
Build complete! (1.05s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.