The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PaymentsSDK, reference master (126836), with Swift 6.1 for Wasm on 13 Jan 2026 17:42:00 UTC.

Swift 6 data race errors: 0

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.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alviere/alviere-payments-ios.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Alviere/alviere-payments-ios
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1268366 0.9.30
Cloned https://github.com/Alviere/alviere-payments-ios.git
Revision (git rev-parse @):
126836654c5abdcf8e07ea6c3d8fb443a6996dfb
SUCCESS checkout https://github.com/Alviere/alviere-payments-ios.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Alviere/alviere-payments-ios.git
https://github.com/Alviere/alviere-payments-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "alviere-core-ios",
      "requirement" : {
        "exact" : [
          "0.9.30"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alviere/alviere-core-ios.git"
    },
    {
      "identity" : "alviere-camera-ios",
      "requirement" : {
        "exact" : [
          "1.5.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alviere/alviere-camera-ios.git"
    }
  ],
  "manifest_display_name" : "PaymentsSDK",
  "name" : "PaymentsSDK",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PaymentsSDK",
      "targets" : [
        "PaymentsSDKDeps"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PaymentsSDKDeps",
      "module_type" : "SwiftTarget",
      "name" : "PaymentsSDKDeps",
      "path" : "PaymentsSDKDeps",
      "product_dependencies" : [
        "AlCore",
        "AlCamera"
      ],
      "product_memberships" : [
        "PaymentsSDK"
      ],
      "sources" : [
        "PaymentsSDK.swift"
      ],
      "target_dependencies" : [
        "PaymentsSDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PaymentsSDK",
      "module_type" : "BinaryTarget",
      "name" : "PaymentsSDK",
      "path" : "remote/archive/PaymentsSDK.xcframework.zip",
      "product_memberships" : [
        "PaymentsSDK"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.5"
}
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.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Alviere/alviere-camera-ios.git
Fetching https://github.com/Alviere/alviere-core-ios.git
[1/79] Fetching alviere-camera-ios
[80/264] Fetching alviere-camera-ios, alviere-core-ios
Fetched https://github.com/Alviere/alviere-camera-ios.git from cache (0.40s)
Fetched https://github.com/Alviere/alviere-core-ios.git from cache (0.40s)
Computing version for https://github.com/Alviere/alviere-camera-ios.git
Computed https://github.com/Alviere/alviere-camera-ios.git at 1.5.0 (1.53s)
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.66s)
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/MiSnap.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-payments-ios/releases/download/0.9.30/PaymentsSDK.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/MiSnapBarcodeScanner.xcframework.zip
Downloading binary artifact https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCamera.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/MobileFlow.xcframework.zip
Downloading binary artifact https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCore.xcframework.zip
[1397/293059] Downloading https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip
[19657/7880050] Downloading https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip, https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip
[26678/9173575] Downloading https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip, https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip
[50083/9317404] Downloading https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip, https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCamera.xcframework.zip
[527886/11384849] Downloading https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip, https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCamera.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip
[552714/11777307] Downloading https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip, https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCamera.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapScience.xcframework.zip
[569152/21883987] Downloading https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip, https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCamera.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapScience.xcframework.zip, https://github.com/Alviere/alviere-core-ios/releases/download/0.9.30/AlCore.xcframework.zip
[584855/22078577] Downloading https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip, https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCamera.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapScience.xcframework.zip, https://github.com/Alviere/alviere-core-ios/releases/download/0.9.30/AlCore.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnap.xcframework.zip
[759557/21934748] Downloading https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip, https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapScience.xcframework.zip, https://github.com/Alviere/alviere-core-ios/releases/download/0.9.30/AlCore.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnap.xcframework.zip
Downloaded https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCamera.xcframework.zip (0.90s)
Downloaded https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapFacialCapture.xcframework.zip (0.95s)
[3147796/21641689] Downloading https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapScience.xcframework.zip, https://github.com/Alviere/alviere-core-ios/releases/download/0.9.30/AlCore.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnap.xcframework.zip
Downloaded https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnap.xcframework.zip (0.95s)
[3433009/21447099] Downloading https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapScience.xcframework.zip, https://github.com/Alviere/alviere-core-ios/releases/download/0.9.30/AlCore.xcframework.zip
Downloaded https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapScience.xcframework.zip (0.98s)
[5425278/21054641] Downloading https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip, https://github.com/Alviere/alviere-core-ios/releases/download/0.9.30/AlCore.xcframework.zip
[21071016/21642175] Downloading https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip, https://github.com/Alviere/alviere-core-ios/releases/download/0.9.30/AlCore.xcframework.zip, https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCore.xcframework.zip
Downloaded https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MobileFlow.xcframework.zip (1.23s)
Downloaded https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapCore.xcframework.zip (1.25s)
Downloaded https://github.com/Alviere/alviere-camera-ios/releases/download/1.5.0/MiSnapBarcodeScanner.xcframework.zip (1.25s)
Downloaded https://github.com/Alviere/alviere-payments-ios/releases/download/0.9.30/PaymentsSDK.xcframework.zip (1.77s)
Downloaded https://github.com/Alviere/alviere-core-ios/releases/download/0.9.30/AlCore.xcframework.zip (2.08s)
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/7] Emitting module PaymentsSDKDeps
[4/7] Compiling PaymentsSDKDeps PaymentsSDK.swift
[5/8] Wrapping AST for PaymentsSDKDeps for debugging
[6/8] Write Objects.LinkFileList
[7/8] Archiving libPaymentsSDK.a
Build complete! (8.40s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "alviere-core-ios",
      "requirement" : {
        "exact" : [
          "0.9.30"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alviere/alviere-core-ios.git"
    },
    {
      "identity" : "alviere-camera-ios",
      "requirement" : {
        "exact" : [
          "1.5.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alviere/alviere-camera-ios.git"
    }
  ],
  "manifest_display_name" : "PaymentsSDK",
  "name" : "PaymentsSDK",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PaymentsSDK",
      "targets" : [
        "PaymentsSDKDeps"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PaymentsSDKDeps",
      "module_type" : "SwiftTarget",
      "name" : "PaymentsSDKDeps",
      "path" : "PaymentsSDKDeps",
      "product_dependencies" : [
        "AlCore",
        "AlCamera"
      ],
      "product_memberships" : [
        "PaymentsSDK"
      ],
      "sources" : [
        "PaymentsSDK.swift"
      ],
      "target_dependencies" : [
        "PaymentsSDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PaymentsSDK",
      "module_type" : "BinaryTarget",
      "name" : "PaymentsSDK",
      "path" : "remote/archive/PaymentsSDK.xcframework.zip",
      "product_memberships" : [
        "PaymentsSDK"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.5"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.