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 SGPKit, reference main (367cdc), with Swift 6.1 for Android on 7 Dec 2025 03:17:06 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/csanfilippo/swift-sgp4.git
Reference: main
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/csanfilippo/swift-sgp4
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 367cdc4 adopt swift-numerics' isApproximatelyEqual to test the computed satellite data
Cloned https://github.com/csanfilippo/swift-sgp4.git
Revision (git rev-parse @):
367cdc4c48fa39a80e5601afa04dc233142a9746
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/csanfilippo/swift-sgp4.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/csanfilippo/swift-sgp4.git
https://github.com/csanfilippo/swift-sgp4.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "SGPKit",
  "name" : "SGPKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SGPKit",
      "targets" : [
        "SGPKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SGPKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SGPKitTests",
      "path" : "Tests/SGPKitTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SGPKitTests/Fixtures/Mocks",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Fixtures/TLETestUtils.swift",
        "SPGKitTests.swift",
        "TLEDecoderTests.swift",
        "TLEEncoderTests.swift",
        "TLETests.swift"
      ],
      "target_dependencies" : [
        "SGPKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SGPKitCPP",
      "module_type" : "ClangTarget",
      "name" : "SGPKitCPP",
      "path" : "Sources/sgp4Lib",
      "product_memberships" : [
        "SGPKit"
      ],
      "sources" : [
        "CoordGeodetic.cc",
        "CoordTopocentric.cc",
        "DateTime.cc",
        "DecayedException.cc",
        "Eci.cc",
        "Globals.cc",
        "Observer.cc",
        "OrbitalElements.cc",
        "SGP4.cc",
        "SatelliteException.cc",
        "SolarPosition.cc",
        "TimeSpan.cc",
        "Tle.cc",
        "TleException.cc",
        "Util.cc",
        "Vector.cc"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SGPKit",
      "module_type" : "SwiftTarget",
      "name" : "SGPKit",
      "path" : "Sources/SGPKit",
      "product_memberships" : [
        "SGPKit"
      ],
      "sources" : [
        "SatelliteData.swift",
        "TLE.swift",
        "TLEDecoder.swift",
        "TLEEncoder.swift",
        "TLEInterpreter.swift",
        "TLEParser.swift"
      ],
      "target_dependencies" : [
        "SGP4LibWrapper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SGP4LibWrapper",
      "module_type" : "ClangTarget",
      "name" : "SGP4LibWrapper",
      "path" : "Sources/SGP4LibWrapper",
      "product_memberships" : [
        "SGPKit"
      ],
      "sources" : [
        "Wrapper.cpp"
      ],
      "target_dependencies" : [
        "SGPKitCPP"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
[217/8542] Fetching swift-docc-plugin, swift-numerics
Fetched https://github.com/apple/swift-docc-plugin from cache (0.47s)
Fetched https://github.com/apple/swift-numerics from cache (0.49s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.99s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3591] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.09s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/21] Compiling SGPKitCPP DecayedException.cc
[3/21] Compiling SGPKitCPP CoordGeodetic.cc
[4/21] Compiling SGPKitCPP CoordTopocentric.cc
[5/21] Compiling SGPKitCPP DateTime.cc
[6/21] Compiling SGPKitCPP OrbitalElements.cc
[7/21] Compiling SGP4LibWrapper Wrapper.cpp
[8/21] Compiling SGPKitCPP Observer.cc
[9/21] Compiling SGPKitCPP Eci.cc
[10/21] Compiling SGPKitCPP Vector.cc
[11/21] Write swift-version-24593BA9C3E375BF.txt
[12/21] Compiling SGPKitCPP TleException.cc
[13/21] Write sources
[14/28] Compiling SGPKitCPP Globals.cc
[15/28] Compiling SGPKitCPP TimeSpan.cc
[16/28] Compiling SGPKitCPP SatelliteException.cc
[17/28] Compiling SGPKitCPP Util.cc
[18/28] Compiling SGPKitCPP SolarPosition.cc
[19/28] Compiling SGPKitCPP Tle.cc
[20/28] Compiling SGPKitCPP SGP4.cc
[22/28] Emitting module SGPKit
[23/28] Compiling SGPKit TLEParser.swift
[24/28] Compiling SGPKit TLEEncoder.swift
[25/28] Compiling SGPKit TLEInterpreter.swift
[26/28] Compiling SGPKit SatelliteData.swift
[27/28] Compiling SGPKit TLEDecoder.swift
[28/28] Compiling SGPKit TLE.swift
Build complete! (253.09s)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "SGPKit",
  "name" : "SGPKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SGPKit",
      "targets" : [
        "SGPKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SGPKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SGPKitTests",
      "path" : "Tests/SGPKitTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SGPKitTests/Fixtures/Mocks",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Fixtures/TLETestUtils.swift",
        "SPGKitTests.swift",
        "TLEDecoderTests.swift",
        "TLEEncoderTests.swift",
        "TLETests.swift"
      ],
      "target_dependencies" : [
        "SGPKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SGPKitCPP",
      "module_type" : "ClangTarget",
      "name" : "SGPKitCPP",
      "path" : "Sources/sgp4Lib",
      "product_memberships" : [
        "SGPKit"
      ],
      "sources" : [
        "CoordGeodetic.cc",
        "CoordTopocentric.cc",
        "DateTime.cc",
        "DecayedException.cc",
        "Eci.cc",
        "Globals.cc",
        "Observer.cc",
        "OrbitalElements.cc",
        "SGP4.cc",
        "SatelliteException.cc",
        "SolarPosition.cc",
        "TimeSpan.cc",
        "Tle.cc",
        "TleException.cc",
        "Util.cc",
        "Vector.cc"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SGPKit",
      "module_type" : "SwiftTarget",
      "name" : "SGPKit",
      "path" : "Sources/SGPKit",
      "product_memberships" : [
        "SGPKit"
      ],
      "sources" : [
        "SatelliteData.swift",
        "TLE.swift",
        "TLEDecoder.swift",
        "TLEEncoder.swift",
        "TLEInterpreter.swift",
        "TLEParser.swift"
      ],
      "target_dependencies" : [
        "SGP4LibWrapper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SGP4LibWrapper",
      "module_type" : "ClangTarget",
      "name" : "SGP4LibWrapper",
      "path" : "Sources/SGP4LibWrapper",
      "product_memberships" : [
        "SGPKit"
      ],
      "sources" : [
        "Wrapper.cpp"
      ],
      "target_dependencies" : [
        "SGPKitCPP"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.