The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftZip, reference master (7dda17), with Swift 6.3 for Android on 11 Apr 2026 22:55:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/qoncept/swift-zip.git
Reference: master
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/qoncept/swift-zip
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7dda177 Add LICENSE
Cloned https://github.com/qoncept/swift-zip.git
Revision (git rev-parse @):
7dda17748519d8abda92766fde9edc2677e36c1c
SUCCESS checkout https://github.com/qoncept/swift-zip.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/qoncept/swift-zip.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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.
[0/22] Compiling compress.c
/host/spi-builder-workspace/Sources/Cminizip/zlib/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.
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_mem.c:35:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   35 | voidpf ZCALLBACK fopen_mem_func (opaque, filename, mode)
      |                  ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_mem.c:62:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   62 | voidpf ZCALLBACK fopendisk_mem_func (opaque, stream, number_disk, mode)
      |                  ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_mem.c:72:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   72 | uLong ZCALLBACK fread_mem_func (opaque, stream, buf, size)
      |                 ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_mem.c:90:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   90 | uLong ZCALLBACK fwrite_mem_func (opaque, stream, buf, size)
      |                 ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_mem.c:126:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  126 | long ZCALLBACK ftell_mem_func (opaque, stream)
      |                ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_mem.c:134:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  134 | long ZCALLBACK fseek_mem_func (opaque, stream, offset, origin)
      |                ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_mem.c:163:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  163 | int ZCALLBACK fclose_mem_func (opaque, stream)
      |               ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_mem.c:171:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  171 | int ZCALLBACK ferror_mem_func (opaque, stream)
      |               ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_mem.c:179:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  179 | void fill_memory_filefunc (pzlib_filefunc_def, ourmem)
      |      ^
9 warnings generated.
[1/22] Compiling ioapi_mem.c
[2/22] Compiling gzclose.c
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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.
[3/22] Compiling adler32.c
[4/22] Write sources
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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.
[5/22] Compiling gzread.c
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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.
[6/22] Compiling gzlib.c
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:84:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   84 | voidpf fopen_buf_internal_func (opaque, stream, number_disk, mode)
      |        ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:102:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  102 | voidpf ZCALLBACK fopen_buf_func (opaque, filename, mode)
      |                  ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:112:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  112 | voidpf ZCALLBACK fopen64_buf_func (opaque, filename, mode)
      |                  ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:122:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  122 | voidpf ZCALLBACK fopendisk_buf_func (opaque, stream_cd, number_disk, mode)
      |                  ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:134:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  134 | voidpf ZCALLBACK fopendisk64_buf_func (opaque, stream_cd, number_disk, mode)
      |                  ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:147:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  147 | long fflush_buf (opaque, stream)
      |      ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:181:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  181 | uLong ZCALLBACK fread_buf_func (opaque, stream, buf, size)
      |                 ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:247:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  247 | uLong ZCALLBACK fwrite_buf_func (opaque, stream, buf, size)
      |                 ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:308:10: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  308 | ZPOS64_T ftell_buf_internal_func (opaque, stream, position)
      |          ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:323:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  323 | long ZCALLBACK ftell_buf_func (opaque, stream)
      |                ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:333:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  333 | ZPOS64_T ZCALLBACK ftell64_buf_func (opaque, stream)
      |                    ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:343:5: 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 fseek_buf_internal_func (opaque, stream, offset, origin)
      |     ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:419:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  419 | long ZCALLBACK fseek_buf_func (opaque, stream, offset, origin)
      |                ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:436:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  436 | long ZCALLBACK fseek64_buf_func (opaque, stream, offset, origin)
      |                ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:453:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  453 | int ZCALLBACK fclose_buf_func (opaque, stream)
      |               ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:474:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  474 | int ZCALLBACK ferror_buf_func (opaque, stream)
      |               ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:486:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  486 | void fill_buffer_filefunc (pzlib_filefunc_def, ourbuf)
      |      ^
/host/spi-builder-workspace/Sources/Cminizip/minizip/ioapi_buf.c:501:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  501 | void fill_buffer_filefunc64 (pzlib_filefunc_def, ourbuf)
      |      ^
18 warnings generated.
[7/22] Compiling ioapi_buf.c
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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.
[8/22] Compiling uncompr.c
[9/22] Compiling zip.c
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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.
[10/22] Compiling zutil.c
[11/22] Write swift-version--4F562202D5529B1.txt
/host/spi-builder-workspace/Sources/Cminizip/zlib/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.
/host/spi-builder-workspace/Sources/Cminizip/zlib/inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   50 | void ZLIB_INTERNAL inflate_fast(strm, start)
      |                    ^
1 warning generated.
[12/22] Compiling inffast.c
[13/22] Compiling inftrees.c
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/gzwrite.c:145:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  145 | local int gz_zero(state, len)
      |           ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/gzwrite.c:178:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  178 | local z_size_t gz_write(state, buf, len)
      |                ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/gzwrite.c:246:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  246 | int ZEXPORT gzwrite(file, buf, len)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/gzwrite.c:274:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  274 | z_size_t ZEXPORT gzfwrite(buf, size, nitems, file)
      |                  ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/gzwrite.c:304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  304 | int ZEXPORT gzputc(file, c)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/gzwrite.c:352:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  352 | int ZEXPORT gzputs(file, str)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/gzwrite.c:553:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  553 | int ZEXPORT gzflush(file, flush)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/gzwrite.c:585:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  585 | int ZEXPORT gzsetparams(file, level, strategy)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/gzwrite.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_w(file)
      |             ^
