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 AmplifyUILiveness, reference main (3affdd), with Swift 6.1 for Wasm on 30 May 2025 14:51:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aws-amplify/amplify-ui-swift-liveness.git
Reference: main
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/aws-amplify/amplify-ui-swift-liveness
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3affdd1 chore: finalize release 1.3.5 [skip ci]
Cloned https://github.com/aws-amplify/amplify-ui-swift-liveness.git
Revision (git rev-parse @):
3affdd197eb35ee0d6ad2d5d99fea63646a6d00f
SUCCESS checkout https://github.com/aws-amplify/amplify-ui-swift-liveness.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aws-amplify/amplify-ui-swift-liveness.git
https://github.com/aws-amplify/amplify-ui-swift-liveness.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "amplify-swift",
      "requirement" : {
        "exact" : [
          "2.46.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/amplify-swift"
    }
  ],
  "manifest_display_name" : "AmplifyUILiveness",
  "name" : "AmplifyUILiveness",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "FaceLiveness",
      "targets" : [
        "FaceLiveness"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FaceLivenessTests",
      "module_type" : "SwiftTarget",
      "name" : "FaceLivenessTests",
      "path" : "Tests/FaceLivenessTests",
      "sources" : [
        "CredentialsProviderTestCase.swift",
        "DetectedFaceTests.swift",
        "LivenessTests.swift",
        "MockAWSCredentials.swift",
        "MockAWSTemporaryCredentials.swift",
        "MockCredentialsProvider.swift",
        "MockFaceDetectionResultHandler.swift",
        "MockFaceDetector.swift",
        "MockLivenessService.swift"
      ],
      "target_dependencies" : [
        "FaceLiveness"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FaceLiveness",
      "module_type" : "SwiftTarget",
      "name" : "FaceLiveness",
      "path" : "Sources/FaceLiveness",
      "product_dependencies" : [
        "AWSPluginsCore",
        "AWSCognitoAuthPlugin",
        "AWSPredictionsPlugin"
      ],
      "product_memberships" : [
        "FaceLiveness"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/FaceLiveness/Resources/Base.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "Base"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FaceLiveness/Resources/face_detection_short_range.mlmodelc",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AV/LivenessAVAssetWriter.swift",
        "AV/LivenessAVAssetWriterInput.swift",
        "AV/LivenessCaptureDevice.swift",
        "AV/LivenessCaptureSession.swift",
        "AV/LivenessCaptureSessionError.swift",
        "AV/OutputSampleBufferCapturer.swift",
        "AV/VideoChunkProcessor.swift",
        "AV/VideoChunker+AssetWriterDelegate.swift",
        "AV/VideoChunker+State.swift",
        "AV/VideoChunker.swift",
        "FaceDetection/BlazeFace/DetectedFace.swift",
        "FaceDetection/BlazeFace/FaceDetectorShortRange+Model.swift",
        "FaceDetection/BlazeFace/face_detection_short_range.swift",
        "FaceDetection/FaceDetector.swift",
        "FaceDetection/FaceStateMatching.swift",
        "FaceDetection/Instructor.swift",
        "Utilities/Backports/Background.swift",
        "Utilities/Backports/Overlay.swift",
        "Utilities/BoundingBox+Normalize.swift",
        "Utilities/CGImage+Convert.swift",
        "Utilities/Color+DynamicColors.swift",
        "Utilities/Color+Hex.swift",
        "Utilities/Color+Liveness.swift",
        "Utilities/Date+TimestampMilliseconds.swift",
        "Utilities/Device.swift",
        "Utilities/FinalClientEvent+Init.swift",
        "Utilities/LivenessLocalizedStrings.swift",
        "Utilities/String+Localizable.swift",
        "Utilities/UIColor+Hex.swift",
        "Utilities/UserAgent.swift",
        "Views/CameraPermission/CameraPermissionView.swift",
        "Views/CloseButton.swift",
        "Views/Freshness/DisplayColor+UIColor.swift",
        "Views/Freshness/Freshness.swift",
        "Views/Freshness/FreshnessView.swift",
        "Views/GetReadyPage/CameraPreviewOutputSampleBufferDelegate.swift",
        "Views/GetReadyPage/CameraPreviewView.swift",
        "Views/GetReadyPage/CameraPreviewViewModel.swift",
        "Views/GetReadyPage/GetReadyPageView.swift",
        "Views/GetReadyPage/ImageFrameView.swift",
        "Views/Instruction/InstructionContainerView.swift",
        "Views/Instruction/InstructionView.swift",
        "Views/Liveness/CameraView.swift",
        "Views/Liveness/FaceLivenessDetectionError.swift",
        "Views/Liveness/FaceLivenessDetectionView.swift",
        "Views/Liveness/FaceLivenessDetectionViewModel+FaceDetectionResultHandler.swift",
        "Views/Liveness/FaceLivenessDetectionViewModel+VideoSegmentProcessor.swift",
        "Views/Liveness/FaceLivenessDetectionViewModel.swift",
        "Views/Liveness/FaceLivenessViewControllerPresenter.swift",
        "Views/Liveness/LivenessStateMachine.swift",
        "Views/Liveness/LivenessViewController.swift",
        "Views/Liveness/_FaceLivenessDetectionView.swift",
        "Views/OvalView.swift",
        "Views/ProgressBarView.swift",
        "Views/RecordingButton.swift",
        "Views/RoundedCornerShape.swift",
        "Views/WarningBox.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/aws-amplify/amplify-swift
[1/163516] Fetching amplify-swift
Fetched https://github.com/aws-amplify/amplify-swift from cache (10.65s)
Computing version for https://github.com/aws-amplify/amplify-swift
Computed https://github.com/aws-amplify/amplify-swift at 2.46.1 (11.26s)
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/awslabs/aws-sdk-swift
Fetching https://github.com/aws-amplify/amplify-swift-utils-notifications.git
[1/9765] Fetching sqlite.swift
[1076/10294] Fetching sqlite.swift, amplify-swift-utils-notifications
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (0.43s)
[8398/9765] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.86s)
[1/679608] Fetching aws-sdk-swift
Fetched https://github.com/awslabs/aws-sdk-swift from cache (142.32s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (146.57s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (3.48s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.0.69 (15.51s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
[1/31776] Fetching aws-crt-swift
[8263/101788] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/awslabs/aws-crt-swift from cache (4.25s)
Fetched https://github.com/smithy-lang/smithy-swift from cache (4.25s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (6.65s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.40.0 (0.66s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.106.0 (0.68s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
Computing version for https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Computed https://github.com/aws-amplify/amplify-swift-utils-notifications.git at 1.1.1 (1.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Creating working copy for https://github.com/awslabs/aws-crt-swift
Working copy of https://github.com/awslabs/aws-crt-swift resolved at 0.40.0
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/awslabs/aws-sdk-swift
Working copy of https://github.com/awslabs/aws-sdk-swift resolved at 1.0.69
Creating working copy for https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Working copy of https://github.com/aws-amplify/amplify-swift-utils-notifications.git resolved at 1.1.1
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.3
Creating working copy for https://github.com/aws-amplify/amplify-swift
Working copy of https://github.com/aws-amplify/amplify-swift resolved at 2.46.1
Creating working copy for https://github.com/smithy-lang/smithy-swift
Working copy of https://github.com/smithy-lang/smithy-swift resolved at 0.106.0
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/FaceLiveness/Resources/Assets.xcassets
warning: 'amplify-swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Core/AWSPluginsCore/WebSocket/README.md
Building for debugging...
[0/411] Write sources
[0/411] Copying Info.plist
[0/411] Copying Localizable.strings
[0/411] Write sources
[4/411] Compiling libtommathAmplify amplify_bn_mp_to_radix.c
[5/411] Copying PrivacyInfo.xcprivacy
[5/411] Compiling libtommathAmplify amplify_bn_mp_sub.c
[7/411] Compiling libtommathAmplify amplify_bn_mp_to_ubin.c
[8/411] Compiling libtommathAmplify amplify_bn_mp_to_sbin.c
[9/411] Write swift-version-24593BA9C3E375BF.txt
[10/411] Compiling libtommathAmplify amplify_bn_mp_submod.c
[11/411] Compiling libtommathAmplify amplify_bn_mp_sub_d.c
[12/411] Compiling libtommathAmplify amplify_bn_s_mp_toom_mul.c
[13/411] Compiling libtommathAmplify amplify_bn_mp_sqrtmod_prime.c
[14/411] Compiling libtommathAmplify amplify_bn_s_mp_toom_sqr.c
[15/411] Compiling libtommathAmplify amplify_bn_s_mp_sqr_fast.c
[16/411] Compiling libtommathAmplify amplify_bn_s_mp_reverse.c
[16/411] Compiling libtommathAmplify amplify_bn_s_mp_sub.c
[16/411] Compiling libtommathAmplify amplify_bn_s_mp_sqr.c
[19/411] Compiling libtommathAmplify amplify_bn_s_mp_rand_jenkins.c
[20/411] Compiling libtommathAmplify amplify_bn_s_mp_prime_is_divisible.c
[20/411] Compiling libtommathAmplify amplify_bn_s_mp_rand_platform.c
[22/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs.c
[23/411] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[24/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs_fast.c
[25/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs_fast.c
[26/411] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[27/411] Compiling libtommathAmplify amplify_bn_s_mp_montgomery_reduce_fast.c
[27/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs.c
[29/411] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[30/411] Compiling libtommathAmplify amplify_bn_s_mp_balance_mul.c
[31/411] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
[32/411] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[32/411] Compiling libtommathAmplify amplify_bn_mp_zero.c
[34/411] Compiling libtommathAmplify amplify_bn_s_mp_exptmod.c
[35/411] Compiling libtommathAmplify amplify_bn_prime_tab.c
[36/411] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[37/411] Compiling libtommathAmplify amplify_bn_mp_unpack.c
[37/411] Compiling libtommathAmplify amplify_bn_mp_sqrt.c
[39/411] Compiling libtommathAmplify amplify_bn_s_mp_add.c
[40/411] Compiling libtommathAmplify amplify_bn_mp_ubin_size.c
[41/411] Compiling libtommathAmplify amplify_bn_mp_signed_rsh.c
[41/411] Compiling libtommathAmplify amplify_bn_mp_xor.c
[43/411] Compiling libtommathAmplify amplify_bn_mp_sqr.c
[44/411] Compiling libtommathAmplify amplify_bn_mp_set_ull.c
[44/411] Compiling libtommathAmplify amplify_bn_mp_shrink.c
[45/411] Compiling libtommathAmplify amplify_bn_mp_sqrmod.c
[47/411] Compiling libtommathAmplify amplify_bn_mp_set_u32.c
[47/411] Compiling libtommathAmplify amplify_bn_mp_set_ul.c
[49/411] Compiling libtommathAmplify amplify_bn_mp_set_u64.c
[50/411] Compiling libtommathAmplify amplify_bn_mp_set_ll.c
[51/411] Compiling libtommathAmplify amplify_bn_mp_set_l.c
[52/411] Compiling libtommathAmplify amplify_bn_mp_set_i64.c
[53/411] Compiling libtommathAmplify amplify_bn_mp_set_i32.c
[54/411] Compiling libtommathAmplify amplify_bn_mp_set_double.c
[55/411] Compiling libtommathAmplify amplify_bn_mp_reduce_setup.c
[56/411] Compiling libtommathAmplify amplify_bn_mp_set.c
[57/411] Compiling libtommathAmplify amplify_bn_mp_root_u32.c
[58/411] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k_l.c
[59/411] Compiling libtommathAmplify amplify_bn_mp_sbin_size.c
[60/411] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup_l.c
[61/411] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup.c
[62/411] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k.c
[63/411] Compiling libtommathAmplify amplify_bn_mp_rshd.c
[64/411] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_l.c
[65/411] Compiling libtommathAmplify amplify_bn_mp_reduce_2k.c
[66/411] Compiling libtommathAmplify amplify_bn_mp_reduce.c
[67/411] Compiling libtommathAmplify amplify_bn_mp_read_radix.c
[68/411] Compiling libtommathAmplify amplify_bn_mp_prime_rand.c
[69/411] Compiling libtommathAmplify amplify_bn_mp_prime_strong_lucas_selfridge.c
[70/411] Compiling libtommathAmplify amplify_bn_mp_rand.c
[71/411] Compiling libtommathAmplify amplify_bn_mp_radix_smap.c
[72/411] Compiling libtommathAmplify amplify_bn_mp_radix_size.c
[72/411] Compiling libtommathAmplify amplify_bn_mp_prime_rabin_miller_trials.c
[74/411] Compiling libtommathAmplify amplify_bn_mp_prime_miller_rabin.c
[75/411] Compiling libtommathAmplify amplify_bn_mp_prime_is_prime.c
[76/411] Compiling libtommathAmplify amplify_bn_mp_prime_fermat.c
[77/411] Compiling libtommathAmplify amplify_bn_mp_or.c
[78/411] Compiling libtommathAmplify amplify_bn_mp_neg.c
[79/411] Compiling libtommathAmplify amplify_bn_mp_pack_count.c
[80/411] Compiling libtommathAmplify amplify_bn_mp_prime_next_prime.c
[81/411] Compiling libtommathAmplify amplify_bn_mp_prime_frobenius_underwood.c
[82/411] Compiling libtommathAmplify amplify_bn_mp_mulmod.c
[83/411] Compiling libtommathAmplify amplify_bn_mp_pack.c
[84/411] Compiling libtommathAmplify amplify_bn_mp_mul_2.c
[85/411] Compiling libtommathAmplify amplify_bn_mp_mul.c
[85/411] Compiling libtommathAmplify amplify_bn_mp_mul_d.c
[87/411] Compiling libtommathAmplify amplify_bn_mp_montgomery_setup.c
[88/411] Compiling libtommathAmplify amplify_bn_mp_mul_2d.c
[89/411] Compiling libtommathAmplify amplify_bn_mp_montgomery_calc_normalization.c
[90/411] Compiling libtommathAmplify amplify_bn_mp_montgomery_reduce.c
[91/411] Compiling libtommathAmplify amplify_bn_mp_mod_d.c
[92/411] Compiling libtommathAmplify amplify_bn_mp_mod_2d.c
[93/411] Compiling libtommathAmplify amplify_bn_mp_mod.c
[94/411] Compiling libtommathAmplify amplify_bn_mp_lshd.c
[95/411] Compiling libtommathAmplify amplify_bn_mp_isodd.c
[96/411] Compiling libtommathAmplify amplify_bn_mp_kronecker.c
[97/411] Compiling libtommathAmplify amplify_bn_mp_is_square.c
[98/411] Compiling libtommathAmplify amplify_bn_mp_log_u32.c
[99/411] Compiling libtommathAmplify amplify_bn_mp_lcm.c
[100/411] Compiling libtommathAmplify amplify_bn_mp_init_ull.c
[101/411] Compiling libtommathAmplify amplify_bn_mp_init_u64.c
[102/411] Compiling libtommathAmplify amplify_bn_mp_init_u32.c
[102/411] Compiling libtommathAmplify amplify_bn_mp_init_ul.c
[104/411] Compiling libtommathAmplify amplify_bn_mp_iseven.c
[105/411] Compiling libtommathAmplify amplify_bn_mp_invmod.c
[106/411] Compiling libtommathAmplify amplify_bn_mp_init_size.c
[107/411] Compiling libtommathAmplify amplify_bn_mp_init_set.c
[108/411] Compiling libtommathAmplify amplify_bn_mp_init_multi.c
[109/411] Compiling libtommathAmplify amplify_bn_mp_init_ll.c
[110/411] Compiling libtommathAmplify amplify_bn_mp_init_l.c
[111/411] Compiling libtommathAmplify amplify_bn_mp_init_i32.c
[112/411] Compiling libtommathAmplify amplify_bn_mp_init_i64.c
[113/411] Compiling libtommathAmplify amplify_bn_mp_init_copy.c
[114/411] Compiling libtommathAmplify amplify_bn_mp_incr.c
[114/411] Compiling libtommathAmplify amplify_bn_mp_grow.c
[116/411] Compiling libtommathAmplify amplify_bn_mp_init.c
[117/411] Compiling libtommathAmplify amplify_bn_mp_get_mag_ull.c
[117/411] Compiling libtommathAmplify amplify_bn_mp_get_mag_u32.c
[119/411] Compiling libtommathAmplify amplify_bn_mp_get_mag_ul.c
[120/411] Compiling libtommathAmplify amplify_bn_mp_get_mag_u64.c
[121/411] Compiling libtommathAmplify amplify_bn_mp_get_i64.c
[122/411] Compiling libtommathAmplify amplify_bn_mp_get_ll.c
[122/411] Compiling libtommathAmplify amplify_bn_mp_get_i32.c
[124/411] Compiling libtommathAmplify amplify_bn_mp_get_l.c
[125/411] Compiling libtommathAmplify amplify_bn_mp_gcd.c
[125/411] Compiling libtommathAmplify amplify_bn_mp_get_double.c
[127/411] Compiling libtommathAmplify amplify_bn_mp_from_ubin.c
[128/411] Compiling libtommathAmplify amplify_bn_mp_exteuclid.c
[128/411] Compiling libtommathAmplify amplify_bn_mp_fwrite.c
[130/411] Compiling libtommathAmplify amplify_bn_mp_from_sbin.c
[131/411] Compiling libtommathAmplify amplify_bn_mp_exptmod.c
[132/411] Compiling libtommathAmplify amplify_bn_mp_expt_u32.c
[133/411] Compiling libtommathAmplify amplify_bn_mp_exch.c
[134/411] Compiling libtommathAmplify amplify_bn_mp_fread.c
[135/411] Compiling libtommathAmplify amplify_bn_mp_error_to_string.c
[136/411] Compiling libtommathAmplify amplify_bn_mp_dr_is_modulus.c
[137/411] Compiling libtommathAmplify amplify_bn_mp_dr_setup.c
[138/411] Compiling libtommathAmplify amplify_bn_mp_dr_reduce.c
[139/411] Compiling libtommathAmplify amplify_bn_mp_div_2d.c
[139/411] Compiling libtommathAmplify amplify_bn_mp_div_3.c
[141/411] Compiling libtommathAmplify amplify_bn_mp_div_2.c
[142/411] Compiling libtommathAmplify amplify_bn_mp_div_d.c
[143/411] Compiling libtommathAmplify amplify_bn_mp_decr.c
[144/411] Compiling libtommathAmplify amplify_bn_mp_div.c
[144/411] Compiling libtommathAmplify amplify_bn_mp_count_bits.c
[146/411] Compiling libtommathAmplify amplify_bn_mp_copy.c
[147/411] Compiling libtommathAmplify amplify_bn_mp_complement.c
[148/411] Compiling libtommathAmplify amplify_bn_mp_cmp_d.c
[149/411] Compiling libtommathAmplify amplify_bn_mp_cnt_lsb.c
[150/411] Compiling libtommathAmplify amplify_bn_mp_clear_multi.c
[150/411] Compiling libtommathAmplify amplify_bn_mp_cmp.c
[152/411] Compiling libtommathAmplify amplify_bn_mp_cmp_mag.c
[153/411] Compiling libtommathAmplify amplify_bn_mp_clamp.c
[154/411] Compiling libtommathAmplify amplify_bn_mp_clear.c
[155/411] Compiling libtommathAmplify amplify_bn_mp_add_d.c
[155/411] Compiling libtommathAmplify amplify_bn_mp_abs.c
[155/411] Compiling libtommathAmplify amplify_bn_mp_and.c
[158/411] Copying PrivacyInfo.xcprivacy
[158/411] Write sources
[158/411] Copying sdk-partitions.json
[158/411] Write sources
[186/411] Compiling libtommathAmplify amplify_bn_mp_addmod.c
[187/411] Compiling libtommathAmplify amplify_bn_mp_add.c
[188/411] Compiling libtommathAmplify amplify_bn_mp_2expt.c
[189/411] Compiling libtommathAmplify amplify_bn_deprecated.c
[190/411] Compiling libtommathAmplify amplify_bn_cutoffs.c
[191/411] Compiling tracing.c
[192/411] Compiling tls_channel_handler_shared.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-io/source/tls_channel_handler.c:8:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-io/include/aws/io/logging.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
   12 | #    include <pthread.h>
      |              ^~~~~~~~~~~
1 error generated.
[193/411] Compiling tls_channel_handler.c
[193/411] Compiling stream.c
[193/411] Compiling statistics.c
[193/411] Compiling standard_retry_strategy.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/FaceLiveness/Resources/Assets.xcassets
warning: 'amplify-swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Core/AWSPluginsCore/WebSocket/README.md
[0/1] Planning build
Building for debugging...
[0/218] Write sources
[0/218] Copying PrivacyInfo.xcprivacy
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/source/event_stream_rpc.c:5:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream_rpc.h:7:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
   12 | #    include <pthread.h>
      |              ^~~~~~~~~~~
1 error generated.
[3/219] Compiling event_stream_rpc.c
[3/219] Compiling socket_shared.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/source/event_stream_rpc_server.c:16:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream_channel_handler.h:8:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
   12 | #    include <pthread.h>
      |              ^~~~~~~~~~~
In file included from In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-io/source/statistics.c:9:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-io/include/aws/io/logging.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
   12 | #    include <pthread.h>
      |              ^~~~~~~~~~~
[3/219] Compiling tls_channel_handler.c
[3/219] Compiling statistics.c
[3/219] Compiling event_stream_rpc_server.c
[3/219] Compiling standard_retry_strategy.c
[3/219] Compiling event_stream_rpc_client.c
[3/219] Compiling stream.c
BUILD FAILURE 6.1 wasm