Build Information
Successful build of swift-json-schema, reference main (c36a19), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 18:31:41 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/t089/swift-json-schema.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/t089/swift-json-schema
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c36a199 proper enum type and add JSONValue
Cloned https://github.com/t089/swift-json-schema.git
Revision (git rev-parse @):
c36a199c840907b3a7d7931598696528604b2bfb
SUCCESS checkout https://github.com/t089/swift-json-schema.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": "swift-json-schema",
"name": "swift-json-schema",
"url": "https://github.com/t089/swift-json-schema.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-json-schema",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/t089/swift-json-schema.git
[1/72] Fetching swift-json-schema
Fetched https://github.com/t089/swift-json-schema.git from cache (0.66s)
Creating working copy for https://github.com/t089/swift-json-schema.git
Working copy of https://github.com/t089/swift-json-schema.git resolved at main (c36a199)
warning: '.resolve-product-dependencies': dependency 'swift-json-schema' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/t089/swift-json-schema.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling JSONSchema JSONValue.swift
[4/5] Emitting module JSONSchema
[5/5] Compiling JSONSchema JSONSchema.swift
Build complete! (1.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-json-schema",
"name" : "swift-json-schema",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONSchema",
"targets" : [
"JSONSchema"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONSchemaTests",
"module_type" : "SwiftTarget",
"name" : "JSONSchemaTests",
"path" : "Tests/JSONSchemaTests",
"sources" : [
"JSONSchemaTests.swift"
],
"target_dependencies" : [
"JSONSchema"
],
"type" : "test"
},
{
"c99name" : "JSONSchema",
"module_type" : "SwiftTarget",
"name" : "JSONSchema",
"path" : "Sources/JSONSchema",
"product_memberships" : [
"JSONSchema"
],
"sources" : [
"JSONSchema.swift",
"JSONValue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.