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

Failed to build swift-nio-oblivious-http, reference 0.7.0 (c45e16), with Swift 6.1 for Wasm on 24 Nov 2025 18:18:35 UTC.

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-oblivious-http.git
Reference: 0.7.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/apple/swift-nio-oblivious-http
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at c45e16d Support the 4xx range of Crypto releases (#47)
Cloned https://github.com/apple/swift-nio-oblivious-http.git
Revision (git rev-parse @):
c45e16daf635bba8962cf3eecf3abb939d976abc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-oblivious-http.git at 0.7.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-nio-oblivious-http.git
https://github.com/apple/swift-nio-oblivious-http.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "swift-nio-oblivious-http",
  "name" : "swift-nio-oblivious-http",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14"
    },
    {
      "name" : "ios",
      "version" : "17"
    },
    {
      "name" : "tvos",
      "version" : "17"
    },
    {
      "name" : "watchos",
      "version" : "10"
    }
  ],
  "products" : [
    {
      "name" : "ObliviousHTTP",
      "targets" : [
        "ObliviousHTTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ObliviousX",
      "targets" : [
        "ObliviousX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ObliviousDoH",
      "targets" : [
        "ObliviousDoH"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObliviousXTests",
      "module_type" : "SwiftTarget",
      "name" : "ObliviousXTests",
      "path" : "Tests/ObliviousXTests",
      "product_dependencies" : [
        "Crypto"
      ],
      "sources" : [
        "ObliviousXTests.swift"
      ],
      "target_dependencies" : [
        "ObliviousX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObliviousXHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ObliviousXHelpers",
      "path" : "Sources/ObliviousXHelpers",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "ObliviousX",
        "ObliviousDoH"
      ],
      "sources" : [
        "Helpers.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ObliviousX",
      "module_type" : "SwiftTarget",
      "name" : "ObliviousX",
      "path" : "Sources/ObliviousX",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "ObliviousX"
      ],
      "sources" : [
        "Errors.swift",
        "OHTTPEncapsulation.swift"
      ],
      "target_dependencies" : [
        "ObliviousXHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ObliviousHTTPTests",
      "module_type" : "SwiftTarget",
      "name" : "ObliviousHTTPTests",
      "path" : "Tests/ObliviousHTTPTests",
      "product_dependencies" : [
        "Crypto",
        "NIOCore",
        "NIOHTTP1"
      ],
      "sources" : [
        "BHTTPParserTests.swift",
        "BHTTPSerializerTests.swift"
      ],
      "target_dependencies" : [
        "ObliviousHTTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObliviousHTTP",
      "module_type" : "SwiftTarget",
      "name" : "ObliviousHTTP",
      "path" : "Sources/ObliviousHTTP",
      "product_dependencies" : [
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "ObliviousHTTP"
      ],
      "sources" : [
        "BHTTPParser.swift",
        "BHTTPSerializer.swift",
        "Errors.swift",
        "ObliviousHTTPHandler.swift",
        "Varint.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ObliviousDoHTests",
      "module_type" : "SwiftTarget",
      "name" : "ObliviousDoHTests",
      "path" : "Tests/ObliviousDoHTests",
      "product_dependencies" : [
        "Crypto"
      ],
      "sources" : [
        "ObliviousDoHTests.swift"
      ],
      "target_dependencies" : [
        "ObliviousDoH"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObliviousDoH",
      "module_type" : "SwiftTarget",
      "name" : "ObliviousDoH",
      "path" : "Sources/ObliviousDoH",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "ObliviousDoH"
      ],
      "sources" : [
        "Errors.swift",
        "ODoHRoutine.swift"
      ],
      "target_dependencies" : [
        "ObliviousXHelpers"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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: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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
[1/17453] Fetching swift-crypto
[351/97958] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.89s)
[49109/80505] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (17.91s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (1.79s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1820] Fetching swift-atomics
[402/7002] Fetching swift-atomics, swift-system
[401/1820] Fetching swift-atomics
[505/7002] Fetching swift-atomics, swift-system
[7003/25316] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.30s)
Fetched https://github.com/apple/swift-system.git from cache (2.32s)
Fetched https://github.com/apple/swift-collections.git from cache (2.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.35s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/399] Write sources
[13/399] Compiling _AtomicsShims.c
[14/399] Compiling CNIOWindows shim.c
[15/399] Compiling SimpleFIPS202.c
[15/399] Compiling CXKCPShims shims.c
[17/399] Compiling KeccakHash.c
[18/399] Compiling CNIOWindows WSAStartup.c
[18/399] Compiling KeccakSponge.c
[20/399] Compiling CNIOWASI CNIOWASI.c
[20/399] Compiling CNIOLinux shim.c
[22/399] Compiling CNIOLinux liburing_shims.c
[23/399] Compiling CNIODarwin shim.c
[24/399] Compiling CNIOLLHTTP c_nio_http.c
[25/399] Compiling fiat_p256_adx_sqr.S
[26/399] Compiling fiat_p256_adx_mul.S
[27/399] Compiling CNIOLLHTTP c_nio_api.c
[28/399] Compiling fiat_curve25519_adx_square.S
[29/399] Write swift-version-24593BA9C3E375BF.txt
[30/399] Compiling fiat_curve25519_adx_mul.S
[31/399] Compiling md5-x86_64-linux.S
[32/399] Compiling md5-x86_64-apple.S
[33/421] Compiling CCryptoBoringSSLShims shims.c
[34/421] Compiling md5-586-linux.S
[35/421] Compiling md5-586-apple.S
[37/421] Emitting module _NIOBase64
[38/421] Emitting module InternalCollectionsUtilities
[38/423] Compiling err_data.cc
[39/423] Compiling chacha20_poly1305_x86_64-linux.S
[40/423] Compiling chacha20_poly1305_x86_64-apple.S
[41/423] Compiling chacha20_poly1305_armv8-win.S
[42/423] Compiling chacha20_poly1305_armv8-linux.S
[43/423] Compiling chacha20_poly1305_armv8-apple.S
[44/423] Compiling chacha-x86_64-linux.S
[45/423] Compiling chacha-x86_64-apple.S
[46/423] Compiling chacha-x86-linux.S
[47/423] Compiling chacha-x86-apple.S
[48/423] Compiling chacha-armv8-win.S
[49/423] Compiling chacha-armv8-linux.S
[50/423] Compiling chacha-armv8-apple.S
[51/423] Compiling chacha-armv4-linux.S
[52/423] Compiling aes128gcmsiv-x86_64-linux.S
[53/423] Compiling aes128gcmsiv-x86_64-apple.S
[54/423] Compiling x86_64-mont5-linux.S
[55/423] Compiling CNIOLLHTTP c_nio_llhttp.c
[56/423] Compiling x86_64-mont5-apple.S
[57/423] Compiling x86_64-mont-linux.S
[58/423] Compiling x86_64-mont-apple.S
[59/423] Compiling x86-mont-linux.S
[60/423] Compiling x86-mont-apple.S
[61/423] Compiling vpaes-x86_64-linux.S
[62/423] Compiling vpaes-x86_64-apple.S
[63/423] Compiling vpaes-x86-linux.S
[64/423] Compiling vpaes-x86-apple.S
[65/423] Compiling vpaes-armv8-win.S
[66/423] Compiling vpaes-armv8-linux.S
[67/423] Compiling vpaes-armv8-apple.S
[68/423] Compiling vpaes-armv7-linux.S
[69/423] Compiling sha512-x86_64-linux.S
[70/423] Compiling sha512-x86_64-apple.S
[71/423] Compiling sha512-armv8-win.S
[72/423] Compiling sha512-armv8-linux.S
[73/423] Compiling sha512-armv8-apple.S
[74/423] Compiling sha512-armv4-linux.S
[75/423] Compiling sha512-586-linux.S
[76/423] Compiling sha512-586-apple.S
[77/423] Compiling sha256-x86_64-linux.S
[78/423] Compiling sha256-x86_64-apple.S
[79/423] Compiling sha256-armv8-win.S
[80/423] Compiling sha256-armv8-linux.S
[81/423] Compiling sha256-armv8-apple.S
[82/423] Compiling sha256-armv4-linux.S
[83/423] Compiling sha256-586-linux.S
[84/423] Compiling sha256-586-apple.S
[85/423] Compiling sha1-x86_64-linux.S
[86/423] Compiling sha1-x86_64-apple.S
[87/423] Compiling sha1-armv8-win.S
[88/423] Compiling sha1-armv8-linux.S
[89/423] Compiling sha1-armv8-apple.S
[90/423] Compiling sha1-armv4-large-linux.S
[91/423] Compiling sha1-586-linux.S
[92/423] Compiling sha1-586-apple.S
[93/423] Compiling rsaz-avx2-linux.S
[94/423] Compiling rdrand-x86_64-linux.S
[95/423] Compiling rsaz-avx2-apple.S
[96/423] Compiling p256_beeu-x86_64-asm-linux.S
[97/423] Compiling rdrand-x86_64-apple.S
[98/423] Compiling p256_beeu-x86_64-asm-apple.S
[99/423] Compiling p256_beeu-armv8-asm-win.S
[100/423] Compiling p256_beeu-armv8-asm-linux.S
[101/423] Compiling p256_beeu-armv8-asm-apple.S
[102/423] Compiling p256-x86_64-asm-linux.S
[103/423] Compiling p256-x86_64-asm-apple.S
[105/423] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[106/423] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[107/423] Compiling _NIODataStructures _TinyArray.swift
[107/423] Compiling p256-armv8-asm-win.S
[109/423] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/423] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/423] Compiling _NIODataStructures PriorityQueue.swift
[112/423] Compiling InternalCollectionsUtilities UInt+reversed.swift
[113/423] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[114/423] Compiling InternalCollectionsUtilities Debugging.swift
[115/423] Compiling InternalCollectionsUtilities Descriptions.swift
[116/423] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[117/423] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[117/423] Compiling p256-armv8-asm-linux.S
[119/423] Compiling _NIOBase64 Base64.swift
[120/424] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[121/424] Compiling InternalCollectionsUtilities Integer rank.swift
[122/424] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[123/424] Compiling InternalCollectionsUtilities _SortedCollection.swift
[124/424] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[125/424] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[126/424] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[126/425] Compiling p256-armv8-asm-apple.S
[127/425] Compiling ghashv8-armv8-win.S
[128/425] Compiling c-nioatomics.c
[131/425] Compiling ghashv8-armv8-linux.S
[132/425] Compiling ghashv8-armv7-linux.S
[133/425] Compiling ghashv8-armv8-apple.S
[134/425] Compiling ghash-x86-linux.S
[135/425] Compiling ghash-x86_64-apple.S
[136/425] Compiling ghash-x86-apple.S
[137/425] Compiling ghash-x86_64-linux.S
[138/425] Compiling ghash-ssse3-x86_64-linux.S
[139/425] Compiling ghash-ssse3-x86-linux.S
[140/425] Compiling ghash-ssse3-x86_64-apple.S
[141/425] Compiling ghash-ssse3-x86-apple.S
[142/425] Compiling ghash-neon-armv8-win.S
[143/425] Compiling ghash-neon-armv8-linux.S
[144/425] Compiling ghash-neon-armv8-apple.S
[145/425] Compiling ghash-armv4-linux.S
[146/438] Compiling co-586-linux.S
[147/440] Compiling bn-armv8-win.S
[148/440] Compiling bsaes-armv7-linux.S
[149/440] Compiling co-586-apple.S
[150/440] Compiling bn-armv8-linux.S
[151/440] Compiling bn-armv8-apple.S
[152/440] Compiling bn-586-linux.S
[153/440] Compiling bn-586-apple.S
[154/440] Compiling armv8-mont-win.S
[155/440] Compiling armv8-mont-linux.S
[156/440] Compiling armv8-mont-apple.S
[157/440] Compiling aesv8-gcm-armv8-win.S
[158/440] Compiling armv4-mont-linux.S
[159/440] Compiling aesv8-gcm-armv8-linux.S
[160/440] Compiling aesv8-gcm-armv8-apple.S
[161/440] Compiling aesv8-armv8-linux.S
[162/440] Compiling aesv8-armv8-win.S
[163/440] Compiling aesv8-armv8-apple.S
[165/440] Compiling DequeModule Deque+CustomReflectable.swift
[166/440] Compiling DequeModule Deque+Descriptions.swift
[166/442] Compiling aesv8-armv7-linux.S
[167/442] Compiling aesni-x86_64-apple.S
[168/442] Compiling aesni-x86_64-linux.S
[169/442] Compiling aesni-x86-linux.S
[171/442] Emitting module _NIODataStructures
[172/442] Compiling _NIODataStructures Heap.swift
[173/442] Compiling DequeModule _DequeBuffer.swift
[174/442] Compiling DequeModule _DequeBufferHeader.swift
[174/443] Compiling aesni-x86-apple.S
[175/443] Compiling aesni-gcm-x86_64-linux.S
[176/443] Compiling aesni-gcm-x86_64-apple.S
[177/443] Compiling aes-gcm-avx512-x86_64-linux.S
[179/443] Compiling DequeModule Deque+Equatable.swift
[180/443] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[180/443] Compiling aes-gcm-avx512-x86_64-apple.S
[181/443] Compiling aes-gcm-avx2-x86_64-linux.S
[183/443] Compiling aes-gcm-avx2-x86_64-apple.S
[185/443] Compiling DequeModule _DequeSlot.swift
[186/443] Compiling DequeModule _UnsafeWrappedBuffer.swift
[187/443] Compiling DequeModule Deque._UnsafeHandle.swift
[188/443] Compiling DequeModule Deque.swift
[189/443] Compiling DequeModule Deque+Testing.swift
[190/443] Compiling DequeModule Deque._Storage.swift
[191/443] Compiling DequeModule Deque+Extras.swift
[192/443] Compiling DequeModule Deque+Hashable.swift
[192/443] Compiling c-atomics.c
[194/443] Compiling DequeModule Deque+Codable.swift
[195/443] Compiling DequeModule Deque+Collection.swift
[195/443] Compiling xwing.cc
[197/443] Emitting module DequeModule
[198/450] Compiling x_sig.cc
[199/450] Compiling x_spki.cc
[200/450] Compiling x_x509.cc
[201/450] Compiling x_x509a.cc
[203/450] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[204/450] Compiling NIOConcurrencyHelpers lock.swift
[205/450] Compiling NIOConcurrencyHelpers NIOLock.swift
[206/450] Emitting module NIOConcurrencyHelpers
[207/450] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[207/450] Compiling x_req.cc
[209/450] Compiling NIOConcurrencyHelpers atomics.swift
[210/451] Compiling KeccakP-1600-opt64.c
[211/451] Compiling x_exten.cc
[212/451] Compiling x_pubkey.cc
[213/451] Compiling x_attrib.cc
[214/451] Compiling x_name.cc
[215/451] Compiling x_crl.cc
[216/451] Compiling x_all.cc
[217/451] Compiling x509spki.cc
[218/451] Compiling x_algor.cc
[219/451] Compiling x509rset.cc
[220/451] Compiling x509name.cc
[221/451] Compiling x509cset.cc
[222/451] Compiling x509_vpm.cc
[223/451] Compiling x509_vfy.cc
[224/451] Compiling x509_v3.cc
[225/451] Compiling x509_trs.cc
[226/451] Compiling x509_txt.cc
[227/451] Compiling x509_set.cc
[228/451] Compiling x509_req.cc
[229/451] Compiling x509_obj.cc
[230/451] Compiling x509_lu.cc
[231/451] Compiling x509_ext.cc
[232/451] Compiling x509_def.cc
[233/451] Compiling x509_d2.cc
[234/451] Compiling x509_cmp.cc
[235/451] Compiling x509_att.cc
[236/451] Compiling x509.cc
[237/451] Compiling v3_utl.cc
[238/451] Compiling v3_skey.cc
[239/451] Compiling v3_purp.cc
[240/451] Compiling v3_prn.cc
[241/451] Compiling v3_pmaps.cc
[242/451] Compiling v3_pcons.cc
[243/451] Compiling v3_ocsp.cc
[244/451] Compiling v3_ncons.cc
[245/451] Compiling v3_int.cc
[246/451] Compiling v3_lib.cc
[247/451] Compiling v3_info.cc
[248/451] Compiling v3_ia5.cc
[249/451] Compiling v3_genn.cc
[250/451] Compiling v3_extku.cc
[251/451] Compiling v3_enum.cc
[252/451] Compiling v3_crld.cc
[253/451] Compiling v3_cpols.cc
[254/451] Compiling v3_bitst.cc
[255/451] Compiling v3_conf.cc
[256/451] Compiling v3_bcons.cc
[257/451] Compiling v3_alt.cc
[258/451] Compiling v3_akeya.cc
[259/451] Compiling v3_akey.cc
[260/451] Compiling t_x509a.cc
[261/451] Compiling t_x509.cc
[262/451] Compiling t_crl.cc
[263/451] Compiling t_req.cc
[264/451] Compiling rsa_pss.cc
[265/451] Compiling i2d_pr.cc
[266/451] Compiling policy.cc
[267/451] Compiling name_print.cc
[268/451] Compiling by_file.cc
[269/451] Compiling by_dir.cc
[270/451] Compiling asn1_gen.cc
[271/451] Compiling algorithm.cc
[272/451] Compiling a_verify.cc
[273/451] Compiling voprf.cc
[274/451] Compiling a_sign.cc
[275/451] Compiling a_digest.cc
[276/451] Compiling thread_pthread.cc
[277/451] Compiling thread_win.cc
[278/451] Compiling trust_token.cc
[279/451] Compiling thread_none.cc
[280/451] Compiling thread.cc
[281/451] Compiling pmbtoken.cc
[282/451] Compiling stack.cc
[283/451] Compiling sha512.cc
[284/451] Compiling siphash.cc
[285/451] Compiling spake2plus.cc
[286/451] Compiling slhdsa.cc
[287/451] Compiling sha1.cc
[288/451] Compiling sha256.cc
[289/451] Compiling rsa_print.cc
[290/451] Compiling rsa_extra.cc
[291/451] Compiling refcount.cc
[292/451] Compiling rsa_crypt.cc
[293/451] Compiling rc4.cc
[294/451] Compiling windows.cc
[295/451] Compiling urandom.cc
[296/451] Compiling trusty.cc
[297/451] Compiling rand.cc
[298/451] Compiling rsa_asn1.cc
[299/451] Compiling passive.cc
[300/451] Compiling ios.cc
[301/451] Compiling poly1305_arm_asm.S
[302/451] Compiling getentropy.cc
[303/451] Compiling deterministic.cc
[304/451] Compiling forkunsafe.cc
[305/451] Compiling fork_detect.cc
[306/451] Compiling pool.cc
[307/451] Compiling poly1305_vec.cc
[308/451] Compiling poly1305.cc
[309/451] Compiling poly1305_arm.cc
[310/451] Compiling pkcs8_x509.cc
[311/451] Compiling pkcs7.cc
[312/451] Compiling pkcs8.cc
[313/451] Compiling p5_pbev2.cc
[314/451] Compiling pkcs7_x509.cc
[315/451] Compiling pem_xaux.cc
[316/451] Compiling pem_x509.cc
[317/451] Compiling pem_pkey.cc
[318/451] Compiling mlkem.cc
[319/451] Compiling pem_pk8.cc
[320/451] Compiling pem_oth.cc
[321/451] Compiling pem_info.cc
[322/451] Compiling obj_xref.cc
[323/451] Compiling pem_lib.cc
[324/451] Compiling pem_all.cc
[325/451] Compiling obj.cc
[326/451] Compiling poly_rq_mul.S
[327/451] Compiling mldsa.cc
[328/451] Compiling mem.cc
[329/451] Compiling fips_shared_support.cc
[330/451] Compiling lhash.cc
[331/451] Compiling md5.cc
[332/451] Compiling md4.cc
[333/451] Compiling hrss.cc
[334/451] Compiling kyber.cc
[335/451] Compiling fuzzer_mode.cc
[336/451] Compiling ex_data.cc
[337/451] Compiling hpke.cc
[338/451] Compiling scrypt.cc
[339/451] Compiling pbkdf.cc
[340/451] Compiling print.cc
[341/451] Compiling sign.cc
[342/451] Compiling p_x25519_asn1.cc
[343/451] Compiling p_x25519.cc
[344/451] Compiling p_rsa_asn1.cc
[345/451] Compiling p_hkdf.cc
[346/451] Compiling p_rsa.cc
[347/451] Compiling p_ed25519_asn1.cc
[348/451] Compiling p_ed25519.cc
[349/451] Compiling p_ec_asn1.cc
[350/451] Compiling p_ec.cc
[351/451] Compiling p_dsa_asn1.cc
[352/451] Compiling p_dh.cc
[353/451] Compiling p_dh_asn1.cc
[354/451] Compiling evp_ctx.cc
[355/451] Compiling evp.cc
[356/451] Compiling evp_asn1.cc
[357/451] Compiling err.cc
[358/451] Compiling engine.cc
[359/451] Compiling ecdsa_p1363.cc
[360/451] Compiling ecdh.cc
[361/451] Compiling ecdsa_asn1.cc
[362/451] Compiling ec_derive.cc
[363/451] Compiling hash_to_curve.cc
[364/451] Compiling dsa_asn1.cc
[365/451] Compiling dsa.cc
[366/451] Compiling bcm.cc
[367/451] Compiling ec_asn1.cc
[368/451] Compiling x25519-asm-arm.S
[369/451] Compiling digest_extra.cc
[370/451] Compiling params.cc
[371/451] Compiling des.cc
[372/451] Compiling dh_asn1.cc
[373/451] Compiling curve25519_64_adx.cc
[374/451] Compiling spake25519.cc
[375/451] Compiling crypto.cc
[376/451] Compiling cpu_intel.cc
[377/451] Compiling cpu_arm_linux.cc
[378/451] Compiling curve25519.cc
[379/451] Compiling cpu_aarch64_win.cc
[380/451] Compiling cpu_arm_freebsd.cc
[381/451] Compiling cpu_aarch64_sysreg.cc
[382/451] Compiling cpu_aarch64_openbsd.cc
[383/451] Compiling cpu_aarch64_linux.cc
[384/451] Compiling cpu_aarch64_fuchsia.cc
[385/451] Compiling cpu_aarch64_apple.cc
[386/451] Compiling conf.cc
[387/451] Compiling tls_cbc.cc
[388/451] Compiling get_cipher.cc
[389/451] Compiling e_rc4.cc
[390/451] Compiling e_tls.cc
[391/451] Compiling e_rc2.cc
[392/451] Compiling cms.cc
[393/451] Compiling e_null.cc
[394/451] Compiling e_chacha20poly1305.cc
[395/451] Compiling e_des.cc
[396/451] Compiling e_aesgcmsiv.cc
[397/451] Compiling e_aesctrhmac.cc
[398/451] Compiling e_aeseax.cc
[399/451] Compiling derive_key.cc
[400/451] Compiling chacha.cc
[401/451] Compiling unicode.cc
[402/451] Compiling buf.cc
[403/451] Compiling sqrt.cc
[404/451] Compiling cbb.cc
[405/451] Compiling ber.cc
[406/451] Compiling cbs.cc
[407/451] Compiling exponentiation.cc
[408/451] Compiling asn1_compat.cc
[409/451] Compiling div.cc
[410/451] Compiling blake2.cc
[411/451] Compiling printf.cc
[412/451] Compiling pair.cc
[413/451] Compiling bn_asn1.cc
[414/451] Compiling convert.cc
[415/451] Compiling hexdump.cc
[416/451] Compiling file.cc
[417/451] Compiling fd.cc
[418/451] Compiling bio_mem.cc
[419/451] Compiling errno.cc
[420/451] Compiling base64.cc
[421/451] Compiling bio.cc
[422/451] Compiling tasn_typ.cc
[423/451] Compiling tasn_utl.cc
[424/451] Compiling tasn_fre.cc
[425/451] Compiling tasn_new.cc
[426/451] Compiling tasn_enc.cc
[427/451] Compiling posix_time.cc
[428/451] Compiling f_string.cc
[429/451] Compiling asn_pack.cc
[430/451] Compiling f_int.cc
[431/451] Compiling asn1_par.cc
[432/451] Compiling tasn_dec.cc
[433/451] Compiling asn1_lib.cc
[434/451] Compiling a_utctm.cc
[435/451] Compiling a_type.cc
[436/451] Compiling a_strnid.cc
[437/451] Compiling a_octet.cc
[438/451] Compiling a_time.cc
[439/451] Compiling a_strex.cc
[440/451] Compiling a_object.cc
[441/451] Compiling a_mbstr.cc
[442/451] Compiling a_i2d_fp.cc
[443/451] Write sources
[444/451] Compiling a_dup.cc
[445/451] Compiling a_d2i_fp.cc
[446/451] Compiling a_int.cc
[447/469] Compiling a_gentm.cc
[448/469] Compiling aes.cc
[449/469] Compiling a_bool.cc
[451/469] Compiling Atomics ManagedAtomic.swift
[452/469] Compiling Atomics ManagedAtomicLazyReference.swift
[453/471] Compiling Atomics UnsafeAtomic.swift
[454/471] Compiling Atomics UnsafeAtomicLazyReference.swift
[454/471] Compiling a_bitstr.cc
[456/471] Compiling Atomics AtomicStorage.swift
[457/471] Compiling Atomics AtomicValue.swift
[458/471] Compiling Atomics AtomicMemoryOrderings.swift
[459/471] Compiling Atomics DoubleWord.swift
[460/479] Compiling Atomics IntegerOperations.swift
[461/479] Compiling Atomics Unmanaged extensions.swift
[462/479] Compiling Atomics AtomicInteger.swift
[463/479] Compiling Atomics AtomicOptionalWrappable.swift
[464/479] Compiling Atomics AtomicReference.swift
[465/479] Emitting module Atomics
[466/479] Compiling Atomics IntegerConformances.swift
[467/479] Compiling Atomics PointerConformances.swift
[468/479] Compiling Atomics Primitives.native.swift
[469/479] Compiling Atomics OptionalRawRepresentable.swift
[470/479] Compiling Atomics RawRepresentable.swift
[471/479] Compiling Atomics AtomicBool.swift
[473/480] Compiling CryptoBoringWrapper RandomBytes.swift
[474/480] Emitting module CryptoBoringWrapper
[475/480] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[476/480] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[477/480] Compiling CryptoBoringWrapper EllipticCurve.swift
[478/480] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[479/480] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[480/480] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[482/627] Compiling Crypto MLKEM.swift
[483/627] Compiling Crypto XWing.swift
[484/627] Compiling Crypto ECDH_boring.swift
[485/627] Compiling Crypto DH.swift
[486/627] Compiling Crypto ECDH.swift
[487/627] Compiling Crypto ANSIx963.swift
[488/627] Compiling Crypto HMAC.swift
[489/627] Compiling Crypto MACFunctions.swift
[490/635] Compiling Crypto HPKE-KeySchedule.swift
[491/635] Compiling Crypto HPKE-Modes.swift
[492/635] Compiling Crypto Insecure.swift
[493/635] Compiling Crypto Insecure_HashFunctions.swift
[494/635] Compiling Crypto MLKEM_boring.swift
[495/635] Compiling Crypto MLKEM_wrapper.swift
[496/635] Compiling Crypto XWing_boring.swift
[497/635] Compiling Crypto KEM-Errors.swift
[498/635] Compiling Crypto KEM.swift
[499/635] Compiling Crypto HPKE-LabeledExtract.swift
[500/635] Compiling Crypto HPKE-Utils.swift
[501/635] Compiling Crypto DHKEM.swift
[502/635] Compiling Crypto HPKE-KEM-Curve25519.swift
[503/635] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[504/635] Compiling Crypto HPKE-KEM.swift
[505/635] Compiling Crypto HPKE-Errors.swift
[506/635] Compiling Crypto HPKE.swift
[507/635] Compiling Crypto HPKE-Context.swift
[508/635] Emitting module Crypto
[509/646] Compiling Crypto AES-GCM.swift
[510/646] Compiling Crypto AES-GCM_boring.swift
[511/646] Compiling Crypto ChaChaPoly_boring.swift
[512/646] Compiling Crypto ChaChaPoly.swift
[513/646] Compiling Crypto Cipher.swift
[514/646] Compiling Crypto Nonces.swift
[515/646] Compiling Crypto ASN1.swift
[516/646] Compiling Crypto ASN1Any.swift
[517/646] Compiling Crypto ASN1BitString.swift
[518/646] Compiling Crypto ASN1Boolean.swift
[519/646] Compiling Crypto ASN1Identifier.swift
[520/646] Compiling Crypto ASN1Integer.swift
[521/646] Compiling Crypto ASN1Null.swift
[522/646] Compiling Crypto ASN1OctetString.swift
[523/646] Compiling Crypto ASN1Strings.swift
[524/646] Compiling Crypto ArraySliceBigint.swift
[525/646] Compiling Crypto GeneralizedTime.swift
[526/646] Compiling Crypto ObjectIdentifier.swift
[527/646] Compiling Crypto ECDSASignature.swift
[528/646] Compiling Crypto PEMDocument.swift
[529/646] Compiling Crypto PKCS8PrivateKey.swift
[530/646] Compiling Crypto SEC1PrivateKey.swift
[531/646] Compiling Crypto SubjectPublicKeyInfo.swift
[532/646] Compiling Crypto CryptoError_boring.swift
[533/646] Compiling Crypto CryptoKitErrors.swift
[534/646] Compiling Crypto Digest_boring.swift
[535/646] Compiling Crypto Digest.swift
[536/646] Compiling Crypto Digests.swift
[537/646] Compiling Crypto HashFunctions.swift
[538/646] Compiling Crypto HashFunctions_SHA2.swift
[539/646] Compiling Crypto HashFunctions_SHA3.swift
[540/646] Compiling Crypto Digest_xkcp.swift
[541/646] Compiling Crypto HPKE-AEAD.swift
[542/646] Compiling Crypto HPKE-Ciphersuite.swift
[543/646] Compiling Crypto HPKE-KDF.swift
[544/646] Compiling Crypto HPKE-KexKeyDerivation.swift
[545/646] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[546/646] Compiling NIOCore SocketAddresses.swift
[547/646] Compiling NIOCore SocketOptionProvider.swift
[548/646] Compiling NIOCore SystemCallHelpers.swift
[549/646] Compiling NIOCore TimeAmount+Duration.swift
[550/646] Compiling NIOCore TypeAssistedChannelHandler.swift
[551/646] Compiling NIOCore UniversalBootstrapSupport.swift
[552/646] Compiling NIOCore Utilities.swift
[562/646] Compiling Crypto MLDSA.swift
[563/646] Compiling Crypto Signature.swift
[564/646] Compiling Crypto CryptoKitErrors_boring.swift
[565/646] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[566/646] Compiling Crypto RNG_boring.swift
[567/646] Compiling Crypto SafeCompare_boring.swift
[568/646] Compiling Crypto Zeroization_boring.swift
[569/646] Compiling Crypto PrettyBytes.swift
[570/646] Compiling Crypto SafeCompare.swift
[571/646] Compiling Crypto SecureBytes.swift
[572/646] Compiling Crypto Zeroization.swift
[585/646] Compiling Crypto HKDF.swift
[586/646] Compiling Crypto AESWrap.swift
[587/646] Compiling Crypto AESWrap_boring.swift
[588/646] Compiling Crypto Ed25519_boring.swift
[589/646] Compiling Crypto NISTCurvesKeys_boring.swift
[590/646] Compiling Crypto X25519Keys_boring.swift
[591/646] Compiling Crypto Curve25519.swift
[592/646] Compiling Crypto Ed25519Keys.swift
[593/646] Compiling Crypto NISTCurvesKeys.swift
[594/646] Compiling Crypto X25519Keys.swift
[595/646] Compiling Crypto SymmetricKeys.swift
[618/646] Compiling Crypto Ed25519.swift
[620/649] Compiling ObliviousXHelpers Helpers.swift
/host/spi-builder-workspace/Sources/ObliviousXHelpers/Helpers.swift:498:29: error: cannot find 'ceil' in scope
496 |     precondition(value >= 0, "I2OSP requires a non-null value.")
497 |
498 |     let requiredBytes = Int(ceil(log2(Double(max(value, 1) + 1)) / 8))
    |                             `- error: cannot find 'ceil' in scope
499 |     precondition(outputByteCount >= requiredBytes)
500 |
/host/spi-builder-workspace/Sources/ObliviousXHelpers/Helpers.swift:498:34: error: cannot find 'log2' in scope
496 |     precondition(value >= 0, "I2OSP requires a non-null value.")
497 |
498 |     let requiredBytes = Int(ceil(log2(Double(max(value, 1) + 1)) / 8))
    |                                  `- error: cannot find 'log2' in scope
499 |     precondition(outputByteCount >= requiredBytes)
500 |
[621/649] Emitting module ObliviousXHelpers
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/55] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[3/55] Compiling CryptoBoringWrapper RandomBytes.swift
[4/55] Compiling Atomics AtomicMemoryOrderings.swift
[5/55] Compiling Atomics DoubleWord.swift
[6/57] Emitting module CryptoBoringWrapper
[7/57] Compiling Atomics AtomicStorage.swift
[8/57] Compiling Atomics AtomicValue.swift
[9/57] Compiling Atomics RawRepresentable.swift
[10/57] Compiling Atomics AtomicBool.swift
[11/57] Compiling NIOConcurrencyHelpers lock.swift
[12/57] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[13/57] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[14/57] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[17/59] Emitting module _NIOBase64
[18/59] Compiling Atomics ManagedAtomic.swift
[19/59] Compiling Atomics ManagedAtomicLazyReference.swift
[20/59] Compiling NIOConcurrencyHelpers NIOLock.swift
[25/59] Compiling CryptoBoringWrapper EllipticCurve.swift
[26/59] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[29/59] Compiling Atomics IntegerConformances.swift
[30/59] Compiling Atomics PointerConformances.swift
[31/59] Emitting module NIOConcurrencyHelpers
[32/59] Compiling _NIOBase64 Base64.swift
[33/59] Emitting module _NIODataStructures
[34/60] Compiling _NIODataStructures PriorityQueue.swift
[35/60] Compiling _NIODataStructures _TinyArray.swift
[36/60] Compiling _NIODataStructures Heap.swift
[37/61] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/61] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[39/61] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[40/62] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[41/62] Compiling NIOConcurrencyHelpers atomics.swift
[42/62] Compiling Atomics IntegerOperations.swift
[43/62] Compiling Atomics Unmanaged extensions.swift
[46/63] Compiling Atomics AtomicInteger.swift
[47/63] Compiling Atomics AtomicOptionalWrappable.swift
[48/63] Compiling Atomics AtomicReference.swift
[51/63] Emitting module InternalCollectionsUtilities
[54/63] Compiling Atomics OptionalRawRepresentable.swift
[55/63] Compiling Atomics Primitives.native.swift
[58/162] Compiling DequeModule _DequeBuffer.swift
[59/162] Compiling DequeModule _DequeBufferHeader.swift
[60/164] Compiling DequeModule Deque+Equatable.swift
[61/164] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[62/164] Compiling DequeModule Deque+CustomReflectable.swift
[63/164] Compiling DequeModule Deque+Descriptions.swift
[64/164] Compiling DequeModule Deque+Extras.swift
[65/164] Compiling DequeModule Deque+Hashable.swift
[66/164] Emitting module Atomics
[67/164] Compiling DequeModule _DequeSlot.swift
[68/164] Compiling DequeModule _UnsafeWrappedBuffer.swift
[69/164] Compiling DequeModule Deque._UnsafeHandle.swift
[70/164] Compiling DequeModule Deque.swift
[71/164] Compiling DequeModule Deque+Testing.swift
[72/164] Compiling DequeModule Deque._Storage.swift
[76/164] Compiling DequeModule Deque+Codable.swift
[77/164] Compiling DequeModule Deque+Collection.swift
[82/165] Emitting module DequeModule
[84/229] Compiling NIOCore Channel.swift
[85/229] Compiling NIOCore ChannelHandler.swift
[86/229] Compiling NIOCore ChannelHandlers.swift
[87/229] Compiling NIOCore ChannelInvoker.swift
[88/229] Compiling NIOCore ChannelOption.swift
[89/229] Compiling NIOCore ChannelPipeline.swift
[90/229] Compiling NIOCore AddressedEnvelope.swift
[91/229] Compiling NIOCore AsyncAwaitSupport.swift
[92/229] Compiling NIOCore AsyncChannel.swift
[93/229] Compiling NIOCore AsyncChannelHandler.swift
[94/229] Compiling NIOCore AsyncChannelInboundStream.swift
[95/229] Compiling NIOCore AsyncChannelOutboundWriter.swift
[96/240] Emitting module Crypto
[97/240] Compiling NIOCore NIOAsyncSequenceProducer.swift
[98/240] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[99/240] Compiling NIOCore NIOAsyncWriter.swift
[100/240] Compiling NIOCore EventLoopFuture+Deprecated.swift
[101/240] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[102/240] Compiling NIOCore EventLoopFuture.swift
[103/240] Compiling NIOCore FileDescriptor.swift
[104/240] Compiling NIOCore FileHandle.swift
[105/240] Compiling NIOCore FileRegion.swift
[106/240] Compiling NIOCore GlobalSingletons.swift
[107/240] Compiling NIOCore IO.swift
[108/240] Compiling NIOCore IOData.swift
[109/240] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[110/240] Compiling NIOCore BSDSocketAPI.swift
[111/240] Compiling NIOCore ByteBuffer-aux.swift
[112/240] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[113/240] Compiling NIOCore ByteBuffer-conversions.swift
[114/240] Compiling NIOCore ByteBuffer-core.swift
[115/240] Compiling NIOCore ByteBuffer-hex.swift
[116/240] Compiling NIOCore ByteBuffer-int.swift
[117/240] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[118/240] Compiling NIOCore ByteBuffer-multi-int.swift
[119/240] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[120/240] Compiling NIOCore ByteBuffer-views.swift
[121/240] Compiling NIOCore NIOCoreSendableMetatype.swift
[122/240] Compiling NIOCore NIODecodedAsyncSequence.swift
[123/240] Compiling NIOCore NIOLoopBound.swift
[124/240] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[125/240] Compiling NIOCore NIOScheduledCallback.swift
[126/240] Compiling NIOCore NIOSendable.swift
[127/240] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[128/240] Compiling NIOCore RecvByteBufferAllocator.swift
[129/248] Compiling NIOCore IPProtocol.swift
[130/248] Compiling NIOCore IntegerBitPacking.swift
[131/248] Compiling NIOCore IntegerTypes.swift
[132/248] Compiling NIOCore Interfaces.swift
[133/248] Compiling NIOCore Linux.swift
[134/248] Compiling NIOCore MarkedCircularBuffer.swift
[135/248] Compiling NIOCore MulticastChannel.swift
[136/248] Compiling NIOCore NIOAny.swift
[137/248] Compiling NIOCore NIOCloseOnErrorHandler.swift
[147/248] Compiling Crypto MLDSA.swift
[148/248] Compiling Crypto Signature.swift
[149/248] Compiling Crypto CryptoKitErrors_boring.swift
[150/248] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[151/248] Compiling Crypto RNG_boring.swift
[152/248] Compiling Crypto SafeCompare_boring.swift
[153/248] Compiling Crypto Zeroization_boring.swift
[154/248] Compiling Crypto PrettyBytes.swift
[155/248] Compiling Crypto SafeCompare.swift
[156/248] Compiling Crypto SecureBytes.swift
[157/248] Compiling Crypto Zeroization.swift
[158/248] Compiling NIOCore CircularBuffer.swift
[159/248] Compiling NIOCore Codec.swift
[160/248] Compiling NIOCore ConvenienceOptionSupport.swift
[161/248] Compiling NIOCore DeadChannel.swift
[162/248] Compiling NIOCore DispatchQueue+WithFuture.swift
[163/248] Compiling NIOCore EventLoop+Deprecated.swift
[164/248] Compiling NIOCore EventLoop+SerialExecutor.swift
[165/248] Compiling NIOCore EventLoop.swift
[166/248] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[170/248] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[171/248] Compiling NIOCore SocketAddresses.swift
[172/248] Compiling NIOCore SocketOptionProvider.swift
[173/248] Compiling NIOCore SystemCallHelpers.swift
[174/248] Compiling NIOCore TimeAmount+Duration.swift
[175/248] Compiling NIOCore TypeAssistedChannelHandler.swift
[176/248] Compiling NIOCore UniversalBootstrapSupport.swift
[177/248] Compiling NIOCore Utilities.swift
[187/248] Compiling Crypto HMAC.swift
[188/248] Compiling Crypto MACFunctions.swift
[189/248] Compiling Crypto MessageAuthenticationCode.swift
[190/248] Compiling Crypto AES.swift
[191/248] Compiling Crypto ECDSASignature_boring.swift
[192/248] Compiling Crypto ECDSA_boring.swift
[193/248] Compiling Crypto EdDSA_boring.swift
[194/248] Compiling Crypto MLDSA_boring.swift
[195/248] Compiling Crypto MLDSA_wrapper.swift
[196/248] Compiling Crypto ECDSA.swift
[197/248] Compiling Crypto Ed25519.swift
[209/248] Compiling Crypto ANSIx963.swift
[222/251] Emitting module NIOCore
[250/252] Compiling ObliviousXHelpers Helpers.swift
/host/spi-builder-workspace/Sources/ObliviousXHelpers/Helpers.swift:498:29: error: cannot find 'ceil' in scope
496 |     precondition(value >= 0, "I2OSP requires a non-null value.")
497 |
498 |     let requiredBytes = Int(ceil(log2(Double(max(value, 1) + 1)) / 8))
    |                             `- error: cannot find 'ceil' in scope
499 |     precondition(outputByteCount >= requiredBytes)
500 |
/host/spi-builder-workspace/Sources/ObliviousXHelpers/Helpers.swift:498:34: error: cannot find 'log2' in scope
496 |     precondition(value >= 0, "I2OSP requires a non-null value.")
497 |
498 |     let requiredBytes = Int(ceil(log2(Double(max(value, 1) + 1)) / 8))
    |                                  `- error: cannot find 'log2' in scope
499 |     precondition(outputByteCount >= requiredBytes)
500 |
[251/252] Emitting module ObliviousXHelpers
BUILD FAILURE 6.1 wasm