The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PathBuilder, reference main (324729), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 09:26:39 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/mkj-is/PathBuilder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/PathBuilder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mkj-is/PathBuilder.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/21] Compiling PathBuilder Oval.swift
[4/21] Compiling PathBuilder QuadCurve.swift
[5/23] Compiling PathBuilder TangentArc.swift
[6/23] Compiling PathBuilder Path+PathBuilder.swift
[7/23] Compiling PathBuilder RoundedRect.swift
[8/23] Compiling PathBuilder Subpath.swift
[9/23] Compiling PathBuilder Line.swift
[10/23] Compiling PathBuilder Lines.swift
[11/23] Compiling PathBuilder Loop.swift
[12/23] Compiling PathBuilder Move.swift
[13/23] Compiling PathBuilder Arc.swift
[14/23] Compiling PathBuilder Close.swift
[15/23] Compiling PathBuilder Curve.swift
[16/23] Compiling PathBuilder EmptySubpath.swift
[17/23] Compiling PathBuilder Rect.swift
[18/23] Compiling PathBuilder RelativeArc.swift
[19/23] Compiling PathBuilder Array+PathComponent.swift
[20/23] Compiling PathBuilder LibraryContent.swift
[21/23] Emitting module PathBuilder
[22/23] Compiling PathBuilder PathBuilder.swift
[23/23] Compiling PathBuilder PathComponent.swift
Build complete! (9.84s)
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.