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 main (80b743), with Swift 6.2 for macOS (SPM) on 3 Dec 2025 09:04:52 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/swift-path-to
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 80b7439 Include MIT License file
Cloned https://github.com/jaywcjlove/swift-path-to.git
Revision (git rev-parse @):
80b743998c589d56613f2c789191d238aa911924
SUCCESS checkout https://github.com/jaywcjlove/swift-path-to.git at main
========================================
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/40] Fetching swift-path-to
Fetched https://github.com/jaywcjlove/swift-path-to.git from cache (0.67s)
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 main (80b7439)
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.86s)
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.