Build Information
Successful build of swift-fileio-extra, reference main (8d8350), with Swift 6.2 for Linux on 6 Feb 2026 07:22:57 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/finestructure/spi-images:basic-6.2-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/p-x9/swift-fileio-extra.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/p-x9/swift-fileio-extra
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8d83506 fix
Cloned https://github.com/p-x9/swift-fileio-extra.git
Revision (git rev-parse @):
8d83506dd4dff737807d90dbf2264096ed98c7a7
SUCCESS checkout https://github.com/p-x9/swift-fileio-extra.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/p-x9/swift-fileio-extra.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/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:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/p-x9/swift-binary-parse-support.git
Fetching https://github.com/p-x9/swift-fileio.git
[1/246] Fetching swift-fileio
[247/474] Fetching swift-fileio, swift-binary-parse-support
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.23s)
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.23s)
Computing version for https://github.com/p-x9/swift-binary-parse-support.git
Computed https://github.com/p-x9/swift-binary-parse-support.git at 0.2.1 (0.59s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (0.35s)
Creating working copy for https://github.com/p-x9/swift-binary-parse-support.git
Working copy of https://github.com/p-x9/swift-binary-parse-support.git resolved at 0.2.1
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.13.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/24] Compiling FileIO system.swift
[6/24] Compiling BinaryParseSupport MemorySequence.swift
[7/25] Compiling BinaryParseSupport FileHandle+.swift
[8/25] Compiling BinaryParseSupport String+.swift
[9/25] Compiling BinaryParseSupport LayoutWrapper.swift
[10/25] Compiling BinaryParseSupport StringTable.swift
[11/25] Compiling BinaryParseSupport StringTableEntry.swift
[12/25] Compiling BinaryParseSupport BitFlags.swift
[13/25] Compiling BinaryParseSupport UnsafePointer+.swift
[14/25] Compiling BinaryParseSupport Endian.swift
[15/25] Compiling BinaryParseSupport BinaryParseSupport.swift
[16/25] Compiling BinaryParseSupport Data+.swift
[17/25] Emitting module BinaryParseSupport
[18/25] Compiling BinaryParseSupport DataSequence.swift
[19/25] Compiling FileIO StreamedFile.swift
[20/25] Compiling FileIO FileIO.swift
[21/25] Compiling FileIO MemoryMappedFile.swift
[22/25] Compiling FileIO ConcatenatedStreamedFile.swift
[23/25] Emitting module FileIO
[24/25] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[26/26] Compiling BinaryParseSupport UnicodeStrings.swift
[28/30] Compiling FileIOBinary FileIOBinary.swift
[29/30] Emitting module FileIOBinary
[30/30] Compiling FileIOBinary _FileIOProtocol+.swift
Build complete! (20.92s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-fileio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-fileio.git"
},
{
"identity" : "swift-binary-parse-support",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-binary-parse-support.git"
}
],
"manifest_display_name" : "swift-fileio-extra",
"name" : "swift-fileio-extra",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FileIOBinary",
"targets" : [
"FileIOBinary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FileIOBinaryTests",
"module_type" : "SwiftTarget",
"name" : "FileIOBinaryTests",
"path" : "Tests/FileIOBinaryTests",
"sources" : [
"FileIOBinaryTests.swift"
],
"target_dependencies" : [
"FileIOBinary"
],
"type" : "test"
},
{
"c99name" : "FileIOBinary",
"module_type" : "SwiftTarget",
"name" : "FileIOBinary",
"path" : "Sources/FileIOBinary",
"product_dependencies" : [
"FileIO",
"BinaryParseSupport"
],
"product_memberships" : [
"FileIOBinary"
],
"sources" : [
"FileIOBinary.swift",
"_FileIOProtocol+.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.