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, reference 1.0.0 (2b1bbf), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 11:23:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flight-school/currencyconverter.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/currencyconverter
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 2b1bbfc Initial commit
Cloned https://github.com/flight-school/currencyconverter.git
Revision (git rev-parse @):
2b1bbfc9e0180984684196ac04a38d871fabd24a
SUCCESS checkout https://github.com/flight-school/currencyconverter.git at 1.0.0
Fetching https://github.com/Flight-School/Money.git
[1/470] Fetching money
Fetched https://github.com/Flight-School/Money.git from cache (0.76s)
Computing version for https://github.com/Flight-School/Money.git
Computed https://github.com/Flight-School/Money.git at 1.0.0 (1.45s)
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.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": "currencyconverter",
      "name": "CurrencyConverter",
      "url": "https://github.com/flight-school/currencyconverter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/currencyconverter",
      "dependencies": [
        {
          "identity": "money",
          "name": "Money",
          "url": "https://github.com/Flight-School/Money.git",
          "version": "1.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Money",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/flight-school/currencyconverter.git
[3/86] Fetching currencyconverter
Fetched https://github.com/flight-school/currencyconverter.git from cache (0.62s)
Fetching https://github.com/Flight-School/Money.git from cache
Fetched https://github.com/Flight-School/Money.git from cache (0.42s)
Computing version for https://github.com/Flight-School/Money.git
Computed https://github.com/Flight-School/Money.git at 1.4.0 (0.47s)
Creating working copy for https://github.com/flight-school/currencyconverter.git
Working copy of https://github.com/flight-school/currencyconverter.git resolved at 1.0.0 (2b1bbfc)
Creating working copy for https://github.com/Flight-School/Money.git
Working copy of https://github.com/Flight-School/Money.git resolved at 1.4.0
warning: '.resolve-product-dependencies': dependency 'currencyconverter' is not used by any target
Found 1 product dependencies
  - Money
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flight-school/currencyconverter.git
https://github.com/flight-school/currencyconverter.git
{
  "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",
        "XCTestManifests.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.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/6] Compiling Money Currency.swift
[5/6] Emitting module Money
[6/6] Compiling Money Money.swift
[7/10] Compiling CurrencyConverter CurrencyPair.swift
[8/10] Compiling CurrencyConverter BidirectionalCurrencyConverter.swift
[9/10] Emitting module CurrencyConverter
[10/10] Compiling CurrencyConverter UnidirectionalCurrencyConverter.swift
Build complete! (6.39s)
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",
        "XCTestManifests.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.2"
}
Done.