Build Information
Successful build of PKLogManager, reference 1.0.0 (591140), with Swift 6.3 for Linux on 14 Apr 2026 20:41:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/prabhatk/PKLogManager.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/prabhatk/PKLogManager
* tag 1.0.0 -> FETCH_HEAD
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 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/prabhatk/PKLogManager.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/marmelroy/Zip.git
[1/2000] Fetching zip
Fetched https://github.com/marmelroy/Zip.git from cache (0.54s)
Computing version for https://github.com/marmelroy/Zip.git
Computed https://github.com/marmelroy/Zip.git at 2.1.2 (2.94s)
Creating working copy for https://github.com/marmelroy/Zip.git
Working copy of https://github.com/marmelroy/Zip.git resolved at 2.1.2
Building for debugging...
[0/6] Write sources
[2/6] Compiling Minizip ioapi.c
[3/6] Compiling Minizip unzip.c
[4/6] Write swift-version-24593BA9C3E375BF.txt
[5/6] Compiling Minizip zip.c
[7/10] Emitting module Zip
[8/10] Compiling Zip ZipUtilities.swift
[9/10] Compiling Zip QuickZip.swift
[10/10] Compiling Zip Zip.swift
[12/13] Emitting module PKLogManager
[13/13] Compiling PKLogManager PKLogManager.swift
/host/spi-builder-workspace/Sources/PKLogManager/PKLogManager.swift:70:25: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
68 |
69 | if !fileManager.fileExists(atPath: logFileURL.path) {
70 | fileManager.createFile(atPath: logFileURL.path, contents: nil, attributes: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
71 | }
72 |
Build complete! (13.93s)
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" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.