The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftCardanoCIPs, reference 0.1.2 (c014f0), with Swift 6.1 for Wasm on 7 Sep 2025 07:06:13 UTC.

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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-cardano-cips.git
Reference: 0.1.2
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/Kingpin-Apps/swift-cardano-cips
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at c014f02 bump: version 0.1.1 → 0.1.2
Cloned https://github.com/Kingpin-Apps/swift-cardano-cips.git
Revision (git rev-parse @):
c014f028bbdc09bb54ffb75b9493008e4866f065
SUCCESS checkout https://github.com/Kingpin-Apps/swift-cardano-cips.git at 0.1.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kingpin-Apps/swift-cardano-cips.git
https://github.com/Kingpin-Apps/swift-cardano-cips.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.0",
            "upper_bound" : "3.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/PotentCodables.git"
    },
    {
      "identity" : "swift-cose",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.14",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cose.git"
    },
    {
      "identity" : "swift-cardano-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.29",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cardano-core.git"
    },
    {
      "identity" : "swift-ncal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-ncal.git"
    }
  ],
  "manifest_display_name" : "SwiftCardanoCIPs",
  "name" : "SwiftCardanoCIPs",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCardanoCIPs",
      "targets" : [
        "SwiftCardanoCIPs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCardanoCIPsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCIPsTests",
      "path" : "Tests/SwiftCardanoCIPsTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftCardanoCIPsTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CIP0119Tests.swift",
        "CIP14Tests.swift",
        "CIP8Tests.swift",
        "Fixtures.swift"
      ],
      "target_dependencies" : [
        "SwiftCardanoCIPs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCardanoCIPs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCIPs",
      "path" : "Sources/SwiftCardanoCIPs",
      "product_dependencies" : [
        "PotentCodables",
        "SwiftCOSE",
        "SwiftCardanoCore",
        "SwiftNcal"
      ],
      "product_memberships" : [
        "SwiftCardanoCIPs"
      ],
      "sources" : [
        "CIP0119.swift",
        "CIP14.swift",
        "CIP8.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Kingpin-Apps/swift-ncal.git
Fetching https://github.com/Kingpin-Apps/swift-cose.git
Fetching https://github.com/KINGH242/PotentCodables.git
Fetching https://github.com/Kingpin-Apps/swift-cardano-core.git
[1/2346] Fetching potentcodables
[72/2715] Fetching potentcodables, swift-ncal
[231/3446] Fetching potentcodables, swift-ncal, swift-cose
[597/5733] Fetching potentcodables, swift-ncal, swift-cose, swift-cardano-core
Fetched https://github.com/Kingpin-Apps/swift-cardano-core.git from cache (0.88s)
[2273/3446] Fetching potentcodables, swift-ncal, swift-cose
Fetched https://github.com/Kingpin-Apps/swift-cose.git from cache (1.18s)
Fetched https://github.com/Kingpin-Apps/swift-ncal.git from cache (1.18s)
Fetched https://github.com/KINGH242/PotentCodables.git from cache (1.18s)
Computing version for https://github.com/Kingpin-Apps/swift-ncal.git
Computed https://github.com/Kingpin-Apps/swift-ncal.git at 0.1.4 (2.23s)
Fetching https://github.com/norio-nomura/Base32.git
Fetching https://github.com/attaswift/BigInt.git
[1/4826] Fetching bigint
[436/5994] Fetching bigint, base32
Fetched https://github.com/norio-nomura/Base32.git from cache (0.52s)
[2269/4826] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.01s)
Computing version for https://github.com/Kingpin-Apps/swift-cose.git
Computed https://github.com/Kingpin-Apps/swift-cose.git at 0.1.14 (2.71s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/Sajjon/K1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/Kingpin-Apps/swift-curve448.git
Fetching https://github.com/krzyzanowskim/OpenSSL-Package.git
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
[1/119] Fetching swift-curve448
[120/3818] Fetching swift-curve448, k1
[416/3961] Fetching swift-curve448, k1, uncommoncrypto.swift
[902/4038] Fetching swift-curve448, k1, uncommoncrypto.swift, openssl-package
[2079/10499] Fetching swift-curve448, k1, uncommoncrypto.swift, openssl-package, swift-certificates
Fetched https://github.com/krzyzanowskim/OpenSSL-Package.git from cache (0.59s)
[3174/10422] Fetching swift-curve448, k1, uncommoncrypto.swift, swift-certificates
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (0.60s)
[3206/10279] Fetching swift-curve448, k1, swift-certificates
Fetching https://github.com/leif-ibsen/Digest.git
[3688/23291] Fetching swift-curve448, k1, swift-certificates, cryptoswift
[12102/25884] Fetching swift-curve448, k1, swift-certificates, cryptoswift, digest
Fetched https://github.com/Kingpin-Apps/swift-curve448.git from cache (1.18s)
[12968/25765] Fetching k1, swift-certificates, cryptoswift, digest
Fetched https://github.com/Sajjon/K1.git from cache (1.19s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.19s)
[2912/15605] Fetching cryptoswift, digest
Fetched https://github.com/leif-ibsen/Digest.git from cache (0.98s)
[2082/13012] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.32s)
Computing version for https://github.com/KINGH242/PotentCodables.git
Computed https://github.com/KINGH242/PotentCodables.git at 3.6.0 (8.29s)
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/SusanDoggie/Float16.git
[1/310] Fetching float16
[323/1564] Fetching float16, regex
Fetched https://github.com/SusanDoggie/Float16.git from cache (0.41s)
[817/18664] Fetching regex, swift-collections
Fetched https://github.com/sharplet/Regex.git from cache (1.43s)
[9750/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.35s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (3.45s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (3.86s)
Computing version for https://github.com/Kingpin-Apps/swift-curve448.git
Computed https://github.com/Kingpin-Apps/swift-curve448.git at 0.1.2 (1.00s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (1.04s)
Computing version for https://github.com/tesseract-one/UncommonCrypto.swift.git
Computed https://github.com/tesseract-one/UncommonCrypto.swift.git at 0.2.1 (1.03s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (0.96s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.99s)
Fetching https://github.com/apple/swift-numerics
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.72s)
Computing version for https://github.com/Sajjon/K1.git
Computed https://github.com/Sajjon/K1.git at 0.6.0 (1.82s)
Computing version for https://github.com/krzyzanowskim/OpenSSL-Package.git
Computed https://github.com/krzyzanowskim/OpenSSL-Package.git at 3.3.3001 (1.05s)
Computing version for https://github.com/leif-ibsen/Digest.git
Computed https://github.com/leif-ibsen/Digest.git at 1.13.0 (3.19s)
Computing version for https://github.com/Kingpin-Apps/swift-cardano-core.git
Computed https://github.com/Kingpin-Apps/swift-cardano-core.git at 0.1.32 (1.39s)
Fetching https://github.com/Frizlab/swift-fraction-number.git
Fetching https://github.com/tesseract-one/Bip39.swift.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Kingpin-Apps/swift-mnemonic.git
[1/108] Fetching swift-mnemonic
[77/128] Fetching swift-mnemonic, swift-fraction-number
[129/210] Fetching swift-mnemonic, swift-fraction-number, bip39.swift
[211/4113] Fetching swift-mnemonic, swift-fraction-number, bip39.swift, swift-log
Fetched https://github.com/Kingpin-Apps/swift-mnemonic.git from cache (0.87s)
Fetched https://github.com/Frizlab/swift-fraction-number.git from cache (0.87s)
Fetched https://github.com/tesseract-one/Bip39.swift.git from cache (0.87s)
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
Computing version for https://github.com/Frizlab/swift-fraction-number.git
Computed https://github.com/Frizlab/swift-fraction-number.git at 0.1.0 (1.43s)
Computing version for https://github.com/tesseract-one/Bip39.swift.git
Computed https://github.com/tesseract-one/Bip39.swift.git at 0.2.0 (0.61s)
Computing version for https://github.com/Kingpin-Apps/swift-mnemonic.git
Computed https://github.com/Kingpin-Apps/swift-mnemonic.git at 0.1.3 (0.55s)
Fetching https://github.com/heckj/Base58Swift.git
[1/485] Fetching base58swift
Fetched https://github.com/heckj/Base58Swift.git from cache (0.35s)
Computing version for https://github.com/heckj/Base58Swift.git
Computed https://github.com/heckj/Base58Swift.git at 2.1.15 (1.30s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.93s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (1.01s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (1.04s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
[1630/18003] Fetching swift-asn1, swift-crypto
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
[164/16374] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.69s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (3.36s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (6.19s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.29s)
Creating working copy for https://github.com/leif-ibsen/Digest.git
Working copy of https://github.com/leif-ibsen/Digest.git resolved at 1.13.0
Creating working copy for https://github.com/tesseract-one/Bip39.swift.git
Working copy of https://github.com/tesseract-one/Bip39.swift.git resolved at 0.2.0
Creating working copy for https://github.com/KINGH242/PotentCodables.git
Working copy of https://github.com/KINGH242/PotentCodables.git resolved at 3.6.0
Creating working copy for https://github.com/heckj/Base58Swift.git
Working copy of https://github.com/heckj/Base58Swift.git resolved at 2.1.15
Creating working copy for https://github.com/Kingpin-Apps/swift-cardano-core.git
Working copy of https://github.com/Kingpin-Apps/swift-cardano-core.git resolved at 0.1.32
Creating working copy for https://github.com/Kingpin-Apps/swift-curve448.git
Working copy of https://github.com/Kingpin-Apps/swift-curve448.git resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/Kingpin-Apps/swift-ncal.git
Working copy of https://github.com/Kingpin-Apps/swift-ncal.git resolved at 0.1.4
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/tesseract-one/UncommonCrypto.swift.git
Working copy of https://github.com/tesseract-one/UncommonCrypto.swift.git resolved at 0.2.1
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/norio-nomura/Base32.git
Working copy of https://github.com/norio-nomura/Base32.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/Sajjon/K1.git
Working copy of https://github.com/Sajjon/K1.git resolved at 0.6.0
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/Frizlab/swift-fraction-number.git
Working copy of https://github.com/Frizlab/swift-fraction-number.git resolved at 0.1.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/krzyzanowskim/OpenSSL-Package.git
Working copy of https://github.com/krzyzanowskim/OpenSSL-Package.git resolved at 3.3.3001
Creating working copy for https://github.com/Kingpin-Apps/swift-cose.git
Working copy of https://github.com/Kingpin-Apps/swift-cose.git resolved at 0.1.14
Creating working copy for https://github.com/Kingpin-Apps/swift-mnemonic.git
Working copy of https://github.com/Kingpin-Apps/swift-mnemonic.git resolved at 0.1.3
Downloading binary artifact https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.3001/OpenSSL.xcframework.zip
[1397/38024420] Downloading https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.3001/OpenSSL.xcframework.zip
Downloaded https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.3001/OpenSSL.xcframework.zip (5.42s)
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-event.c:23:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-parse.h:21:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-ctype.h:20:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utf8.h:20:
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utils.h:19:10: fatal error: 'termios.h' file not found
   19 | #include <termios.h>
      |          ^~~~~~~~~~~
1 error generated.
[0/440] Compiling fy-event.c
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-atom.c:24:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-parse.h:21:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-ctype.h:20:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utf8.h:20:
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utils.h:19:10: fatal error: 'termios.h' file not found
   19 | #include <termios.h>
      |          ^~~~~~~~~~~
1 error generated.
[0/440] Compiling fy-atom.c
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-diag.c:25:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-parse.h:21:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-ctype.h:20:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utf8.h:20:
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utils.h:19:10: fatal error: 'termios.h' file not found
   19 | #include <termios.h>
      |          ^~~~~~~~~~~
[0/440] Compiling fy-diag.c
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-composer.c:21:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-parse.h:21:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-ctype.h:20:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utf8.h:20:
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utils.h:19:10: fatal error: 'termios.h' file not found
   19 | #include <termios.h>
      |          ^~~~~~~~~~~
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-dump.c:14:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
    2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
      |  ^
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-dump.c:27:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-parse.h:21:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-ctype.h:20:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utf8.h:20:
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utils.h:19:10: fatal error: 'termios.h' file not found
   19 | #include <termios.h>
      |          ^~~~~~~~~~~
[0/440] Compiling fy-dump.c
[0/440] Compiling fy-composer.c
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-emit.c:23:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-parse.h:21:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-ctype.h:20:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utf8.h:20:
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utils.h:19:10: fatal error: 'termios.h' file not found
   19 | #include <termios.h>
      |          ^~~~~~~~~~~
[0/440] Compiling fy-emit.c
[0/440] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-accel.c:17:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-parse.h:21:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-ctype.h:20:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utf8.h:20:
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utils.h:19:10: fatal error: 'termios.h' file not found
   19 | #include <termios.h>
      |          ^~~~~~~~~~~
[0/440] Compiling fy-accel.c
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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
[0/1] Planning build
Building for debugging...
[0/440] Write sources
[0/440] Copying PrivacyInfo.xcprivacy
[0/440] Write sources
[6/440] Compiling md5-x86_64-apple.S
[7/440] Compiling md5-586-linux.S
[8/440] Compiling md5-x86_64-linux.S
[9/440] Compiling fiat_p256_adx_sqr.S
[10/440] Compiling fiat_p256_adx_mul.S
[10/440] Compiling fiat_curve25519_adx_square.S
[12/440] Compiling fiat_curve25519_adx_mul.S
[13/440] Compiling ecdh_variants.c
[14/440] Write sources
[19/440] Copying wordlist
[20/440] Write sources
[29/440] Copying PotentCodables.docc
[30/440] Write sources
[43/440] Compiling lax_der_privatekey_parsing.c
[44/440] Compiling lax_der_parsing.c
[45/440] Compiling CCryptoBoringSSLShims shims.c
[46/440] Compiling precomputed_ecmult_gen.c
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utils.c:18:10: fatal error: 'termios.h' file not found
   18 | #include <termios.h>
      |          ^~~~~~~~~~~
1 error generated.
[47/440] Compiling fy-utils.c
[47/440] Compiling secp256k1.c
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utf8.c:16:
In file included from /host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utf8.h:20:
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/util/fy-utils.h:19:10: fatal error: 'termios.h' file not found
   19 | #include <termios.h>
      |          ^~~~~~~~~~~
[47/440] Compiling fy-utf8.c
[47/440] Compiling precomputed_ecmult.c
[47/440] Compiling fy-blob.c
[47/440] Compiling fy-ctype.c
[47/440] Compiling xxhash.c
[47/440] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm