The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Piz with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cxa/Piz.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cxa/Piz
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 80b1e58 Add nil tests
Cloned https://github.com/cxa/Piz.git
Revision (git rev-parse @):
80b1e583e97200065b93eeaf4046e2c0ccb863da
SUCCESS checkout https://github.com/cxa/Piz.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "piz",
      "name": "Piz",
      "url": "https://github.com/cxa/Piz.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Piz",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cxa/Piz.git
[1/150] Fetching piz
Fetched https://github.com/cxa/Piz.git (0.34s)
Creating working copy for https://github.com/cxa/Piz.git
Working copy of https://github.com/cxa/Piz.git resolved at master
warning: '.resolve-product-dependencies': dependency 'piz' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling Piz Uncompressor.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Piz/Internals/Uncompressor.swift:21:11: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      out.assign(from: offsetMBytes, count: len)
          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Piz/Internals/Uncompressor.swift:21:11: note: use 'update(from:count:)' instead
      out.assign(from: offsetMBytes, count: len)
          ^~~~~~
          update
[2/6] Compiling Piz EndRecord.swift
[3/6] Emitting module Piz
[4/6] Compiling Piz ByteReader.swift
[5/6] Compiling Piz CDir.swift
[6/6] Compiling Piz Piz.swift
Build complete! (8.24s)
Build complete.
Done.