The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-system, reference 1.5.0 (61e4ca), with Swift 5.10 for Linux on 31 May 2025 05:58:42 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-system.git
Reference: 1.5.0
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.5.0      -> FETCH_HEAD
HEAD is now at 61e4ca4 Merge pull request #231 from apple/main
Cloned https://github.com/apple/swift-system.git
Revision (git rev-parse @):
61e4ca4b81b9e09e2ec863b00c340eb13497dac6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-system.git at 1.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/apple/swift-system.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/3] Write sources
[1/3] Compiling CSystem shims.c
[1/3] Write swift-version-24593BA9C3E375BF.txt
[4/31] Emitting module SystemPackage
[5/34] Compiling SystemPackage Util+StringArray.swift
[6/34] Compiling SystemPackage Util.swift
[7/34] Compiling SystemPackage UtilConsumers.swift
[8/34] Compiling SystemPackage FileOperations.swift
[9/34] Compiling SystemPackage FilePath.swift
[10/34] Compiling SystemPackage FilePathComponentView.swift
[11/34] Compiling SystemPackage FilePathComponents.swift
[12/34] Compiling SystemPackage Errno.swift
[13/34] Compiling SystemPackage ErrnoWindows.swift
[14/34] Compiling SystemPackage FileDescriptor.swift
[15/34] Compiling SystemPackage FileHelpers.swift
[16/34] Compiling SystemPackage FilePathTempPosix.swift
[17/34] Compiling SystemPackage FilePathTempWindows.swift
[18/34] Compiling SystemPackage FilePathWindows.swift
[19/34] Compiling SystemPackage FilePermissions.swift
[20/34] Compiling SystemPackage Mocking.swift
[21/34] Compiling SystemPackage RawBuffer.swift
[22/34] Compiling SystemPackage Syscalls.swift
[23/34] Compiling SystemPackage WindowsSyscallAdapters.swift
[24/34] Compiling SystemPackage FilePathParsing.swift
[25/34] Compiling SystemPackage FilePathString.swift
[26/34] Compiling SystemPackage FilePathSyntax.swift
[27/34] Compiling SystemPackage FilePathTemp.swift
[28/34] Compiling SystemPackage Backcompat.swift
[29/34] Compiling SystemPackage CInterop.swift
[30/34] Compiling SystemPackage Constants.swift
[31/34] Compiling SystemPackage Exports.swift
[32/34] Compiling SystemPackage MachPort.swift
[33/34] Compiling SystemPackage PlatformString.swift
[34/34] Compiling SystemPackage SystemString.swift
Build complete! (8.31s)
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",
        "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",
        "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-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.