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 swift-currency, reference 0.0.1 (476562), with Swift 6.0 for macOS (SPM) on 23 Oct 2024 06:36:40 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.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.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/swift-currency.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zunda-pixel/swift-currency
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 476562c Create LICENSE
Cloned https://github.com/zunda-pixel/swift-currency.git
Revision (git rev-parse @):
476562c17ec5ed2d96794f13a24df86eb7bf96b5
SUCCESS checkout https://github.com/zunda-pixel/swift-currency.git at 0.0.1
========================================
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": "swift-currency",
      "name": "swift-currency",
      "url": "https://github.com/zunda-pixel/swift-currency.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-currency",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/zunda-pixel/swift-currency.git
[1/14] Fetching swift-currency
Fetched https://github.com/zunda-pixel/swift-currency.git from cache (0.64s)
Creating working copy for https://github.com/zunda-pixel/swift-currency.git
Working copy of https://github.com/zunda-pixel/swift-currency.git resolved at 0.0.1 (476562c)
warning: '.resolve-product-dependencies': dependency 'swift-currency' 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/zunda-pixel/swift-currency.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.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--4A847ED0836F2485.txt
[3/4] Compiling Currency Currency.swift
[4/4] Emitting module Currency
Build complete! (1.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-currency",
  "name" : "swift-currency",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Currency",
      "targets" : [
        "Currency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Currency",
      "module_type" : "SwiftTarget",
      "name" : "Currency",
      "path" : "Sources/Currency",
      "product_memberships" : [
        "Currency"
      ],
      "sources" : [
        "Currency.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.