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 1.0.2 (4df3f0), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 21:56:08 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: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kaiede/Ephemeris
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 4df3f04 Add Swift 5.0 to CI
Cloned https://github.com/Kaiede/Ephemeris.git
Revision (git rev-parse @):
4df3f04d6f017f184b1c7150509919dbc89e940c
SUCCESS checkout https://github.com/Kaiede/Ephemeris.git at 1.0.2
========================================
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 Matrix.swift
[4/9] Compiling Ephemeris Lunar.swift
[5/9] Compiling Ephemeris Solar.swift
[6/9] Compiling Ephemeris Date.swift
[7/9] Compiling Ephemeris Coordinates.swift
[8/9] Emitting module Ephemeris
[9/9] Compiling Ephemeris Body.swift
Build complete! (3.93s)
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.