The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PathBuilder, reference 2.1.0 (324729), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 11:47:27 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/mkj-is/PathBuilder.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/PathBuilder
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 3247299 Fix failing infinite bounding rect tests
Cloned https://github.com/mkj-is/PathBuilder.git
Revision (git rev-parse @):
3247299dc6c3dc63f3bda1326dc7e08b14566af4
SUCCESS checkout https://github.com/mkj-is/PathBuilder.git at 2.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": "pathbuilder",
      "name": "PathBuilder",
      "url": "https://github.com/mkj-is/PathBuilder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathBuilder",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mkj-is/PathBuilder.git
[1/392] Fetching pathbuilder
Fetched https://github.com/mkj-is/PathBuilder.git from cache (0.67s)
Creating working copy for https://github.com/mkj-is/PathBuilder.git
Working copy of https://github.com/mkj-is/PathBuilder.git resolved at 2.1.0 (3247299)
warning: '.resolve-product-dependencies': dependency 'pathbuilder' 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/mkj-is/PathBuilder.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/21] Compiling PathBuilder Arc.swift
[4/21] Compiling PathBuilder Close.swift
[5/21] Compiling PathBuilder Rect.swift
[6/21] Compiling PathBuilder RelativeArc.swift
[7/21] Compiling PathBuilder Array+PathComponent.swift
[8/21] Compiling PathBuilder LibraryContent.swift
[9/21] Compiling PathBuilder RoundedRect.swift
[10/21] Compiling PathBuilder Subpath.swift
[11/21] Compiling PathBuilder TangentArc.swift
[12/21] Compiling PathBuilder Path+PathBuilder.swift
[13/21] Compiling PathBuilder Oval.swift
[14/21] Compiling PathBuilder QuadCurve.swift
[15/21] Emitting module PathBuilder
[16/21] Compiling PathBuilder Line.swift
[17/21] Compiling PathBuilder Lines.swift
[18/21] Compiling PathBuilder Curve.swift
[19/21] Compiling PathBuilder EmptySubpath.swift
[20/21] Compiling PathBuilder Loop.swift
[21/21] Compiling PathBuilder Move.swift
[22/23] Compiling PathBuilder PathBuilder.swift
[23/23] Compiling PathBuilder PathComponent.swift
Build complete! (11.60s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PathBuilder",
  "name" : "PathBuilder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PathBuilder",
      "targets" : [
        "PathBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "PathBuilderTests",
      "path" : "Tests/PathBuilderTests",
      "sources" : [
        "PathBuilderTests.swift"
      ],
      "target_dependencies" : [
        "PathBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathBuilder",
      "module_type" : "SwiftTarget",
      "name" : "PathBuilder",
      "path" : "Sources/PathBuilder",
      "product_memberships" : [
        "PathBuilder"
      ],
      "sources" : [
        "Array+PathComponent.swift",
        "LibraryContent.swift",
        "Path components/Arc.swift",
        "Path components/Close.swift",
        "Path components/Curve.swift",
        "Path components/EmptySubpath.swift",
        "Path components/Line.swift",
        "Path components/Lines.swift",
        "Path components/Loop.swift",
        "Path components/Move.swift",
        "Path components/Oval.swift",
        "Path components/QuadCurve.swift",
        "Path components/Rect.swift",
        "Path components/RelativeArc.swift",
        "Path components/RoundedRect.swift",
        "Path components/Subpath.swift",
        "Path components/TangentArc.swift",
        "Path+PathBuilder.swift",
        "PathBuilder.swift",
        "PathComponent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.