The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Money, reference 1.4.0 (135604), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:00:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flight-school/money.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/money
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 135604c Bump version to 1.4.0
Cloned https://github.com/flight-school/money.git
Revision (git rev-parse @):
135604c4966b2cc0be180182f23778660175b031
SUCCESS checkout https://github.com/flight-school/money.git at 1.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/flight-school/money.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling Money JSONEncoder+Extensions.swift
[4/7] Compiling Money Currency.swift
[5/7] Emitting module Money
[6/7] Compiling Money JSONDecoder+Extensions.swift
[7/7] Compiling Money Money.swift
Build complete! (3.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Money",
  "name" : "Money",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Money",
      "targets" : [
        "Money"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MoneyTests",
      "module_type" : "SwiftTarget",
      "name" : "MoneyTests",
      "path" : "Tests/MoneyTests",
      "sources" : [
        "CurrencyTests.swift",
        "DecodingTests.swift",
        "EncodingTests.swift",
        "MoneyTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Money"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Money",
      "module_type" : "SwiftTarget",
      "name" : "Money",
      "path" : "Sources/Money",
      "product_memberships" : [
        "Money"
      ],
      "sources" : [
        "Currency.swift",
        "Extensions/JSONDecoder+Extensions.swift",
        "Extensions/JSONEncoder+Extensions.swift",
        "Money.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.