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 Ephemeris, reference master (b0512e), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 21:56:20 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/Kaiede/Ephemeris.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kaiede/Ephemeris
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b0512e5 Enable Github Actions (#6)
Cloned https://github.com/Kaiede/Ephemeris.git
Revision (git rev-parse @):
b0512e52cdf38ed28936bf3226d8f78397fb0ed1
SUCCESS checkout https://github.com/Kaiede/Ephemeris.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kaiede/Ephemeris.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] Compiling Ephemeris Solar.swift
[4/9] Compiling Ephemeris Date.swift
[5/9] Compiling Ephemeris Lunar.swift
[6/9] Compiling Ephemeris Matrix.swift
[7/9] Compiling Ephemeris Coordinates.swift
[8/9] Emitting module Ephemeris
[9/9] Compiling Ephemeris Body.swift
Build complete! (3.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ephemeris",
  "name" : "Ephemeris",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ephemeris",
      "targets" : [
        "Ephemeris"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EphemerisTests",
      "module_type" : "SwiftTarget",
      "name" : "EphemerisTests",
      "path" : "Tests/EphemerisTests",
      "sources" : [
        "CoordinatesTests.swift",
        "DateTests.swift",
        "LunarTests.swift",
        "MatrixTests.swift",
        "SolarTests.swift",
        "SwiftCompat.swift"
      ],
      "target_dependencies" : [
        "Ephemeris"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ephemeris",
      "module_type" : "SwiftTarget",
      "name" : "Ephemeris",
      "path" : "Sources",
      "product_memberships" : [
        "Ephemeris"
      ],
      "sources" : [
        "Body.swift",
        "Coordinates.swift",
        "Date.swift",
        "Lunar.swift",
        "Matrix.swift",
        "Solar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.