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 1.0.0 (8c4f9f), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 08:39:28 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Peek-Travel/swift-currency.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Peek-Travel/swift-currency
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 8c4f9f2 Update README to properly reference upcoming 1.0 release
Cloned https://github.com/Peek-Travel/swift-currency.git
Revision (git rev-parse @):
8c4f9f2cbbad86556a23abb7ef1b9cc7169fecbe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Peek-Travel/swift-currency.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Peek-Travel/swift-currency.git
https://github.com/Peek-Travel/swift-currency.git
{
  "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"
        ]
      }
    },
    {
      "name" : "ISOStandardCodegen",
      "targets" : [
        "ISOStandardCodegen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ISOStandardCodegenPlugin",
      "module_type" : "PluginTarget",
      "name" : "ISOStandardCodegenPlugin",
      "path" : "Plugins/ISOStandardCodegenPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "Currency"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "ISOStandardCodegen"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ISOStandardCodegen",
      "module_type" : "SwiftTarget",
      "name" : "ISOStandardCodegen",
      "path" : "Sources/ISOStandardCodegen",
      "product_memberships" : [
        "Currency",
        "ISOStandardCodegen"
      ],
      "sources" : [
        "Codegen+CurrencyDefinitions.swift",
        "Codegen+DefinitionParsing.swift",
        "Codegen+FileHeader.swift",
        "Codegen+MintLookup.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CurrencyTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTests",
      "path" : "Tests/CurrencyTests",
      "sources" : [
        "CurrencyDescriptorTests.swift",
        "CurrencyMintTests.swift",
        "CurrencyValue+AlgorithmsTests.swift",
        "CurrencyValue+ArithmeticTests.swift",
        "CurrencyValue+StringRepresentationTests.swift",
        "CurrencyValueTests.swift",
        "Sequence+CurrencyTests.swift"
      ],
      "target_dependencies" : [
        "Currency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Currency",
      "module_type" : "SwiftTarget",
      "name" : "Currency",
      "path" : "Sources/Currency",
      "product_memberships" : [
        "Currency"
      ],
      "sources" : [
        "CurrencyDescriptor.swift",
        "CurrencyMint.swift",
        "CurrencyValue+Algorithms.swift",
        "CurrencyValue+Arithmetic.swift",
        "CurrencyValue+StringRepresentation.swift",
        "CurrencyValue.swift",
        "Extensions/Decimal.swift",
        "Extensions/Sequence+Currency.swift",
        "MinorUnitRepresentation.swift"
      ],
      "target_dependencies" : [
        "ISOStandardCodegenPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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
[0/6] Write sources
[1/6] Write ISOStandardCodegen-tool-entitlement.plist
[2/6] Write swift-version-2F0A5646E1D333AE.txt
[4/12] Compiling ISOStandardCodegen main.swift
[5/12] Compiling ISOStandardCodegen Codegen+MintLookup.swift
[6/12] Emitting module ISOStandardCodegen
[7/12] Compiling ISOStandardCodegen Codegen+CurrencyDefinitions.swift
[8/12] Compiling ISOStandardCodegen Codegen+FileHeader.swift
[9/12] Compiling ISOStandardCodegen Codegen+DefinitionParsing.swift
[9/12] Write Objects.LinkFileList
[10/12] Linking ISOStandardCodegen-tool
[11/12] Applying ISOStandardCodegen-tool
[1/1] Compiling plugin ISOStandardCodegenPlugin
Building for debugging...
[1/14] Write sources
[1/14] Write ISOStandardCodegen-tool-entitlement.plist
[4/14] Write ISOStandardCodegen-entitlement.plist
[5/14] Write swift-version-2F0A5646E1D333AE.txt
[6/20] Write Objects.LinkFileList
[8/20] Compiling ISOStandardCodegen Codegen+FileHeader.swift
[9/20] Compiling ISOStandardCodegen Codegen+MintLookup.swift
[10/20] Compiling ISOStandardCodegen main.swift
[11/20] Compiling ISOStandardCodegen Codegen+CurrencyDefinitions.swift
[12/20] Emitting module ISOStandardCodegen
[13/20] Compiling ISOStandardCodegen Codegen+DefinitionParsing.swift
[13/20] Write Objects.LinkFileList
[14/20] Linking ISOStandardCodegen-tool
[15/20] Applying ISOStandardCodegen-tool
[16/20] Generating ISO Standard currency support code
[17/20] Write sources
[18/20] Linking ISOStandardCodegen
[19/20] Applying ISOStandardCodegen
[21/31] Compiling Currency MinorUnitRepresentation.swift
[22/31] Compiling Currency CurrencyValue.swift
[23/31] Compiling Currency Decimal.swift
[24/31] Compiling Currency CurrencyValue+Arithmetic.swift
[25/31] Compiling Currency Sequence+Currency.swift
[26/31] Compiling Currency CurrencyValue+StringRepresentation.swift
[27/31] Emitting module Currency
[28/31] Compiling Currency ISOCurrencies.swift
[29/31] Compiling Currency CurrencyDescriptor.swift
[30/31] Compiling Currency CurrencyMint.swift
[31/31] Compiling Currency CurrencyValue+Algorithms.swift
[32/32] Compiling Currency CurrencyMint+ISOCurrencyLookup.swift
Build complete! (9.53s)
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"
        ]
      }
    },
    {
      "name" : "ISOStandardCodegen",
      "targets" : [
        "ISOStandardCodegen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ISOStandardCodegenPlugin",
      "module_type" : "PluginTarget",
      "name" : "ISOStandardCodegenPlugin",
      "path" : "Plugins/ISOStandardCodegenPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "Currency"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "ISOStandardCodegen"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ISOStandardCodegen",
      "module_type" : "SwiftTarget",
      "name" : "ISOStandardCodegen",
      "path" : "Sources/ISOStandardCodegen",
      "product_memberships" : [
        "Currency",
        "ISOStandardCodegen"
      ],
      "sources" : [
        "Codegen+CurrencyDefinitions.swift",
        "Codegen+DefinitionParsing.swift",
        "Codegen+FileHeader.swift",
        "Codegen+MintLookup.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CurrencyTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTests",
      "path" : "Tests/CurrencyTests",
      "sources" : [
        "CurrencyDescriptorTests.swift",
        "CurrencyMintTests.swift",
        "CurrencyValue+AlgorithmsTests.swift",
        "CurrencyValue+ArithmeticTests.swift",
        "CurrencyValue+StringRepresentationTests.swift",
        "CurrencyValueTests.swift",
        "Sequence+CurrencyTests.swift"
      ],
      "target_dependencies" : [
        "Currency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Currency",
      "module_type" : "SwiftTarget",
      "name" : "Currency",
      "path" : "Sources/Currency",
      "product_memberships" : [
        "Currency"
      ],
      "sources" : [
        "CurrencyDescriptor.swift",
        "CurrencyMint.swift",
        "CurrencyValue+Algorithms.swift",
        "CurrencyValue+Arithmetic.swift",
        "CurrencyValue+StringRepresentation.swift",
        "CurrencyValue.swift",
        "Extensions/Decimal.swift",
        "Extensions/Sequence+Currency.swift",
        "MinorUnitRepresentation.swift"
      ],
      "target_dependencies" : [
        "ISOStandardCodegenPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.