The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-xdg, reference 2.0.1 (ac3e88), with Swift 6.0 for macOS (SPM) on 10 Jan 2026 02:40:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Frizlab/swift-xdg.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Compiling CSystem shims.c
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/32] Emitting module SystemPackage
[6/35] Compiling SystemPackage FilePathString.swift
[7/35] Compiling SystemPackage FilePathSyntax.swift
[8/35] Compiling SystemPackage FilePathTemp.swift
[9/35] Compiling SystemPackage Errno.swift
[10/35] Compiling SystemPackage ErrnoWindows.swift
[11/35] Compiling SystemPackage FileDescriptor.swift
[12/35] Compiling SystemPackage FilePathTempPosix.swift
[13/35] Compiling SystemPackage FilePathTempWindows.swift
[14/35] Compiling SystemPackage FilePathWindows.swift
[15/35] Compiling SystemPackage FileHelpers.swift
[16/35] Compiling SystemPackage FileOperations.swift
[17/35] Compiling SystemPackage FilePath.swift
[18/35] Compiling SystemPackage Util+StringArray.swift
[19/35] Compiling SystemPackage Util.swift
[20/35] Compiling SystemPackage UtilConsumers.swift
[21/35] Compiling SystemPackage FilePermissions.swift
[22/35] Compiling SystemPackage Backcompat.swift
[23/35] Compiling SystemPackage CInterop.swift
[24/35] Compiling SystemPackage FilePathComponentView.swift
[25/35] Compiling SystemPackage FilePathComponents.swift
[26/35] Compiling SystemPackage FilePathParsing.swift
[27/35] Compiling SystemPackage Constants.swift
[28/35] Compiling SystemPackage Exports.swift
[29/35] Compiling SystemPackage Mocking.swift
[30/35] Compiling SystemPackage MachPort.swift
[31/35] Compiling SystemPackage PlatformString.swift
[32/35] Compiling SystemPackage SystemString.swift
[33/35] Compiling SystemPackage RawBuffer.swift
[34/35] Compiling SystemPackage Syscalls.swift
[35/35] Compiling SystemPackage WindowsSyscallAdapters.swift
[36/44] Emitting module XDG
[37/44] Compiling XDG  Errors.swift
[38/44] Compiling XDG FilePath+Utils.swift
[39/44] Compiling XDG BaseDirectories+FindFile.swift
[40/44] Compiling XDG BaseDirectories+FindFiles.swift
[41/44] Compiling XDG BaseDirectories+EnsureDir.swift
[42/44] Compiling XDG BaseDirectories+EnsureFileParents.swift
[43/44] Compiling XDG BaseDirectories+GetPath.swift
[44/44] Compiling XDG BaseDirectories.swift
Build complete! (7.90s)
Fetching https://github.com/apple/swift-system.git
[1/5328] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.48s)
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
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" : "/Users/admin/builder/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"
}
Done.