Build Information
Successful build of TGLXLSXWriter, reference main (380722
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 20:53:44 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thegrizzlylabs/TGLXLSXWriter.git
Reference: main
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/thegrizzlylabs/TGLXLSXWriter
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3807223 Properly encode XML entities
Cloned https://github.com/thegrizzlylabs/TGLXLSXWriter.git
Revision (git rev-parse @):
3807223ebdfb96f838b21f609d5acae82ad75fdd
SUCCESS checkout https://github.com/thegrizzlylabs/TGLXLSXWriter.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/thegrizzlylabs/TGLXLSXWriter.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5576] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.59s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (0.98s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/23] Emitting module ZIPFoundation
[5/25] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[6/25] Compiling ZIPFoundation URL+ZIP.swift
[7/25] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[8/25] Compiling ZIPFoundation Archive+Writing.swift
[9/25] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[10/25] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[11/25] Compiling ZIPFoundation Archive+Deprecated.swift
[12/25] Compiling ZIPFoundation Archive+Helpers.swift
[13/25] Compiling ZIPFoundation Entry+Serialization.swift
[14/25] Compiling ZIPFoundation Entry+ZIP64.swift
[15/25] Compiling ZIPFoundation Archive+ZIP64.swift
[16/25] Compiling ZIPFoundation Archive.swift
[17/25] Compiling ZIPFoundation Data+Compression.swift
[18/25] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[19/25] Compiling ZIPFoundation Data+Serialization.swift
[20/25] Compiling ZIPFoundation Date+ZIP.swift
[21/25] Compiling ZIPFoundation Archive+MemoryFile.swift
[22/25] Compiling ZIPFoundation Archive+Progress.swift
[23/25] Compiling ZIPFoundation Archive+Reading.swift
[24/25] Compiling ZIPFoundation Entry.swift
[25/25] Compiling ZIPFoundation FileManager+ZIP.swift
[27/33] Compiling XLSXWriter Row.swift
[28/33] Compiling XLSXWriter Utilities.swift
[29/33] Compiling XLSXWriter XLSXWriterError.swift
[30/33] Compiling XLSXWriter String+Helpers.swift
[31/33] Compiling XLSXWriter Archive+XLSXWriter.swift
[32/33] Compiling XLSXWriter XLSXWriter.swift
/host/spi-builder-workspace/Sources/XLSXWriter/XLSXWriter.swift:26:29: warning: 'init(url:accessMode:preferredEncoding:)' is deprecated: Please use the throwing initializer. [#DeprecatedDeclaration]
24 |
25 | public func generate(outputFileURL: URL) throws {
26 | guard let archive = Archive(url: outputFileURL, accessMode: .create) else {
| `- warning: 'init(url:accessMode:preferredEncoding:)' is deprecated: Please use the throwing initializer. [#DeprecatedDeclaration]
27 | throw XLSXWriterError.ioError
28 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[33/33] Emitting module XLSXWriter
Build complete! (20.93s)
Build complete.
{
"dependencies" : [
{
"identity" : "zipfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/weichsel/ZIPFoundation.git"
}
],
"manifest_display_name" : "TGLXLSXWriter",
"name" : "TGLXLSXWriter",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XLSXWriter",
"targets" : [
"XLSXWriter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XLSXWriterTests",
"module_type" : "SwiftTarget",
"name" : "XLSXWriterTests",
"path" : "Tests/XLSXWriterTests",
"sources" : [
"UtilitiesTests.swift",
"XLSXWriterTests.swift"
],
"target_dependencies" : [
"XLSXWriter"
],
"type" : "test"
},
{
"c99name" : "XLSXWriter",
"module_type" : "SwiftTarget",
"name" : "XLSXWriter",
"path" : "Sources/XLSXWriter",
"product_dependencies" : [
"ZIPFoundation"
],
"product_memberships" : [
"XLSXWriter"
],
"sources" : [
"Archive+XLSXWriter.swift",
"Row.swift",
"String+Helpers.swift",
"Utilities.swift",
"XLSXWriter.swift",
"XLSXWriterError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.