The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaeleisel/ZippyJSON.git
Reference: 1.2.10
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/michaeleisel/ZippyJSON
 * tag               1.2.10     -> FETCH_HEAD
HEAD is now at c4ab804 bump to 1.2.10
Cloned https://github.com/michaeleisel/ZippyJSON.git into spi-builder-workspace
c4ab804780b64979f19268619dfa563b6be58f7d
SUCCESS checkout https://github.com/michaeleisel/ZippyJSON.git at 1.2.10
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter from cache
Fetching https://github.com/michaeleisel/ZippyJSONCFamily from cache
Fetched https://github.com/michaeleisel/JJLISO8601DateFormatter (0.26s)
Fetched https://github.com/michaeleisel/ZippyJSONCFamily (0.29s)
Computing version for https://github.com/michaeleisel/ZippyJSONCFamily
Computed https://github.com/michaeleisel/ZippyJSONCFamily at 1.2.9 (0.41s)
Computing version for https://github.com/michaeleisel/JJLISO8601DateFormatter
Computed https://github.com/michaeleisel/JJLISO8601DateFormatter at 0.1.6 (0.41s)
Creating working copy for https://github.com/michaeleisel/ZippyJSONCFamily
Working copy of https://github.com/michaeleisel/ZippyJSONCFamily resolved at 1.2.9
Creating working copy for https://github.com/michaeleisel/JJLISO8601DateFormatter
Working copy of https://github.com/michaeleisel/JJLISO8601DateFormatter resolved at 0.1.6
Building for debugging...
[0/4] Compiling localtime.c
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/JJLInternal.c:219:11: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    char *string = *stringPtr;
          ^        ~~~~~~~~~~
1 warning generated.
[1/4] Compiling JJLISO8601DateFormatter JJLInternal.c
[2/4] Compiling JJLISO8601DateFormatter JJLISO8601DateFormatter.m
In file included from /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ZippyJSONCFamily/Sources/ZippyJSONCFamily/JSONSerialization.mm:6:
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ZippyJSONCFamily/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ZippyJSONCFamily/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ZippyJSONCFamily/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ZippyJSONCFamily/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ZippyJSONCFamily/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ZippyJSONCFamily/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.
[3/4] Compiling ZippyJSONCFamily JSONSerialization.mm
[5/6] Emitting module ZippyJSON
[6/6] Compiling ZippyJSON ZippyJSONDecoder.swift
Build complete! (15.37s)
Build complete.
Done.

Build Machine: Mac 5