Build Information
Successful build of ZipPinch, reference main (74a941
), with Swift 5.9 for macOS (SPM) on 13 Sep 2024 19:40:09 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buh/ZipPinch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buh/ZipPinch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 74a9411 Fix in progress
Cloned https://github.com/buh/ZipPinch.git
Revision (git rev-parse @):
74a941152478977bc98d5747908e31268653ea31
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/buh/ZipPinch.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/buh/ZipPinch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/14] Compiling ZipPinch ZIPFileHeader.swift
[3/15] Compiling ZipPinch ZIPFolder.swift
[4/15] Compiling ZipPinch ZIPEndRecord.swift
[5/15] Compiling ZipPinch Date+MSDOS.swift
[6/15] Compiling ZipPinch BinaryExtractor.swift
[7/15] Compiling ZipPinch ZIPDirectoryRecord.swift
[8/15] Compiling ZipPinch ZIPCompressor.swift
[9/15] Compiling ZipPinch ZIPEntry.swift
[10/15] Emitting module ZipPinch
[11/15] Compiling ZipPinch URLSession+ZIPEntries.swift
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift:114:13: warning: initialization of variable 'dataOffset' was never used; consider replacing with assignment to '_' or removing it
var dataOffset = fileHeader.dataOffset
~~~~^~~~~~~~~~
_
[12/15] Compiling ZipPinch URLSession+ZIPEntry.swift
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift:114:13: warning: initialization of variable 'dataOffset' was never used; consider replacing with assignment to '_' or removing it
var dataOffset = fileHeader.dataOffset
~~~~^~~~~~~~~~
_
[13/15] Compiling ZipPinch URLSession+ZIPFolder.swift
[14/15] Compiling ZipPinch URLSession+ZIPRange.swift
[15/15] Compiling ZipPinch resource_bundle_accessor.swift
Build complete! (9.02s)
Build complete.
Done.