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 PathTo, reference v1.1.0 (2b2bb4), with Swift 6.2 for macOS (SPM) on 2 Dec 2025 09:15:28 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/jaywcjlove/swift-path-to.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/swift-path-to
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 2b2bb4b doc: Update README.md
Cloned https://github.com/jaywcjlove/swift-path-to.git
Revision (git rev-parse @):
2b2bb4b05bd7d06446b5e9de5d37a4acee7e63c2
SUCCESS checkout https://github.com/jaywcjlove/swift-path-to.git at v1.1.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": "swift-path-to",
      "name": "PathTo",
      "url": "https://github.com/jaywcjlove/swift-path-to.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-path-to",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jaywcjlove/swift-path-to.git
[1/33] Fetching swift-path-to
Fetched https://github.com/jaywcjlove/swift-path-to.git from cache (0.73s)
Creating working copy for https://github.com/jaywcjlove/swift-path-to.git
Working copy of https://github.com/jaywcjlove/swift-path-to.git resolved at v1.1.0 (2b2bb4b)
warning: '.resolve-product-dependencies': dependency 'swift-path-to' 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/jaywcjlove/swift-path-to.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] Emitting module PathTo
[4/4] Compiling PathTo PathTo.swift
Build complete! (3.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PathTo",
  "name" : "PathTo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PathTo",
      "targets" : [
        "PathTo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathToTests",
      "module_type" : "SwiftTarget",
      "name" : "PathToTests",
      "path" : "Tests/PathToTests",
      "sources" : [
        "PathToTests.swift"
      ],
      "target_dependencies" : [
        "PathTo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathTo",
      "module_type" : "SwiftTarget",
      "name" : "PathTo",
      "path" : "Sources/PathTo",
      "product_memberships" : [
        "PathTo"
      ],
      "sources" : [
        "PathTo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.