The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EllipticCurve, reference master (ed6146), with Swift 6.3 for Android on 10 Apr 2026 09:54:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hyugit/EllipticCurve.git
Reference: master
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/hyugit/EllipticCurve
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ed61466 Update README.md
Cloned https://github.com/hyugit/EllipticCurve.git
Revision (git rev-parse @):
ed614663535eb487fe0c18e999edec92577e5820
SUCCESS checkout https://github.com/hyugit/EllipticCurve.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/hyugit/EllipticCurve.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/mryu87/UInt256.git
[1/582] Fetching uint256
Fetched https://github.com/mryu87/UInt256.git from cache (0.25s)
Computing version for https://github.com/mryu87/UInt256.git
Computed https://github.com/mryu87/UInt256.git at 0.2.2 (0.66s)
Creating working copy for https://github.com/mryu87/UInt256.git
Working copy of https://github.com/mryu87/UInt256.git resolved at 0.2.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/18] Emitting module UInt256
[5/18] Compiling UInt256 FixedWidthInteger+LongDivision.swift
[6/18] Compiling UInt256 UInt256+BarrettDivision.swift
[7/19] Compiling UInt256 UInt256+BinaryInteger.swift
[8/19] Compiling UInt256 UInt256+Comparable.swift
[9/19] Compiling UInt256 UInt256+Karatsuba.swift
[10/19] Compiling UInt256 UInt256+Numeric.swift
[11/19] Compiling UInt256 UInt256+UnsignedInteger.swift
[12/19] Compiling UInt256 UInt256+arc4random.swift
[13/19] Compiling UInt256 UInt256+Equatable.swift
[14/19] Compiling UInt256 UInt256+ExpressibleByIntegerLiteral.swift
[15/19] Compiling UInt256 UInt256+CustomStringConvertible.swift
[16/19] Compiling UInt256 UInt256+Divide&Conquer.swift
[17/19] Compiling UInt256 UInt256+FixedWidthInteger.swift
[18/19] Compiling UInt256 UInt256+Hashable.swift
[19/19] Compiling UInt256 UInt256.swift
[21/35] Compiling EllipticCurve EllipticCurve+Default.swift
[22/35] Compiling EllipticCurve EllipticCurve.swift
[23/35] Compiling EllipticCurve EllipticCurveOverFiniteField+Default.swift
[24/35] Compiling EllipticCurve EllipticCurveOverFiniteField.swift
[25/35] Compiling EllipticCurve BasicArithmeticOperations.swift
[26/35] Compiling EllipticCurve FiniteField.swift
[27/35] Compiling EllipticCurve FiniteFieldInteger+Default.swift
[28/35] Compiling EllipticCurve FiniteFieldInteger.swift
[29/36] Compiling EllipticCurve Secp224k1.swift
[30/36] Compiling EllipticCurve Secp224r1.swift
[31/36] Emitting module EllipticCurve
[32/36] Compiling EllipticCurve Secp192k1.swift
[33/36] Compiling EllipticCurve Secp192r1.swift
[34/36] Compiling EllipticCurve Secp256k1.swift
[35/36] Compiling EllipticCurve Secp256r1.swift
[36/36] Compiling EllipticCurve ECDSA.swift
Build complete! (17.79s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "uint256",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mryu87/UInt256.git"
    }
  ],
  "manifest_display_name" : "EllipticCurve",
  "name" : "EllipticCurve",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EllipticCurve",
      "targets" : [
        "EllipticCurve"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EllipticCurve",
      "module_type" : "SwiftTarget",
      "name" : "EllipticCurve",
      "path" : "Sources",
      "product_dependencies" : [
        "UInt256"
      ],
      "product_memberships" : [
        "EllipticCurve"
      ],
      "sources" : [
        "CommonCurves/Secp192k1.swift",
        "CommonCurves/Secp192r1.swift",
        "CommonCurves/Secp224k1.swift",
        "CommonCurves/Secp224r1.swift",
        "CommonCurves/Secp256k1.swift",
        "CommonCurves/Secp256r1.swift",
        "EllipticCurve/EllipticCurve+Default.swift",
        "EllipticCurve/EllipticCurve.swift",
        "EllipticCurve/EllipticCurveOverFiniteField+Default.swift",
        "EllipticCurve/EllipticCurveOverFiniteField.swift",
        "FiniteField/BasicArithmeticOperations.swift",
        "FiniteField/FiniteField.swift",
        "FiniteField/FiniteFieldInteger+Default.swift",
        "FiniteField/FiniteFieldInteger.swift",
        "SignatureAlgorithms/ECDSA.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.