The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftAstro, reference 0.0.12 (9c69fa), with Swift 6.3 for Linux on 20 Apr 2026 23:56:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ncke/SwiftAstro.git
Reference: 0.0.12
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/ncke/SwiftAstro
 * tag               0.0.12     -> FETCH_HEAD
HEAD is now at 9c69fa8 Improve handling of greek letters in star names
Cloned https://github.com/ncke/SwiftAstro.git
Revision (git rev-parse @):
9c69fa8cef2d820bb46e4fa83a6487734b973f3a
SUCCESS checkout https://github.com/ncke/SwiftAstro.git at 0.0.12
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ncke/SwiftAstro.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/13] Copying VSOP87B.ven
[1/13] Copying yale-bright-star-notes.txt
[2/13] Copying VSOP87B.mar
[3/13] Copying VSOP87B.mer
[4/13] Copying VSOP87B.ear
[5/13] Copying IAU-CSN-2022-04-04.txt
[5/13] Copying VSOP87B.jup
[7/13] Copying VSOP87B.nep
[8/13] Copying VSOP87B.ura
[9/13] Copying VSOP87B.sat
[10/13] Copying yale-bright-star-catalog.txt
[11/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/41] Emitting module SwiftAstro
[15/44] Compiling SwiftAstro AstronomicallyNameable.swift
[16/44] Compiling SwiftAstro Moon.swift
[17/44] Compiling SwiftAstro Planet.swift
[18/44] Compiling SwiftAstro Pluto.swift
[19/44] Compiling SwiftAstro Positionable+Geocentric.swift
[20/44] Compiling SwiftAstro Positionable.swift
[21/44] Compiling SwiftAstro Star.swift
[22/44] Compiling SwiftAstro Sun.swift
[23/44] Compiling SwiftAstro Angle.swift
[24/44] Compiling SwiftAstro Distance.swift
[25/44] Compiling SwiftAstro Greek.swift
[26/44] Compiling SwiftAstro SphericalPosition.swift
[27/44] Compiling SwiftAstro Time+Ecliptic.swift
[28/44] Compiling SwiftAstro Time+Nutation.swift
[29/44] Compiling SwiftAstro Time.swift
[30/44] Compiling SwiftAstro Double+Helpers.swift
[31/44] Compiling SwiftAstro Utility.swift
[32/44] Compiling SwiftAstro VSOP87.swift
[33/44] Compiling SwiftAstro resource_bundle_accessor.swift
[34/44] Compiling SwiftAstro String+Helpers.swift
[35/44] Compiling SwiftAstro Utility+NumberFormatting.swift
[36/44] Compiling SwiftAstro Utility+ResourceLoading.swift
[37/44] Compiling SwiftAstro BrightStar+Nameable.swift
[38/44] Compiling SwiftAstro BrightStar+Star.swift
[39/44] Compiling SwiftAstro BrightStar.swift
[40/44] Compiling SwiftAstro BrightStarCatalog.swift
[41/44] Compiling SwiftAstro StarName.swift
[42/44] Compiling SwiftAstro StarNamesCatalog.swift
[43/44] Compiling SwiftAstro SwiftAstro.swift
[44/44] Compiling SwiftAstro Angle+CoordinateSystems.swift
Build complete! (14.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftAstro",
  "name" : "SwiftAstro",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftAstro",
      "targets" : [
        "SwiftAstro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAstroTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAstroTests",
      "path" : "Tests/SwiftAstroTests",
      "sources" : [
        "BrightStarCatalogTests.swift",
        "GreekTests.swift",
        "JulianDayTests.swift",
        "MoonTests.swift",
        "PlutoTests.swift",
        "PublicAPITests.swift",
        "StarNamesTests.swift",
        "StarTests.swift",
        "SunTests.swift",
        "SwiftAstroTests.swift",
        "UtilityStringTests.swift",
        "UtilityTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAstro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAstro",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAstro",
      "path" : "Sources/SwiftAstro",
      "product_memberships" : [
        "SwiftAstro"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/IAU-CSN-2022-04-04.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.ear",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.jup",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.mar",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.mer",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.nep",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.sat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.ura",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.ven",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/yale-bright-star-catalog.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/yale-bright-star-notes.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Entities/AstronomicallyNameable.swift",
        "Entities/Moon.swift",
        "Entities/Planet.swift",
        "Entities/Pluto.swift",
        "Entities/Positionable+Geocentric.swift",
        "Entities/Positionable.swift",
        "Entities/Star.swift",
        "Entities/Sun.swift",
        "StarCatalog/BrightStar+Nameable.swift",
        "StarCatalog/BrightStar+Star.swift",
        "StarCatalog/BrightStar.swift",
        "StarCatalog/BrightStarCatalog.swift",
        "StarCatalog/StarName.swift",
        "StarCatalog/StarNamesCatalog.swift",
        "SwiftAstro.swift",
        "Units/Angle+CoordinateSystems.swift",
        "Units/Angle.swift",
        "Units/Distance.swift",
        "Units/Greek.swift",
        "Units/SphericalPosition.swift",
        "Units/Time+Ecliptic.swift",
        "Units/Time+Nutation.swift",
        "Units/Time.swift",
        "Utility/Double+Helpers.swift",
        "Utility/String+Helpers.swift",
        "Utility/Utility+NumberFormatting.swift",
        "Utility/Utility+ResourceLoading.swift",
        "Utility/Utility.swift",
        "VSOP87/VSOP87.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.