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 PathKit, reference main (fec0f8), with Swift 5.10 for macOS (SPM) on 27 Jan 2025 15:39:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/PathKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MFB-Technologies-Inc/PathKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fec0f80 Merge pull request #2 from MFB-Technologies-Inc/feature/system-FilePath
Cloned https://github.com/MFB-Technologies-Inc/PathKit.git
Revision (git rev-parse @):
fec0f80a3c613551a440d708a4959ecb9d935476
SUCCESS checkout https://github.com/MFB-Technologies-Inc/PathKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/PathKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/15] Compiling PathKit Path+FileManipulation.swift
[4/16] Compiling PathKit Path+Globbing.swift
[5/16] Compiling PathKit Path+PathInfo.swift
[6/16] Compiling PathKit Path+Contents.swift
[7/16] Compiling PathKit Path+Directories.swift
[8/16] Compiling PathKit Path+FileInfo.swift
[9/16] Compiling PathKit Operators.swift
[10/16] Compiling PathKit Path+Components.swift
[11/16] Compiling PathKit DefaultFileSystemInfo.swift
[12/16] Compiling PathKit FileSystemInfo.swift
[13/16] Emitting module PathKit
[14/16] Compiling PathKit Path+Traversing.swift
[15/16] Compiling PathKit Path+Sequence.swift
[16/16] Compiling PathKit Path.swift
Build complete! (4.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PathKit",
  "name" : "PathKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PathKit",
      "targets" : [
        "PathKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PathKitTests",
      "path" : "Tests/PathKitTests",
      "sources" : [
        "PathKitTests.swift",
        "ThrowError.swift"
      ],
      "target_dependencies" : [
        "PathKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathKit",
      "module_type" : "SwiftTarget",
      "name" : "PathKit",
      "path" : "Sources/PathKit",
      "product_memberships" : [
        "PathKit"
      ],
      "sources" : [
        "Internal/DefaultFileSystemInfo.swift",
        "Internal/FileSystemInfo.swift",
        "Operators.swift",
        "Path+Components.swift",
        "Path+Contents.swift",
        "Path+Directories.swift",
        "Path+FileInfo.swift",
        "Path+FileManipulation.swift",
        "Path+Globbing.swift",
        "Path+PathInfo.swift",
        "Path+Sequence.swift",
        "Path+Traversing.swift",
        "Path.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.