The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Unarchiver, reference 0.0.5 (7a925b), with Swift 6.3 for Linux on 21 Apr 2026 07:48:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Octadero/Unarchiver.git
Reference: 0.0.5
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/Octadero/Unarchiver
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at 7a925bc Updated License, move on Apache.
Cloned https://github.com/Octadero/Unarchiver.git
Revision (git rev-parse @):
7a925bc0854c5544ad8cb59f24c301682e0f2f7a
SUCCESS checkout https://github.com/Octadero/Unarchiver.git at 0.0.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Octadero/Unarchiver.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/Octadero/CZlib.git
[1/15] Fetching czlib
Fetched https://github.com/Octadero/CZlib.git from cache (0.38s)
Computing version for https://github.com/Octadero/CZlib.git
Computed https://github.com/Octadero/CZlib.git at 0.0.5 (1.33s)
Creating working copy for https://github.com/Octadero/CZlib.git
Working copy of https://github.com/Octadero/CZlib.git resolved at 0.0.5
warning: 'czlib': ignoring declared target(s) 'CZlib' in the system package
warning: 'spi-builder-workspace': dependency 'czlib' is not used by any target
warning: you may be able to install libz using your system-packager:
    apt-get install libz-dev
warning: you may be able to install libz using your system-packager:
    apt-get install libz-dev
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/5] Compiling Unarchiver Unarchiver.swift
[4/5] Emitting module Unarchiver
/host/spi-builder-workspace/Sources/Unarchiver/Data.swift:123:5: warning: 'public' modifier is redundant for property declared in a public extension
121 |
122 |     /// Whether the data is compressed in gzip format.
123 |     public var isGzipped: Bool {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
124 |         /// check magic number, see documentation.
125 |         return self.starts(with: [0x1f, 0x8b])
/host/spi-builder-workspace/Sources/Unarchiver/Data.swift:133:5: warning: 'public' modifier is redundant for instance method declared in a public extension
131 |     /// - throws: `ZLibError`
132 |     /// - Returns: Gzip-compressed `Data` object.
133 |     public func gzipped(level: CompressionLevel = .defaultCompression) throws -> Data {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
134 |
135 |         guard !self.isEmpty else {
/host/spi-builder-workspace/Sources/Unarchiver/Data.swift:177:5: warning: 'public' modifier is redundant for instance method declared in a public extension
175 |     /// - throws: `ZLibError`
176 |     /// - Returns: Gzip-decompressed `Data` object.
177 |     public func gunzipped() throws -> Data {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
178 |         guard self.isGzipped else {
179 |             return self
[5/5] Compiling Unarchiver Data.swift
/host/spi-builder-workspace/Sources/Unarchiver/Data.swift:123:5: warning: 'public' modifier is redundant for property declared in a public extension
121 |
122 |     /// Whether the data is compressed in gzip format.
123 |     public var isGzipped: Bool {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
124 |         /// check magic number, see documentation.
125 |         return self.starts(with: [0x1f, 0x8b])
/host/spi-builder-workspace/Sources/Unarchiver/Data.swift:133:5: warning: 'public' modifier is redundant for instance method declared in a public extension
131 |     /// - throws: `ZLibError`
132 |     /// - Returns: Gzip-compressed `Data` object.
133 |     public func gzipped(level: CompressionLevel = .defaultCompression) throws -> Data {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
134 |
135 |         guard !self.isEmpty else {
/host/spi-builder-workspace/Sources/Unarchiver/Data.swift:177:5: warning: 'public' modifier is redundant for instance method declared in a public extension
175 |     /// - throws: `ZLibError`
176 |     /// - Returns: Gzip-decompressed `Data` object.
177 |     public func gunzipped() throws -> Data {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
178 |         guard self.isGzipped else {
179 |             return self
Build complete! (19.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "czlib",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Octadero/CZlib.git"
    }
  ],
  "manifest_display_name" : "Unarchiver",
  "name" : "Unarchiver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Unarchiver",
      "targets" : [
        "Unarchiver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnarchiverTests",
      "module_type" : "SwiftTarget",
      "name" : "UnarchiverTests",
      "path" : "Tests/UnarchiverTests",
      "sources" : [
        "UnarchiverTests.swift"
      ],
      "target_dependencies" : [
        "Unarchiver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Unarchiver",
      "module_type" : "SwiftTarget",
      "name" : "Unarchiver",
      "path" : "Sources/Unarchiver",
      "product_memberships" : [
        "Unarchiver"
      ],
      "sources" : [
        "Data.swift",
        "Unarchiver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.