Build Information
Successful build of yyjson, reference master (c3fc70), with Swift 5.10 for macOS (SPM) on 23 Nov 2025 17:34:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ibireme/yyjson.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ibireme/yyjson
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c3fc708 Change `set_int()` parameter type from `int` to `int64_t`: #240
Cloned https://github.com/ibireme/yyjson.git
Revision (git rev-parse @):
c3fc708d5773be586cb8faa0413f682c1fa3b42b
SUCCESS checkout https://github.com/ibireme/yyjson.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/ibireme/yyjson.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling yyjson.c
Build complete! (4.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "yyjson",
"name" : "yyjson",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "yyjson",
"targets" : [
"yyjson"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "yyjson",
"module_type" : "ClangTarget",
"name" : "yyjson",
"path" : ".",
"product_memberships" : [
"yyjson"
],
"sources" : [
"src/yyjson.c"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.