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 Linux on 9 Dec 2025 02:31:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/tomasf/Cadova.git
[1/13394] Fetching cadova
Fetched https://github.com/tomasf/Cadova.git from cache (2.02s)
Computing version for https://github.com/tomasf/Cadova.git
Computed https://github.com/tomasf/Cadova.git at 0.3.0 (3.09s)
Fetching https://github.com/tomasf/manifold-swift.git
Fetching https://github.com/tomasf/freetype-spm.git
Fetching https://github.com/tomasf/FindFont.git
Fetching https://github.com/tomasf/ThreeMF.git
Fetching https://github.com/apple/swift-log.git
[1/9] Fetching freetype-spm
[9/566] Fetching freetype-spm, manifold-swift
[566/698] Fetching freetype-spm, manifold-swift, findfont
[698/1218] Fetching freetype-spm, manifold-swift, findfont, threemf
Fetched https://github.com/tomasf/manifold-swift.git from cache (0.25s)
[542/6379] Fetching freetype-spm, findfont, threemf, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
[562/661] Fetching freetype-spm, findfont, threemf
Fetched https://github.com/tomasf/FindFont.git from cache (0.81s)
Fetched https://github.com/tomasf/freetype-spm.git from cache (0.81s)
Fetched https://github.com/tomasf/ThreeMF.git from cache (0.83s)
Computing version for https://github.com/tomasf/FindFont.git
Computed https://github.com/tomasf/FindFont.git at 1.0.0 (1.61s)
Computing version for https://github.com/tomasf/freetype-spm.git
Computed https://github.com/tomasf/freetype-spm.git at 1.0.1 (0.53s)
Computing version for https://github.com/tomasf/ThreeMF.git
Computed https://github.com/tomasf/ThreeMF.git at 0.2.0 (0.60s)
Fetching https://github.com/tomasf/Nodal.git
Fetching https://github.com/tomasf/Zip.git
[1/671] Fetching nodal
[270/857] Fetching nodal, zip
Fetched https://github.com/tomasf/Nodal.git from cache (0.23s)
Fetched https://github.com/tomasf/Zip.git from cache (0.23s)
Computing version for https://github.com/tomasf/manifold-swift.git
Computed https://github.com/tomasf/manifold-swift.git at 0.2.3 (0.82s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.1.0 (0.53s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 0.3.3 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (0.57s)
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/ThreeMF.git
Working copy of https://github.com/tomasf/ThreeMF.git resolved at 0.2.0
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/Zip.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.1.0
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/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 0.3.3
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.1
warning: you may be able to install fontconfig using your system-packager:
    apt-get install libfontconfig1-dev
