The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of PerfectCZlib, reference 0.0.4 (b63e46), with Swift 6.1 for Linux on 25 Apr 2025 23:41:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Reference: 0.0.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/PerfectlySoft/Perfect-CZlib-src
 * tag               0.0.4      -> FETCH_HEAD
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 0.0.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PerfectlySoft/Perfect-CZlib-src.git
https://github.com/PerfectlySoft/Perfect-CZlib-src.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PerfectCZlib",
  "name" : "PerfectCZlib",
  "path" : "/host/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 '/host/spi-builder-workspace/PerfectCZlib/test': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/PerfectCZlib/examples': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/PerfectCZlib/examples': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/PerfectCZlib/test': File not found.
Building for debugging...
/host/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 C23 [-Wdeprecated-non-prototype]
   11 | int ZEXPORT gzclose(file)
      |             ^
1 warning generated.
[0/15] Compiling PerfectCZlib gzclose.c
/host/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 C23 [-Wdeprecated-non-prototype]
   22 | int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
   68 | int ZEXPORT compress (dest, destLen, source, sourceLen)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
   81 | uLong ZEXPORT compressBound (sourceLen)
      |               ^
3 warnings generated.
[1/15] Compiling PerfectCZlib compress.c
/host/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 C23 [-Wdeprecated-non-prototype]
  202 | unsigned long ZEXPORT crc32_z(crc, buf, len)
      |                       ^
/host/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 C23 [-Wdeprecated-non-prototype]
  237 | unsigned long ZEXPORT crc32(crc, buf, len)
      |                       ^
/host/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 C23 [-Wdeprecated-non-prototype]
  266 | local unsigned long crc32_little(crc, buf, len)
      |                     ^
/host/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 C23 [-Wdeprecated-non-prototype]
  306 | local unsigned long crc32_big(crc, buf, len)
      |                     ^
/host/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 C23 [-Wdeprecated-non-prototype]
  344 | local unsigned long gf2_matrix_times(mat, vec)
      |                     ^
/host/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 C23 [-Wdeprecated-non-prototype]
  361 | local void gf2_matrix_square(square, mat)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  372 | local uLong crc32_combine_(crc1, crc2, len2)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  428 | uLong ZEXPORT crc32_combine(crc1, crc2, len2)
      |               ^
/host/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 C23 [-Wdeprecated-non-prototype]
  436 | uLong ZEXPORT crc32_combine64(crc1, crc2, len2)
      |               ^
9 warnings generated.
[2/15] Compiling PerfectCZlib crc32.c
/host/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 C23 [-Wdeprecated-non-prototype]
   27 | int ZEXPORT uncompress2 (dest, destLen, source, sourceLen)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
   86 | int ZEXPORT uncompress (dest, destLen, source, sourceLen)
      |             ^
2 warnings generated.
[3/15] Compiling PerfectCZlib uncompr.c
/host/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 C23 [-Wdeprecated-non-prototype]
  133 | const char * ZEXPORT zError(err)
      |                      ^
/host/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 C23 [-Wdeprecated-non-prototype]
  305 | voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
      |                      ^
/host/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 C23 [-Wdeprecated-non-prototype]
  315 | void ZLIB_INTERNAL zcfree (opaque, ptr)
      |                    ^
3 warnings generated.
[4/15] Compiling PerfectCZlib zutil.c
/host/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 C23 [-Wdeprecated-non-prototype]
  379 | void ZLIB_INTERNAL _tr_init(s)
      |                    ^
/host/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 C23 [-Wdeprecated-non-prototype]
  407 | local void init_block(s)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  451 | local void pqdownheap(s, tree, k)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  486 | local void gen_bitlen(s, desc)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  572 | local void gen_codes (tree, max_code, bl_count)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  615 | local void build_tree(s, desc)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  703 | local void scan_tree (s, tree, max_code)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  748 | local void send_tree (s, tree, max_code)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  799 | local int build_bl_tree(s)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
  834 | local void send_all_trees(s, lcodes, dcodes, blcodes)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  863 | void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last)
      |                    ^
/host/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 C23 [-Wdeprecated-non-prototype]
  886 | void ZLIB_INTERNAL _tr_flush_bits(s)
      |                    ^
/host/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 C23 [-Wdeprecated-non-prototype]
  896 | void ZLIB_INTERNAL _tr_align(s)
      |                    ^
/host/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 C23 [-Wdeprecated-non-prototype]
  911 | void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
      |                    ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1014 | int ZLIB_INTERNAL _tr_tally (s, dist, lc)
      |                   ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1064 | local void compress_block(s, ltree, dtree)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1124 | local int detect_data_type(s)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1158 | local unsigned bi_reverse(code, len)
      |                ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1173 | local void bi_flush(s)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1190 | local void bi_windup(s)
      |            ^
