The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PathTo, reference v1.1.0 (2b2bb4), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 17:03:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jaywcjlove/swift-path-to.git
[1/49] Fetching swift-path-to
Fetched https://github.com/jaywcjlove/swift-path-to.git from cache (0.55s)
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.3
Building package at path:  $PWD
https://github.com/jaywcjlove/swift-path-to.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling PathTo PathTo.swift
[4/4] Emitting module PathTo
Build complete! (5.06s)
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.