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 master (70bf57), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 16:53:43 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bannzai/eracalculator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 70bf575 Merge pull request #2 from yakkun/patch-1
Cloned https://github.com/bannzai/eracalculator.git
Revision (git rev-parse @):
70bf57596f4062dbbd6ba9b8538a105534055456
SUCCESS checkout https://github.com/bannzai/eracalculator.git at master
========================================
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/10] Compiling EraCalculator Era.swift
[4/10] Compiling EraCalculator EraType+Comparable.swift
[5/10] Compiling EraCalculator EraType+Date.swift
[6/10] Compiling EraCalculator Const.swift
[7/10] Compiling EraCalculator EraConvertable.swift
[8/10] Compiling EraCalculator Configuration.swift
[9/10] Emitting module EraCalculator
[10/10] Compiling EraCalculator EraType.swift
Build complete! (3.91s)
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",
        "Era.swift",
        "EraConvertable.swift",
        "EraType+Comparable.swift",
        "EraType+Date.swift",
        "EraType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.