Build Information
Successful build of NyaruDB2, reference main (320682), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 03:46:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/galileostudio/nyarudb2.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/galileostudio/nyarudb2
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3206824 Merge pull request #4 from sciasxp/persistency_lifecycle
Cloned https://github.com/galileostudio/nyarudb2.git
Revision (git rev-parse @):
3206824a00ae9b63e78bce5ec0a2b7cf1d9014a1
SUCCESS checkout https://github.com/galileostudio/nyarudb2.git at main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "nyarudb2",
"name": "NyaruDB2",
"url": "https://github.com/galileostudio/nyarudb2.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/nyarudb2",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/galileostudio/nyarudb2.git
[1/934] Fetching nyarudb2
Fetched https://github.com/galileostudio/nyarudb2.git from cache (0.92s)
Creating working copy for https://github.com/galileostudio/nyarudb2.git
Working copy of https://github.com/galileostudio/nyarudb2.git resolved at main (3206824)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/galileostudio/nyarudb2.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[2/12] Write QuickStartRunner-entitlement.plist
[2/12] Write sources
[4/12] Write Benchmark-entitlement.plist
[5/12] Write swift-version--6988338F2F200930.txt
[7/26] Compiling NyaruDB2 ShardManager.swift
[8/26] Compiling NyaruDB2 QueryEngine.swift
[9/26] Compiling NyaruDB2 QueryPlanner.swift
[10/26] Compiling NyaruDB2 BTreeIndex.swift
[11/26] Compiling NyaruDB2 IndexManager.swift
[12/26] Compiling NyaruDB2 DynamicDecoder.swift
[13/26] Compiling NyaruDB2 FileProtection.swift
[14/26] Emitting module NyaruDB2
[15/26] Compiling NyaruDB2 CollectionCatalog.swift
[16/26] Compiling NyaruDB2 DocumentCollection.swift
[17/26] Compiling NyaruDB2 StorageEngine.swift
[18/26] Compiling NyaruDB2 StatsEngine.swift
[19/26] Compiling NyaruDB2 CompressionMethod.swift
[20/26] Compiling NyaruDB2 Shard.swift
[21/27] Compiling NyaruDB2 NyaruDB2.swift
[22/31] Compiling QuickStartRunner QuickStart.swift
[23/31] Emitting module QuickStartRunner
[23/31] Write Objects.LinkFileList
[25/31] Emitting module Benchmark
[26/31] Compiling Benchmark Benchmark.swift
[26/31] Write Objects.LinkFileList
[27/31] Linking QuickStartRunner
[28/31] Linking Benchmark
[29/31] Applying QuickStartRunner
[30/31] Applying Benchmark
Build complete! (6.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NyaruDB2",
"name" : "NyaruDB2",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "NyaruDB2",
"targets" : [
"NyaruDB2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "QuickStartRunner",
"targets" : [
"QuickStartRunner"
],
"type" : {
"executable" : null
}
},
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "QuickStartRunner",
"module_type" : "SwiftTarget",
"name" : "QuickStartRunner",
"path" : "Sources/QuickStart",
"product_memberships" : [
"QuickStartRunner"
],
"sources" : [
"QuickStart.swift"
],
"target_dependencies" : [
"NyaruDB2"
],
"type" : "executable"
},
{
"c99name" : "NyaruDB2Tests",
"module_type" : "SwiftTarget",
"name" : "NyaruDB2Tests",
"path" : "Tests/NyaruDB2Tests",
"sources" : [
"BTreeIndexPersistenceTest.swift",
"BTreeIndexTest.swift",
"CollectionCatalog.swift",
"CompressionMethodTest.swift",
"DocumentCollectionCRUDTest.swift",
"IndexManagerTest.swift",
"NyaruDB2Test.swift",
"PersistenceLifecycleTest.swift",
"QueryEngineIndexTest.swift",
"QueryEngineTest.swift",
"ShardManagerTest.swift",
"StatsEngineTest.swift",
"StorageEngineTest.swift",
"StorageRepartitionCollectionTest.swift"
],
"target_dependencies" : [
"NyaruDB2"
],
"type" : "test"
},
{
"c99name" : "NyaruDB2",
"module_type" : "SwiftTarget",
"name" : "NyaruDB2",
"path" : "Sources/NyaruDB2",
"product_memberships" : [
"NyaruDB2",
"QuickStartRunner",
"Benchmark"
],
"sources" : [
"Core/CollectionEngine/CollectionCatalog.swift",
"Core/CollectionEngine/DocumentCollection.swift",
"Core/Commons/DynamicDecoder.swift",
"Core/Commons/FileProtection.swift",
"Core/IndexManager/BTreeIndex.swift",
"Core/IndexManager/IndexManager.swift",
"Core/QueryEngine/QueryEngine.swift",
"Core/QueryEngine/QueryPlanner.swift",
"Core/ShardManager/CompressionMethod.swift",
"Core/ShardManager/Shard.swift",
"Core/ShardManager/ShardManager.swift",
"Core/StatsEngine/StatsEngine.swift",
"Core/StorageEngine/StorageEngine.swift",
"NyaruDB2.swift"
],
"type" : "library"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Sources/Benchmark",
"product_memberships" : [
"Benchmark"
],
"sources" : [
"Benchmark.swift"
],
"target_dependencies" : [
"NyaruDB2"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Done.