The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Curry, reference v5.0.0 (56f657), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 01:41:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/thoughtbot/curry.git
[1/591] Fetching curry
Fetched https://github.com/thoughtbot/curry.git from cache (0.83s)
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.0
Building package at path:  $PWD
https://github.com/thoughtbot/curry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Compiling Curry Curry.swift
[4/4] Emitting module Curry
Build complete! (27.06s)
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.