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 Currency, reference 0.6.1 (a7daee), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 18:33:57 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/Peek-Travel/swift-currency.git
Reference: 0.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Peek-Travel/swift-currency
 * tag               0.6.1      -> FETCH_HEAD
HEAD is now at a7daee9 Merge pull request #39 from peek-travel/38-coacoapods-support
Cloned https://github.com/Peek-Travel/swift-currency.git
Revision (git rev-parse @):
a7daee90166c9cecf19a10353707652bb86faf6a
SUCCESS checkout https://github.com/Peek-Travel/swift-currency.git at 0.6.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": "Currency",
      "url": "https://github.com/Peek-Travel/swift-currency.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-currency",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Peek-Travel/swift-currency.git
[1/650] Fetching swift-currency
Fetched https://github.com/Peek-Travel/swift-currency.git from cache (0.85s)
Creating working copy for https://github.com/Peek-Travel/swift-currency.git
Working copy of https://github.com/Peek-Travel/swift-currency.git resolved at 0.6.1 (a7daee9)
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/Peek-Travel/swift-currency.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/12] Compiling Currency Decimal.swift
[4/12] Compiling Currency CurrencyMetadata.swift
[5/12] Compiling Currency CurrencyProtocol.swift
[6/12] Compiling Currency ISOCurrencies.swift
[7/12] Compiling Currency CurrencyMint+ISOCurrencies.swift
[8/12] Compiling Currency CurrencyMint.swift
[9/12] Compiling Currency AnyCurrency+Algorithms.swift
[10/12] Compiling Currency AnyCurrency+Sequence.swift
[11/12] Emitting module Currency
[12/12] Compiling Currency AnyCurrency.swift
Build complete! (13.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Currency",
  "name" : "Currency",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Currency",
      "targets" : [
        "Currency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CurrencyTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTests",
      "path" : "Tests/CurrencyTests",
      "sources" : [
        "AnyCurrencyAlgorithmsTests.swift",
        "AnyCurrencyTests.swift",
        "CurrencyMintTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Currency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Currency",
      "module_type" : "SwiftTarget",
      "name" : "Currency",
      "path" : "Sources/Currency",
      "product_memberships" : [
        "Currency"
      ],
      "sources" : [
        "AnyCurrency+Algorithms.swift",
        "AnyCurrency+Sequence.swift",
        "AnyCurrency.swift",
        "CurrencyMetadata.swift",
        "CurrencyMint+ISOCurrencies.swift",
        "CurrencyMint.swift",
        "CurrencyProtocol.swift",
        "Extensions/Decimal.swift",
        "ISOCurrencies.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.