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 master (c2daba), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 01:19:40 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect-zip
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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 prng.c
[3/15] Compiling minizip ioapi.c
[3/15] Write sources
[7/15] Compiling sha1.c
[8/15] Compiling minizip zip.c
[9/15] Compiling minizip unzip.c
[10/15] Compiling aeskey.c
[11/25] Compiling aescrypt.c
[11/25] Compiling fileenc.c
[13/25] Compiling entropy.c
[14/25] Compiling aestab.c
[16/25] Compiling PerfectLib PerfectError.swift
[17/25] Compiling PerfectLib SysProcess.swift
[18/25] Compiling PerfectLib JSONConvertible.swift
[19/25] Compiling PerfectLib PerfectServer.swift
[20/25] Compiling PerfectLib File.swift
[21/25] Compiling PerfectLib Utilities.swift
[22/25] Compiling PerfectLib Dir.swift
[23/25] Compiling PerfectLib Log.swift
[24/25] Emitting module PerfectLib
[25/25] Compiling PerfectLib Bytes.swift
[26/28] Compiling PerfectZip Utilities.swift
[27/28] Emitting module PerfectZip
[28/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 {
Build complete! (8.68s)
Fetching https://github.com/PerfectlySoft/PerfectLib.git
Fetching https://github.com/PerfectlySoft/Perfect-CZlib-src.git
[1/10784] Fetching perfectlib
[325/11121] Fetching perfectlib, perfect-czlib-src
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (2.24s)
Fetched https://github.com/PerfectlySoft/Perfect-CZlib-src.git from cache (2.24s)
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.78s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (0.50s)
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
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
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.