Build Information
Successful build of swift-zip-archive, reference 0.6.4 (b04d3d), with Swift 6.0 for Linux on 17 Oct 2025 11:23:58 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/swift-zip-archive.git
Reference: 0.6.4
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/adam-fowler/swift-zip-archive
* tag 0.6.4 -> FETCH_HEAD
HEAD is now at b04d3d1 Make FileHeader.isDirectory public
Cloned https://github.com/adam-fowler/swift-zip-archive.git
Revision (git rev-parse @):
b04d3d130b9a8b212db9d97da3b8853b024887be
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/adam-fowler/swift-zip-archive.git at 0.6.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/adam-fowler/swift-zip-archive.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-system.git
[1/5051] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.01s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Building for debugging...
[0/5] Write sources
[2/5] Compiling CZipZlib empty.c
[3/5] Compiling CSystem shims.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/36] Emitting module SystemPackage
[7/40] Compiling SystemPackage SystemString.swift
[8/40] Compiling SystemPackage Util+StringArray.swift
[9/40] Compiling SystemPackage Util.swift
[10/40] Compiling SystemPackage UtilConsumers.swift
[11/40] Compiling SystemPackage FilePathSyntax.swift
[12/40] Compiling SystemPackage FilePathTemp.swift
[13/40] Compiling SystemPackage FilePathTempPosix.swift
[14/40] Compiling SystemPackage FilePathTempWindows.swift
[15/40] Compiling SystemPackage FilePath.swift
[16/40] Compiling SystemPackage FilePathComponentView.swift
[17/40] Compiling SystemPackage FilePathComponents.swift
[18/40] Compiling SystemPackage FilePathParsing.swift
[19/40] Compiling SystemPackage FilePathString.swift
[20/40] Compiling SystemPackage FilePathWindows.swift
[21/40] Compiling SystemPackage FilePermissions.swift
[22/40] Compiling SystemPackage IOCompletion.swift
[23/40] Compiling SystemPackage IORequest.swift
[24/40] Compiling SystemPackage Errno.swift
[25/40] Compiling SystemPackage ErrnoWindows.swift
[26/40] Compiling SystemPackage FileDescriptor.swift
[27/40] Compiling SystemPackage FileHelpers.swift
[28/40] Compiling SystemPackage FileOperations.swift
[29/40] Compiling SystemPackage IORing.swift
[30/40] Compiling SystemPackage RawIORequest.swift
[31/40] Compiling SystemPackage Backcompat.swift
[32/40] Compiling SystemPackage CInterop.swift
[33/40] Compiling SystemPackage Constants.swift
[34/40] Compiling SystemPackage Exports.swift
[35/40] Compiling SystemPackage Mocking.swift
[36/40] Compiling SystemPackage RawBuffer.swift
[37/40] Compiling SystemPackage Syscalls.swift
[38/40] Compiling SystemPackage WindowsSyscallAdapters.swift
[39/40] Compiling SystemPackage MachPort.swift
[40/40] Compiling SystemPackage PlatformString.swift
[42/56] Compiling ZipArchive DirectoryDescriptor.swift
[43/56] Compiling ZipArchive MemoryBuffer.swift
[44/57] Emitting module ZipArchive
[45/57] Compiling ZipArchive CryptKey.swift
[46/57] Compiling ZipArchive Date.swift
[47/57] Compiling ZipArchive ZipFileStorage.swift
[48/57] Compiling ZipArchive ZipMemoryStorage.swift
[49/57] Compiling ZipArchive ZipStorage.swift
[50/57] Compiling ZipArchive ZipTypes.swift
[51/57] Compiling ZipArchive ZipArchiveReader.swift
[52/57] Compiling ZipArchive ZipArchiveWriter+writeFolderContents.swift
[53/57] Compiling ZipArchive System+directory.swift
[54/57] Compiling ZipArchive ZipArchiveReader+extract.swift
[55/57] Compiling ZipArchive ZipArchiveWriter.swift
[56/57] Compiling ZipArchive ZipCompression.swift
[57/57] Compiling ZipArchive crc32.swift
Build complete! (19.01s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
}
],
"manifest_display_name" : "swift-zip-archive",
"name" : "swift-zip-archive",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ZipArchive",
"targets" : [
"ZipArchive"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZipArchiveTests",
"module_type" : "SwiftTarget",
"name" : "ZipArchiveTests",
"path" : "Tests/ZipArchiveTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ZipArchiveTests/resources/encoding.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZipArchiveTests/resources/encrypted.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZipArchiveTests/resources/hello64.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZipArchiveTests/resources/linux.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZipArchiveTests/resources/macos.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZipArchiveTests/resources/source.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZipArchiveTests/resources/test.bin",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EncryptionTests.swift",
"FileDescriptor+remove.swift",
"FileStorageTests.swift",
"MemoryStorageTests.swift",
"ZipArchiveReaderTests.swift",
"ZipArchiveWriterTests.swift",
"ZipCompressionTests.swift"
],
"target_dependencies" : [
"ZipArchive"
],
"type" : "test"
},
{
"c99name" : "ZipArchive",
"module_type" : "SwiftTarget",
"name" : "ZipArchive",
"path" : "Sources/ZipArchive",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"ZipArchive"
],
"sources" : [
"CryptKey.swift",
"Date.swift",
"DirectoryDescriptor.swift",
"MemoryBuffer.swift",
"System+directory.swift",
"ZipArchiveReader+extract.swift",
"ZipArchiveReader.swift",
"ZipArchiveWriter+writeFolderContents.swift",
"ZipArchiveWriter.swift",
"ZipCompression.swift",
"ZipFileStorage.swift",
"ZipMemoryStorage.swift",
"ZipStorage.swift",
"ZipTypes.swift",
"crc32.swift"
],
"target_dependencies" : [
"CZipZlib"
],
"type" : "library"
},
{
"c99name" : "CZipZlib",
"module_type" : "ClangTarget",
"name" : "CZipZlib",
"path" : "Sources/CZipZlib",
"product_memberships" : [
"ZipArchive"
],
"sources" : [
"empty.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.