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.2 (beta) for Android on 29 Jul 2025 07:01:05 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pawelmajcher/Ch3.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/21] Compiling vertex.c
[1/21] Compiling mathExtensions.c
[2/21] Compiling vec3d.c
[3/21] Compiling vertexGraph.c
[4/21] Compiling vec2d.c
[5/21] Compiling iterators.c
[6/21] Compiling h3Assert.c
[7/21] Compiling polygon.c
[8/21] Compiling localij.c
[9/21] Compiling polyfill.c
[10/21] Compiling linkedGeo.c
[11/21] Compiling latLng.c
[12/21] Compiling faceijk.c
[13/21] Compiling directedEdge.c
[14/21] Compiling baseCells.c
[15/21] Compiling bbox.c
[16/21] Compiling h3Index.c
[17/21] Compiling algos.c
[18/21] Compiling coordijk.c
[19/21] Write Objects.LinkFileList
[20/21] Archiving libCh3.a
Build complete! (1.29s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.