The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RTree, reference 2.2.1 (d05856), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 10:30:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emma-k-alexandra/RTree.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emma-k-alexandra/RTree
 * tag               2.2.1      -> FETCH_HEAD
HEAD is now at d058564 fix: properly insert first element into tree
Cloned https://github.com/emma-k-alexandra/RTree.git
Revision (git rev-parse @):
d0585640916a1d793e50ee5676c58de183936492
SUCCESS checkout https://github.com/emma-k-alexandra/RTree.git at 2.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/emma-k-alexandra/RTree.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/16] Compiling RTree SpatialObject.swift
[4/17] Compiling RTree Utilities.swift
[5/17] Compiling RTree RTreeNode.swift
[6/17] Compiling RTree RTreeNodeDistanceWrapper.swift
[7/17] Compiling RTree NearestNeighborIterator.swift
[8/17] Compiling RTree PointN.swift
[9/17] Emitting module RTree
[10/17] Compiling RTree Storage.swift
[11/17] Compiling RTree RTreeOptions.swift
[12/17] Compiling RTree Heap.swift
[13/17] Compiling RTree Insertion.swift
[14/17] Compiling RTree RTree.swift
[15/17] Compiling RTree RTreeError.swift
[16/17] Compiling RTree BoundingRectangle.swift
[17/17] Compiling RTree DirectoryNodeData.swift
Build complete! (4.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RTree",
  "name" : "RTree",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RTree",
      "targets" : [
        "RTree"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RTreeTests",
      "module_type" : "SwiftTarget",
      "name" : "RTreeTests",
      "path" : "Tests/RTreeTests",
      "sources" : [
        "RTreeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RTree"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RTree",
      "module_type" : "SwiftTarget",
      "name" : "RTree",
      "path" : "Sources/RTree",
      "product_memberships" : [
        "RTree"
      ],
      "sources" : [
        "BoundingRectangle.swift",
        "DirectoryNodeData.swift",
        "Heap.swift",
        "Insertion.swift",
        "NearestNeighborIterator.swift",
        "PointN.swift",
        "RTree.swift",
        "RTreeError.swift",
        "RTreeNode.swift",
        "RTreeNodeDistanceWrapper.swift",
        "RTreeOptions.swift",
        "SpatialObject.swift",
        "Storage.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.