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.1 for macOS (SPM) on 26 Apr 2025 19:42:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rtree",
      "name": "RTree",
      "url": "https://github.com/emma-k-alexandra/RTree.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RTree",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/emma-k-alexandra/RTree.git
[1/273] Fetching rtree
Fetched https://github.com/emma-k-alexandra/RTree.git from cache (0.57s)
Creating working copy for https://github.com/emma-k-alexandra/RTree.git
Working copy of https://github.com/emma-k-alexandra/RTree.git resolved at master (d058564)
warning: '.resolve-product-dependencies': dependency 'rtree' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/emma-k-alexandra/RTree.git
https://github.com/emma-k-alexandra/RTree.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/16] Compiling RTree RTreeNodeDistanceWrapper.swift
[4/16] Compiling RTree Storage.swift
[5/17] Compiling RTree RTreeNode.swift
[6/17] Compiling RTree RTreeOptions.swift
[7/17] Compiling RTree SpatialObject.swift
[8/17] Compiling RTree RTree.swift
[9/17] Compiling RTree RTreeError.swift
[10/17] Compiling RTree BoundingRectangle.swift
[11/17] Compiling RTree DirectoryNodeData.swift
[12/17] Emitting module RTree
[13/17] Compiling RTree NearestNeighborIterator.swift
[14/17] Compiling RTree PointN.swift
[15/17] Compiling RTree Heap.swift
[16/17] Compiling RTree Insertion.swift
[17/17] Compiling RTree Utilities.swift
Build complete! (5.70s)
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.