11 warnings generated.
[14/22] Compiling gzwrite.c
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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.
[15/22] Compiling trees.c
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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.
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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.
[16/22] Compiling inflate.c
[16/22] Compiling infback.c
/host/spi-builder-workspace/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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/Sources/Cminizip/zlib/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.
[18/22] Compiling crc32.c
[19/22] Compiling ioapi.c
[20/22] Compiling unzip.c
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:201:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  201 | local void slide_hash(s)
      |            ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:228:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  228 | int ZEXPORT deflateInit_(strm, level, version, stream_size)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:240:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  240 | int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:353:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  353 | local int deflateStateCheck (strm)
      |           ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  376 | int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:445:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  445 | int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:467:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  467 | int ZEXPORT deflateResetKeep (strm)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:505:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  505 | int ZEXPORT deflateReset (strm)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  517 | int ZEXPORT deflateSetHeader (strm, head)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:528:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  528 | int ZEXPORT deflatePending (strm, pending, bits)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  542 | int ZEXPORT deflatePrime (strm, bits, value)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:568:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  568 | int ZEXPORT deflateParams(strm, level, strategy)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:617:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  617 | int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:652:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  652 | uLong ZEXPORT deflateBound(strm, sourceLen)
      |               ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:716:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  716 | local void putShortMSB (s, b)
      |            ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:730:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  730 | local void flush_pending(strm)
      |            ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:763:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  763 | int ZEXPORT deflate (strm, flush)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:1076:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1076 | int ZEXPORT deflateEnd (strm)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:1102:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1102 | int ZEXPORT deflateCopy (dest, source)
      |             ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:1164:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1164 | local unsigned read_buf(strm, buf, size)
      |                ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:1194:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1194 | local void lm_init (s)
      |            ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:1236:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1236 | local uInt longest_match(s, cur_match)
      |            ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:1482:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1482 | local void fill_window(s)
      |            ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:1643:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1643 | local block_state deflate_stored(s, flush)
      |                   ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:1824:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1824 | local block_state deflate_fast(s, flush)
      |                   ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:1926:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1926 | local block_state deflate_slow(s, flush)
      |                   ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:2057:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2057 | local block_state deflate_rle(s, flush)
      |                   ^
/host/spi-builder-workspace/Sources/Cminizip/zlib/deflate.c:2130:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2130 | local block_state deflate_huff(s, flush)
      |                   ^
28 warnings generated.
[21/22] Compiling deflate.c
[23/24] Emitting module SwiftZip
[24/24] Compiling SwiftZip SwiftZip.swift
/host/spi-builder-workspace/Sources/SwiftZip/SwiftZip.swift:38:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead [#DeprecatedDeclaration]
 36 |         var out = Data()
 37 |         var buffer = UnsafeMutablePointer<UInt8>.allocate(capacity: bufferSize)
 38 |         defer { buffer.deallocate(capacity: bufferSize) }
    |                        `- warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead [#DeprecatedDeclaration]
 39 |         while true {
 40 |             let len = unzReadCurrentFile(file, buffer, UInt32(bufferSize))
/host/spi-builder-workspace/Sources/SwiftZip/SwiftZip.swift:37:13: warning: variable 'buffer' was never mutated; consider changing to 'let' constant
 35 |         unzOpenCurrentFile(file)
 36 |         var out = Data()
 37 |         var buffer = UnsafeMutablePointer<UInt8>.allocate(capacity: bufferSize)
    |             `- warning: variable 'buffer' was never mutated; consider changing to 'let' constant
 38 |         defer { buffer.deallocate(capacity: bufferSize) }
 39 |         while true {
/host/spi-builder-workspace/Sources/SwiftZip/SwiftZip.swift:77:25: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead [#DeprecatedDeclaration]
 75 |     var filefunc32 = zlib_filefunc_def();
 76 |     var zipmem = ourmemory_t();
 77 |     defer { zipmem.base.deallocate(capacity: Int(zipmem.size)) }
    |                         `- warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead [#DeprecatedDeclaration]
 78 |
 79 |     zipmem.grow = 1;
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (12.60s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftZip",
  "name" : "SwiftZip",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftZip",
      "targets" : [
        "SwiftZip"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftZipTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftZipTests",
      "path" : "Tests/SwiftZipTests",
      "sources" : [
        "SwiftZipTests.swift"
      ],
      "target_dependencies" : [
        "SwiftZip"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftZip",
      "module_type" : "SwiftTarget",
      "name" : "SwiftZip",
      "path" : "Sources/SwiftZip",
      "product_memberships" : [
        "SwiftZip"
      ],
      "sources" : [
        "SwiftZip.swift"
      ],
      "target_dependencies" : [
        "Cminizip"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cminizip",
      "module_type" : "ClangTarget",
      "name" : "Cminizip",
      "path" : "Sources/Cminizip",
      "product_memberships" : [
        "SwiftZip"
      ],
      "sources" : [
        "minizip/ioapi.c",
        "minizip/ioapi_buf.c",
        "minizip/ioapi_mem.c",
        "minizip/unzip.c",
        "minizip/zip.c",
        "zlib/adler32.c",
        "zlib/compress.c",
        "zlib/crc32.c",
        "zlib/deflate.c",
        "zlib/gzclose.c",
        "zlib/gzlib.c",
        "zlib/gzread.c",
        "zlib/gzwrite.c",
        "zlib/infback.c",
        "zlib/inffast.c",
        "zlib/inflate.c",
        "zlib/inftrees.c",
        "zlib/trees.c",
        "zlib/uncompr.c",
        "zlib/zutil.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.