The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Curry, reference v5.0.0 (56f657), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 13:03:59 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/thoughtbot/curry.git
Reference: v5.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thoughtbot/curry
 * tag               v5.0.0     -> FETCH_HEAD
HEAD is now at 56f657c Bump version: v5.0.0
Cloned https://github.com/thoughtbot/curry.git
Revision (git rev-parse @):
56f657c8a68dde445cc46630ccc84989213d93e8
SUCCESS checkout https://github.com/thoughtbot/curry.git at v5.0.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": "curry",
      "name": "Curry",
      "url": "https://github.com/thoughtbot/curry.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/curry",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/thoughtbot/curry.git
[1/601] Fetching curry
Fetched https://github.com/thoughtbot/curry.git from cache (0.75s)
Creating working copy for https://github.com/thoughtbot/curry.git
Working copy of https://github.com/thoughtbot/curry.git resolved at v5.0.0 (56f657c)
warning: '.resolve-product-dependencies': dependency 'curry' 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/thoughtbot/curry.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/4] Compiling Curry Curry.swift
[4/4] Emitting module Curry
Build complete! (28.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Curry",
  "name" : "Curry",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Curry",
      "targets" : [
        "Curry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Curry",
      "module_type" : "SwiftTarget",
      "name" : "Curry",
      "path" : "Source",
      "product_memberships" : [
        "Curry"
      ],
      "sources" : [
        "Curry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.