warning: you may be able to install fontconfig using your system-packager:
    apt-get install libfontconfig1-dev
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
Building for debugging...
[0/121] Write sources
[3/121] Compiling version.cpp
[4/121] Compiling ittnotify_static.c
[5/121] Compiling Bridge bridge.cpp
[6/121] Compiling thread_request_serializer.cpp
[7/121] Compiling pugixml.cpp
[8/121] Compiling thread_dispatcher.cpp
[9/121] Compiling threading_control.cpp
[10/121] Compiling tbb.cpp
[11/121] Compiling tcm_adaptor.cpp
[12/121] Write swift-version-24593BA9C3E375BF.txt
[13/121] Compiling clipper.engine.cpp
[14/121] Compiling rml_tbb.cpp
[15/121] Compiling task_group_context.cpp
[16/121] Compiling semaphore.cpp
[17/121] Compiling rtm_rw_mutex.cpp
[18/121] Compiling task_dispatcher.cpp
[19/121] Compiling rtm_mutex.cpp
[20/121] Compiling task.cpp
[21/121] Compiling queuing_rw_mutex.cpp
[22/121] Compiling small_object_pool.cpp
[23/121] Compiling itt_notify.cpp
[24/121] Compiling profiling.cpp
[25/121] Compiling parallel_pipeline.cpp
[26/121] Compiling private_server.cpp
[27/121] Compiling misc_ex.cpp
[28/121] Compiling misc.cpp
[29/121] Compiling observer_proxy.cpp
[30/121] Compiling market.cpp
[31/121] Compiling exception.cpp
[32/121] Compiling governor.cpp
[33/121] Compiling winfnt.c
[34/121] Compiling type42.c
[35/121] Compiling dynamic_link.cpp
[36/121] Compiling type1.c
[37/121] Compiling svg.c
[38/121] Compiling global_control.cpp
[39/121] Compiling concurrent_bounded_queue.cpp
[40/121] Compiling smooth.c
[41/121] Compiling sdf.c
[42/121] Compiling raster.c
[43/121] Compiling psnames.c
[44/121] Compiling arena_slot.cpp
[45/121] Compiling pshinter.c
[46/121] Compiling allocator.cpp
[47/121] Compiling pcf.c
[48/121] Compiling truetype.c
[49/121] Compiling ftlzw.c
[50/121] Compiling sfnt.c
[51/121] Compiling ftgzip.c
[51/121] Compiling pfr.c
[53/121] Compiling address_waiter.cpp
[54/121] Compiling psaux.c
[55/121] Compiling ftbzip2.c
[56/121] Compiling ftwinfnt.c
[57/121] Compiling fttype1.c
[58/121] Compiling bdf.c
[59/121] Compiling ftsynth.c
[59/121] Compiling ftsystem.c
[61/121] Compiling type1cid.c
[62/121] Compiling ftcache.c
[63/121] Compiling ftotval.c
[64/121] Compiling ftpatent.c
[65/121] Compiling ftpfr.c
[66/121] Compiling ftmm.c
[67/121] Compiling ftinit.c
[68/121] Compiling ftstroke.c
[69/121] Compiling ftgasp.c
[70/121] Compiling cff.c
[71/121] Compiling ftgxval.c
[72/121] Compiling ftdebug.c
[73/121] Compiling ftcid.c
[74/121] Compiling ftglyph.c
[75/121] Write sources
[78/121] Compiling ftbdf.c
[79/121] Compiling ftfstype.c
[80/121] Compiling ftbitmap.c
[81/121] Compiling ftbbox.c
[82/121] Compiling arena.cpp
[83/157] Compiling ftbase.c
[84/157] Compiling Miniz miniz.c
[85/157] Compiling autofit.c
[86/165] Compiling tree2d.cpp
[87/165] Compiling quickhull.cpp
[88/165] Compiling sdf.cpp
[89/165] Compiling sort.cpp
[90/165] Compiling subdivision.cpp
[91/165] Compiling smoothing.cpp
[92/165] Compiling properties.cpp
[93/165] Compiling polygon.cpp
[95/165] Compiling Zip ZipArchive+Read.swift
[96/165] Compiling Zip ZipArchive+OnDisk.swift
[97/165] Compiling Zip ZipArchive+Get.swift
[98/165] Compiling Zip ZipArchive+InMemory.swift
[99/165] Emitting module Zip
[100/165] Compiling Zip ZipArchive.swift
[101/165] Compiling Zip ZipArchive+Write.swift
[102/165] Compiling Zip ZipError.swift
[104/166] Emitting module Nodal
[104/171] Compiling edge_op.cpp
[105/171] Wrapping AST for Zip for debugging
[106/171] Compiling manifold.cpp
[107/171] Compiling face_op.cpp
[108/171] Compiling cross_section.cpp
[109/171] Write sources
[112/171] Compiling impl.cpp
[114/171] Compiling Nodal OutputOptions.swift
[115/171] Compiling Nodal AncestorAttributeSequence.swift
[116/171] Compiling Nodal AttributeSequence.swift
[117/171] Compiling Nodal ChildSequence.swift
[118/171] Compiling Nodal DescendantSequence.swift
[119/173] Compiling Nodal ReverseSiblingSequence.swift
[120/173] Compiling Nodal Node+xPath.swift
[121/173] Compiling Nodal XPathQuery.swift
[122/173] Compiling Nodal XPathResults.swift
[123/173] Compiling Nodal XPathVariableValue.swift
[124/176] Compiling Logging MetadataProvider.swift
[125/176] Compiling Nodal Node+MoveCopy.swift
[126/176] Compiling Nodal Node+Names.swift
[127/176] Compiling Nodal Node+Namespaces.swift
[128/176] Compiling Nodal Node.Kind.swift
[129/176] Compiling Nodal Node.swift
[130/176] Compiling Nodal XMLValueCodable.swift
[131/176] Compiling Nodal Document+Errors.swift
[132/176] Compiling Nodal Document+Input.swift
[133/176] Compiling Nodal Document+Namespaces.swift
[134/176] Compiling Nodal Document+Output.swift
[135/176] Compiling Nodal Node+XMLElementCodable.swift
[136/176] Compiling Nodal XMLElementCodable.swift
[137/176] Compiling Nodal Foundation+XMLValueCodable.swift
[138/176] Compiling Nodal Node+XMLValueCodable.swift
[139/176] Compiling Nodal Node+XMLValueCodableArray.swift
[140/176] Compiling Nodal PugiNode.swift
[141/176] Compiling Nodal Node+Attributes.swift
[142/176] Compiling Nodal Node+Children.swift
[143/176] Compiling Nodal Node+Elements.swift
[144/176] Compiling Nodal Node+Hierarchy.swift
[145/176] Compiling Nodal Encoding.swift
[146/176] Compiling Nodal ExpandedName+Pending.swift
[147/176] Compiling Nodal ExpandedName.swift
[148/176] Compiling Nodal Extensions.swift
[149/176] Compiling Nodal Pugi.swift
[150/176] Compiling Nodal Document+PendingNameRecords.swift
[151/176] Compiling Nodal Document+RootElement.swift
[152/176] Compiling Nodal Document.ParseOptions.swift
[153/176] Compiling Nodal Document.swift
[154/176] Compiling Nodal PendingNameRecord.swift
[155/176] Emitting module Logging
[156/213] Compiling bridge.cpp
[158/213] Compiling Logging LogHandler.swift
[159/213] Compiling Logging Locks.swift
[160/213] Compiling Logging Logging.swift
[160/213] Compiling csg_tree.cpp
[161/214] Compiling constructors.cpp
[163/219] Wrapping AST for Nodal for debugging
[164/219] Wrapping AST for Logging for debugging
[165/219] Compiling clipper.rectclip.cpp
[167/219] Compiling FindFont FindFont+Apple.swift
[168/219] Compiling FindFont FindFont+Linux.swift
[169/219] Emitting module FindFont
[170/219] Compiling FindFont FindFont+Windows.swift
[171/219] 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.
[171/219] Compiling clipper.offset.cpp
[171/219] Compiling boolean3.cpp
[171/219] Compiling boolean_result.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: you may be able to install fontconfig using your system-packager:
    apt-get install libfontconfig1-dev
warning: you may be able to install fontconfig using your system-packager:
    apt-get install libfontconfig1-dev
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/16] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling Logging MetadataProvider.swift
[3/40] Compiling FindFont FindFont+Windows.swift
[4/60] Compiling FindFont FindFont+Apple.swift
[5/60] Emitting module FindFont
[6/60] Compiling FindFont FindFont+Linux.swift
[7/70] 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.
[8/70] Compiling Zip ZipArchive.swift
[9/70] Compiling Zip ZipArchive+Write.swift
[10/70] Compiling Zip ZipError.swift
[11/70] Compiling Zip ZipArchive+Get.swift
[12/70] Emitting module Zip
[13/70] Compiling Logging Locks.swift
[14/70] Emitting module Logging
[15/70] Compiling Zip ZipArchive+OnDisk.swift
[16/70] Compiling Zip ZipArchive+InMemory.swift
[16/70] Compiling clipper.offset.cpp
[16/70] Compiling boolean_result.cpp
[17/70] Compiling Logging LogHandler.swift
[17/70] Compiling boolean3.cpp
BUILD FAILURE 6.1 linux