The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Helical, reference 1.0.1 (a6d4c9), with Swift 6.1 for Linux on 6 Mar 2026 18:47:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 1.0.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               1.0.1      -> FETCH_HEAD
HEAD is now at a6d4c91 Merge branch 'dev'
Cloned https://github.com/tomasf/Helical.git
Revision (git rev-parse @):
a6d4c91664ce7be79c1b5df4bb5aed72d91c1aac
SUCCESS checkout https://github.com/tomasf/Helical.git at 1.0.1
========================================
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.6.0",
            "upper_bound" : "0.7.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" : "HelicalTests",
      "module_type" : "SwiftTarget",
      "name" : "HelicalTests",
      "path" : "Tests/HelicalTests",
      "product_dependencies" : [
        "Cadova"
      ],
      "sources" : [
        "CountersunkHeadTests.swift",
        "EdisonScrewTests.swift",
        "ISOMetricThreadTests.swift",
        "LeadInTests.swift",
        "PhillipsTests.swift",
        "ScrewThreadTests.swift",
        "StandardBoltTests.swift",
        "ThreadformTests.swift"
      ],
      "target_dependencies" : [
        "Helical"
      ],
      "type" : "test"
    },
    {
      "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/LeadInBoltPoint.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",
        "LeadIn.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",
        "Screw.swift",
        "Thread/Environment+Thread.swift",
        "Thread/Form/KnuckleThreadform.swift",
        "Thread/Form/Threadform.swift",
        "Thread/Form/TrapezoidalThreadform.swift",
        "Thread/ScrewThread+Edison.swift",
        "Thread/ScrewThread+ISOMetric.swift",
        "Thread/ScrewThread+Standard.swift",
        "Thread/ScrewThread.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-0":/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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
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/16236] Fetching cadova
Fetched https://github.com/tomasf/Cadova.git from cache (1.77s)
Computing version for https://github.com/tomasf/Cadova.git
Computed https://github.com/tomasf/Cadova.git at 0.6.0 (2.49s)
Fetching https://github.com/tomasf/manifold-swift.git
Fetching https://github.com/tomasf/Pelagos.git
Fetching https://github.com/tomasf/Apus.git
Fetching https://github.com/tomasf/ThreeMF.git
[1/789] Fetching manifold-swift
[364/1336] Fetching manifold-swift, threemf
[1119/2699] Fetching manifold-swift, threemf, apus
[1221/3181] Fetching manifold-swift, threemf, apus, pelagos
Fetched https://github.com/tomasf/manifold-swift.git from cache (1.06s)
Fetched https://github.com/tomasf/Pelagos.git from cache (1.06s)
Fetched https://github.com/tomasf/Apus.git from cache (1.06s)
Fetched https://github.com/tomasf/ThreeMF.git from cache (1.09s)
Computing version for https://github.com/tomasf/Pelagos.git
Computed https://github.com/tomasf/Pelagos.git at 0.1.3 (1.67s)
Fetching https://github.com/tomasf/Nodal.git
[1/852] Fetching nodal
Fetched https://github.com/tomasf/Nodal.git from cache (0.24s)
Computing version for https://github.com/tomasf/ThreeMF.git
Computed https://github.com/tomasf/ThreeMF.git at 0.2.3 (1.02s)
Fetching https://github.com/tomasf/Zip.git
[1/197] Fetching zip
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 1.0.0 (0.90s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 1.0.0 (0.64s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.1.1 (0.62s)
Computing version for https://github.com/tomasf/Apus.git
error: Dependencies could not be resolved because 'apus' contains incompatible tools version (6.2.0) and root depends on 'cadova' 0.6.0..<0.7.0.
'cadova' >= 0.6.0 practically depends on 'apus' 0.1.1..<0.2.0 because no versions of 'cadova' match the requirement 0.6.1..<0.7.0 and 'cadova' 0.6.0 depends on 'apus' 0.1.1..<0.2.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Updating https://github.com/tomasf/Cadova.git
Updated https://github.com/tomasf/Cadova.git (0.17s)
Computing version for https://github.com/tomasf/Cadova.git
Computed https://github.com/tomasf/Cadova.git at 0.6.0 (0.75s)
Updating https://github.com/tomasf/Apus.git
Updating https://github.com/tomasf/manifold-swift.git
Updating https://github.com/tomasf/ThreeMF.git
Updating https://github.com/tomasf/Pelagos.git
Updated https://github.com/tomasf/Apus.git (0.24s)
Updated https://github.com/tomasf/ThreeMF.git (0.27s)
Updated https://github.com/tomasf/manifold-swift.git (0.30s)
Updated https://github.com/tomasf/Pelagos.git (0.20s)
Computing version for https://github.com/tomasf/Pelagos.git
Computed https://github.com/tomasf/Pelagos.git at 0.1.3 (1.00s)
Updating https://github.com/tomasf/Nodal.git
Updated https://github.com/tomasf/Nodal.git (0.14s)
Computing version for https://github.com/tomasf/ThreeMF.git
Computed https://github.com/tomasf/ThreeMF.git at 0.2.3 (0.79s)
Updating https://github.com/tomasf/Zip.git
Updated https://github.com/tomasf/Zip.git (0.13s)
Computing version for https://github.com/tomasf/manifold-swift.git
Computed https://github.com/tomasf/manifold-swift.git at 1.0.0 (0.72s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 1.0.0 (0.69s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.1.1 (0.63s)
Computing version for https://github.com/tomasf/Apus.git
error: Dependencies could not be resolved because 'apus' contains incompatible tools version (6.2.0) and root depends on 'cadova' 0.6.0..<0.7.0.
'cadova' >= 0.6.0 practically depends on 'apus' 0.1.1..<0.2.0 because no versions of 'cadova' match the requirement 0.6.1..<0.7.0 and 'cadova' 0.6.0 depends on 'apus' 0.1.1..<0.2.0.
BUILD FAILURE 6.1 linux