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 Pathos, reference main (a12992), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:16:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dduan/Pathos.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dduan/Pathos
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a12992f Make helper targets conditional (#289)
Cloned https://github.com/dduan/Pathos.git
Revision (git rev-parse @):
a12992fd569e7cbbf2e98d686dc662f3435ffcb9
SUCCESS checkout https://github.com/dduan/Pathos.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dduan/Pathos.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/29] Write sources
[2/29] Write readonly-entitlement.plist
[3/29] Write sources
[6/29] Write mk-entitlement.plist
[7/29] Write rm-entitlement.plist
[7/29] Write lookup-entitlement.plist
[9/29] Write ls-entitlement.plist
[10/29] Write sources
[11/29] Compiling WindowsHelpers dummy.c
[12/29] Compiling LinuxHelpers dummy.c
[13/29] Write swift-version-1EA4D86E10B52AF.txt
[15/64] Emitting module Pathos
[16/67] Compiling Pathos LazyBoxed.swift
[17/67] Compiling Pathos Metadata+Glibc.swift
[18/67] Compiling Pathos Path+Glibc.swift
[19/67] Compiling Pathos Metadata.swift
[20/67] Compiling Pathos WindowsConstants.swift
[21/67] Compiling Pathos WindowsFileType.swift
[22/67] Compiling Pathos WindowsPathConvertible.swift
[23/67] Compiling Pathos Algorithms.swift
[24/67] Compiling Pathos BinaryString.swift
[25/67] Compiling Pathos Box.swift
[26/67] Compiling Pathos Constants.swift
[27/67] Compiling Pathos Metadata+Darwin.swift
[28/67] Compiling Pathos Path+Darwin.swift
[29/67] Compiling Pathos FileTime.swift
[30/67] Compiling Pathos FileType.swift
[31/67] Compiling Pathos Permissions.swift
[32/67] Compiling Pathos PurePath.swift
[33/67] Compiling Pathos PurePathRepresentable.swift
[34/67] Compiling Pathos SystemError.swift
[35/67] Compiling Pathos POSIXPermissions.swift
[36/67] Compiling Pathos Path+POSIX.swift
[37/67] Compiling Pathos PathParts+POSIX.swift
[38/67] Compiling Pathos PurePOSIXPath.swift
[39/67] Compiling Pathos FileTime+Windows.swift
[40/67] Compiling Pathos Metadata+Windows.swift
[41/67] Compiling Pathos Path+Windows.swift
[42/67] Compiling Pathos FileTime+POSIX.swift
[43/67] Compiling Pathos POSIXConstants.swift
[44/67] Compiling Pathos POSIXFileType.swift
[45/67] Compiling Pathos POSIXPathConvertible.swift
[46/67] Compiling Pathos PathParts+Windows.swift
[47/67] Compiling Pathos PureWindowsPath.swift
[48/67] Compiling Pathos WindowsAttributes.swift
[49/67] Compiling Pathos Path+Joining.swift
[50/67] Compiling Pathos Path+Temporary.swift
[51/67] Compiling Pathos Path.swift
[52/67] Compiling Pathos PathParts.swift
[53/77] Compiling ls main.swift
[54/77] Emitting module ls
[54/77] Write Objects.LinkFileList
[56/77] Emitting module rm
[57/77] Compiling rm main.swift
[57/77] Write Objects.LinkFileList
[59/77] Emitting module lookup
[60/77] Compiling lookup main.swift
[60/77] Write Objects.LinkFileList
[62/77] Compiling readonly main.swift
[63/77] Emitting module readonly
[64/77] Emitting module mk
[65/77] Compiling mk main.swift
[65/77] Write Objects.LinkFileList
[67/77] Linking readonly
[68/77] Linking ls
[69/77] Linking lookup
[69/77] Linking mk
[71/77] Linking rm
[72/77] Applying mk
[73/77] Applying readonly
[73/77] Applying rm
[73/77] Applying ls
[74/77] Applying lookup
Build complete! (2.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Pathos",
  "name" : "Pathos",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Pathos",
      "targets" : [
        "Pathos"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "rm",
      "targets" : [
        "rm"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "readonly",
      "targets" : [
        "readonly"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "mk",
      "targets" : [
        "mk"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ls",
      "targets" : [
        "ls"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "lookup",
      "targets" : [
        "lookup"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "rm",
      "module_type" : "SwiftTarget",
      "name" : "rm",
      "path" : "Examples/rm",
      "product_memberships" : [
        "rm"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Pathos"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "readonly",
      "module_type" : "SwiftTarget",
      "name" : "readonly",
      "path" : "Examples/readonly",
      "product_memberships" : [
        "readonly"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Pathos"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "mk",
      "module_type" : "SwiftTarget",
      "name" : "mk",
      "path" : "Examples/mk",
      "product_memberships" : [
        "mk"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Pathos"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ls",
      "module_type" : "SwiftTarget",
      "name" : "ls",
      "path" : "Examples/ls",
      "product_memberships" : [
        "ls"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Pathos"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "lookup",
      "module_type" : "SwiftTarget",
      "name" : "lookup",
      "path" : "Examples/lookup",
      "product_memberships" : [
        "lookup"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Pathos"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WindowsHelpers",
      "module_type" : "ClangTarget",
      "name" : "WindowsHelpers",
      "path" : "Sources/WindowsHelpers",
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PathosTests",
      "module_type" : "SwiftTarget",
      "name" : "PathosTests",
      "path" : "Tests/PathosTests",
      "sources" : [
        "AbsoluteTests.swift",
        "BaseTests.swift",
        "ChildrenTests.swift",
        "CopyTests.swift",
        "GlobTests.swift",
        "HomeTests.swift",
        "MetadataTests.swift",
        "POSIXBinaryStringTests.swift",
        "POSIXPartsParsingTests.swift",
        "POSIXPathInitializationTests.swift",
        "POSIXPathJoiningTests.swift",
        "PathDeletionTests.swift",
        "PathExistsTests.swift",
        "PathExtensionTests.swift",
        "PathJoiningOperatorTests.swift",
        "PathJoiningTests.swift",
        "PathNormalTests.swift",
        "PathParentsTests.swift",
        "PermissionsTests.swift",
        "PurePOSIXParentTests.swift",
        "PurePOSIXPathBaseTests.swift",
        "PurePOSIXPathExtensionTests.swift",
        "PurePOSIXPathIsAbsoluteTests.swift",
        "PurePOSIXPathJoiningOperatorTests.swift",
        "PurePOSIXPathNormalTests.swift",
        "PurePOSIXPathParentsTests.swift",
        "PurePOSIXPathRelativeTests.swift",
        "PurePOSIXPathTests.swift",
        "PureWindowsExtensionTests.swift",
        "PureWindowsPathBaseTests.swift",
        "PureWindowsPathIsAbsoluteTests.swift",
        "PureWindowsPathJoiningOperatorTests.swift",
        "PureWindowsPathNormalTests.swift",
        "PureWindowsPathParentTests.swift",
        "PureWindowsPathParentsTests.swift",
        "PureWindowsPathRelativeTests.swift",
        "PureWindowsPathTests.swift",
        "ReadStringTests.swift",
        "ReadTests.swift",
        "RealTests.swift",
        "SymlinkTests.swift",
        "TemporaryTests.swift",
        "WindowsBinaryStringTests.swift",
        "WindowsFileTimeTests.swift",
        "WindowsPartsParsingTests.swift",
        "WindowsPathJoiningTests.swift",
        "WorkingDirectoryTests.swift",
        "WriteTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Pathos"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Pathos",
      "module_type" : "SwiftTarget",
      "name" : "Pathos",
      "path" : "Sources/Pathos",
      "product_memberships" : [
        "Pathos",
        "rm",
        "readonly",
        "mk",
        "ls",
        "lookup"
      ],
      "sources" : [
        "Algorithms.swift",
        "BinaryString.swift",
        "Box.swift",
        "Constants.swift",
        "Darwin/Metadata+Darwin.swift",
        "Darwin/Path+Darwin.swift",
        "FileTime.swift",
        "FileType.swift",
        "LazyBoxed.swift",
        "Linux/Metadata+Glibc.swift",
        "Linux/Path+Glibc.swift",
        "Metadata.swift",
        "POSIX/FileTime+POSIX.swift",
        "POSIX/POSIXConstants.swift",
        "POSIX/POSIXFileType.swift",
        "POSIX/POSIXPathConvertible.swift",
        "POSIX/POSIXPermissions.swift",
        "POSIX/Path+POSIX.swift",
        "POSIX/PathParts+POSIX.swift",
        "POSIX/PurePOSIXPath.swift",
        "Path+Joining.swift",
        "Path+Temporary.swift",
        "Path.swift",
        "PathParts.swift",
        "Permissions.swift",
        "PurePath.swift",
        "PurePathRepresentable.swift",
        "SystemError.swift",
        "Windows/FileTime+Windows.swift",
        "Windows/Metadata+Windows.swift",
        "Windows/Path+Windows.swift",
        "Windows/PathParts+Windows.swift",
        "Windows/PureWindowsPath.swift",
        "Windows/WindowsAttributes.swift",
        "Windows/WindowsConstants.swift",
        "Windows/WindowsFileType.swift",
        "Windows/WindowsPathConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LinuxHelpers",
      "module_type" : "ClangTarget",
      "name" : "LinuxHelpers",
      "path" : "Sources/LinuxHelpers",
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.