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

Successful build of RTree, reference master (d05856), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 08:05:36 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emma-k-alexandra/RTree
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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 RTreeOptions.swift
[4/16] Compiling RTree SpatialObject.swift
[5/16] Compiling RTree RTreeNodeDistanceWrapper.swift
[6/16] Compiling RTree RTree.swift
[7/16] Compiling RTree RTreeError.swift
[8/16] Compiling RTree Heap.swift
[9/16] Compiling RTree Insertion.swift
[10/16] Compiling RTree RTreeNode.swift
[11/16] Emitting module RTree
[12/16] Compiling RTree BoundingRectangle.swift
[13/16] Compiling RTree DirectoryNodeData.swift
[14/16] Compiling RTree NearestNeighborIterator.swift
[15/16] Compiling RTree PointN.swift
[16/16] Compiling RTree Storage.swift
[17/17] Compiling RTree Utilities.swift
Build complete! (4.60s)
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.