Build Information
Successful build of SwiftDocX, reference master (6643d9), with Swift 6.3 for Linux on 18 Apr 2026 05:25:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/Techopolis/SwiftDocX.git
Reference: master
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/Techopolis/SwiftDocX
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6643d97 Add MIT LICENSE file
Cloned https://github.com/Techopolis/SwiftDocX.git
Revision (git rev-parse @):
6643d97733f6f13845d3782b7b15f7564ae3dd39
SUCCESS checkout https://github.com/Techopolis/SwiftDocX.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/Techopolis/SwiftDocX.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/weichsel/ZIPFoundation.git
[1/5963] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.07s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.20 (1.67s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.20
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/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/29] Emitting module ZIPFoundation
[6/31] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[7/31] Compiling ZIPFoundation Data+Serialization.swift
[8/31] Compiling ZIPFoundation Date+ZIP.swift
[9/31] Compiling ZIPFoundation Entry+Serialization.swift
[10/31] Compiling ZIPFoundation Entry+ZIP64.swift
[11/31] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[12/31] Compiling ZIPFoundation Archive+Writing.swift
[13/31] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[14/31] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[15/31] Compiling ZIPFoundation URL+ZIP.swift
[16/31] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[17/31] Compiling ZIPFoundation Archive+Deprecated.swift
[18/31] Compiling ZIPFoundation Archive+Helpers.swift
[19/31] Compiling ZIPFoundation Archive+MemoryFile.swift
[20/31] Compiling ZIPFoundation Archive+Progress.swift
[21/31] Compiling ZIPFoundation Archive+Reading.swift
[22/31] Compiling ZIPFoundation Archive+ZIP64.swift
[23/31] Compiling ZIPFoundation Archive.swift
[24/31] Compiling ZIPFoundation Data+Compression.swift
[25/31] Compiling ZIPFoundation Entry.swift
[26/31] Compiling ZIPFoundation FileManager+ZIP.swift
[27/32] Wrapping AST for ZIPFoundation for debugging
[29/49] Emitting module SwiftDocX
[30/51] Compiling SwiftDocX ZIPReader.swift
[31/51] Compiling SwiftDocX ZIPWriter.swift
[32/51] Compiling SwiftDocX SwiftDocX.swift
[33/51] Compiling SwiftDocX DocumentXMLBuilder.swift
[34/51] Compiling SwiftDocX Hyperlink.swift
[35/51] Compiling SwiftDocX Image.swift
[36/51] Compiling SwiftDocX DocumentXMLParser.swift
[37/51] Compiling SwiftDocX XMLNamespaces.swift
[38/51] Compiling SwiftDocX Paragraph.swift
[39/51] Compiling SwiftDocX Run.swift
[40/51] Compiling SwiftDocX Color.swift
[41/51] Compiling SwiftDocX Font.swift
[42/51] Compiling SwiftDocX HeaderFooter.swift
[43/51] Compiling SwiftDocX Table.swift
[44/51] Compiling SwiftDocX TextFormatting.swift
[45/51] Compiling SwiftDocX Document.swift
[46/51] Compiling SwiftDocX DocumentReader.swift
[47/51] Compiling SwiftDocX DocumentWriter.swift
[48/54] Wrapping AST for SwiftDocX for debugging
[50/54] Compiling SwiftDocXSample main.swift
[51/54] Emitting module SwiftDocXSample
[52/55] Wrapping AST for SwiftDocXSample for debugging
[53/55] Write Objects.LinkFileList
[54/55] Linking SwiftDocXSample
Build complete! (28.54s)
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" : "SwiftDocX",
"name" : "SwiftDocX",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftDocX",
"targets" : [
"SwiftDocX"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftDocXSample",
"targets" : [
"SwiftDocXSample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftDocXTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDocXTests",
"path" : "Tests/SwiftDocXTests",
"sources" : [
"SwiftDocXTests.swift"
],
"target_dependencies" : [
"SwiftDocX"
],
"type" : "test"
},
{
"c99name" : "SwiftDocXSample",
"module_type" : "SwiftTarget",
"name" : "SwiftDocXSample",
"path" : "Sources/SwiftDocXSample",
"product_memberships" : [
"SwiftDocXSample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftDocX"
],
"type" : "executable"
},
{
"c99name" : "SwiftDocX",
"module_type" : "SwiftTarget",
"name" : "SwiftDocX",
"path" : "Sources/SwiftDocX",
"product_dependencies" : [
"ZIPFoundation"
],
"product_memberships" : [
"SwiftDocX",
"SwiftDocXSample"
],
"sources" : [
"Document/Document.swift",
"Document/DocumentReader.swift",
"Document/DocumentWriter.swift",
"Model/Color.swift",
"Model/Font.swift",
"Model/HeaderFooter.swift",
"Model/Hyperlink.swift",
"Model/Image.swift",
"Model/Paragraph.swift",
"Model/Run.swift",
"Model/Table.swift",
"Model/TextFormatting.swift",
"SwiftDocX.swift",
"XML/DocumentXMLBuilder.swift",
"XML/DocumentXMLParser.swift",
"XML/XMLNamespaces.swift",
"ZIP/ZIPReader.swift",
"ZIP/ZIPWriter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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.