Build Information
Successful build of swift-system, reference 1.6.2 (890830
), with Swift 6.0 for Linux on 4 Aug 2025 09:06:22 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-system.git
Reference: 1.6.2
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/apple/swift-system
* tag 1.6.2 -> FETCH_HEAD
HEAD is now at 890830f Merge pull request #254 from jrflat/fix-generic-int-typedefs-1.6.0
Cloned https://github.com/apple/swift-system.git
Revision (git rev-parse @):
890830fff1a577dc83134890c7984020c5f6b43b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-system.git at 1.6.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/apple/swift-system.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/3] Write sources
[1/3] Compiling CSystem shims.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/34] Compiling SystemPackage FilePathSyntax.swift
[5/34] Compiling SystemPackage FilePathTemp.swift
[6/34] Compiling SystemPackage FilePathTempPosix.swift
[7/34] Compiling SystemPackage FilePathTempWindows.swift
[8/38] Compiling SystemPackage FilePath.swift
[9/38] Compiling SystemPackage FilePathComponentView.swift
[10/38] Compiling SystemPackage FilePathComponents.swift
[11/38] Compiling SystemPackage FilePathParsing.swift
[12/38] Compiling SystemPackage FilePathString.swift
[13/38] Compiling SystemPackage Errno.swift
[14/38] Compiling SystemPackage ErrnoWindows.swift
[15/38] Compiling SystemPackage FileDescriptor.swift
[16/38] Compiling SystemPackage FileHelpers.swift
[17/38] Compiling SystemPackage FileOperations.swift
[18/38] Emitting module SystemPackage
[19/38] Compiling SystemPackage IORing.swift
[20/38] Compiling SystemPackage RawIORequest.swift
[21/38] Compiling SystemPackage Backcompat.swift
[22/38] Compiling SystemPackage CInterop.swift
[23/38] Compiling SystemPackage Syscalls.swift
[24/38] Compiling SystemPackage WindowsSyscallAdapters.swift
[25/38] Compiling SystemPackage MachPort.swift
[26/38] Compiling SystemPackage PlatformString.swift
[27/38] Compiling SystemPackage Constants.swift
[28/38] Compiling SystemPackage Exports.swift
[29/38] Compiling SystemPackage Mocking.swift
[30/38] Compiling SystemPackage RawBuffer.swift
[31/38] Compiling SystemPackage FilePathWindows.swift
[32/38] Compiling SystemPackage FilePermissions.swift
[33/38] Compiling SystemPackage IOCompletion.swift
[34/38] Compiling SystemPackage IORequest.swift
[35/38] Compiling SystemPackage SystemString.swift
[36/38] Compiling SystemPackage Util+StringArray.swift
[37/38] Compiling SystemPackage Util.swift
[38/38] Compiling SystemPackage UtilConsumers.swift
Build complete! (12.89s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-system",
"name" : "swift-system",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SystemPackage",
"targets" : [
"SystemPackage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SystemTests",
"module_type" : "SwiftTarget",
"name" : "SystemTests",
"path" : "Tests/SystemTests",
"sources" : [
"ErrnoTest.swift",
"FileDescriptorExtras.swift",
"FileOperationsTest.swift",
"FileOperationsTestWindows.swift",
"FilePathTests/FilePathComponentsTest.swift",
"FilePathTests/FilePathDecodable.swift",
"FilePathTests/FilePathExtras.swift",
"FilePathTests/FilePathParsingTest.swift",
"FilePathTests/FilePathSyntaxTest.swift",
"FilePathTests/FilePathTempTest.swift",
"FilePathTests/FilePathTest.swift",
"FileTypesTest.swift",
"IORequestTests.swift",
"IORingTests.swift",
"MachPortTests.swift",
"MockingTest.swift",
"SystemCharTest.swift",
"SystemStringTests.swift",
"TestingInfrastructure.swift",
"UtilTests.swift"
],
"target_dependencies" : [
"SystemPackage"
],
"type" : "test"
},
{
"c99name" : "SystemPackage",
"module_type" : "SwiftTarget",
"name" : "SystemPackage",
"path" : "Sources/System",
"product_memberships" : [
"SystemPackage"
],
"sources" : [
"Errno.swift",
"ErrnoWindows.swift",
"FileDescriptor.swift",
"FileHelpers.swift",
"FileOperations.swift",
"FilePath/FilePath.swift",
"FilePath/FilePathComponentView.swift",
"FilePath/FilePathComponents.swift",
"FilePath/FilePathParsing.swift",
"FilePath/FilePathString.swift",
"FilePath/FilePathSyntax.swift",
"FilePath/FilePathTemp.swift",
"FilePath/FilePathTempPosix.swift",
"FilePath/FilePathTempWindows.swift",
"FilePath/FilePathWindows.swift",
"FilePermissions.swift",
"IORing/IOCompletion.swift",
"IORing/IORequest.swift",
"IORing/IORing.swift",
"IORing/RawIORequest.swift",
"Internals/Backcompat.swift",
"Internals/CInterop.swift",
"Internals/Constants.swift",
"Internals/Exports.swift",
"Internals/Mocking.swift",
"Internals/RawBuffer.swift",
"Internals/Syscalls.swift",
"Internals/WindowsSyscallAdapters.swift",
"MachPort.swift",
"PlatformString.swift",
"SystemString.swift",
"Util+StringArray.swift",
"Util.swift",
"UtilConsumers.swift"
],
"target_dependencies" : [
"CSystem"
],
"type" : "library"
},
{
"c99name" : "CSystem",
"module_type" : "ClangTarget",
"name" : "CSystem",
"path" : "Sources/CSystem",
"product_memberships" : [
"SystemPackage"
],
"sources" : [
"shims.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.