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 2.2.1 (d05856), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 19:42:29 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: 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
========================================
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
[6/273] Fetching rtree
Fetched https://github.com/emma-k-alexandra/RTree.git from cache (0.61s)
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 2.2.1 (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 RTreeOptions.swift
[4/16] Compiling RTree NearestNeighborIterator.swift
[5/16] Compiling RTree PointN.swift
[6/16] Compiling RTree RTreeNodeDistanceWrapper.swift
[7/16] Compiling RTree Heap.swift
[8/16] Compiling RTree Insertion.swift
[9/16] Compiling RTree RTree.swift
[10/16] Compiling RTree RTreeError.swift
[11/16] Compiling RTree Storage.swift
[12/16] Emitting module RTree
[13/16] Compiling RTree SpatialObject.swift
[14/16] Compiling RTree BoundingRectangle.swift
[15/16] Compiling RTree DirectoryNodeData.swift
[16/16] Compiling RTree RTreeNode.swift
[17/17] Compiling RTree Utilities.swift
Build complete! (5.25s)
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.