Build Information
Successful build of PKLogManager, reference main (591140), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 20:46:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/prabhatk/PKLogManager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/prabhatk/PKLogManager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5911408 PKLogManager first commit v 1.0.0
Cloned https://github.com/prabhatk/PKLogManager.git
Revision (git rev-parse @):
591140832517d1056b48a9c2e97cb5531e9669ba
SUCCESS checkout https://github.com/prabhatk/PKLogManager.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/prabhatk/PKLogManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling Minizip ioapi.c
[4/6] Compiling Minizip unzip.c
[5/6] Compiling Minizip zip.c
[7/10] Compiling Zip Zip.swift
[8/10] Compiling Zip ZipUtilities.swift
[9/10] Compiling Zip QuickZip.swift
[10/10] Emitting module Zip
[11/12] Compiling PKLogManager PKLogManager.swift
[12/12] Emitting module PKLogManager
Build complete! (8.57s)
Fetching https://github.com/marmelroy/Zip.git
[1/1989] Fetching zip
Fetched https://github.com/marmelroy/Zip.git from cache (1.15s)
Computing version for https://github.com/marmelroy/Zip.git
Computed https://github.com/marmelroy/Zip.git at 2.1.2 (3.70s)
Creating working copy for https://github.com/marmelroy/Zip.git
Working copy of https://github.com/marmelroy/Zip.git resolved at 2.1.2
Build complete.
{
"dependencies" : [
{
"identity" : "zip",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/marmelroy/Zip.git"
}
],
"manifest_display_name" : "PKLogManager",
"name" : "PKLogManager",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PKLogManager",
"targets" : [
"PKLogManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PKLogManager",
"module_type" : "SwiftTarget",
"name" : "PKLogManager",
"path" : "Sources/PKLogManager",
"product_dependencies" : [
"Zip"
],
"product_memberships" : [
"PKLogManager"
],
"sources" : [
"PKLogManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.