This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 CurrencyConverter with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flight-school/currencyconverter.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/currencyconverter
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cb7f44f Use GitHub Actions for CI/CD (#2)
Cloned https://github.com/flight-school/currencyconverter.git
Revision (git rev-parse @):
cb7f44ffeae81beb5dd9945dc5c118f177641775
SUCCESS checkout https://github.com/flight-school/currencyconverter.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/flight-school/currencyconverter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/6] Emitting module Money
[5/6] Compiling Money Money.swift
[6/6] Compiling Money Currency.swift
[7/10] Emitting module CurrencyConverter
[8/10] Compiling CurrencyConverter UnidirectionalCurrencyConverter.swift
[9/10] Compiling CurrencyConverter CurrencyPair.swift
[10/10] Compiling CurrencyConverter BidirectionalCurrencyConverter.swift
Build complete! (18.46s)
Fetching https://github.com/Flight-School/Money.git
[5/469] Fetching money
Fetched https://github.com/Flight-School/Money.git from cache (0.95s)
Computing version for https://github.com/Flight-School/Money.git
Computed https://github.com/Flight-School/Money.git at 1.0.1 (0.66s)
Creating working copy for https://github.com/Flight-School/Money.git
Working copy of https://github.com/Flight-School/Money.git resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "money",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/Money.git"
    }
  ],
  "manifest_display_name" : "CurrencyConverter",
  "name" : "CurrencyConverter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CurrencyConverter",
      "targets" : [
        "CurrencyConverter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CurrencyConverterTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyConverterTests",
      "path" : "Tests/CurrencyConverterTests",
      "sources" : [
        "CurrenyPairTests.swift"
      ],
      "target_dependencies" : [
        "CurrencyConverter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CurrencyConverter",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyConverter",
      "path" : "Sources/CurrencyConverter",
      "product_dependencies" : [
        "Money"
      ],
      "product_memberships" : [
        "CurrencyConverter"
      ],
      "sources" : [
        "BidirectionalCurrencyConverter.swift",
        "CurrencyPair.swift",
        "UnidirectionalCurrencyConverter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.