20 warnings generated.
[5/15] Compiling PerfectCZlib trees.c
/host/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 C23 [-Wdeprecated-non-prototype]
   32 | int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
      |                   ^
1 warning generated.
[6/15] Compiling PerfectCZlib inftrees.c
/host/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 C23 [-Wdeprecated-non-prototype]
  200 | local void slide_hash(s)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  227 | int ZEXPORT deflateInit_(strm, level, version, stream_size)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  239 | int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  352 | local int deflateStateCheck (strm)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
  375 | int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  444 | int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  466 | int ZEXPORT deflateResetKeep (strm)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  504 | int ZEXPORT deflateReset (strm)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  516 | int ZEXPORT deflateSetHeader (strm, head)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  527 | int ZEXPORT deflatePending (strm, pending, bits)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  541 | int ZEXPORT deflatePrime (strm, bits, value)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  567 | int ZEXPORT deflateParams(strm, level, strategy)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  615 | int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  650 | uLong ZEXPORT deflateBound(strm, sourceLen)
      |               ^
/host/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 C23 [-Wdeprecated-non-prototype]
  714 | local void putShortMSB (s, b)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  728 | local void flush_pending(strm)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  761 | int ZEXPORT deflate (strm, flush)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1075 | int ZEXPORT deflateEnd (strm)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1101 | int ZEXPORT deflateCopy (dest, source)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1163 | local unsigned read_buf(strm, buf, size)
      |                ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1193 | local void lm_init (s)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1235 | local uInt longest_match(s, cur_match)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1481 | local void fill_window(s)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1642 | local block_state deflate_stored(s, flush)
      |                   ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1817 | local block_state deflate_fast(s, flush)
      |                   ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1919 | local block_state deflate_slow(s, flush)
      |                   ^
/host/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 C23 [-Wdeprecated-non-prototype]
 2050 | local block_state deflate_rle(s, flush)
      |                   ^
/host/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 C23 [-Wdeprecated-non-prototype]
 2123 | local block_state deflate_huff(s, flush)
      |                   ^
28 warnings generated.
/host/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 C23 [-Wdeprecated-non-prototype]
   28 | int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
   82 | local void fixedtables(state)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  250 | int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  631 | int ZEXPORT inflateBackEnd(strm)
      |             ^
4 warnings generated.
[7/15] Compiling PerfectCZlib deflate.c
[7/15] Compiling PerfectCZlib infback.c
/host/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 C23 [-Wdeprecated-non-prototype]
   48 | void ZLIB_INTERNAL inflate_fast(strm, start)
      |                    ^
1 warning generated.
[9/15] Compiling PerfectCZlib inffast.c
/host/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 C23 [-Wdeprecated-non-prototype]
   17 | local int gz_init(state)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
   73 | local int gz_comp(state, flush)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
  144 | local int gz_zero(state, len)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
  177 | local z_size_t gz_write(state, buf, len)
      |                ^
/host/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 C23 [-Wdeprecated-non-prototype]
  245 | int ZEXPORT gzwrite(file, buf, len)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  273 | z_size_t ZEXPORT gzfwrite(buf, size, nitems, file)
      |                  ^
/host/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 C23 [-Wdeprecated-non-prototype]
  303 | int ZEXPORT gzputc(file, c)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  351 | int ZEXPORT gzputs(file, str)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  552 | int ZEXPORT gzflush(file, flush)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  584 | int ZEXPORT gzsetparams(file, level, strategy)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  626 | int ZEXPORT gzclose_w(file)
      |             ^
11 warnings generated.
[10/15] Compiling PerfectCZlib gzwrite.c
/host/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 C23 [-Wdeprecated-non-prototype]
  105 | local int inflateStateCheck(strm)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
  119 | int ZEXPORT inflateResetKeep(strm)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  144 | int ZEXPORT inflateReset(strm)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  157 | int ZEXPORT inflateReset2(strm, windowBits)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  195 | int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  239 | int ZEXPORT inflateInit_(strm, version, stream_size)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  247 | int ZEXPORT inflatePrime(strm, bits, value)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  278 | local void fixedtables(state)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
  396 | local int updatewindow(strm, end, copy)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
  622 | int ZEXPORT inflate(strm, flush)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1277 | int ZEXPORT inflateEnd(strm)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1291 | int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1314 | int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1349 | int ZEXPORT inflateGetHeader(strm, head)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1377 | local unsigned syncsearch(have, buf, len)
      |                ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1400 | int ZEXPORT inflateSync(strm)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1451 | int ZEXPORT inflateSyncPoint(strm)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1461 | int ZEXPORT inflateCopy(dest, source)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1508 | int ZEXPORT inflateUndermine(strm, subvert)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1526 | int ZEXPORT inflateValidate(strm, check)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1541 | long ZEXPORT inflateMark(strm)
      |              ^
