The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AccountsSDK, reference 0.9.30 (e60bee), with Swift 6.2 for Wasm on 13 Jan 2026 21:27:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alviere/alviere-accounts-ios.git
Reference: 0.9.30
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/Alviere/alviere-accounts-ios
 * tag               0.9.30     -> FETCH_HEAD
HEAD is now at e60beef 0.9.30
Cloned https://github.com/Alviere/alviere-accounts-ios.git
Revision (git rev-parse @):
e60beef43d948c111349d2bced5694794abda2b8
SUCCESS checkout https://github.com/Alviere/alviere-accounts-ios.git at 0.9.30
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Alviere/alviere-accounts-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:e45aebddbd3fb4404abe9276e0d450e6fc2ef4836b534e79623bcca11b80d266
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/embedded-swift-sdk.json
Fetching https://github.com/Alviere/alviere-core-ios.git
Fetching https://github.com/Alviere/alviere-camera-ios.git
[1/185] Fetching alviere-core-ios
[155/264] Fetching alviere-core-ios, alviere-camera-ios
Fetched https://github.com/Alviere/alviere-core-ios.git from cache (0.25s)
Fetched https://github.com/Alviere/alviere-camera-ios.git from cache (0.25s)
Computing version for https://github.com/Alviere/alviere-camera-ios.git
Computed https://github.com/Alviere/alviere-camera-ios.git at 1.5.0 (0.75s)
Computing version for https://github.com/Alviere/alviere-core-ios.git
Computed https://github.com/Alviere/alviere-core-ios.git at 0.9.30 (0.45s)
Creating working copy for https://github.com/Alviere/alviere-core-ios.git
Working copy of https://github.com/Alviere/alviere-core-ios.git resolved at 0.9.30
Creating working copy for https://github.com/Alviere/alviere-camera-ios.git
Working copy of https://github.com/Alviere/alviere-camera-ios.git resolved at 1.5.0
Downloading binary artifact https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip
Downloading binary artifact https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnap.xcframework.zip
Downloading binary artifact https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCore.xcframework.zip
Downloading binary artifact https://github.com/Alviere/alviere-accounts-ios/releases/download/0.9.30/AccountsSDK.xcframework.zip
Downloading binary artifact https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapScience.xcframework.zip
Downloading binary artifact https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip
Downloading binary artifact https://github.com/Alviere/alviere-core-ios/releases/download/0.9.30/AlCore.xcframework.zip
Downloading binary artifact https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip
Downloading binary artifact https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCamera.xcframework.zip
FoundationNetworking/EasyHandle.swift:293: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=libcurl.Easy Code=43 "(null)"
*** Signal 4: Backtracing from 0x7f8c7cc5fb88... done ***
*** Program crashed: Illegal instruction at 0x00007f8c7cc5fb88 ***
Platform: x86_64 Linux (Ubuntu 22.04.5 LTS)
Thread 0 "swift-build":
  0  0x00007f8c7b0be80a <unknown> in libc.so.6
...
Thread 1:
  0  0x00007f8c7b10d117 <unknown> in libc.so.6
...
Thread 2:
  0  0x00007f8c7b1a1e9e <unknown> in libc.so.6
...
Thread 3:
  0  0x00007f8c7b10d117 <unknown> in libc.so.6
...
Thread 4 crashed:
  0              0x00007f8c7cc5fb88 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
  1 [ra]         0x00007f8c7cc94246 swift_unexpectedError + 805 in libswiftCore.so
  2 [ra]         0x00007f8c7b727e37 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8630 in libFoundationNetworking.so
  3 [ra]         0x00007f8c7b739175 _NativeProtocol.startNewTransfer(with:) + 1220 in libFoundationNetworking.so
  4 [ra]         0x00007f8c7b72950a _HTTPURLProtocol.didCompleteRedirectCallback(_:) + 361 in libFoundationNetworking.so
  5 [ra] [thunk] 0x00007f8c7b72d5cb partial apply for closure #1 in closure #1 in closure #1 in _HTTPURLProtocol.redirectFor(request:) + 26 in libFoundationNetworking.so
  6 [ra] [thunk] 0x00007f8c7b703aa9 thunk for @escaping @callee_guaranteed @Sendable () -> () + 24 in libFoundationNetworking.so
...
Thread 5:
  0  0x00007f8c7b10d117 <unknown> in libc.so.6
...
Thread 6:
  0  0x00007f8c7b10d117 <unknown> in libc.so.6
...
Thread 7:
  0  0x00007f8c7b10d117 <unknown> in libc.so.6
...
Thread 8:
  0  0x00007f8c7b10d117 <unknown> in libc.so.6
...
Thread 9:
  0  0x00007f8c7b10d117 <unknown> in libc.so.6
...
Thread 10:
  0  0x00007f8c7b10d117 <unknown> in libc.so.6
...
Registers:
rax 0x0000000200000003  8589934595
rdx 0x0000000000000002  2
rcx 0xfffffffe00000000  18446744065119617024
rbx 0x0000000000000003  3
rsi 0x00007f8c6464a318  03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80  ················
rdi 0x00007f8c640008e0  06 00 06 00 07 00 06 00 03 00 07 00 07 00 07 00  ················
rbp 0x00007f8c6fffde90  40 df ff 6f 8c 7f 00 00 46 42 c9 7c 8c 7f 00 00  @ßÿo····FBÉ|····
rsp 0x00007f8c6fffde20  30 de ff 6f 8c 7f 00 00 5b 6a b8 7c 8c 7f 00 00  0Þÿo····[j¸|····
 r8 0x00007f8c642981a0  98 0b ef 9c 8b 7f 00 00 68 a9 a3 21 6a 0b 56 43  ··ï·····h©£!j·VC
 r9 0x00007f8c6fffdb90  70 6f 73 69 74 69 6f 6e 3d 61 74 74 61 63 68 6d  position=attachm
r10 0x0000000000000000  0
r11 0x43560b6a21a3a968  4852078198997100904
r12 0x00007f8c6464a310  28 a5 f4 7c 8c 7f 00 00 03 00 00 00 00 00 00 00  (¥ô|············
r13 0x00007f8c6fffdf08  5a 00 00 00 00 00 00 f0 10 a3 64 64 8c 7f 00 00  Z······ð·£dd····
r14 0x0000000000000000  0
r15 0x000000000000005a  90
rip 0x00007f8c7cc5fb88  0f 0b 48 8d 35 7f 0c fb ff 48 8d 55 a0 45 31 e4  ··H·5··ûÿH·U E1ä
rflags 0x0000000000010202
cs 0x0033  fs 0x0000  gs 0x0000
Images (71 omitted):
0x00007f8c7b07c000–0x00007f8c7b2383c1 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7 libc.so.6                  /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f8c7b67f000–0x00007f8c7b7813f0 e5018258211592771684058c071315cbcb951e8e libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007f8c7c97d000–0x00007f8c7cf2d8a8 0fb36931053b04c76b3a9f5c9e422cb2ae40ec31 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
Backtrace took 0.03s
BUILD FAILURE 6.2 wasm