The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Piz, reference master (26d0b8), with Swift 6.0 for macOS (SPM) on 6 Aug 2025 10:18:12 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cxa/Piz.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cxa/Piz
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 26d0b84 Update README.md
Cloned https://github.com/cxa/Piz.git
Revision (git rev-parse @):
26d0b845581f6c26df86c340402307cc2bfc808c
SUCCESS checkout https://github.com/cxa/Piz.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/cxa/Piz.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling Piz ByteReader.swift
[4/8] Emitting module Piz
[5/8] Compiling Piz Uncompressor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Piz/Internals/Uncompressor.swift:21:11: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
19 |     switch cdir.compressionMethod {
20 |     case .None:
21 |       out.assign(from: offsetMBytes, count: len)
   |           |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
   |           `- note: use 'update(from:count:)' instead
22 |     case .Deflate:
23 |       var strm = z_stream()
[6/8] Compiling Piz Piz.swift
[7/8] Compiling Piz EndRecord.swift
[8/8] Compiling Piz CDir.swift
Build complete! (3.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Piz",
  "name" : "Piz",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Piz",
      "targets" : [
        "Piz"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PizTests",
      "module_type" : "SwiftTarget",
      "name" : "PizTests",
      "path" : "Tests/PizTests",
      "sources" : [
        "PizTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Piz"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Piz",
      "module_type" : "SwiftTarget",
      "name" : "Piz",
      "path" : "Sources/Piz",
      "product_memberships" : [
        "Piz"
      ],
      "sources" : [
        "Internals/ByteReader.swift",
        "Internals/CDir.swift",
        "Internals/EndRecord.swift",
        "Internals/Uncompressor.swift",
        "Piz.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.