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 CGPathIntersection, reference master (364362), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 08:32:16 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/calda/CGPathIntersection.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/calda/CGPathIntersection
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 364362e Update SPM instructions to use "4.0.0" instead of "4.0" (#9)
Cloned https://github.com/calda/CGPathIntersection.git
Revision (git rev-parse @):
364362e964bdc75f6a70482f92192b7b670e6d55
SUCCESS checkout https://github.com/calda/CGPathIntersection.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/calda/CGPathIntersection.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/8] Compiling CGPathIntersection PlatformImage.swift
[4/8] Compiling CGPathIntersection CGPathImage.swift
[5/8] Emitting module CGPathIntersection
[6/8] Compiling CGPathIntersection CGPathImage+RawPixels.swift
[7/8] Compiling CGPathIntersection CGPath+Intersections.swift
[8/8] Compiling CGPathIntersection Array+CoalescePoints.swift
Build complete! (6.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CGPathIntersection",
  "name" : "CGPathIntersection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "CGPathIntersection",
      "targets" : [
        "CGPathIntersection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CGPathIntersectionTests",
      "module_type" : "SwiftTarget",
      "name" : "CGPathIntersectionTests",
      "path" : "CGPathIntersectionTests",
      "sources" : [
        "CGPathIntersectionTests.swift"
      ],
      "target_dependencies" : [
        "CGPathIntersection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CGPathIntersection",
      "module_type" : "SwiftTarget",
      "name" : "CGPathIntersection",
      "path" : "CGPathIntersection",
      "product_memberships" : [
        "CGPathIntersection"
      ],
      "sources" : [
        "Array+CoalescePoints.swift",
        "CGPath+Intersections.swift",
        "CGPathImage+RawPixels.swift",
        "CGPathImage.swift",
        "PlatformImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.