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 main (76518c), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 01:42:16 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thoughtbot/curry
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 76518c0 Merge pull request #56 from thoughtbot/github-actions/repository-maintenance-085f692fbbf4edda408f9b38780f1ab0c3bf4e3c
Cloned https://github.com/thoughtbot/curry.git
Revision (git rev-parse @):
76518c02bae9c6c2d8dd727d04b749134fac1ce1
SUCCESS checkout https://github.com/thoughtbot/curry.git at main
========================================
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.85s)
Creating working copy for https://github.com/thoughtbot/curry.git
Working copy of https://github.com/thoughtbot/curry.git resolved at main (76518c0)
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! (28.36s)
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.