=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for neko-2.3.0nb22 [ 1%] Building C object CMakeFiles/libneko.dir/vm/alloc.c.o /Users/pbulk/build/lang/neko/work/neko-2-3-0/vm/alloc.c:123:2: warning: 'GC_all_interior_pointers' is deprecated [-Wdeprecated-declarations] GC_all_interior_pointers = 0; ^ /Users/pbulk/build/lang/neko/work/.buildlink/include/gc/gc.h:193:8: note: 'GC_all_interior_pointers' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_all_interior_pointers; ^ /Users/pbulk/build/lang/neko/work/.buildlink/include/gc/gc_config_macros.h:302:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/vm/alloc.c:131:2: warning: 'GC_java_finalization' is deprecated [-Wdeprecated-declarations] GC_java_finalization = 1; ^ /Users/pbulk/build/lang/neko/work/.buildlink/include/gc/gc.h:219:8: note: 'GC_java_finalization' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_java_finalization; ^ /Users/pbulk/build/lang/neko/work/.buildlink/include/gc/gc_config_macros.h:302:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/vm/alloc.c:134:2: warning: 'GC_no_dls' is deprecated [-Wdeprecated-declarations] GC_no_dls = 1; ^ /Users/pbulk/build/lang/neko/work/.buildlink/include/gc/gc.h:306:8: note: 'GC_no_dls' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_no_dls; ^ /Users/pbulk/build/lang/neko/work/.buildlink/include/gc/gc_config_macros.h:302:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ 3 warnings generated. [ 2%] Building C object CMakeFiles/libneko.dir/vm/builtins.c.o /Users/pbulk/build/lang/neko/work/neko-2-3-0/vm/builtins.c:1459:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] return alloc_int(-1); ^~~~~~~~~~~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:263:53: note: expanded from macro 'alloc_int' #define alloc_int(v) ((value)(int_val)((((int)(v)) << 1) | 1)) ~~~~~~~~~~ ^ 1 warning generated. [ 3%] Building C object CMakeFiles/libneko.dir/vm/callback.c.o [ 4%] Building C object CMakeFiles/libneko.dir/vm/elf.c.o [ 6%] Building C object CMakeFiles/libneko.dir/vm/interp.c.o /Users/pbulk/build/lang/neko/work/neko-2-3-0/vm/interp.c:1114:61: warning: shifting a negative signed value is undefined [-Wshift-negative-value] acc = (int_val)(( *sp > acc )?alloc_int(1):(( *sp < acc )?alloc_int(-1):alloc_int(0))); ^~~~~~~~~~~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:263:53: note: expanded from macro 'alloc_int' #define alloc_int(v) ((value)(int_val)((((int)(v)) << 1) | 1)) ~~~~~~~~~~ ^ 1 warning generated. [ 7%] Building C object CMakeFiles/libneko.dir/vm/load.c.o [ 8%] Building C object CMakeFiles/libneko.dir/vm/objtable.c.o [ 9%] Building C object CMakeFiles/libneko.dir/vm/others.c.o [ 10%] Building C object CMakeFiles/libneko.dir/vm/hash.c.o [ 12%] Building C object CMakeFiles/libneko.dir/vm/module.c.o [ 13%] Building C object CMakeFiles/libneko.dir/vm/jit_x86.c.o [ 14%] Building C object CMakeFiles/libneko.dir/vm/threads.c.o [ 15%] Linking C shared library bin/libneko.dylib [ 15%] Built target libneko [ 16%] Building C object CMakeFiles/nekovm.dir/vm/stats.c.o [ 18%] Building C object CMakeFiles/nekovm.dir/vm/main.c.o [ 19%] Linking C executable bin/neko [ 19%] Built target nekovm [ 20%] Building C object libs/common/CMakeFiles/sha1.dir/sha1.c.o [ 21%] Linking C static library ../../bin/libsha1.a [ 21%] Built target sha1 [ 22%] Building C object libs/std/CMakeFiles/std.ndll.dir/buffer.c.o [ 24%] Building C object libs/std/CMakeFiles/std.ndll.dir/date.c.o [ 25%] Building C object libs/std/CMakeFiles/std.ndll.dir/file.c.o [ 26%] Building C object libs/std/CMakeFiles/std.ndll.dir/init.c.o [ 27%] Building C object libs/std/CMakeFiles/std.ndll.dir/int32.c.o /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/int32.c:79:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] return alloc_int(-1); ^~~~~~~~~~~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:263:53: note: expanded from macro 'alloc_int' #define alloc_int(v) ((value)(int_val)((((int)(v)) << 1) | 1)) ~~~~~~~~~~ ^ 1 warning generated. [ 28%] Building C object libs/std/CMakeFiles/std.ndll.dir/math.c.o [ 30%] Building C object libs/std/CMakeFiles/std.ndll.dir/string.c.o [ 31%] Building C object libs/std/CMakeFiles/std.ndll.dir/random.c.o [ 32%] Building C object libs/std/CMakeFiles/std.ndll.dir/serialize.c.o [ 33%] Building C object libs/std/CMakeFiles/std.ndll.dir/socket.c.o /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/socket.c:65:10: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined] # define MSG_NOSIGNAL 0 ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:588:9: note: previous definition is here #define MSG_NOSIGNAL 0x80000 /* do not generate SIGPIPE on EOF */ ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/socket.c:723:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value] val_array_ptr(p->ridx)[i] = alloc_int(-1); ^~~~~~~~~~~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:263:53: note: expanded from macro 'alloc_int' #define alloc_int(v) ((value)(int_val)((((int)(v)) << 1) | 1)) ~~~~~~~~~~ ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/socket.c:724:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value] val_array_ptr(p->widx)[i] = alloc_int(-1); ^~~~~~~~~~~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:263:53: note: expanded from macro 'alloc_int' #define alloc_int(v) ((value)(int_val)((((int)(v)) << 1) | 1)) ~~~~~~~~~~ ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/socket.c:833:30: warning: shifting a negative signed value is undefined [-Wshift-negative-value] val_array_ptr(p->ridx)[k] = alloc_int(-1); ^~~~~~~~~~~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:263:53: note: expanded from macro 'alloc_int' #define alloc_int(v) ((value)(int_val)((((int)(v)) << 1) | 1)) ~~~~~~~~~~ ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/socket.c:838:30: warning: shifting a negative signed value is undefined [-Wshift-negative-value] val_array_ptr(p->widx)[k] = alloc_int(-1); ^~~~~~~~~~~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:263:53: note: expanded from macro 'alloc_int' #define alloc_int(v) ((value)(int_val)((((int)(v)) << 1) | 1)) ~~~~~~~~~~ ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/socket.c:860:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value] while( val_array_ptr(p->ridx)[rcount] != alloc_int(-1) ) ^~~~~~~~~~~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:263:53: note: expanded from macro 'alloc_int' #define alloc_int(v) ((value)(int_val)((((int)(v)) << 1) | 1)) ~~~~~~~~~~ ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/socket.c:967:97: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] ret = recvfrom(val_sock(o), val_string(data) + p , l, MSG_NOSIGNAL, (struct sockaddr*)&saddr, &slen); ^~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:716:27: note: passing argument to parameter here socklen_t * __restrict) __DARWIN_ALIAS_C(recvfrom); ^ 7 warnings generated. [ 34%] Building C object libs/std/CMakeFiles/std.ndll.dir/sys.c.o /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/sys.c:235:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] return alloc_int(-1); ^~~~~~~~~~~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:263:53: note: expanded from macro 'alloc_int' #define alloc_int(v) ((value)(int_val)((((int)(v)) << 1) | 1)) ~~~~~~~~~~ ^ 1 warning generated. [ 36%] Building C object libs/std/CMakeFiles/std.ndll.dir/xml.c.o [ 37%] Building C object libs/std/CMakeFiles/std.ndll.dir/module.c.o [ 38%] Building C object libs/std/CMakeFiles/std.ndll.dir/md5.c.o [ 39%] Building C object libs/std/CMakeFiles/std.ndll.dir/unicode.c.o /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/unicode.c:123:10: warning: enumeration values 'UTF16_BE', 'UTF16_LE', and 'LAST_ENCODING' not handled in switch [-Wswitch] switch( e ) { ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/unicode.c:123:10: note: add missing switch cases switch( e ) { ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/unicode.c:859:13: warning: passing 'char *' to parameter of type 'ustring' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] uchar_set(val_string(vto) + pos, e_to, c); ^~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:255:24: note: expanded from macro 'val_string' #define val_string(v) (&((vstring*)(v))->c) ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/unicode.c:122:32: note: passing argument to parameter 'str' here static void uchar_set( ustring str, encoding e, uchar c ) { ^ 2 warnings generated. [ 40%] Building C object libs/std/CMakeFiles/std.ndll.dir/utf8.c.o [ 42%] Building C object libs/std/CMakeFiles/std.ndll.dir/memory.c.o [ 43%] Building C object libs/std/CMakeFiles/std.ndll.dir/misc.c.o [ 44%] Building C object libs/std/CMakeFiles/std.ndll.dir/thread.c.o [ 45%] Building C object libs/std/CMakeFiles/std.ndll.dir/process.c.o /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/std/process.c:461:2: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration] kill(val_process(vp)->pid,9); ^ 1 warning generated. [ 46%] Building C object libs/std/CMakeFiles/std.ndll.dir/elf_update.c.o [ 48%] Linking C shared module ../../bin/std.ndll [ 48%] Built target std.ndll [ 49%] Generating bin/nekoc.n, bin/nekoml.n [ 50%] Generating bin/test.n [ 50%] Built target test.n [ 51%] Generating bin/nekoboot.n [ 53%] Generating nekoc.c [ 54%] Building C object CMakeFiles/nekoc.dir/nekoc.c.o [ 55%] Linking C executable bin/nekoc [ 56%] Built target nekoc [ 57%] Generating nekoml.c [ 59%] Building C object CMakeFiles/nekoml.dir/nekoml.c.o [ 60%] Linking C executable bin/nekoml [ 62%] Built target nekoml [ 63%] Generating bin/nekotools.n Tools tools/nekoboot Sys List Array Core String Buffer IO WebServer Hashtbl Lexer LexEngine Stack Reflect Args Net [ 65%] Generating nekotools.c [ 66%] Building C object CMakeFiles/nekotools.dir/nekotools.c.o [ 67%] Linking C executable bin/nekotools [ 69%] Built target nekotools [ 71%] Building C object libs/zlib/CMakeFiles/zlib.ndll.dir/zlib.c.o [ 72%] Linking C shared module ../../bin/zlib.ndll [ 72%] Built target zlib.ndll [ 73%] Generating bin/nekoml.std [ 74%] Built target nekoml.std [ 75%] Building C object libs/common/CMakeFiles/socket.dir/socket.c.o /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/common/socket.c:51:10: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined] # define MSG_NOSIGNAL 0 ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:588:9: note: previous definition is here #define MSG_NOSIGNAL 0x80000 /* do not generate SIGPIPE on EOF */ ^ 1 warning generated. [ 77%] Linking C static library ../../bin/libsocket.a [ 77%] Built target socket [ 78%] Building C object libs/mysql/CMakeFiles/mysql.ndll.dir/mysql.c.o [ 79%] Linking C shared module ../../bin/mysql.ndll [ 79%] Built target mysql.ndll [ 80%] Building C object libs/mysql/CMakeFiles/mysql5.ndll.dir/my_proto/my_proto.c.o /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/mysql/my_proto/my_proto.c:259:19: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sha1_update(&ctx,pass,strlen(pass));; ^~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/common/sha1.h:36:53: note: passing argument to parameter 'data' here void sha1_update( SHA1_CTX *c, const unsigned char *data, unsigned int len ); ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/mysql/my_proto/my_proto.c:267:20: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sha1_update(&ctx, seed, SHA1_SIZE); ^~~~ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/common/sha1.h:36:53: note: passing argument to parameter 'data' here void sha1_update( SHA1_CTX *c, const unsigned char *data, unsigned int len ); ^ 2 warnings generated. [ 81%] Building C object libs/mysql/CMakeFiles/mysql5.ndll.dir/my_proto/my_api.c.o [ 83%] Building C object libs/mysql/CMakeFiles/mysql5.ndll.dir/mysql.c.o [ 84%] Linking C shared module ../../bin/mysql5.ndll [ 84%] Built target mysql5.ndll [ 85%] Building C object libs/regexp/CMakeFiles/regexp.ndll.dir/regexp.c.o [ 86%] Linking C shared module ../../bin/regexp.ndll [ 86%] Built target regexp.ndll [ 87%] Building C object libs/sqlite/CMakeFiles/sqlite.ndll.dir/sqlite.c.o [ 89%] Linking C shared module ../../bin/sqlite.ndll [ 89%] Built target sqlite.ndll [ 90%] Building C object libs/ssl/CMakeFiles/ssl.ndll.dir/ssl.c.o In file included from /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/ssl/ssl.c:19: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:87: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecCode.h:35: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/xpc/xpc.h:337: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/launch.h:19: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach/mach.h:67: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach/mach_interface.h:45: /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach/lock_set.h:75:15: error: conflicting types for 'neko_lock_acquire' kern_return_t lock_acquire ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:399:23: note: expanded from macro 'lock_acquire' #define lock_acquire neko_lock_acquire ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:473:14: note: previous declaration is here EXTERN void lock_acquire( mt_lock *l ); ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:399:23: note: expanded from macro 'lock_acquire' #define lock_acquire neko_lock_acquire ^ In file included from /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/ssl/ssl.c:19: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:87: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecCode.h:35: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/xpc/xpc.h:337: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/launch.h:19: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach/mach.h:67: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach/mach_interface.h:45: /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach/lock_set.h:87:15: error: conflicting types for 'neko_lock_release' kern_return_t lock_release ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:401:23: note: expanded from macro 'lock_release' #define lock_release neko_lock_release ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:475:14: note: previous declaration is here EXTERN void lock_release( mt_lock *l ); ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:401:23: note: expanded from macro 'lock_release' #define lock_release neko_lock_release ^ In file included from /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/ssl/ssl.c:19: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:87: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecCode.h:35: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/xpc/xpc.h:337: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/launch.h:19: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach/mach.h:67: In file included from /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach/mach_interface.h:45: /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach/lock_set.h:99:15: error: conflicting types for 'neko_lock_try' kern_return_t lock_try ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:400:20: note: expanded from macro 'lock_try' #define lock_try neko_lock_try ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:474:13: note: previous declaration is here EXTERN int lock_try( mt_lock *l ); ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/neko.h:400:20: note: expanded from macro 'lock_try' #define lock_try neko_lock_try ^ /Users/pbulk/build/lang/neko/work/neko-2-3-0/libs/ssl/ssl.c:405:6: warning: 'SecKeychainOpen' is deprecated: first deprecated in macOS 12.0 - Custom keychain management is no longer supported [-Wdeprecated-declarations] if( SecKeychainOpen("/System/Library/Keychains/SystemRootCertificates.keychain",&keychain) != errSecSuccess ) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:287:10: note: 'SecKeychainOpen' has been explicitly marked deprecated here OSStatus SecKeychainOpen(const char *pathName, SecKeychainRef * __nonnull CF_RETURNS_RETAINED keychain) ^ 1 warning and 3 errors generated. *** Error code 1 Stop. bmake[2]: stopped in /Users/pbulk/build/lang/neko/work/neko-2-3-0 *** Error code 1 Stop. bmake[1]: stopped in /Users/pbulk/build/lang/neko/work/neko-2-3-0 *** Error code 1 Stop. bmake: stopped in /Users/pbulk/build/lang/neko/work/neko-2-3-0 *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/lang/neko *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/lang/neko