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 EraCalculator, reference 0.0.1 (7b34f3), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 16:53:52 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/bannzai/eracalculator.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bannzai/eracalculator
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 7b34f33 :memo: Update README
Cloned https://github.com/bannzai/eracalculator.git
Revision (git rev-parse @):
7b34f331cb3d01b27d9773a8d1e5c5fba97f5a53
SUCCESS checkout https://github.com/bannzai/eracalculator.git at 0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bannzai/eracalculator.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/9] Emitting module EraCalculator
[4/9] Compiling EraCalculator EraType.swift
[5/9] Compiling EraCalculator EraType+Convert.swift
[6/9] Compiling EraCalculator Const.swift
[7/9] Compiling EraCalculator EraType+Date.swift
[8/9] Compiling EraCalculator EraType+Comparable.swift
[9/9] Compiling EraCalculator Configuration.swift
Build complete! (3.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EraCalculator",
  "name" : "EraCalculator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EraCalculator",
      "targets" : [
        "EraCalculator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EraCalculatorTests",
      "module_type" : "SwiftTarget",
      "name" : "EraCalculatorTests",
      "path" : "Tests/EraCalculatorTests",
      "sources" : [
        "EraTypeTest.swift"
      ],
      "target_dependencies" : [
        "EraCalculator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EraCalculator",
      "module_type" : "SwiftTarget",
      "name" : "EraCalculator",
      "path" : "Sources/EraCalculator",
      "product_memberships" : [
        "EraCalculator"
      ],
      "sources" : [
        "Configuration.swift",
        "Const.swift",
        "EraType+Comparable.swift",
        "EraType+Convert.swift",
        "EraType+Date.swift",
        "EraType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.