Build Information
Successful build of RTree, reference 2.2.1 (d05856
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 05:17:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
[1/273] Fetching rtree
Fetched https://github.com/emma-k-alexandra/RTree.git from cache (0.64s)
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.0
Building package at path: $PWD
https://github.com/emma-k-alexandra/RTree.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/16] Compiling RTree RTreeOptions.swift
[4/17] Compiling RTree SpatialObject.swift
[5/17] Compiling RTree RTreeNodeDistanceWrapper.swift
[6/17] Compiling RTree Storage.swift
[7/17] Compiling RTree RTreeNode.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] Compiling RTree Heap.swift
[13/17] Compiling RTree Insertion.swift
[14/17] Emitting module RTree
[15/17] Compiling RTree NearestNeighborIterator.swift
[16/17] Compiling RTree PointN.swift
[17/17] Compiling RTree Utilities.swift
Build complete! (15.62s)
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.