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.1 for macOS (SPM) on 26 Apr 2025 19:54:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
========================================
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": "cgpathintersection",
      "name": "CGPathIntersection",
      "url": "https://github.com/calda/CGPathIntersection.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CGPathIntersection",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/calda/CGPathIntersection.git
[1/282] Fetching cgpathintersection
Fetched https://github.com/calda/CGPathIntersection.git from cache (1.29s)
Creating working copy for https://github.com/calda/CGPathIntersection.git
Working copy of https://github.com/calda/CGPathIntersection.git resolved at master (364362e)
warning: '.resolve-product-dependencies': dependency 'cgpathintersection' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/calda/CGPathIntersection.git
https://github.com/calda/CGPathIntersection.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling CGPathIntersection CGPathImage.swift
[4/8] Compiling CGPathIntersection PlatformImage.swift
[5/8] Compiling CGPathIntersection Array+CoalescePoints.swift
[6/8] Compiling CGPathIntersection CGPathImage+RawPixels.swift
[7/8] Compiling CGPathIntersection CGPath+Intersections.swift
[8/8] Emitting module CGPathIntersection
Build complete! (6.26s)
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.