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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cxa/Piz.git
Reference: 2.0.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cxa/Piz
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 013fc46 Merge pull request #6 from scrubbs/master
Cloned https://github.com/cxa/Piz.git into spi-builder-workspace
013fc465d7e653310fe13ea96c8d590594552f8b
SUCCESS checkout https://github.com/cxa/Piz.git at 2.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/6] Emitting module Piz
[2/6] Compiling Piz ByteReader.swift
[3/6] Compiling Piz CDir.swift
[4/6] Compiling Piz Piz.swift
[5/6] Compiling Piz Uncompressor.swift
/Users/builder/builds/TDmZkXJm/1/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/builder/builds/TDmZkXJm/1/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
[6/6] Compiling Piz EndRecord.swift
Build complete! (3.12s)
Build complete.
Done.