The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftZip with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/qoncept/swift-zip.git
Reference: 0.1.0
Cloned https://github.com/qoncept/swift-zip.git into spi-builder-workspace
SUCCESS checkout https://github.com/qoncept/swift-zip.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[0/20] Compiling compress.c
[1/20] Compiling uncompr.c
[2/20] Compiling zutil.c
[3/20] Compiling inftrees.c
[4/20] Compiling adler32.c
[5/20] Compiling trees.c
[6/20] Compiling inffast.c
[7/20] Compiling zip.c
[8/20] Compiling gzwrite.c
[9/20] Compiling infback.c
[10/20] Compiling inflate.c
[11/20] Compiling gzclose.c
[11/20] Compiling gzlib.c
[13/20] Compiling gzread.c
[14/20] Compiling crc32.c
[15/20] Compiling ioapi_mem.c
[16/20] Compiling deflate.c
[17/20] Compiling ioapi.c
[18/20] Compiling ioapi_buf.c
[19/20] Compiling unzip.c
[21/22] Emitting module SwiftZip
[22/22] 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! (8.06s)
Build complete.
Done.

Build Machine: Linux 2