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 5.9 for Linux on 16 Jan 2025 23:02:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/Peek-Travel/swift-currency.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/8] Compiling ISOStandardCodegen main.swift
[2/8] Compiling ISOStandardCodegen Codegen+DefinitionParsing.swift
[3/8] Compiling ISOStandardCodegen Codegen+MintLookup.swift
[4/8] Compiling ISOStandardCodegen Codegen+FileHeader.swift
[5/8] Compiling ISOStandardCodegen Codegen+CurrencyDefinitions.swift
[6/8] Emitting module ISOStandardCodegen
[8/10] Wrapping AST for ISOStandardCodegen for debugging
[9/10] Linking ISOStandardCodegen
Build complete! (6.11s)
[1/1] Compiling plugin ISOStandardCodegenPlugin
Building for debugging...
[1/4] Generating ISO Standard currency support code
[3/21] Compiling Currency Sequence+Currency.swift
[4/22] Compiling Currency CurrencyMint+ISOCurrencyLookup.swift
[5/22] Compiling Currency Decimal.swift
[6/22] Compiling ISOStandardCodegen main.swift
[7/22] Compiling Currency CurrencyValue+StringRepresentation.swift
[8/22] Compiling Currency CurrencyValue.swift
[9/22] Compiling Currency CurrencyValue+Algorithms.swift
[10/22] Compiling Currency CurrencyValue+Arithmetic.swift
[11/22] Compiling Currency CurrencyDescriptor.swift
[12/22] Compiling Currency CurrencyMint.swift
[13/22] Emitting module Currency
[14/22] Emitting module ISOStandardCodegen
[15/22] Compiling ISOStandardCodegen Codegen+FileHeader.swift
[16/22] Compiling ISOStandardCodegen Codegen+CurrencyDefinitions.swift
[17/22] Compiling ISOStandardCodegen Codegen+DefinitionParsing.swift
[18/22] Compiling ISOStandardCodegen Codegen+MintLookup.swift
[20/24] Wrapping AST for ISOStandardCodegen for debugging
[21/24] Linking ISOStandardCodegen
[23/24] Compiling Currency MinorUnitRepresentation.swift
[24/24] Compiling Currency ISOCurrencies.swift
Build complete! (22.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-currency",
  "name" : "swift-currency",
  "path" : "/host/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"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.