The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PathKit, reference 1.3.0 (a444cb), with Swift 6.2 for macOS (SPM) on 11 Mar 2026 14:31:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/loopwerk/PathKit.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/PathKit
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at a444cb2 feat: All unit tests run again, also in GitHub Actions
Cloned https://github.com/loopwerk/PathKit.git
Revision (git rev-parse @):
a444cb21b8e588d6fc24af988c9cafaf82bf1d58
SUCCESS checkout https://github.com/loopwerk/PathKit.git at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "pathkit",
      "name": "PathKit",
      "url": "https://github.com/loopwerk/PathKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/loopwerk/PathKit.git
[1/805] Fetching pathkit
Fetched https://github.com/loopwerk/PathKit.git from cache (0.89s)
Creating working copy for https://github.com/loopwerk/PathKit.git
Working copy of https://github.com/loopwerk/PathKit.git resolved at 1.3.0 (a444cb2)
warning: '.resolve-product-dependencies': dependency 'pathkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/loopwerk/PathKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/4] Compiling PathKit PathKit.swift
[4/4] Emitting module PathKit
Build complete! (4.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PathKit",
  "name" : "PathKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PathKit",
      "targets" : [
        "PathKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PathKitTests",
      "path" : "Tests/PathKitTests",
      "sources" : [
        "PathKitTests.swift"
      ],
      "target_dependencies" : [
        "PathKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathKit",
      "module_type" : "SwiftTarget",
      "name" : "PathKit",
      "path" : "Sources",
      "product_memberships" : [
        "PathKit"
      ],
      "sources" : [
        "PathKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.