Build Information
Successful build of ZippyJSONCFamily, reference 1.2.14 (c1c0f8), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 16:16:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaeleisel/ZippyJSONCFamily.git
Reference: 1.2.14
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaeleisel/ZippyJSONCFamily
* tag 1.2.14 -> FETCH_HEAD
HEAD is now at c1c0f88 bump to 1.2.14
Cloned https://github.com/michaeleisel/ZippyJSONCFamily.git
Revision (git rev-parse @):
c1c0f88977359ea85b81e128b2d988e8250dfdae
SUCCESS checkout https://github.com/michaeleisel/ZippyJSONCFamily.git at 1.2.14
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/michaeleisel/ZippyJSONCFamily.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ZippyJSONCFamily/JSONSerialization.mm:6:
/Users/admin/builder/spi-builder-workspace/Sources/ZippyJSONCFamily/include/JSONSerialization.h:70:12: warning: 'JNTDecoderFromIterator' has C-linkage specified, but returns user-defined type 'JNTDecoder' which is incompatible with C [-Wreturn-type-c-linkage]
70 | JNTDecoder JNTDecoderFromIterator(JNTArrayIterator *iterator, JNTDecoder root);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/ZippyJSONCFamily/include/JSONSerialization.h:71:18: warning: 'JNTDocumentGetIterator' has C-linkage specified, but returns user-defined type 'JNTArrayIterator' (aka 'simdjson::dom::array::iterator') which is incompatible with C [-Wreturn-type-c-linkage]
71 | JNTArrayIterator JNTDocumentGetIterator(JNTDecoder decoder);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/ZippyJSONCFamily/include/JSONSerialization.h:72:23: warning: 'JNTDocumentGetDictionaryIterator' has C-linkage specified, but returns user-defined type 'JNTDictionaryIterator' (aka 'simdjson::dom::object::iterator') which is incompatible with C [-Wreturn-type-c-linkage]
72 | JNTDictionaryIterator JNTDocumentGetDictionaryIterator(JNTDecoder decoder);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/ZippyJSONCFamily/include/JSONSerialization.h:80:12: warning: 'JNTDocumentFromJSON' has C-linkage specified, but returns user-defined type 'JNTDecoder' which is incompatible with C [-Wreturn-type-c-linkage]
80 | JNTDecoder JNTDocumentFromJSON(ContextPointer context, const void *data, NSInteger length, bool convertCase, const char * *retryReason, bool *success);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/ZippyJSONCFamily/include/JSONSerialization.h:84:12: warning: 'JNTDocumentFetchValue' has C-linkage specified, but returns user-defined type 'JNTDecoder' which is incompatible with C [-Wreturn-type-c-linkage]
84 | JNTDecoder JNTDocumentFetchValue(JNTDecoder decoder, const char *key, JNTDictionaryIterator *iteratorPtr);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/ZippyJSONCFamily/include/JSONSerialization.h:103:12: warning: 'JNTDocumentCreateCopy' has C-linkage specified, but returns user-defined type 'JNTDecoder' which is incompatible with C [-Wreturn-type-c-linkage]
103 | JNTDecoder JNTDocumentCreateCopy(JNTDecoder decoder);
| ^
6 warnings generated.
[0/1] Compiling ZippyJSONCFamily JSONSerialization.mm
Build complete! (1.75s)
Build complete.
{
"cxx_language_standard" : "c++1z",
"dependencies" : [
],
"manifest_display_name" : "ZippyJSONCFamily",
"name" : "ZippyJSONCFamily",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
}
],
"products" : [
{
"name" : "ZippyJSONCFamily",
"targets" : [
"ZippyJSONCFamily"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZippyJSONCFamilyTests",
"module_type" : "SwiftTarget",
"name" : "ZippyJSONCFamilyTests",
"path" : "Tests/ZippyJSONCFamilyTests",
"sources" : [
"XCTestManifests.swift",
"ZippyJSONCFamilyTests.swift"
],
"target_dependencies" : [
"ZippyJSONCFamily"
],
"type" : "test"
},
{
"c99name" : "ZippyJSONCFamily",
"module_type" : "ClangTarget",
"name" : "ZippyJSONCFamily",
"path" : "Sources/ZippyJSONCFamily",
"product_memberships" : [
"ZippyJSONCFamily"
],
"sources" : [
"JSONSerialization.mm"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.