Build Information
Failed to build BigInt, reference 1.22.0 (8c6f93), with Swift 6.2 for Wasm on 2 Nov 2025 17:04:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leif-ibsen/BigInt.git
Reference: 1.22.0
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/leif-ibsen/BigInt
* tag 1.22.0 -> FETCH_HEAD
HEAD is now at 8c6f93a Release 1.22.0
Cloned https://github.com/leif-ibsen/BigInt.git
Revision (git rev-parse @):
8c6f93aa37504b7b1ba3954335b5548a19fbbd82
SUCCESS checkout https://github.com/leif-ibsen/BigInt.git at 1.22.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/leif-ibsen/BigInt.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/15] Compiling BigInt Karatsuba.swift
[4/15] Compiling BigInt Factorial.swift
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:64: error: integer literal '2432902008176640000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '2432902008176640000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:44: error: integer literal '121645100408832000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '121645100408832000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:26: error: integer literal '6402373705728000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '6402373705728000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:9: error: integer literal '355687428096000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '355687428096000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:60: error: integer literal '20922789888000' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '20922789888000' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:45: error: integer literal '1307674368000' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '1307674368000' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:32: error: integer literal '87178291200' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '87178291200' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:20: error: integer literal '6227020800' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '6227020800' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
[5/15] Compiling BigInt GCD.swift
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:64: error: integer literal '2432902008176640000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '2432902008176640000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:44: error: integer literal '121645100408832000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '121645100408832000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:26: error: integer literal '6402373705728000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '6402373705728000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:9: error: integer literal '355687428096000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '355687428096000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:60: error: integer literal '20922789888000' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '20922789888000' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:45: error: integer literal '1307674368000' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '1307674368000' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:32: error: integer literal '87178291200' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '87178291200' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:20: error: integer literal '6227020800' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '6227020800' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
[6/16] Compiling BigInt ExpMod.swift
[7/16] Compiling BigInt FFT.swift
[8/16] Compiling BigInt BurnikelZiegler.swift
[9/16] Compiling BigInt CRT.swift
[10/16] Compiling BigInt ToomCook.swift
[11/16] Compiling BigInt Limbs.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/16] Compiling BigInt BailliePSW.swift
[13/16] Compiling BigInt BigFrac.swift
[14/16] Emitting module BigInt
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:64: error: integer literal '2432902008176640000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '2432902008176640000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:44: error: integer literal '121645100408832000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '121645100408832000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:26: error: integer literal '6402373705728000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '6402373705728000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:15:9: error: integer literal '355687428096000' overflows when stored into 'Int'
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
| `- error: integer literal '355687428096000' overflows when stored into 'Int'
16 |
17 | var N: Limbs = [1]
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:60: error: integer literal '20922789888000' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '20922789888000' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:45: error: integer literal '1307674368000' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '1307674368000' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:32: error: integer literal '87178291200' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '87178291200' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
/host/spi-builder-workspace/Sources/BigInt/Factorial.swift:14:20: error: integer literal '6227020800' overflows when stored into 'Int'
12 | static let smallFacs: [Int] = [
13 | 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800,
14 | 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000,
| `- error: integer literal '6227020800' overflows when stored into 'Int'
15 | 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000]
16 |
[15/16] Compiling BigInt BigInt.swift
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1701:15: error: cannot find 'SecRandomCopyBytes' in scope
1699 |
1700 | static internal func randomBytes(_ bytes: inout Bytes) {
1701 | guard SecRandomCopyBytes(kSecRandomDefault, bytes.count, &bytes) == errSecSuccess else {
| `- error: cannot find 'SecRandomCopyBytes' in scope
1702 | fatalError("randomBytes failed")
1703 | }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1701:34: error: cannot find 'kSecRandomDefault' in scope
1699 |
1700 | static internal func randomBytes(_ bytes: inout Bytes) {
1701 | guard SecRandomCopyBytes(kSecRandomDefault, bytes.count, &bytes) == errSecSuccess else {
| `- error: cannot find 'kSecRandomDefault' in scope
1702 | fatalError("randomBytes failed")
1703 | }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1701:77: error: cannot find 'errSecSuccess' in scope
1699 |
1700 | static internal func randomBytes(_ bytes: inout Bytes) {
1701 | guard SecRandomCopyBytes(kSecRandomDefault, bytes.count, &bytes) == errSecSuccess else {
| `- error: cannot find 'errSecSuccess' in scope
1702 | fatalError("randomBytes failed")
1703 | }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1707:15: error: cannot find 'SecRandomCopyBytes' in scope
1705 |
1706 | static internal func randomLimbs(_ limbs: inout Limbs) {
1707 | guard SecRandomCopyBytes(kSecRandomDefault, 8 * limbs.count, &limbs) == errSecSuccess else {
| `- error: cannot find 'SecRandomCopyBytes' in scope
1708 | fatalError("randomLimbs failed")
1709 | }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1707:34: error: cannot find 'kSecRandomDefault' in scope
1705 |
1706 | static internal func randomLimbs(_ limbs: inout Limbs) {
1707 | guard SecRandomCopyBytes(kSecRandomDefault, 8 * limbs.count, &limbs) == errSecSuccess else {
| `- error: cannot find 'kSecRandomDefault' in scope
1708 | fatalError("randomLimbs failed")
1709 | }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1707:81: error: cannot find 'errSecSuccess' in scope
1705 |
1706 | static internal func randomLimbs(_ limbs: inout Limbs) {
1707 | guard SecRandomCopyBytes(kSecRandomDefault, 8 * limbs.count, &limbs) == errSecSuccess else {
| `- error: cannot find 'errSecSuccess' in scope
1708 | fatalError("randomLimbs failed")
1709 | }
[16/16] Compiling BigInt BitSieve.swift
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1701:15: error: cannot find 'SecRandomCopyBytes' in scope
1699 |
1700 | static internal func randomBytes(_ bytes: inout Bytes) {
1701 | guard SecRandomCopyBytes(kSecRandomDefault, bytes.count, &bytes) == errSecSuccess else {
| `- error: cannot find 'SecRandomCopyBytes' in scope
1702 | fatalError("randomBytes failed")
1703 | }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1701:34: error: cannot find 'kSecRandomDefault' in scope
1699 |
1700 | static internal func randomBytes(_ bytes: inout Bytes) {
1701 | guard SecRandomCopyBytes(kSecRandomDefault, bytes.count, &bytes) == errSecSuccess else {
| `- error: cannot find 'kSecRandomDefault' in scope
1702 | fatalError("randomBytes failed")
1703 | }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1701:77: error: cannot find 'errSecSuccess' in scope
1699 |
1700 | static internal func randomBytes(_ bytes: inout Bytes) {
1701 | guard SecRandomCopyBytes(kSecRandomDefault, bytes.count, &bytes) == errSecSuccess else {
| `- error: cannot find 'errSecSuccess' in scope
1702 | fatalError("randomBytes failed")
1703 | }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1707:15: error: cannot find 'SecRandomCopyBytes' in scope
1705 |
1706 | static internal func randomLimbs(_ limbs: inout Limbs) {
1707 | guard SecRandomCopyBytes(kSecRandomDefault, 8 * limbs.count, &limbs) == errSecSuccess else {
| `- error: cannot find 'SecRandomCopyBytes' in scope
1708 | fatalError("randomLimbs failed")
1709 | }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1707:34: error: cannot find 'kSecRandomDefault' in scope
1705 |
1706 | static internal func randomLimbs(_ limbs: inout Limbs) {
1707 | guard SecRandomCopyBytes(kSecRandomDefault, 8 * limbs.count, &limbs) == errSecSuccess else {
| `- error: cannot find 'kSecRandomDefault' in scope
1708 | fatalError("randomLimbs failed")
1709 | }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:1707:81: error: cannot find 'errSecSuccess' in scope
1705 |
1706 | static internal func randomLimbs(_ limbs: inout Limbs) {
1707 | guard SecRandomCopyBytes(kSecRandomDefault, 8 * limbs.count, &limbs) == errSecSuccess else {
| `- error: cannot find 'errSecSuccess' in scope
1708 | fatalError("randomLimbs failed")
1709 | }
BUILD FAILURE 6.2 wasm