Build Information
Successful build of YYJSON, reference main (651437), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 11:27:07 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/mattt/swift-yyjson.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/swift-yyjson
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6514373 Add encoding / serialization option to write infinity and NaN as null (#18)
Cloned https://github.com/mattt/swift-yyjson.git
Revision (git rev-parse @):
6514373242de8a0765556dc54efdfd8a9567d71a
SUCCESS checkout https://github.com/mattt/swift-yyjson.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-yyjson",
"name": "YYJSON",
"url": "https://github.com/mattt/swift-yyjson.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-yyjson",
"traits": [
],
"dependencies": [
]
}
]
}
Fetching https://github.com/mattt/swift-yyjson.git
[1/384] Fetching swift-yyjson
Fetched https://github.com/mattt/swift-yyjson.git from cache (0.86s)
Creating working copy for https://github.com/mattt/swift-yyjson.git
Working copy of https://github.com/mattt/swift-yyjson.git resolved at main (6514373)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mattt/swift-yyjson.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--6988338F2F200930.txt
[2/3] Compiling Cyyjson yyjson.c
[4/12] Compiling YYJSON Error.swift
[5/12] Compiling YYJSON Value.swift
[6/12] Compiling YYJSON Helpers.swift
[7/12] Compiling YYJSON Serialization.swift
[8/12] Compiling YYJSON Encoder.swift
[9/12] Compiling YYJSON CodingKeys.swift
[10/12] Compiling YYJSON Configuration.swift
[11/12] Emitting module YYJSON
[12/12] Compiling YYJSON Decoder.swift
Build complete! (6.17s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "YYJSON",
"name" : "YYJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "YYJSON",
"targets" : [
"YYJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YYJSONTests",
"module_type" : "SwiftTarget",
"name" : "YYJSONTests",
"path" : "Tests/YYJSONTests",
"sources" : [
"ConfigurationTests.swift",
"DecoderTests.swift",
"EdgeCaseTests.swift",
"EncoderTests.swift",
"ErrorTests.swift",
"SerializationTests.swift",
"ValueTests.swift",
"YYJSONTests.swift"
],
"target_dependencies" : [
"YYJSON"
],
"type" : "test"
},
{
"c99name" : "YYJSON",
"module_type" : "SwiftTarget",
"name" : "YYJSON",
"path" : "Sources/YYJSON",
"product_memberships" : [
"YYJSON"
],
"sources" : [
"CodingKeys.swift",
"Configuration.swift",
"Decoder.swift",
"Encoder.swift",
"Error.swift",
"Helpers.swift",
"Serialization.swift",
"Value.swift"
],
"target_dependencies" : [
"Cyyjson"
],
"type" : "library"
},
{
"c99name" : "Cyyjson",
"module_type" : "ClangTarget",
"name" : "Cyyjson",
"path" : "Sources/Cyyjson",
"product_memberships" : [
"YYJSON"
],
"sources" : [
"yyjson.c"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.