The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftZip with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/qoncept/swift-zip.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/22] Write sources
[1/22] Compiling zutil.c
[2/22] Compiling inftrees.c
[3/22] Compiling uncompr.c
[4/22] Compiling zip.c
[5/22] Write swift-version-24593BA9C3E375BF.txt
[6/22] Compiling trees.c
[7/22] Compiling unzip.c
[8/22] Compiling inffast.c
[9/22] Compiling inflate.c
[10/22] Compiling gzclose.c
[11/22] Compiling gzwrite.c
[12/22] Compiling infback.c
[13/22] Compiling compress.c
[14/22] Compiling adler32.c
[14/22] Compiling gzlib.c
[16/22] Compiling gzread.c
[17/22] Compiling crc32.c
[18/22] Compiling ioapi_mem.c
[19/22] Compiling deflate.c
[20/22] Compiling ioapi_buf.c
[21/22] Compiling ioapi.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
        defer { buffer.deallocate(capacity: bufferSize) }
                       ^
/host/spi-builder-workspace/Sources/SwiftZip/SwiftZip.swift:37:13: warning: variable 'buffer' was never mutated; consider changing to 'let' constant
        var buffer = UnsafeMutablePointer<UInt8>.allocate(capacity: bufferSize)
        ~~~ ^
        let
/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
    defer { zipmem.base.deallocate(capacity: Int(zipmem.size)) }
                        ^
Build complete! (9.59s)
Build complete.
Done.

Build Machine: Linux 2