The Swift Package Index logo.Swift Package Index

Build Information

Successful build of iTree, reference 0.5.0 (e0c99f), with Swift 6.3 for Linux on 14 Apr 2026 14:01:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iShape-Swift/iTree.git
Reference: 0.5.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/iShape-Swift/iTree
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at e0c99fc new right minimum api
Cloned https://github.com/iShape-Swift/iTree.git
Revision (git rev-parse @):
e0c99fc3fceb69d8d5b05766202d64af1e670bbf
SUCCESS checkout https://github.com/iShape-Swift/iTree.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/iShape-Swift/iTree.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/iShape-Swift/iFixFloat
[1/195] Fetching ifixfloat
Fetched https://github.com/iShape-Swift/iFixFloat from cache (0.28s)
Computing version for https://github.com/iShape-Swift/iFixFloat
Computed https://github.com/iShape-Swift/iFixFloat at 1.9.0 (0.61s)
Creating working copy for https://github.com/iShape-Swift/iFixFloat
Working copy of https://github.com/iShape-Swift/iFixFloat resolved at 1.9.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/7] Compiling iTree TreeNode.swift
[4/7] Compiling iTree RedBlackTree.swift
[5/7] Compiling iTree NodeStore.swift
[6/7] Compiling iTree Array.swift
[7/7] Emitting module iTree
Build complete! (6.20s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ifixfloat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iShape-Swift/iFixFloat"
    }
  ],
  "manifest_display_name" : "iTree",
  "name" : "iTree",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "iTree",
      "targets" : [
        "iTree"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iTreeTests",
      "module_type" : "SwiftTarget",
      "name" : "iTreeTests",
      "path" : "Tests/iTreeTests",
      "product_dependencies" : [
        "iFixFloat"
      ],
      "sources" : [
        "ArrayTests.swift",
        "Edge/CrossSolver.swift",
        "Edge/Direct/DirectScan.swift",
        "Edge/Direct/PointDirectSolver.swift",
        "Edge/IdSegment.swift",
        "Edge/Tree/PointTreeSolver.swift",
        "Edge/Tree/TreeScan.swift",
        "EdgeTests.swift",
        "Time/Search/Direct/DirectTimeScan.swift",
        "Time/Search/Direct/DirectTimeSolver.swift",
        "Time/Search/Tree/TreeTimeScan.swift",
        "Time/Search/Tree/TreeTimeSolver.swift",
        "Time/TimeIntervalValue.swift",
        "Time/TimeRangeValue.swift",
        "Time/TimeValue.swift",
        "Time/TimeValueGenerator.swift",
        "TimeTests.swift",
        "iTreeTests.swift"
      ],
      "target_dependencies" : [
        "iTree"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iTree",
      "module_type" : "SwiftTarget",
      "name" : "iTree",
      "path" : "Sources/iTree",
      "product_memberships" : [
        "iTree"
      ],
      "sources" : [
        "Array.swift",
        "NodeStore.swift",
        "RedBlackTree.swift",
        "TreeNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.