Build Information
Successful build of PKLogManager, reference main (591140), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 20:53:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/marmelroy/Zip.git
[1/2000] Fetching zip
Fetched https://github.com/marmelroy/Zip.git from cache (1.20s)
Creating working copy for https://github.com/marmelroy/Zip.git
Working copy of https://github.com/marmelroy/Zip.git resolved at 2.1.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "pklogmanager",
"name": "PKLogManager",
"url": "https://github.com/prabhatk/PKLogManager.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PKLogManager",
"traits": [
"default"
],
"dependencies": [
{
"identity": "zip",
"name": "Zip",
"url": "https://github.com/marmelroy/Zip.git",
"version": "2.1.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Zip",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/prabhatk/PKLogManager.git
[1/12] Fetching pklogmanager
Fetched https://github.com/prabhatk/PKLogManager.git from cache (0.57s)
Fetching https://github.com/marmelroy/Zip.git from cache
Fetched https://github.com/marmelroy/Zip.git from cache (0.49s)
Computing version for https://github.com/marmelroy/Zip.git
Computed https://github.com/marmelroy/Zip.git at 2.1.2 (1.17s)
Creating working copy for https://github.com/marmelroy/Zip.git
Working copy of https://github.com/marmelroy/Zip.git resolved at 2.1.2
Creating working copy for https://github.com/prabhatk/PKLogManager.git
Working copy of https://github.com/prabhatk/PKLogManager.git resolved at main (5911408)
warning: '.resolve-product-dependencies': dependency 'pklogmanager' is not used by any target
Found 1 product dependencies
- Zip
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/prabhatk/PKLogManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version--6988338F2F200930.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] Emitting module Zip
[10/10] Compiling Zip QuickZip.swift
[11/12] Compiling PKLogManager PKLogManager.swift
[12/12] Emitting module PKLogManager
Build complete! (4.90s)
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.