The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-gzip, reference main (97c502), with Swift 6.3 for Android on 18 Apr 2026 14:40:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/mihai8804858/swift-gzip.git
Reference: main
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/mihai8804858/swift-gzip
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 97c502f Fix file hierarchy
Cloned https://github.com/mihai8804858/swift-gzip.git
Revision (git rev-parse @):
97c502f10283dbd80eda534d164b715c9c973d72
SUCCESS checkout https://github.com/mihai8804858/swift-gzip.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mihai8804858/swift-gzip.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/19] Emitting module SwiftGzip
[5/21] Compiling SwiftGzip Data.swift
[6/21] Compiling SwiftGzip UInt8.swift
[7/21] Compiling SwiftGzip URL.swift
[8/21] Compiling SwiftGzip GzipDecompressor+URL.swift
[9/21] Compiling SwiftGzip GzipDecompressor.swift
[10/21] Compiling SwiftGzip GzipError.swift
[11/21] Compiling SwiftGzip resource_bundle_accessor.swift
[12/21] Compiling SwiftGzip CompressionLevel.swift
[13/21] Compiling SwiftGzip Constants.swift
[14/21] Compiling SwiftGzip GzipCompressor+UInt8.swift
[15/21] Compiling SwiftGzip GzipCompressor+URL.swift
[16/21] Compiling SwiftGzip GzipCompressor+Data.swift
[17/21] Compiling SwiftGzip GzipCompressor+Stream.swift
[18/21] Compiling SwiftGzip GzipCompressor.swift
[19/21] Compiling SwiftGzip GzipDecompressor+Data.swift
[20/21] Compiling SwiftGzip GzipDecompressor+Stream.swift
[21/21] Compiling SwiftGzip GzipDecompressor+UInt8.swift
Build complete! (26.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-gzip",
  "name" : "swift-gzip",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftGzip",
      "targets" : [
        "SwiftGzip"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftGzipTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGzipTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/test.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/test.png.gz",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Compressor/GzipCompressorTests.swift",
        "Decompressor/GzipDecompressorTests.swift",
        "Extensions/DataTests.swift",
        "Extensions/UInt8Tests.swift",
        "Extensions/URLTests.swift",
        "Helpers.swift"
      ],
      "target_dependencies" : [
        "SwiftGzip"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGzip",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGzip",
      "path" : "Sources/SwiftGzip",
      "product_memberships" : [
        "SwiftGzip"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftGzip/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Data.swift",
        "Extensions/UInt8.swift",
        "Extensions/URL.swift",
        "GzipCompressor/GzipCompressor+Data.swift",
        "GzipCompressor/GzipCompressor+Stream.swift",
        "GzipCompressor/GzipCompressor+UInt8.swift",
        "GzipCompressor/GzipCompressor+URL.swift",
        "GzipCompressor/GzipCompressor.swift",
        "GzipDecompressor/GzipDecompressor+Data.swift",
        "GzipDecompressor/GzipDecompressor+Stream.swift",
        "GzipDecompressor/GzipDecompressor+UInt8.swift",
        "GzipDecompressor/GzipDecompressor+URL.swift",
        "GzipDecompressor/GzipDecompressor.swift",
        "Shared/CompressionLevel.swift",
        "Shared/Constants.swift",
        "Shared/GzipError.swift"
      ],
      "target_dependencies" : [
        "CZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CZlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "CZlib",
      "path" : "Sources/CZlib",
      "product_memberships" : [
        "SwiftGzip"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.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.