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 ZipPinch, reference 1.5.0 (20067f), with Swift 6.0 for macOS (SPM) on 21 Jul 2025 21:06:06 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buh/ZipPinch.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buh/ZipPinch
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 20067f3 Fix 64Bits zip files
Cloned https://github.com/buh/ZipPinch.git
Revision (git rev-parse @):
20067f30d9280e2886ba249748f1fe9d56659d97
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/buh/ZipPinch.git at 1.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/buh/ZipPinch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/16] Compiling ZipPinch ZIPCompressor.swift
[5/16] Compiling ZipPinch ZIPEntry.swift
[6/17] Compiling ZipPinch ZIPFileHeader.swift
[7/17] Compiling ZipPinch ZIPEndRecord.swift
[8/17] Compiling ZipPinch ZIPDirectoryRecord.swift
[9/17] Compiling ZipPinch BinaryExtractor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift:34:13: warning: initialization of immutable value 'currentOffset' was never used; consider replacing with assignment to '_' or removing it
32 |     mutating func next<T: FixedWidthInteger>(of: T.Type) -> T {
33 |         let size = MemoryLayout<T>.size
34 |         let currentOffset = pointerOffset
   |             `- warning: initialization of immutable value 'currentOffset' was never used; consider replacing with assignment to '_' or removing it
35 |         var value: T = 0
36 |
[10/17] Compiling ZipPinch Date+MSDOS.swift
[11/17] Compiling ZipPinch URLSession+ZIPEntries.swift
[12/17] Compiling ZipPinch URLSession+ZIPEntry.swift
[13/17] Emitting module ZipPinch
[14/17] Compiling ZipPinch URLSession+ZIPFolder.swift
[15/17] Compiling ZipPinch URLSession+ZIPRange.swift
[16/17] Compiling ZipPinch ZIPFolder.swift
[17/17] Compiling ZipPinch resource_bundle_accessor.swift
Build complete! (4.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ZipPinch",
  "name" : "ZipPinch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ZipPinch",
      "targets" : [
        "ZipPinch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZipPinchTests",
      "module_type" : "SwiftTarget",
      "name" : "ZipPinchTests",
      "path" : "Tests/ZipPinchTests",
      "sources" : [
        "ArchiveTests.swift",
        "BinaryExtractorTests.swift",
        "DateMSDOSTests.swift",
        "ZIPEntryTests.swift",
        "ZIPErrorTests.swift",
        "ZIPFolderTests.swift"
      ],
      "target_dependencies" : [
        "ZipPinch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZipPinch",
      "module_type" : "SwiftTarget",
      "name" : "ZipPinch",
      "path" : "Sources/ZipPinch",
      "product_memberships" : [
        "ZipPinch"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "URLSession+ZIPEntries.swift",
        "URLSession+ZIPEntry.swift",
        "URLSession+ZIPFolder.swift",
        "URLSession+ZIPRange.swift",
        "ZIPCompressor.swift",
        "ZIPEntry.swift",
        "ZIPFileFormat/BinaryExtractor.swift",
        "ZIPFileFormat/Date+MSDOS.swift",
        "ZIPFileFormat/ZIPDirectoryRecord.swift",
        "ZIPFileFormat/ZIPEndRecord.swift",
        "ZIPFileFormat/ZIPFileHeader.swift",
        "ZIPFolder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.