Build Information
Successful build of Zodkit, reference main (10cd86), with Swift 6.3 for macOS (SPM) on 4 May 2026 01:28:24 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/BoseSj/Zodkit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BoseSj/Zodkit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 10cd867 feat: mit licensed
Cloned https://github.com/BoseSj/Zodkit.git
Revision (git rev-parse @):
10cd8670d72d5386246f7f3038a09117853aa995
SUCCESS checkout https://github.com/BoseSj/Zodkit.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": "zodkit",
"name": "Zodkit",
"url": "https://github.com/BoseSj/Zodkit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Zodkit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/BoseSj/Zodkit.git
[1/34] Fetching zodkit
Fetched https://github.com/BoseSj/Zodkit.git from cache (0.55s)
Creating working copy for https://github.com/BoseSj/Zodkit.git
Working copy of https://github.com/BoseSj/Zodkit.git resolved at main (10cd867)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/BoseSj/Zodkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[0/6] Write Zodkit-entitlement.plist
[2/6] Write swift-version--6988338F2F200930.txt
[4/16] Compiling Zodkit main.swift
[5/16] Compiling Zodkit Schema.swift
[6/16] Compiling Zodkit Schema+String.swift
[7/16] Compiling Zodkit Schema+Int.swift
[8/16] Compiling Zodkit ObjectSchema.swift
[9/16] Compiling Zodkit ObjectSchemaBuilder.swift
[10/16] Emitting module Zodkit
[11/16] Compiling Zodkit Zodable.swift
[12/16] Compiling Zodkit AnyField.swift
[13/16] Compiling Zodkit PrimitiveSchemas.swift
[13/16] Write Objects.LinkFileList
[14/16] Linking Zodkit
[15/16] Applying Zodkit
Build complete! (6.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Zodkit",
"name" : "Zodkit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Zodkit",
"targets" : [
"Zodkit"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "Zodkit",
"module_type" : "SwiftTarget",
"name" : "Zodkit",
"path" : "Sources/Zodkit",
"product_memberships" : [
"Zodkit"
],
"sources" : [
"Builders/ObjectSchemaBuilder.swift",
"Components/AnyField.swift",
"Protocols/Zodable.swift",
"Schema/ObjectSchema.swift",
"Schema/PrimitiveSchemas.swift",
"Schema/Schema+Int.swift",
"Schema/Schema+String.swift",
"Schema/Schema.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.3"
}
Done.