Build Information
Successful build of PerfectCZlib, reference master (b63e46
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 05:06:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PerfectlySoft/Perfect-CZlib-src
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b63e469 Removed test and examples dir
Cloned https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Revision (git rev-parse @):
b63e46909aad937c6434766f8f8c6720d8f3bd05
SUCCESS checkout https://github.com/PerfectlySoft/Perfect-CZlib-src.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "perfect-czlib-src",
"name": "PerfectCZlib",
"url": "https://github.com/PerfectlySoft/Perfect-CZlib-src.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Perfect-CZlib-src",
"dependencies": [
]
}
]
}
Fetching https://github.com/PerfectlySoft/Perfect-CZlib-src.git
[1/337] Fetching perfect-czlib-src
Fetched https://github.com/PerfectlySoft/Perfect-CZlib-src.git from cache (1.00s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Working copy of https://github.com/PerfectlySoft/Perfect-CZlib-src.git resolved at master (b63e469)
warning: '.resolve-product-dependencies': dependency 'perfect-czlib-src' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
27 | int ZEXPORT uncompress2 (dest, destLen, source, sourceLen)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
86 | int ZEXPORT uncompress (dest, destLen, source, sourceLen)
| ^
2 warnings generated.
[0/15] Compiling PerfectCZlib uncompr.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
379 | void ZLIB_INTERNAL _tr_init(s)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
407 | local void init_block(s)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
451 | local void pqdownheap(s, tree, k)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
486 | local void gen_bitlen(s, desc)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
572 | local void gen_codes (tree, max_code, bl_count)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
615 | local void build_tree(s, desc)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
703 | local void scan_tree (s, tree, max_code)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
748 | local void send_tree (s, tree, max_code)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
799 | local int build_bl_tree(s)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
834 | local void send_all_trees(s, lcodes, dcodes, blcodes)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
863 | void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:886:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
886 | void ZLIB_INTERNAL _tr_flush_bits(s)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:896:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
896 | void ZLIB_INTERNAL _tr_align(s)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:911:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
911 | void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:1014:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1014 | int ZLIB_INTERNAL _tr_tally (s, dist, lc)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:1064:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1064 | local void compress_block(s, ltree, dtree)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:1124:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1124 | local int detect_data_type(s)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:1158:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1158 | local unsigned bi_reverse(code, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:1173:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1173 | local void bi_flush(s)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/trees.c:1190:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1190 | local void bi_windup(s)
| ^
20 warnings generated.
[1/15] Compiling PerfectCZlib trees.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
32 | int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
| ^
1 warning generated.
[2/15] Compiling PerfectCZlib inftrees.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inffast.c:48:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
48 | void ZLIB_INTERNAL inflate_fast(strm, start)
| ^
1 warning generated.
[3/15] Compiling PerfectCZlib inffast.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:200:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
200 | local void slide_hash(s)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:227:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
227 | int ZEXPORT deflateInit_(strm, level, version, stream_size)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:239:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
239 | int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:352:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
352 | local int deflateStateCheck (strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:375:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
375 | int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:444:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
444 | int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:466:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
466 | int ZEXPORT deflateResetKeep (strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:504:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
504 | int ZEXPORT deflateReset (strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:516:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
516 | int ZEXPORT deflateSetHeader (strm, head)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:527:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
527 | int ZEXPORT deflatePending (strm, pending, bits)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:541:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
541 | int ZEXPORT deflatePrime (strm, bits, value)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:567:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
567 | int ZEXPORT deflateParams(strm, level, strategy)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:615:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
615 | int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:650:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
650 | uLong ZEXPORT deflateBound(strm, sourceLen)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:714:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
714 | local void putShortMSB (s, b)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:728:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
728 | local void flush_pending(strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:761:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
761 | int ZEXPORT deflate (strm, flush)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:1075:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1075 | int ZEXPORT deflateEnd (strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:1101:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1101 | int ZEXPORT deflateCopy (dest, source)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:1163:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1163 | local unsigned read_buf(strm, buf, size)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:1193:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1193 | local void lm_init (s)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:1235:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1235 | local uInt longest_match(s, cur_match)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:1481:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1481 | local void fill_window(s)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:1642:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1642 | local block_state deflate_stored(s, flush)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:1817:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1817 | local block_state deflate_fast(s, flush)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:1919:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1919 | local block_state deflate_slow(s, flush)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:2050:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
2050 | local block_state deflate_rle(s, flush)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/deflate.c:2123:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
2123 | local block_state deflate_huff(s, flush)
| ^
28 warnings generated.
[4/15] Compiling PerfectCZlib deflate.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
105 | local int inflateStateCheck(strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
119 | int ZEXPORT inflateResetKeep(strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:144:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
144 | int ZEXPORT inflateReset(strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:157:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
157 | int ZEXPORT inflateReset2(strm, windowBits)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:195:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
195 | int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:239:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
239 | int ZEXPORT inflateInit_(strm, version, stream_size)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:247:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
247 | int ZEXPORT inflatePrime(strm, bits, value)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
278 | local void fixedtables(state)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:396:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
396 | local int updatewindow(strm, end, copy)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:622:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
622 | int ZEXPORT inflate(strm, flush)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1277:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1277 | int ZEXPORT inflateEnd(strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1291:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1291 | int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1314:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1314 | int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1349:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1349 | int ZEXPORT inflateGetHeader(strm, head)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1377:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1377 | local unsigned syncsearch(have, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1400:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1400 | int ZEXPORT inflateSync(strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1451:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1451 | int ZEXPORT inflateSyncPoint(strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1461:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1461 | int ZEXPORT inflateCopy(dest, source)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1508:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1508 | int ZEXPORT inflateUndermine(strm, subvert)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1526:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1526 | int ZEXPORT inflateValidate(strm, check)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1541:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1541 | long ZEXPORT inflateMark(strm)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/inflate.c:1554:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1554 | unsigned long ZEXPORT inflateCodesUsed(strm)
| ^
22 warnings generated.
[5/15] Compiling PerfectCZlib inflate.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
22 | int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
68 | int ZEXPORT compress (dest, destLen, source, sourceLen)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
81 | uLong ZEXPORT compressBound (sourceLen)
| ^
3 warnings generated.
[6/15] Compiling PerfectCZlib compress.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
63 | uLong ZEXPORT adler32_z(adler, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
134 | uLong ZEXPORT adler32(adler, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
143 | local uLong adler32_combine_(adler1, adler2, len2)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
172 | uLong ZEXPORT adler32_combine(adler1, adler2, len2)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
180 | uLong ZEXPORT adler32_combine64(adler1, adler2, len2)
| ^
5 warnings generated.
[7/15] Compiling PerfectCZlib adler32.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/crc32.c:202:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
202 | unsigned long ZEXPORT crc32_z(crc, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/crc32.c:237:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
237 | unsigned long ZEXPORT crc32(crc, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/crc32.c:266:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
266 | local unsigned long crc32_little(crc, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/crc32.c:306:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
306 | local unsigned long crc32_big(crc, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/crc32.c:344:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
344 | local unsigned long gf2_matrix_times(mat, vec)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/crc32.c:361:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
361 | local void gf2_matrix_square(square, mat)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/crc32.c:372:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
372 | local uLong crc32_combine_(crc1, crc2, len2)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/crc32.c:428:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
428 | uLong ZEXPORT crc32_combine(crc1, crc2, len2)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/crc32.c:436:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
436 | uLong ZEXPORT crc32_combine64(crc1, crc2, len2)
| ^
9 warnings generated.
[8/15] Compiling PerfectCZlib crc32.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
28 | int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/infback.c:82:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
82 | local void fixedtables(state)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/infback.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
250 | int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/infback.c:631:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
631 | int ZEXPORT inflateBackEnd(strm)
| ^
4 warnings generated.
[9/15] Compiling PerfectCZlib infback.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/zutil.c:133:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
133 | const char * ZEXPORT zError(err)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/zutil.c:305:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
305 | voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/zutil.c:315:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
315 | void ZLIB_INTERNAL zcfree (opaque, ptr)
| ^
3 warnings generated.
[10/15] Compiling PerfectCZlib zutil.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
17 | local int gz_init(state)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
73 | local int gz_comp(state, flush)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:144:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
144 | local int gz_zero(state, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:177:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
177 | local z_size_t gz_write(state, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:245:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
245 | int ZEXPORT gzwrite(file, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:273:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
273 | z_size_t ZEXPORT gzfwrite(buf, size, nitems, file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:303:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
303 | int ZEXPORT gzputc(file, c)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:351:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
351 | int ZEXPORT gzputs(file, str)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:552:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
552 | int ZEXPORT gzflush(file, flush)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:584:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
584 | int ZEXPORT gzsetparams(file, level, strategy)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzwrite.c:626:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
626 | int ZEXPORT gzclose_w(file)
| ^
11 warnings generated.
[11/15] Compiling PerfectCZlib gzwrite.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:21:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
21 | local int gz_load(state, buf, len, have)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:56:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
56 | local int gz_avail(state)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:91:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
91 | local int gz_look(state)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:175:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
175 | local int gz_decomp(state)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:229:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
229 | local int gz_fetch(state)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:259:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
259 | local int gz_skip(state, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:294:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
294 | local z_size_t gz_read(state, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:375:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
375 | int ZEXPORT gzread(file, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:411:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
411 | z_size_t ZEXPORT gzfread(buf, size, nitems, file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:447:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
447 | int ZEXPORT gzgetc(file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:476:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
476 | int ZEXPORT gzgetc_(file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:483:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
483 | int ZEXPORT gzungetc(c, file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:543:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
543 | char * ZEXPORT gzgets(file, buf, len)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:607:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
607 | int ZEXPORT gzdirect(file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzread.c:627:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
627 | int ZEXPORT gzclose_r(file)
| ^
15 warnings generated.
[12/15] Compiling PerfectCZlib gzread.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
75 | local void gz_reset(state)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:91:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
91 | local gzFile gz_open(path, fd, mode)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:270:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
270 | gzFile ZEXPORT gzopen(path, mode)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:278:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
278 | gzFile ZEXPORT gzopen64(path, mode)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:286:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
286 | gzFile ZEXPORT gzdopen(fd, mode)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:316:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
316 | int ZEXPORT gzbuffer(file, size)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:343:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
343 | int ZEXPORT gzrewind(file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:366:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
366 | z_off64_t ZEXPORT gzseek64(file, offset, whence)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:443:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
443 | z_off_t ZEXPORT gzseek(file, offset, whence)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:455:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
455 | z_off64_t ZEXPORT gztell64(file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:472:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
472 | z_off_t ZEXPORT gztell(file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:482:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
482 | z_off64_t ZEXPORT gzoffset64(file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:505:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
505 | z_off_t ZEXPORT gzoffset(file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:515:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
515 | int ZEXPORT gzeof(file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:532:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
532 | const char * ZEXPORT gzerror(file, errnum)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:553:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
553 | void ZEXPORT gzclearerr(file)
| ^
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzlib.c:579:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
579 | void ZLIB_INTERNAL gz_error(state, err, msg)
| ^
17 warnings generated.
[13/15] Compiling PerfectCZlib gzlib.c
/Users/admin/builder/spi-builder-workspace/PerfectCZlib/gzclose.c:11:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
11 | int ZEXPORT gzclose(file)
| ^
1 warning generated.
[14/15] Compiling PerfectCZlib gzclose.c
Build complete! (1.42s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/PerfectCZlib/test': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/PerfectCZlib/examples': File not found.
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PerfectCZlib",
"name" : "PerfectCZlib",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PerfectCZlib",
"targets" : [
"PerfectCZlib"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PerfectCZlib",
"module_type" : "ClangTarget",
"name" : "PerfectCZlib",
"path" : "PerfectCZlib",
"product_memberships" : [
"PerfectCZlib"
],
"sources" : [
"adler32.c",
"compress.c",
"crc32.c",
"deflate.c",
"gzclose.c",
"gzlib.c",
"gzread.c",
"gzwrite.c",
"infback.c",
"inffast.c",
"inflate.c",
"inftrees.c",
"trees.c",
"uncompr.c",
"zutil.c"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/PerfectCZlib/test': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/PerfectCZlib/examples': File not found.
Done.