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 CropImage, reference main (9a8b48), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 04:26:45 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/laosb/CropImage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/laosb/CropImage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9a8b486 Create FUNDING.yml
Cloned https://github.com/laosb/CropImage.git
Revision (git rev-parse @):
9a8b486f5529768600a885d3e53cde19867a7098
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/laosb/CropImage.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/laosb/CropImage.git
https://github.com/laosb/CropImage.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CropImage",
  "name" : "CropImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CropImage",
      "targets" : [
        "CropImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CropImage",
      "module_type" : "SwiftTarget",
      "name" : "CropImage",
      "path" : "Sources/CropImage",
      "product_memberships" : [
        "CropImage"
      ],
      "sources" : [
        "Comparable+clamped.swift",
        "CropImageView.swift",
        "DefaultControlsView.swift",
        "DefaultCutHoleShape.swift",
        "DefaultCutHoleView.swift",
        "PlatformImage.swift",
        "UnderlyingImageView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/10] Compiling CropImage Comparable+clamped.swift
[4/10] Compiling CropImage DefaultCutHoleView.swift
[5/10] Compiling CropImage PlatformImage.swift
[6/10] Compiling CropImage CropImageView.swift
[7/10] Emitting module CropImage
[8/10] Compiling CropImage DefaultCutHoleShape.swift
[9/10] Compiling CropImage UnderlyingImageView.swift
[10/10] Compiling CropImage DefaultControlsView.swift
Build complete! (8.98s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CropImage",
  "name" : "CropImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CropImage",
      "targets" : [
        "CropImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CropImage",
      "module_type" : "SwiftTarget",
      "name" : "CropImage",
      "path" : "Sources/CropImage",
      "product_memberships" : [
        "CropImage"
      ],
      "sources" : [
        "Comparable+clamped.swift",
        "CropImageView.swift",
        "DefaultControlsView.swift",
        "DefaultCutHoleShape.swift",
        "DefaultCutHoleView.swift",
        "PlatformImage.swift",
        "UnderlyingImageView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.