The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ZippyJSONCFamily with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaeleisel/ZippyJSONCFamily.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/michaeleisel/ZippyJSONCFamily
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8abdd7a bump to 1.2.9
Cloned https://github.com/michaeleisel/ZippyJSONCFamily.git
Revision (git rev-parse @):
8abdd7a5e943afe68e7b03fdaa63b21c042a3893
SUCCESS checkout https://github.com/michaeleisel/ZippyJSONCFamily.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "zippyjsoncfamily",
      "name": "ZippyJSONCFamily",
      "url": "https://github.com/michaeleisel/ZippyJSONCFamily.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ZippyJSONCFamily",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/michaeleisel/ZippyJSONCFamily.git
[1/613] Fetching zippyjsoncfamily
Fetched https://github.com/michaeleisel/ZippyJSONCFamily.git (0.62s)
Creating working copy for https://github.com/michaeleisel/ZippyJSONCFamily.git
Working copy of https://github.com/michaeleisel/ZippyJSONCFamily.git resolved at master
warning: '.resolve-product-dependencies': dependency 'zippyjsoncfamily' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
In file included from /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ZippyJSONCFamily/JSONSerialization.mm:6:
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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]
JNTDecoder JNTDecoderFromIterator(JNTArrayIterator *iterator, JNTDecoder root);
           ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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]
JNTArrayIterator JNTDocumentGetIterator(JNTDecoder decoder);
                 ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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]
JNTDictionaryIterator JNTDocumentGetDictionaryIterator(JNTDecoder decoder);
                      ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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]
JNTDecoder JNTDocumentFromJSON(ContextPointer context, const void *data, NSInteger length, bool convertCase, const char * *retryReason, bool *success);
           ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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]
JNTDecoder JNTDocumentFetchValue(JNTDecoder decoder, const char *key, JNTDictionaryIterator *iteratorPtr);
           ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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]
JNTDecoder JNTDocumentCreateCopy(JNTDecoder decoder);
           ^
6 warnings generated.
[0/1] Compiling ZippyJSONCFamily JSONSerialization.mm
Build complete! (7.86s)
Build complete.
Done.