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 PathPresenter, reference 1.1.3 (ae353e), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 04:14:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexdremov/PathPresenter.git
Reference: 1.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexdremov/PathPresenter
 * tag               1.1.3      -> FETCH_HEAD
HEAD is now at ae353ea last view feaure
Cloned https://github.com/alexdremov/PathPresenter.git
Revision (git rev-parse @):
ae353eae4b18e7961b767b30fa2af76a9fd40eb6
SUCCESS checkout https://github.com/alexdremov/PathPresenter.git at 1.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alexdremov/PathPresenter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling PathPresenter PathTypeView.swift
[4/7] Compiling PathPresenter RoutingView.swift
[5/7] Compiling PathPresenter PathType.swift
[6/7] Compiling PathPresenter Path.swift
[7/7] Emitting module PathPresenter
Build complete! (7.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PathPresenter",
  "name" : "PathPresenter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "PathPresenter",
      "targets" : [
        "PathPresenter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathPresenterTests",
      "module_type" : "SwiftTarget",
      "name" : "PathPresenterTests",
      "path" : "Tests/PathPresenterTests",
      "sources" : [
        "PathPresenterTests.swift"
      ],
      "target_dependencies" : [
        "PathPresenter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathPresenter",
      "module_type" : "SwiftTarget",
      "name" : "PathPresenter",
      "path" : "Sources/PathPresenter",
      "product_memberships" : [
        "PathPresenter"
      ],
      "sources" : [
        "Path.swift",
        "PathType.swift",
        "PathTypeView.swift",
        "RoutingView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.