The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-xdg, reference 2.0.1 (ac3e88), with Swift 6.2 for Linux on 10 Jan 2026 02:39:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/swift-xdg.git
Reference: 2.0.1
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/Frizlab/swift-xdg
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at ac3e885 Fix incorrect path returned in ensureParentsFor* methods
Cloned https://github.com/Frizlab/swift-xdg.git
Revision (git rev-parse @):
ac3e885b0de05ad3e57b37769c0ea568413fd9c9
SUCCESS checkout https://github.com/Frizlab/swift-xdg.git at 2.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Frizlab/swift-xdg.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-system.git
[1/5328] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.85s)
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/4] Write sources
[2/4] Compiling CSystem shims.c
[2/4] Write swift-version-24593BA9C3E375BF.txt
[5/35] Emitting module SystemPackage
[6/39] Compiling SystemPackage Errno.swift
[7/39] Compiling SystemPackage ErrnoWindows.swift
[8/39] Compiling SystemPackage FileDescriptor.swift
[9/39] Compiling SystemPackage FileHelpers.swift
[10/39] Compiling SystemPackage FileOperations.swift
[11/39] Compiling SystemPackage SystemString.swift
[12/39] Compiling SystemPackage Util+StringArray.swift
[13/39] Compiling SystemPackage Util.swift
[14/39] Compiling SystemPackage UtilConsumers.swift
[15/39] Compiling SystemPackage FilePath.swift
[16/39] Compiling SystemPackage FilePathComponentView.swift
[17/39] Compiling SystemPackage FilePathComponents.swift
[18/39] Compiling SystemPackage FilePathParsing.swift
[19/39] Compiling SystemPackage FilePathString.swift
[20/39] Compiling SystemPackage Syscalls.swift
[21/39] Compiling SystemPackage WindowsSyscallAdapters.swift
[22/39] Compiling SystemPackage MachPort.swift
[23/39] Compiling SystemPackage PlatformString.swift
[24/39] Compiling SystemPackage FilePathWindows.swift
[25/39] Compiling SystemPackage FilePermissions.swift
[26/39] Compiling SystemPackage IOCompletion.swift
[27/39] Compiling SystemPackage IORequest.swift
[28/39] Compiling SystemPackage Constants.swift
[29/39] Compiling SystemPackage Exports.swift
[30/39] Compiling SystemPackage Mocking.swift
[31/39] Compiling SystemPackage RawBuffer.swift
[32/39] Compiling SystemPackage FilePathSyntax.swift
[33/39] Compiling SystemPackage FilePathTemp.swift
[34/39] Compiling SystemPackage FilePathTempPosix.swift
[35/39] Compiling SystemPackage FilePathTempWindows.swift
[36/39] Compiling SystemPackage IORing.swift
[37/39] Compiling SystemPackage RawIORequest.swift
[38/39] Compiling SystemPackage Backcompat.swift
[39/39] Compiling SystemPackage CInterop.swift
[41/48] Compiling XDG BaseDirectories.swift
[42/49] Compiling XDG FilePath+Utils.swift
[43/49] Compiling XDG BaseDirectories+FindFiles.swift
[44/49] Compiling XDG BaseDirectories+GetPath.swift
[45/49] Emitting module XDG
[46/49] Compiling XDG BaseDirectories+EnsureDir.swift
[47/49] Compiling XDG  Errors.swift
[48/49] Compiling XDG BaseDirectories+FindFile.swift
[49/49] Compiling XDG BaseDirectories+EnsureFileParents.swift
Build complete! (16.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    }
  ],
  "manifest_display_name" : "swift-xdg",
  "name" : "swift-xdg",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XDG",
      "targets" : [
        "XDG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XDGTests",
      "module_type" : "SwiftTarget",
      "name" : "XDGTests",
      "path" : "Tests/XDGTests",
      "sources" : [
        "XDGTests.swift"
      ],
      "target_dependencies" : [
        "XDG"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XDG",
      "module_type" : "SwiftTarget",
      "name" : "XDG",
      "path" : "Sources/XDG",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "XDG"
      ],
      "sources" : [
        " Errors.swift",
        "BaseDirectories+EnsureDir.swift",
        "BaseDirectories+EnsureFileParents.swift",
        "BaseDirectories+FindFile.swift",
        "BaseDirectories+FindFiles.swift",
        "BaseDirectories+GetPath.swift",
        "BaseDirectories.swift",
        "PrivateUtils/FilePath+Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.