The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PerfectZip, reference 3.0.3 (c2daba), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 01:19:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectlysoft/perfect-zip.git
Reference: 3.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect-zip
 * tag               3.0.3      -> FETCH_HEAD
HEAD is now at c2dabad Merge pull request #4 from florianreinhart/master
Cloned https://github.com/perfectlysoft/perfect-zip.git
Revision (git rev-parse @):
c2dabad5a8f7e1eadaa5682bb5794b21d015ae2d
SUCCESS checkout https://github.com/perfectlysoft/perfect-zip.git at 3.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/perfectlysoft/perfect-zip.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Write swift-version-1EA4D86E10B52AF.txt
[1/15] Compiling hmac.c
[2/15] Compiling pwd2key.c
[3/15] Compiling minizip ioapi.c
[4/15] Compiling prng.c
[4/15] Write sources
[7/15] Compiling aescrypt.c
[8/15] Compiling minizip zip.c
[9/15] Compiling fileenc.c
[10/15] Compiling minizip unzip.c
[11/15] Compiling sha1.c
[12/25] Compiling aeskey.c
[13/25] Compiling entropy.c
[14/25] Compiling aestab.c
[16/25] Compiling PerfectLib PerfectServer.swift
[17/25] Compiling PerfectLib PerfectError.swift
[18/25] Compiling PerfectLib Log.swift
[19/25] Compiling PerfectLib SysProcess.swift
[20/25] Emitting module PerfectLib
[21/25] Compiling PerfectLib Dir.swift
[22/25] Compiling PerfectLib Utilities.swift
[23/25] Compiling PerfectLib JSONConvertible.swift
[24/25] Compiling PerfectLib File.swift
[25/25] Compiling PerfectLib Bytes.swift
[26/28] Emitting module PerfectZip
[27/28] Compiling PerfectZip Zip.swift
/Users/admin/builder/spi-builder-workspace/Sources/PerfectZip/Zip.swift:89:8: warning: initialization of immutable value 'fnstr' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 87 |
 88 | 			let fileInfoSizeFileName = Int(fileInfo.size_filename-1)
 89 | 			let fnstr  = String(cString:UnsafePointer<CChar>(fileName))
    |        `- warning: initialization of immutable value 'fnstr' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 90 |
 91 | 			if fileName[fileInfoSizeFileName] == 47 {
[28/28] Compiling PerfectZip Utilities.swift
Build complete! (8.49s)
Fetching https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Fetching https://github.com/PerfectlySoft/PerfectLib.git
[1/337] Fetching perfect-czlib-src
[5/11121] Fetching perfect-czlib-src, perfectlib
Fetched https://github.com/PerfectlySoft/Perfect-CZlib-src.git from cache (0.93s)
[1618/10784] Fetching perfectlib
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (2.21s)
Computing version for https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Computed https://github.com/PerfectlySoft/Perfect-CZlib-src.git at 0.0.4 (2.70s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (0.45s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Working copy of https://github.com/PerfectlySoft/Perfect-CZlib-src.git resolved at 0.0.4
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "perfectlib",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PerfectlySoft/PerfectLib.git"
    },
    {
      "identity" : "perfect-czlib-src",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PerfectlySoft/Perfect-CZlib-src.git"
    }
  ],
  "manifest_display_name" : "PerfectZip",
  "name" : "PerfectZip",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PerfectZip",
      "targets" : [
        "PerfectZip",
        "minizip"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "minizip",
      "module_type" : "ClangTarget",
      "name" : "minizip",
      "path" : "Sources/minizip",
      "product_dependencies" : [
        "PerfectCZlib"
      ],
      "product_memberships" : [
        "PerfectZip"
      ],
      "sources" : [
        "aes/aescrypt.c",
        "aes/aeskey.c",
        "aes/aestab.c",
        "aes/entropy.c",
        "aes/fileenc.c",
        "aes/hmac.c",
        "aes/prng.c",
        "aes/pwd2key.c",
        "aes/sha1.c",
        "ioapi.c",
        "unzip.c",
        "zip.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerfectZipTests",
      "module_type" : "SwiftTarget",
      "name" : "PerfectZipTests",
      "path" : "Tests/PerfectZipTests",
      "sources" : [
        "PerfectZipTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PerfectZip"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PerfectZip",
      "module_type" : "SwiftTarget",
      "name" : "PerfectZip",
      "path" : "Sources/PerfectZip",
      "product_dependencies" : [
        "PerfectLib"
      ],
      "product_memberships" : [
        "PerfectZip"
      ],
      "sources" : [
        "Utilities.swift",
        "Zip.swift"
      ],
      "target_dependencies" : [
        "minizip"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.