Clownfish v0.6.3 Perl 5 v5.36.0 darwin-thread-multi-2level

Status
Unknown
From
Dist
Clownfish v0.6.3
Platform
Perl 5 v5.36.0 darwin-thread-multi-2level
Date
2023-04-29T13:51:02
ID
e16324d6-e694-11ed-8c8e-2a8308919fb8
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Nick Wellnhofer,

This is a computer-generated report for Clownfish-0.6.3
on perl 5.36.0, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from './Build':

Building Clownfish
Parsing Clownfish files...
Writing Clownfish autogenerated files...
Writing typemap...

Compiling ./charmonizer...


Running ./charmonizer...

./charmonizer --cc=cc --host=perl --enable-c --enable-perl --make=make --enable-makefile -- -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE
Initializing Charmonizer/Core/OperatingSystem...
Detected POSIX shell
Creating compiler object...
Trying to compile and execute a small test file...
Detected binary format: Mach-O
Initialization complete.
Running BuildEnv module...
Running DirManip module...
Running Headers module...
Running AtomicOps module...
Running FuncMacro module...
Running Booleans module...
Running Integers module...
Running IntegerTypes module...
Running IntegerLimits module...
Running IntegerLiterals module...
Running IntegerFormatStrings module...
Running Floats module...
Running LargeFiles module...
Running Memory module...
Running VariadicMacros module...
Running LocalDefinitions module...
Creating Makefile...
Cleaning up...
Cleanup complete.
make core_objects
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/TestHarness/TestUtils.c -c -o cfcore/Clownfish/TestHarness/TestUtils.o
cfcore/Clownfish/TestHarness/TestUtils.c:32:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestUtils_random_u64() {
                    ^
                     void
cfcore/Clownfish/TestHarness/TestUtils.c:147:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestUtils_time() {
              ^
               void
cfcore/Clownfish/TestHarness/TestUtils.c:292:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestUtils_thread_yield() {
                      ^
                       void
3 warnings generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/TestHarness/TestSuite.c -c -o cfcore/Clownfish/TestHarness/TestSuite.o
cfcore/Clownfish/TestHarness/TestSuite.c:38:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestSuite_new() {
             ^
              void
cfcore/Clownfish/TestHarness/TestSuite.c:101:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
S_unbuffer_stdout() {
                 ^
                  void
2 warnings generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/TestHarness/TestSuiteRunner.c -c -o cfcore/Clownfish/TestHarness/TestSuiteRunner.o
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/TestHarness/TestBatchRunner.c -c -o cfcore/Clownfish/TestHarness/TestBatchRunner.o
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/TestHarness/TestFormatter.c -c -o cfcore/Clownfish/TestHarness/TestFormatter.o
cfcore/Clownfish/TestHarness/TestFormatter.c:63:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestFormatterCF_new() {
                   ^
                    void
cfcore/Clownfish/TestHarness/TestFormatter.c:149:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestFormatterTAP_new() {
                    ^
                     void
2 warnings generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Boolean.c -c -o cfcore/Clownfish/Boolean.o
In file included from cfcore/Clownfish/Boolean.c:25:
cfcore/Clownfish/Util/Atomic.h:54:12: warning: 'OSAtomicCompareAndSwapPtr' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
    return OSAtomicCompareAndSwapPtr(old_value, new_value, target);
           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:532:6: note: 'OSAtomicCompareAndSwapPtr' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwapPtr( void *__oldValue, void *__newValue, void * volatile *__theValue );
        ^
cfcore/Clownfish/Boolean.c:31:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
Bool_init_class() {
               ^
                void
2 warnings generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Class.c -c -o cfcore/Clownfish/Class.o
In file included from cfcore/Clownfish/Class.c:36:
cfcore/Clownfish/Util/Atomic.h:54:12: warning: 'OSAtomicCompareAndSwapPtr' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
    return OSAtomicCompareAndSwapPtr(old_value, new_value, target);
           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:532:6: note: 'OSAtomicCompareAndSwapPtr' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwapPtr( void *__oldValue, void *__newValue, void * volatile *__theValue );
        ^
cfcore/Clownfish/Class.c:282:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
Class_init_registry() {
                   ^
                    void
2 warnings generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Util/Memory.c -c -o cfcore/Clownfish/Util/Memory.o
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Util/SortUtils.c -c -o cfcore/Clownfish/Util/SortUtils.o
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Util/Atomic.c -c -o cfcore/Clownfish/Util/Atomic.o
In file included from cfcore/Clownfish/Util/Atomic.c:22:
cfcore/Clownfish/Util/Atomic.h:54:12: warning: 'OSAtomicCompareAndSwapPtr' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
    return OSAtomicCompareAndSwapPtr(old_value, new_value, target);
           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:532:6: note: 'OSAtomicCompareAndSwapPtr' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwapPtr( void *__oldValue, void *__newValue, void * volatile *__theValue );
        ^
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Vector.c -c -o cfcore/Clownfish/Vector.o
cfcore/Clownfish/Vector.c:342:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
S_overflow_error() {
                ^
                 void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/CharBuf.c -c -o cfcore/Clownfish/CharBuf.o
cfcore/Clownfish/CharBuf.c:376:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
S_overflow_error() {
                ^
                 void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/String.c -c -o cfcore/Clownfish/String.o
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Hash.c -c -o cfcore/Clownfish/Hash.o
In file included from cfcore/Clownfish/Hash.c:29:
cfcore/Clownfish/Util/Atomic.h:54:12: warning: 'OSAtomicCompareAndSwapPtr' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
    return OSAtomicCompareAndSwapPtr(old_value, new_value, target);
           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:532:6: note: 'OSAtomicCompareAndSwapPtr' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwapPtr( void *__oldValue, void *__newValue, void * volatile *__theValue );
        ^
cfcore/Clownfish/Hash.c:53:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
Hash_init_class() {
               ^
                void
cfcore/Clownfish/Hash.c:325:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
Hash_get_tombstone() {
                  ^
                   void
3 warnings generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/PtrHash.c -c -o cfcore/Clownfish/PtrHash.o
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Err.c -c -o cfcore/Clownfish/Err.o
cfcore/Clownfish/Err.c:278:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
Err_win_error() {
             ^
              void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/LockFreeRegistry.c -c -o cfcore/Clownfish/LockFreeRegistry.o
In file included from cfcore/Clownfish/LockFreeRegistry.c:24:
cfcore/Clownfish/Util/Atomic.h:54:12: warning: 'OSAtomicCompareAndSwapPtr' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
    return OSAtomicCompareAndSwapPtr(old_value, new_value, target);
           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:532:6: note: 'OSAtomicCompareAndSwapPtr' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwapPtr( void *__oldValue, void *__newValue, void * volatile *__theValue );
        ^
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/ByteBuf.c -c -o cfcore/Clownfish/ByteBuf.o
cfcore/Clownfish/ByteBuf.c:249:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
S_overflow_error() {
                ^
                 void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Num.c -c -o cfcore/Clownfish/Num.o
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Method.c -c -o cfcore/Clownfish/Method.o
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Blob.c -c -o cfcore/Clownfish/Blob.o
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/HashIterator.c -c -o cfcore/Clownfish/HashIterator.o
cfcore/Clownfish/HashIterator.c:37:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
HashIter_init_class() {
                   ^
                    void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish/Obj.c -c -o cfcore/Clownfish/Obj.o
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH cfcore/Clownfish.c -c -o cfcore/Clownfish.o
cfcore/Clownfish.c:23:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
cfish_init_parcel() {
                 ^
                  void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_CFISH autogen/source/cfish_parcel.c -c -o autogen/source/cfish_parcel.o
autogen/source/cfish_parcel.c:2769:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
S_bootstrap_specs() {
                 ^
                  void
autogen/source/cfish_parcel.c:2784:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
cfish_bootstrap_parcel() {
                      ^
                       void
2 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Icfcore -Ixs -I. -Iautogen/include -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -c -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -O3 -Wno-error=implicit-function-declaration -mmacosx-version-min=13 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/readline/include -I/usr/local/include -Wno-error=implicit-function-declaration -O3 -o xs/XSBind.o xs/XSBind.c
In file included from xs/XSBind.c:35:
cfcore/Clownfish/Util/Atomic.h:54:12: warning: 'OSAtomicCompareAndSwapPtr' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
    return OSAtomicCompareAndSwapPtr(old_value, new_value, target);
           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:532:6: note: 'OSAtomicCompareAndSwapPtr' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwapPtr( void *__oldValue, void *__newValue, void * volatile *__theValue );
        ^
xs/XSBind.c:873:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
cfish_Err_get_error() {
                   ^
                    void
xs/XSBind.c:1187:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
cfish_TestUtils_clone_host_runtime() {
                                  ^
                                   void
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Icfcore -Ixs -I. -Iautogen/include -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -c -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -O3 -Wno-error=implicit-function-declaration -mmacosx-version-min=13 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/readline/include -I/usr/local/include -Wno-error=implicit-function-declaration -O3 -o autogen/source/cfish_perl.o autogen/source/cfish_perl.c
autogen/source/cfish_perl.c:633:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
cfish_bootstrap_perl() {
                    ^
                     void
autogen/source/cfish_perl.c:111:1: warning: unused function 'S_finish_callback_f64' [-Wunused-function]
S_finish_callback_f64(pTHX_ const char *meth_name) {
^
2 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Icfcore -Ixs -I. -Iautogen/include -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -DVERSION="0.6.3" -DXS_VERSION="0.6.3" -c -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -O3 -Wno-error=implicit-function-declaration -mmacosx-version-min=13 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/readline/include -I/usr/local/include -Wno-error=implicit-function-declaration -O3 -o lib/Clownfish.o lib/Clownfish.c
env LD_RUN_PATH=/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE cc -mmacosx-version-min=13.0 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Clownfish/Clownfish.bundle lib/Clownfish.o cfcore/Clownfish/TestHarness/TestUtils.o cfcore/Clownfish/TestHarness/TestSuite.o cfcore/Clownfish/TestHarness/TestSuiteRunner.o cfcore/Clownfish/TestHarness/TestBatchRunner.o cfcore/Clownfish/TestHarness/TestFormatter.o cfcore/Clownfish/Boolean.o cfcore/Clownfish/Class.o cfcore/Clownfish/Util/Memory.o cfcore/Clownfish/Util/SortUtils.o cfcore/Clownfish/Util/Atomic.o cfcore/Clownfish/Vector.o cfcore/Clownfish/CharBuf.o cfcore/Clownfish/String.o cfcore/Clownfish/Hash.o cfcore/Clownfish/PtrHash.o cfcore/Clownfish/Err.o cfcore/Clownfish/LockFreeRegistry.o cfcore/Clownfish/ByteBuf.o cfcore/Clownfish/Num.o cfcore/Clownfish/Method.o cfcore/Clownfish/Blob.o cfcore/Clownfish/HashIterator.o cfcore/Clownfish/Obj.o cfcore/Clownfish.o autogen/source/cfish_parcel.o xs/XSBind.o autogen/source/cfish_perl.o
make test_objects
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestErr.c -c -o cftest/Clownfish/Test/TestErr.o
cftest/Clownfish/Test/TestErr.c:30:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestErr_new() {
           ^
            void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestMethod.c -c -o cftest/Clownfish/Test/TestMethod.o
cftest/Clownfish/Test/TestMethod.c:28:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestMethod_new() {
              ^
               void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/Util/TestAtomic.c -c -o cftest/Clownfish/Test/Util/TestAtomic.o
In file included from cftest/Clownfish/Test/Util/TestAtomic.c:24:
cfcore/Clownfish/Util/Atomic.h:54:12: warning: 'OSAtomicCompareAndSwapPtr' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
    return OSAtomicCompareAndSwapPtr(old_value, new_value, target);
           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:532:6: note: 'OSAtomicCompareAndSwapPtr' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwapPtr( void *__oldValue, void *__newValue, void * volatile *__theValue );
        ^
cftest/Clownfish/Test/Util/TestAtomic.c:28:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestAtomic_new() {
              ^
               void
2 warnings generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/Util/TestMemory.c -c -o cftest/Clownfish/Test/Util/TestMemory.o
cftest/Clownfish/Test/Util/TestMemory.c:30:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestMemory_new() {
              ^
               void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestHash.c -c -o cftest/Clownfish/Test/TestHash.o
cftest/Clownfish/Test/TestHash.c:36:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestHash_new() {
            ^
             void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestHashIterator.c -c -o cftest/Clownfish/Test/TestHashIterator.o
cftest/Clownfish/Test/TestHashIterator.c:36:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestHashIterator_new() {
                    ^
                     void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestNum.c -c -o cftest/Clownfish/Test/TestNum.o
cftest/Clownfish/Test/TestNum.c:35:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestNum_new() {
           ^
            void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestLockFreeRegistry.c -c -o cftest/Clownfish/Test/TestLockFreeRegistry.o
cftest/Clownfish/Test/TestLockFreeRegistry.c:44:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestLFReg_new() {
             ^
              void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestByteBuf.c -c -o cftest/Clownfish/Test/TestByteBuf.o
cftest/Clownfish/Test/TestByteBuf.c:37:11: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestBB_new() {
          ^
           void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestObj.c -c -o cftest/Clownfish/Test/TestObj.o
cftest/Clownfish/Test/TestObj.c:33:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestObj_new() {
           ^
            void
cftest/Clownfish/Test/TestObj.c:38:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
S_new_testobj() {
             ^
              void
2 warnings generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestVector.c -c -o cftest/Clownfish/Test/TestVector.o
cftest/Clownfish/Test/TestVector.c:39:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestVector_new() {
              ^
               void
cftest/Clownfish/Test/TestVector.c:45:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
S_array_with_garbage() {
                    ^
                     void
2 warnings generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestPtrHash.c -c -o cftest/Clownfish/Test/TestPtrHash.o
cftest/Clownfish/Test/TestPtrHash.c:31:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestPtrHash_new() {
               ^
                void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestBlob.c -c -o cftest/Clownfish/Test/TestBlob.o
cftest/Clownfish/Test/TestBlob.c:32:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestBlob_new() {
            ^
             void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestClass.c -c -o cftest/Clownfish/Test/TestClass.o
cftest/Clownfish/Test/TestClass.c:39:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestClass_new() {
             ^
              void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestCharBuf.c -c -o cftest/Clownfish/Test/TestCharBuf.o
cftest/Clownfish/Test/TestCharBuf.c:41:11: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestCB_new() {
          ^
           void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestString.c -c -o cftest/Clownfish/Test/TestString.o
cftest/Clownfish/Test/TestString.c:61:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestStr_new() {
           ^
            void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestHost.c -c -o cftest/Clownfish/Test/TestHost.o
cftest/Clownfish/Test/TestHost.c:25:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestHost_new() {
            ^
             void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test/TestBoolean.c -c -o cftest/Clownfish/Test/TestBoolean.o
cftest/Clownfish/Test/TestBoolean.c:30:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
TestBoolean_new() {
               ^
                void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/Clownfish/Test.c -c -o cftest/Clownfish/Test.o
cftest/Clownfish/Test.c:44:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
Test_create_test_suite() {
                      ^
                       void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH cftest/TestClownfish.c -c -o cftest/TestClownfish.o
cftest/TestClownfish.c:20:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
testcfish_init_parcel() {
                     ^
                      void
1 warning generated.
cc -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -O2 -g -fno-strict-aliasing -I . -I cfcore -I autogen/include -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -fno-common -D CFP_TESTCFISH autogen/source/testcfish_parcel.c -c -o autogen/source/testcfish_parcel.o
autogen/source/testcfish_parcel.c:1560:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
S_bootstrap_specs() {
                 ^
                  void
autogen/source/testcfish_parcel.c:1744:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
testcfish_bootstrap_parcel() {
                          ^
                           void
2 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Icfcore -Ixs -I. -Iautogen/include -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -pedantic -Wall -Wextra -Wno-variadic-macros -DPERL_GCC_PEDANTIC -std=gnu99 -D_GNU_SOURCE -fvisibility=hidden -c -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -O3 -Wno-error=implicit-function-declaration -mmacosx-version-min=13 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/readline/include -I/usr/local/include -Wno-error=implicit-function-declaration -O3 -o autogen/source/testcfish_perl.o autogen/source/testcfish_perl.c
autogen/source/testcfish_perl.c:422:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
testcfish_bootstrap_perl() {
                        ^
                         void
autogen/source/testcfish_perl.c:108:1: warning: unused function 'S_finish_callback_f64' [-Wunused-function]
S_finish_callback_f64(pTHX_ const char *meth_name) {
^
2 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Icfcore -Ixs -I. -Iautogen/include -I/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE -DVERSION="0.6.3" -DXS_VERSION="0.6.3" -c -fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -O3 -Wno-error=implicit-function-declaration -mmacosx-version-min=13 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/readline/include -I/usr/local/include -Wno-error=implicit-function-declaration -O3 -o lib/Clownfish/Test.o lib/Clownfish/Test.c
env LD_RUN_PATH=/usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/CORE cc -mmacosx-version-min=13.0 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Clownfish/Test/Test.bundle lib/Clownfish/Test.o cftest/Clownfish/Test/TestErr.o cftest/Clownfish/Test/TestMethod.o cftest/Clownfish/Test/Util/TestAtomic.o cftest/Clownfish/Test/Util/TestMemory.o cftest/Clownfish/Test/TestHash.o cftest/Clownfish/Test/TestHashIterator.o cftest/Clownfish/Test/TestNum.o cftest/Clownfish/Test/TestLockFreeRegistry.o cftest/Clownfish/Test/TestByteBuf.o cftest/Clownfish/Test/TestObj.o cftest/Clownfish/Test/TestVector.o cftest/Clownfish/Test/TestPtrHash.o cftest/Clownfish/Test/TestBlob.o cftest/Clownfish/Test/TestClass.o cftest/Clownfish/Test/TestCharBuf.o cftest/Clownfish/Test/TestString.o cftest/Clownfish/Test/TestHost.o cftest/Clownfish/Test/TestBoolean.o cftest/Clownfish/Test.o cftest/TestClownfish.o autogen/source/testcfish_parcel.o autogen/source/testcfish_perl.o
Can't load '/Users/b1-bloom/.cpan/build/Clownfish-0.6.3-1/blib/arch/auto/Clownfish/Test/Test.bundle' for module Clownfish::Test: dlopen(/Users/b1-bloom/.cpan/build/Clownfish-0.6.3-1/blib/arch/auto/Clownfish/Test/Test.bundle, 0x0009): symbol not found in flat namespace '_CFISH_BB_Cat_Bytes_OFFSET' at /usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level/DynaLoader.pm line 210.
 at -e line 0.
BEGIN failed--compilation aborted at /Users/b1-bloom/.cpan/build/Clownfish-0.6.3-1/blib/lib/Clownfish/Test.pm line 27.
Compilation failed in require.
BEGIN failed--compilation aborted.
Build succeeded, but 'use Clownfish::Test' failed.
Died at buildlib/Clownfish/Build.pm line 161.

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                      Need     Have    
    --------------------------- -------- --------
    perl                        v5.8.3   5.036000

build_requires:

    Module                      Need     Have    
    --------------------------- -------- --------
    Clownfish::CFC              0.006003 0.006003
    Devel::PPPort               3.14     3.68    
    ExtUtils::CBuilder          0.21     0.280236
    ExtUtils::ParseXS           3        3.45    
    Module::Build               0.280801 0.4234  

configure_requires:

    Module                      Need     Have    
    --------------------------- -------- --------
    Clownfish::CFC::Perl::Build 0.006003 0.006003
    Module::Build               0.280801 0.4234  


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    CPAN_RUN_SHELL_TEST_WITHOUT_EXPECT = 1
    LANG = en_US.UTF-8
    LC_ADDRESS = en_US.UTF-8
    LC_ALL = 
    LC_COLLATE = C
    LC_IDENTIFICATION = en_US.UTF-8
    LC_MEASUREMENT = en_US.UTF-8
    LC_MESSAGES = POSIX
    LC_MONETARY = en_US.UTF-8
    LC_NAME = en_US.UTF-8
    LC_NUMERIC = en_US.UTF-8
    LC_PAPER = en_US.UTF-8
    LC_TELEPHONE = en_US.UTF-8
    LC_TERMINAL = iTerm2
    LC_TERMINAL_VERSION = 3.5.0beta10
    LC_TIME = en_US.UTF-8
    LDFLAGS = -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=13 -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/lib -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/bzip2/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/expat/lib -L/usr/local/opt/libxslt/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/bison/lib -L/usr/local/opt/berkeley-db/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libarchive/lib
    LD_LIBRARY_PATH = :/usr/lib:/usr/local/lib
    NONINTERACTIVE_TESTING = 1
    PATH = /opt/perl5/bin:/Users/b1-bloom/.rbenv/shims:/Users/b1-bloom/.local/bin:/Users/b1-bloom/.cargo/bin:/usr/local/opt/libtool/libexec/gnubin:/usr/local/opt/gnupg/bin:/Users/b1-bloom/.bin:/Users/b1-bloom/Library/Python/3.11/bin:/Users/b1-bloom/Library/Python/3.10/bin:/Users/b1-bloom/Library/Python/3.9/bin:/Users/b1-bloom/.pyenv/bin:/Users/b1-bloom/.rbenv/bin:/Users/b1-bloom/.jenv/shims:/Users/b1-bloom/.jenv/bin:/opt/luarocks/bin:/usr/local/opt/luajit-openresty/bin:/Users/b1-bloom/.mint/bin:/Users/b1-bloom/Bloom-Development/Bloom-Project/B1-Local/B1-GOLANG/bin:/usr/local/opt/go/libexec/bin:/Users/b1-bloom/.deno/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/gnu-which/libexec/gnubin:/usr/local/opt/grep/libexec/gnubin:/usr/local/opt/bison/bin:/opt/metasploit-framework/bin:/usr/local/opt/ncurses/bin:/usr/local/opt/awk/bin:/usr/local/opt/berkeley-db/bin:/usr/local/opt/lsof/bin:/usr/local/opt/git/bin:/usr/local/opt/rtmpdump/bin:/usr/local/opt/unzip/bin:/usr/local/opt/bzip2/bin:/usr/local/opt/libarchive/bin:/usr/local/opt/expat/bin:/usr/local/opt/libxslt/bin:/usr/local/opt/libxml2/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/man-db/sbin:/usr/local/opt/man-db/bin:/usr/local/opt/apr-util/bin:/usr/local/opt/apr/bin:/usr/local/opt/icu4c/sbin:/usr/local/opt/icu4c/bin:/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/bin:/opt/DevTools/DictionaryDevelopmentKit/bin:/Users/b1-bloom/.yarn/bin:/Users/b1-bloom/.osx-sysdir/FinderMD/bin:/usr/local/opt/openssl@1.1/bin:/Users/b1-bloom/.pyenv/plugins/pyenv-virtualenv/shims:/Users/b1-bloom/.pyenv/shims:/Users/b1-bloom/.nvm/versions/node/v20.0.0/bin:/usr/local/bin:/usr/local/sbin:/Library/Apple/usr/bin:/usr/bin:/usr/sbin:/bin:/sbin:/System/Cryptexes/App/usr/bin:/usr/local/MacGPG2/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/usr/libexec:/System/Library/CoreServices:/Applications/iTerm.app/Contents/Resources/utilities:/Users/b1-bloom/Bloom-Development/Bloom-Terminal/B3-Term/plugins/jq/bin:/Users/b1-bloom/.composer/vendor/bin:/Users/b1-bloom/.fzf/bin
    PERL = /usr/local/Cellar/perl/5.36.0/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 8752
    PERL5_CPAN_IS_RUNNING = 8752
    PERLBREW_CPAN_MIRROR = https://cpan.metacpan.org
    PERLBREW_HOME = /Users/b1-bloom/.perlbrew
    PERLBREW_PATH = /opt/perl5/bin
    PERLBREW_ROOT = /opt/perl5
    PERLBREW_SHELLRC_VERSION = 0.96
    PERLBREW_VERSION = 0.96
    PERL_AUTOINSTALL = 1
    PERL_CPANM_OPT = -v --with-recommends --with-suggests --man-pages --auto-cleanup
    PERL_EXTUTILS_AUTOINSTALL = 1
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/local/bin/zsh
    TERM = xterm-256color
    TMPDIR = /var/folders/jn/jcn2g_t16f9b_gpcjvfgzvs80000gn/T/

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/local/Cellar/perl/5.36.0/bin/perl
    $UID/$EUID = 501 / 501
    $GID = 20 20 12 61 79 80 81 98 399 400 101 705 703 33 100 204 250
    $EGID = 20 20 12 61 79 80 81 98 399 400 101 705 703 33 100 204 250

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.35    
    CPAN::Meta          2.150010
    Cwd                 3.84    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.70    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.70    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.45    
    File::Spec          3.84    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   0.88    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.44    
    Test::More          1.302195
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9929  


--

Summary of my perl5 (revision 5 version 36 subversion 0) configuration:
   
  Platform:
    osname=darwin
    osvers=22.1.0
    archname=darwin-thread-multi-2level
    uname='darwin ventura 22.1.0 darwin kernel version 22.1.0: sun oct 9 20:14:54 pdt 2022; root:xnu-8792.41.9~2release_x86_64 x86_64 '
    config_args='-des -Dinstallstyle=lib/perl5 -Dinstallprefix=/usr/local/Cellar/perl/5.36.0 -Dprefix=/usr/local/opt/perl -Dprivlib=/usr/local/opt/perl/lib/perl5/5.36 -Dsitelib=/usr/local/opt/perl/lib/perl5/site_perl/5.36 -Dotherlibdirs=/usr/local/lib/perl5/site_perl/5.36 -Dperlpath=/usr/local/opt/perl/bin/perl -Dstartperl=#!/usr/local/opt/perl/bin/perl -Dman1dir=/usr/local/opt/perl/share/man/man1 -Dman3dir=/usr/local/opt/perl/share/man/man3 -Duseshrplib -Duselargefiles -Dusethreads'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV'
    optimize='-O3'
    cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=13.0 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='Apple LLVM 14.0.0 (clang-1400.0.29.202)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -mmacosx-version-min=13.0 -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/Cellar/openssl@1.1/1.1.1s/lib /usr/local/Cellar/berkeley-db/18.1.40_1/lib /usr/local/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib /Library/Developer/CommandLineTools/SDKs/MacOSX13.0.sdk/usr/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /usr/lib
    libs=-lgdbm -ldb
    perllibs=
    libc=
    so=dylib
    useshrplib=true
    libperl=libperl.dylib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=bundle
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags=' -mmacosx-version-min=13.0 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_SAFE_PUTENV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
    USE_THREAD_SAFE_LOCALE
  Built under darwin
  Compiled at Nov 15 2022 16:44:21
  %ENV:
    PERL="/usr/local/Cellar/perl/5.36.0/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="8752"
    PERL5_CPAN_IS_RUNNING="8752"
    PERLBREW_CPAN_MIRROR="https://cpan.metacpan.org"
    PERLBREW_HOME="/Users/b1-bloom/.perlbrew"
    PERLBREW_PATH="/opt/perl5/bin"
    PERLBREW_ROOT="/opt/perl5"
    PERLBREW_SHELLRC_VERSION="0.96"
    PERLBREW_VERSION="0.96"
    PERL_AUTOINSTALL="1"
    PERL_CPANM_OPT="-v --with-recommends --with-suggests --man-pages --auto-cleanup"
    PERL_EXTUTILS_AUTOINSTALL="1"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/local/opt/perl/lib/perl5/site_perl/5.36/darwin-thread-multi-2level
    /usr/local/opt/perl/lib/perl5/site_perl/5.36
    /usr/local/opt/perl/lib/perl5/5.36/darwin-thread-multi-2level
    /usr/local/opt/perl/lib/perl5/5.36
    /usr/local/lib/perl5/site_perl/5.36
    .