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 0.4.1 (2e4ab8), with Swift 6.1 for Android on 9 Dec 2025 02:34:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/Helical.git
Reference: 0.4.1
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
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at 2e4ab89 Use Cadova 0.3
Cloned https://github.com/tomasf/Helical.git
Revision (git rev-parse @):
2e4ab896a06146a9f23003d58c524a92f7cbbab5
SUCCESS checkout https://github.com/tomasf/Helical.git at 0.4.1
========================================
Build
========================================
Selected platform:         android
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-4606859-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/tomasf/Cadova.git
[1/13394] Fetching cadova
Fetched https://github.com/tomasf/Cadova.git from cache (2.17s)
Computing version for https://github.com/tomasf/Cadova.git
Computed https://github.com/tomasf/Cadova.git at 0.3.0 (3.43s)
Fetching https://github.com/tomasf/ThreeMF.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/tomasf/manifold-swift.git
Fetching https://github.com/tomasf/freetype-spm.git
Fetching https://github.com/tomasf/FindFont.git
[1/520] Fetching threemf
[225/529] Fetching threemf, freetype-spm
[234/661] Fetching threemf, freetype-spm, findfont
[365/1218] Fetching threemf, freetype-spm, findfont, manifold-swift
[1095/6936] Fetching threemf, freetype-spm, findfont, manifold-swift, swift-log
Fetched https://github.com/tomasf/manifold-swift.git from cache (0.63s)
[1515/6379] Fetching threemf, freetype-spm, findfont, swift-log
Fetched https://github.com/tomasf/freetype-spm.git from cache (0.64s)
Fetched https://github.com/tomasf/FindFont.git from cache (0.63s)
[1488/6238] Fetching threemf, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
[416/520] Fetching threemf
Fetched https://github.com/tomasf/ThreeMF.git from cache (1.73s)
Computing version for https://github.com/tomasf/FindFont.git
Computed https://github.com/tomasf/FindFont.git at 1.0.0 (2.74s)
Computing version for https://github.com/tomasf/freetype-spm.git
Computed https://github.com/tomasf/freetype-spm.git at 1.0.1 (0.99s)
Computing version for https://github.com/tomasf/ThreeMF.git
Computed https://github.com/tomasf/ThreeMF.git at 0.2.0 (0.99s)
Fetching https://github.com/tomasf/Zip.git
Fetching https://github.com/tomasf/Nodal.git
[1/186] Fetching zip
[169/857] Fetching zip, nodal
Fetched https://github.com/tomasf/Nodal.git from cache (0.38s)
Fetched https://github.com/tomasf/Zip.git from cache (0.39s)
Computing version for https://github.com/tomasf/manifold-swift.git
Computed https://github.com/tomasf/manifold-swift.git at 0.2.3 (1.33s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.1.0 (1.02s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 0.3.3 (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (1.07s)
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/ThreeMF.git
Working copy of https://github.com/tomasf/ThreeMF.git resolved at 0.2.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
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/FindFont.git
Working copy of https://github.com/tomasf/FindFont.git resolved at 1.0.0
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...
[0/121] Write sources
[3/121] Compiling Bridge bridge.cpp
[4/121] Write swift-version-24593BA9C3E375BF.txt
[5/121] Compiling version.cpp
[6/121] Compiling ittnotify_static.c
[7/121] Compiling bridge.cpp
[8/121] Compiling pugixml.cpp
[9/121] Compiling threading_control.cpp
[10/121] Compiling thread_request_serializer.cpp
[11/121] Compiling thread_dispatcher.cpp
[12/121] Compiling tcm_adaptor.cpp
[13/121] Compiling boolean3.cpp
[14/121] Compiling properties.cpp
[15/121] Compiling tbb.cpp
[16/121] Compiling task_group_context.cpp
[17/121] Compiling constructors.cpp
[18/121] Compiling task_dispatcher.cpp
[19/121] Compiling semaphore.cpp
[20/121] Compiling task.cpp
[21/121] Compiling small_object_pool.cpp
[22/121] Compiling rtm_rw_mutex.cpp
[23/121] Compiling rml_tbb.cpp
[24/121] Compiling rtm_mutex.cpp
[25/121] Compiling queuing_rw_mutex.cpp
[26/121] Compiling profiling.cpp
[27/121] Compiling boolean_result.cpp
[28/121] Compiling itt_notify.cpp
[29/121] Compiling private_server.cpp
[30/121] Compiling parallel_pipeline.cpp
[31/121] Compiling misc_ex.cpp
[32/121] Compiling misc.cpp
[33/121] Compiling observer_proxy.cpp
[34/121] Compiling exception.cpp
[35/121] Compiling market.cpp
[36/121] Compiling dynamic_link.cpp
[37/121] Compiling winfnt.c
[38/121] Compiling global_control.cpp
[39/121] Compiling governor.cpp
[40/121] Compiling concurrent_bounded_queue.cpp
[41/121] Compiling type42.c
[42/121] Compiling svg.c
[43/121] Compiling smooth.c
[44/121] Compiling type1.c
[45/121] Compiling raster.c
[46/121] Compiling arena_slot.cpp
[47/121] Compiling sdf.c
[48/121] Compiling psnames.c
[49/121] Compiling pshinter.c
[50/121] Compiling truetype.c
[51/121] Compiling pcf.c
[52/121] Compiling pfr.c
[53/121] Compiling ftlzw.c
[54/121] Compiling sfnt.c
[55/121] Compiling psaux.c
[56/121] Compiling type1cid.c
[57/121] Compiling ftgzip.c
[58/121] Compiling ftbzip2.c
[59/121] Compiling ftcache.c
[60/121] Compiling ftwinfnt.c
[61/121] Compiling fttype1.c
[62/121] Compiling cff.c
[62/121] Compiling ftsystem.c
[64/121] Compiling ftsynth.c
[65/121] Compiling bdf.c
[66/121] Compiling ftpfr.c
[67/121] Compiling arena.cpp
[68/121] Compiling ftpatent.c
[69/121] Compiling ftotval.c
[70/121] Compiling ftstroke.c
[71/121] Compiling ftgxval.c
[72/121] Compiling allocator.cpp
[73/121] Compiling ftmm.c
[74/121] Compiling ftglyph.c
[75/121] Compiling ftgasp.c
[76/121] Compiling ftinit.c
[77/121] Compiling ftfstype.c
[78/121] Compiling ftdebug.c
[79/121] Write sources
[82/121] Compiling ftbdf.c
[83/121] Compiling ftcid.c
[84/121] Compiling ftbbox.c
[85/121] Compiling ftbitmap.c
[86/121] Compiling autofit.c
[87/121] Compiling address_waiter.cpp
[88/157] Compiling ftbase.c
[89/157] Compiling Miniz miniz.c
[90/165] Compiling tree2d.cpp
[91/165] Compiling quickhull.cpp
[92/165] Compiling sdf.cpp
[93/165] Compiling subdivision.cpp
[94/165] Compiling polygon.cpp
[95/165] Compiling sort.cpp
[96/165] Compiling smoothing.cpp
[98/165] Compiling Zip ZipError.swift
[99/165] Compiling Zip ZipArchive.swift
[100/165] Compiling Zip ZipArchive+OnDisk.swift
[101/165] Emitting module Zip
[102/165] Compiling Zip ZipArchive+Get.swift
[103/165] Compiling Zip ZipArchive+InMemory.swift
[104/165] Compiling Zip ZipArchive+Read.swift
[105/165] Compiling Zip ZipArchive+Write.swift
[106/166] Compiling manifold.cpp
[107/166] Write sources
[109/169] Compiling edge_op.cpp
[109/169] Write sources
[111/171] Compiling cross_section.cpp
[113/171] Compiling Logging MetadataProvider.swift
[113/176] Compiling face_op.cpp
[114/176] Compiling impl.cpp
[116/176] Compiling FindFont FindFont+Windows.swift
[117/176] Compiling FindFont FindFont.swift
/host/spi-builder-workspace/.build/checkouts/FindFont/Sources/FindFont/FindFont.swift:30:5: error: missing return in static method expected to return 'FontRepository.Match?'
28 |         try matchForLinuxFont(family: name, style: style)
29 | #endif
30 |     }
   |     `- error: missing return in static method expected to return 'FontRepository.Match?'
31 |
32 |     /// Errors that can occur during font lookup.
[118/176] Compiling FindFont FindFont+Apple.swift
[119/176] Emitting module FindFont
[120/176] Compiling FindFont FindFont+Linux.swift
[121/176] Compiling Logging LogHandler.swift
[122/176] Emitting module Logging
[123/176] Compiling Logging Logging.swift
[124/176] Compiling Logging Locks.swift
[125/177] Compiling clipper.rectclip.cpp
[126/177] Compiling csg_tree.cpp
[127/177] Compiling clipper.engine.cpp
[127/177] Compiling clipper.offset.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/15] Write swift-version-24593BA9C3E375BF.txt
[2/91] Compiling FindFont FindFont+Windows.swift
[3/91] Compiling FindFont FindFont.swift
/host/spi-builder-workspace/.build/checkouts/FindFont/Sources/FindFont/FindFont.swift:30:5: error: missing return in static method expected to return 'FontRepository.Match?'
28 |         try matchForLinuxFont(family: name, style: style)
29 | #endif
30 |     }
   |     `- error: missing return in static method expected to return 'FontRepository.Match?'
31 |
32 |     /// Errors that can occur during font lookup.
[4/91] Compiling FindFont FindFont+Apple.swift
[5/91] Compiling FindFont FindFont+Linux.swift
[6/91] Compiling Logging MetadataProvider.swift
[7/91] Emitting module FindFont
[7/91] Compiling clipper.offset.cpp
[8/91] Compiling Logging LogHandler.swift
[9/91] Compiling Zip ZipArchive.swift
[9/91] Compiling clipper.engine.cpp
BUILD FAILURE 6.1 android