Build Information
Successful build of SwiftDocX, reference master (6643d9), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 05:20:52 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/Techopolis/SwiftDocX.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5963] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.32s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.20 (2.05s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.20
========================================
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": "swiftdocx",
"name": "SwiftDocX",
"url": "https://github.com/Techopolis/SwiftDocX.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftDocX",
"traits": [
"default"
],
"dependencies": [
{
"identity": "zipfoundation",
"name": "ZIPFoundation",
"url": "https://github.com/weichsel/ZIPFoundation.git",
"version": "0.9.20",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ZIPFoundation",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Techopolis/SwiftDocX.git
[1/41] Fetching swiftdocx
Fetched https://github.com/Techopolis/SwiftDocX.git from cache (0.66s)
Fetching https://github.com/weichsel/ZIPFoundation.git from cache
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.49s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.20 (0.59s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.20
Creating working copy for https://github.com/Techopolis/SwiftDocX.git
Working copy of https://github.com/Techopolis/SwiftDocX.git resolved at master (6643d97)
Found 1 product dependencies
- ZIPFoundation
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Techopolis/SwiftDocX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Copying PrivacyInfo.xcprivacy
[1/9] Write SwiftDocXSample-entitlement.plist
[2/9] Write sources
[5/9] Write swift-version--6988338F2F200930.txt
[7/30] Emitting module ZIPFoundation
[8/32] Compiling ZIPFoundation URL+ZIP.swift
[9/32] Compiling ZIPFoundation resource_bundle_accessor.swift
[10/32] Compiling ZIPFoundation Date+ZIP.swift
[11/32] Compiling ZIPFoundation Entry+Serialization.swift
[12/32] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[13/32] Compiling ZIPFoundation Data+Serialization.swift
[14/32] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[15/32] Compiling ZIPFoundation Archive+ZIP64.swift
[16/32] Compiling ZIPFoundation FileManager+ZIP.swift
[17/32] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[18/32] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[19/32] Compiling ZIPFoundation Archive+Deprecated.swift
[20/32] Compiling ZIPFoundation Archive+Helpers.swift
[21/32] Compiling ZIPFoundation Entry+ZIP64.swift
[22/32] Compiling ZIPFoundation Entry.swift
[23/32] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[24/32] Compiling ZIPFoundation Archive+Writing.swift
[25/32] Compiling ZIPFoundation Archive+MemoryFile.swift
[26/32] Compiling ZIPFoundation Archive+Progress.swift
[27/32] Compiling ZIPFoundation Archive+Reading.swift
[28/32] Compiling ZIPFoundation Archive.swift
[29/32] Compiling ZIPFoundation Data+Compression.swift
[30/50] Compiling SwiftDocX SwiftDocX.swift
[31/50] Compiling SwiftDocX DocumentXMLBuilder.swift
[32/50] Compiling SwiftDocX Hyperlink.swift
[33/50] Compiling SwiftDocX Image.swift
[34/51] Emitting module SwiftDocX
[35/51] Compiling SwiftDocX DocumentWriter.swift
[36/51] Compiling SwiftDocX Color.swift
[37/51] Compiling SwiftDocX ZIPWriter.swift
[38/51] Compiling SwiftDocX ZIPReader.swift
[39/51] Compiling SwiftDocX Paragraph.swift
[40/51] Compiling SwiftDocX Run.swift
[41/51] Compiling SwiftDocX Font.swift
[42/51] Compiling SwiftDocX HeaderFooter.swift
[43/51] Compiling SwiftDocX Document.swift
[44/51] Compiling SwiftDocX DocumentReader.swift
[45/51] Compiling SwiftDocX DocumentXMLParser.swift
[46/51] Compiling SwiftDocX XMLNamespaces.swift
[47/51] Compiling SwiftDocX Table.swift
[48/51] Compiling SwiftDocX TextFormatting.swift
[49/53] Compiling SwiftDocXSample main.swift
[50/53] Emitting module SwiftDocXSample
[50/53] Write Objects.LinkFileList
[51/53] Linking SwiftDocXSample
[52/53] Applying SwiftDocXSample
Build complete! (11.00s)
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" : "/Users/admin/builder/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"
}
Done.