Build Information
Successful build of ZipPinch, reference 1.4.0 (24c92b
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 15:54:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buh/ZipPinch.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buh/ZipPinch
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at 24c92bc Sendable progress callback.
Cloned https://github.com/buh/ZipPinch.git
Revision (git rev-parse @):
24c92bcc25074af4777df009af4558e7b00e5fe8
SUCCESS checkout https://github.com/buh/ZipPinch.git at 1.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/buh/ZipPinch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling ZipPinch URLSession+ZIPFolder.swift
[4/9] Compiling ZipPinch ZIPFolder.swift
[5/9] Emitting module ZipPinch
[6/9] Compiling ZipPinch URLSession+ZIPEntry.swift
[7/9] Compiling ZipPinch URLSession+ZIPEntries.swift
[8/9] Compiling ZipPinch ZipFileFormat.swift
[9/9] Compiling ZipPinch URLSession+ZIPRange.swift
Build complete! (3.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ZipPinch",
"name" : "ZipPinch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "ZipPinch",
"targets" : [
"ZipPinch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZipPinchTests",
"module_type" : "SwiftTarget",
"name" : "ZipPinchTests",
"path" : "Tests/ZipPinchTests",
"sources" : [
"ArchiveTests.swift"
],
"target_dependencies" : [
"ZipPinch"
],
"type" : "test"
},
{
"c99name" : "ZipPinch",
"module_type" : "SwiftTarget",
"name" : "ZipPinch",
"path" : "Sources/ZipPinch",
"product_memberships" : [
"ZipPinch"
],
"sources" : [
"URLSession+ZIPEntries.swift",
"URLSession+ZIPEntry.swift",
"URLSession+ZIPFolder.swift",
"URLSession+ZIPRange.swift",
"ZIPFolder.swift",
"ZipFileFormat.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.