Build Information
Successful build of Zip with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marmelroy/Zip.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/marmelroy/Zip
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bca30f6 Merge pull request #252 from Stannieman/bugfix/Fix_issue_245_path_traversal_vulnerability
Cloned https://github.com/marmelroy/Zip.git
Revision (git rev-parse @):
bca30f6d6c7d37cbc4aa8f6b0002e281dcc36195
SUCCESS checkout https://github.com/marmelroy/Zip.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": "zip",
"name": "Zip",
"url": "https://github.com/marmelroy/Zip.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Zip",
"dependencies": [
]
}
]
}
Fetching https://github.com/marmelroy/Zip.git from cache
Fetched https://github.com/marmelroy/Zip.git (0.24s)
Creating working copy for https://github.com/marmelroy/Zip.git
Working copy of https://github.com/marmelroy/Zip.git resolved at master
warning: '.resolve-product-dependencies': dependency 'zip' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/marmelroy/Zip.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Compiling Minizip zip.c
[1/3] Compiling Minizip ioapi.c
[2/3] Compiling Minizip unzip.c
[4/7] Compiling Zip ZipUtilities.swift
[5/7] Emitting module Zip
[6/7] Compiling Zip QuickZip.swift
[7/7] Compiling Zip Zip.swift
Build complete! (4.70s)
Build complete.
Done.