/host/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 C23 [-Wdeprecated-non-prototype]
 1554 | unsigned long ZEXPORT inflateCodesUsed(strm)
      |                       ^
22 warnings generated.
[11/15] Compiling PerfectCZlib inflate.c
/host/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 C23 [-Wdeprecated-non-prototype]
   63 | uLong ZEXPORT adler32_z(adler, buf, len)
      |               ^
/host/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 C23 [-Wdeprecated-non-prototype]
  134 | uLong ZEXPORT adler32(adler, buf, len)
      |               ^
/host/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 C23 [-Wdeprecated-non-prototype]
  143 | local uLong adler32_combine_(adler1, adler2, len2)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  172 | uLong ZEXPORT adler32_combine(adler1, adler2, len2)
      |               ^
/host/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 C23 [-Wdeprecated-non-prototype]
  180 | uLong ZEXPORT adler32_combine64(adler1, adler2, len2)
      |               ^
5 warnings generated.
[12/15] Compiling PerfectCZlib adler32.c
/host/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 C23 [-Wdeprecated-non-prototype]
   21 | local int gz_load(state, buf, len, have)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
   56 | local int gz_avail(state)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
   91 | local int gz_look(state)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
  175 | local int gz_decomp(state)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
  229 | local int gz_fetch(state)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
  259 | local int gz_skip(state, len)
      |           ^
/host/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 C23 [-Wdeprecated-non-prototype]
  294 | local z_size_t gz_read(state, buf, len)
      |                ^
/host/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 C23 [-Wdeprecated-non-prototype]
  375 | int ZEXPORT gzread(file, buf, len)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  411 | z_size_t ZEXPORT gzfread(buf, size, nitems, file)
      |                  ^
/host/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 C23 [-Wdeprecated-non-prototype]
  447 | int ZEXPORT gzgetc(file)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  476 | int ZEXPORT gzgetc_(file)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  483 | int ZEXPORT gzungetc(c, file)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  543 | char * ZEXPORT gzgets(file, buf, len)
      |                ^
/host/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 C23 [-Wdeprecated-non-prototype]
  607 | int ZEXPORT gzdirect(file)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  627 | int ZEXPORT gzclose_r(file)
      |             ^
15 warnings generated.
[13/15] Compiling PerfectCZlib gzread.c
/host/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 C23 [-Wdeprecated-non-prototype]
   75 | local void gz_reset(state)
      |            ^
/host/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 C23 [-Wdeprecated-non-prototype]
   91 | local gzFile gz_open(path, fd, mode)
      |              ^
/host/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 C23 [-Wdeprecated-non-prototype]
  270 | gzFile ZEXPORT gzopen(path, mode)
      |                ^
/host/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 C23 [-Wdeprecated-non-prototype]
  278 | gzFile ZEXPORT gzopen64(path, mode)
      |                ^
/host/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 C23 [-Wdeprecated-non-prototype]
  286 | gzFile ZEXPORT gzdopen(fd, mode)
      |                ^
/host/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 C23 [-Wdeprecated-non-prototype]
  316 | int ZEXPORT gzbuffer(file, size)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  343 | int ZEXPORT gzrewind(file)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  366 | z_off64_t ZEXPORT gzseek64(file, offset, whence)
      |                   ^
/host/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 C23 [-Wdeprecated-non-prototype]
  443 | z_off_t ZEXPORT gzseek(file, offset, whence)
      |                 ^
/host/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 C23 [-Wdeprecated-non-prototype]
  455 | z_off64_t ZEXPORT gztell64(file)
      |                   ^
/host/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 C23 [-Wdeprecated-non-prototype]
  472 | z_off_t ZEXPORT gztell(file)
      |                 ^
/host/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 C23 [-Wdeprecated-non-prototype]
  482 | z_off64_t ZEXPORT gzoffset64(file)
      |                   ^
/host/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 C23 [-Wdeprecated-non-prototype]
  505 | z_off_t ZEXPORT gzoffset(file)
      |                 ^
/host/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 C23 [-Wdeprecated-non-prototype]
  515 | int ZEXPORT gzeof(file)
      |             ^
/host/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 C23 [-Wdeprecated-non-prototype]
  532 | const char * ZEXPORT gzerror(file, errnum)
      |                      ^
/host/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 C23 [-Wdeprecated-non-prototype]
  553 | void ZEXPORT gzclearerr(file)
      |              ^
/host/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 C23 [-Wdeprecated-non-prototype]
  579 | void ZLIB_INTERNAL gz_error(state, err, msg)
      |                    ^
17 warnings generated.
[14/15] Compiling PerfectCZlib gzlib.c
Build complete! (1.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PerfectCZlib",
  "name" : "PerfectCZlib",
  "path" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/PerfectCZlib/test': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/PerfectCZlib/examples': File not found.
Done.