Build Information
Failed to build AmplifyUILiveness, reference 1.4.2 (c1b77d
), with Swift 6.1 for Wasm on 18 Jul 2025 00:25:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aws-amplify/amplify-ui-swift-liveness.git
Reference: 1.4.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/aws-amplify/amplify-ui-swift-liveness
* tag 1.4.2 -> FETCH_HEAD
HEAD is now at c1b77dd chore: finalize release 1.4.2 [skip ci]
Cloned https://github.com/aws-amplify/amplify-ui-swift-liveness.git
Revision (git rev-parse @):
c1b77dd8e83c27b94c10f80a9b8a4ec3bebbd4cc
SUCCESS checkout https://github.com/aws-amplify/amplify-ui-swift-liveness.git at 1.4.2
========================================
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" : {
"range" : [
{
"lower_bound" : "2.49.0",
"upper_bound" : "3.0.0"
}
]
},
"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/LoadingPage/LoadingPageView.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-2":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/163901] Fetching amplify-swift
Fetched https://github.com/aws-amplify/amplify-swift from cache (18.01s)
Computing version for https://github.com/aws-amplify/amplify-swift
Computed https://github.com/aws-amplify/amplify-swift at 2.49.1 (20.99s)
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Fetching https://github.com/awslabs/aws-sdk-swift
[1/529] Fetching amplify-swift-utils-notifications
[324/10437] Fetching amplify-swift-utils-notifications, sqlite.swift
[10438/748530] Fetching amplify-swift-utils-notifications, sqlite.swift, aws-sdk-swift
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (1.53s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (2.20s)
[4747/738093] Fetching aws-sdk-swift
Fetched https://github.com/awslabs/aws-sdk-swift from cache (251.75s)
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 (263.64s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (4.16s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.2.59 (5.86s)
Fetching https://github.com/awslabs/aws-crt-swift
Fetching https://github.com/smithy-lang/smithy-swift
[1/31903] Fetching aws-crt-swift
[5744/103205] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/awslabs/aws-crt-swift from cache (3.48s)
Fetched https://github.com/smithy-lang/smithy-swift from cache (3.67s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (7.38s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.48.0 (1.16s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.125.0 (1.31s)
Fetching https://github.com/apple/swift-log.git
[1/3858] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
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.82s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.81s)
Creating working copy for https://github.com/awslabs/aws-sdk-swift
Working copy of https://github.com/awslabs/aws-sdk-swift resolved at 1.2.59
Creating working copy for https://github.com/awslabs/aws-crt-swift
Working copy of https://github.com/awslabs/aws-crt-swift resolved at 0.48.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
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/aws-amplify/amplify-swift
Working copy of https://github.com/aws-amplify/amplify-swift resolved at 2.49.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.125.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/418] Write sources
[0/418] Copying PrivacyInfo.xcprivacy
[0/418] Copying Info.plist
[0/418] Copying Localizable.strings
[0/418] Write sources
[41/418] Compiling libtommathAmplify amplify_bn_mp_init_ll.c
[41/418] Copying PrivacyInfo.xcprivacy
[41/418] Compiling libtommathAmplify amplify_bn_cutoffs.c
[44/418] Compiling libtommathAmplify amplify_bn_deprecated.c
[45/418] Compiling libtommathAmplify amplify_bn_mp_init_multi.c
[46/418] Compiling libtommathAmplify amplify_bn_mp_init_l.c
[47/418] Compiling libtommathAmplify amplify_bn_s_mp_toom_sqr.c
[48/418] Compiling libtommathAmplify amplify_bn_mp_init_u32.c
[49/418] Compiling libtommathAmplify amplify_bn_s_mp_toom_mul.c
[50/418] Compiling libtommathAmplify amplify_bn_s_mp_sub.c
[51/418] Compiling libtommathAmplify amplify_bn_s_mp_sqr_fast.c
[52/418] Compiling libtommathAmplify amplify_bn_s_mp_reverse.c
[53/418] Compiling libtommathAmplify amplify_bn_s_mp_sqr.c
[54/418] Compiling libtommathAmplify amplify_bn_s_mp_rand_jenkins.c
[55/418] Compiling libtommathAmplify amplify_bn_s_mp_prime_is_divisible.c
[55/418] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs.c
[57/418] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs_fast.c
[58/418] Compiling libtommathAmplify amplify_bn_s_mp_rand_platform.c
[59/418] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs_fast.c
[60/418] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs.c
[61/418] Compiling libtommathAmplify amplify_bn_s_mp_montgomery_reduce_fast.c
In file included from /host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyAvailability/AmplityAvailability.c:8:
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyAvailability/include/AmplifyAvailability.h:11:10: fatal error: 'TargetConditionals.h' file not found
11 | #include <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[62/418] Compiling AmplifyAvailability AmplityAvailability.c
[62/418] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[62/418] Write swift-version-24593BA9C3E375BF.txt
[62/418] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[62/418] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[62/418] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[62/418] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[62/418] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/356] Write sources
[7/356] Copying PrivacyInfo.xcprivacy
[8/356] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[9/356] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[9/356] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
[9/356] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[12/356] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[13/356] Compiling libtommathAmplify amplify_bn_s_mp_exptmod.c
[14/356] Compiling libtommathAmplify amplify_bn_s_mp_balance_mul.c
[15/356] Compiling libtommathAmplify amplify_bn_mp_zero.c
[16/356] Compiling libtommathAmplify amplify_bn_prime_tab.c
[17/356] Compiling libtommathAmplify amplify_bn_s_mp_add.c
[18/356] Compiling libtommathAmplify amplify_bn_mp_xor.c
[19/356] Compiling libtommathAmplify amplify_bn_mp_unpack.c
[20/356] Compiling libtommathAmplify amplify_bn_mp_to_ubin.c
[21/356] Compiling libtommathAmplify amplify_bn_mp_sub_d.c
[22/356] Compiling libtommathAmplify amplify_bn_mp_ubin_size.c
[23/356] Compiling libtommathAmplify amplify_bn_mp_to_sbin.c
[24/356] Compiling libtommathAmplify amplify_bn_mp_to_radix.c
[24/356] Compiling libtommathAmplify amplify_bn_mp_submod.c
[26/356] Compiling libtommathAmplify amplify_bn_mp_signed_rsh.c
[27/356] Compiling libtommathAmplify amplify_bn_mp_sub.c
[27/356] Compiling libtommathAmplify amplify_bn_mp_sqr.c
[29/356] Compiling libtommathAmplify amplify_bn_mp_sqrt.c
[30/356] Compiling libtommathAmplify amplify_bn_mp_sqrtmod_prime.c
[31/356] Compiling libtommathAmplify amplify_bn_mp_sqrmod.c
[32/356] Compiling libtommathAmplify amplify_bn_mp_set_ul.c
[33/356] Compiling libtommathAmplify amplify_bn_mp_shrink.c
[34/356] Compiling libtommathAmplify amplify_bn_mp_set_ll.c
[35/356] Compiling libtommathAmplify amplify_bn_mp_set_u64.c
[36/356] Compiling libtommathAmplify amplify_bn_mp_set_ull.c
[37/356] Compiling libtommathAmplify amplify_bn_mp_set_u32.c
[38/356] Compiling libtommathAmplify amplify_bn_mp_set_l.c
[39/356] Compiling libtommathAmplify amplify_bn_mp_set_i64.c
[40/356] Compiling libtommathAmplify amplify_bn_mp_sbin_size.c
[41/356] Compiling libtommathAmplify amplify_bn_mp_set_i32.c
[42/356] Compiling libtommathAmplify amplify_bn_mp_set.c
[43/356] Compiling libtommathAmplify amplify_bn_mp_set_double.c
[44/356] Compiling libtommathAmplify amplify_bn_mp_rshd.c
[45/356] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k_l.c
[46/356] Compiling libtommathAmplify amplify_bn_mp_root_u32.c
[47/356] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k.c
[48/356] Compiling libtommathAmplify amplify_bn_mp_reduce_setup.c
[49/356] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup_l.c
[50/356] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup.c
[51/356] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_l.c
[52/356] Compiling libtommathAmplify amplify_bn_mp_read_radix.c
[53/356] Compiling libtommathAmplify amplify_bn_mp_reduce_2k.c
[54/356] Compiling libtommathAmplify amplify_bn_mp_reduce.c
[55/356] Compiling libtommathAmplify amplify_bn_mp_rand.c
[56/356] Compiling libtommathAmplify amplify_bn_mp_radix_smap.c
[57/356] Compiling libtommathAmplify amplify_bn_mp_radix_size.c
[58/356] Compiling libtommathAmplify amplify_bn_mp_prime_rand.c
[59/356] Compiling libtommathAmplify amplify_bn_mp_prime_strong_lucas_selfridge.c
[60/356] Compiling libtommathAmplify amplify_bn_mp_prime_rabin_miller_trials.c
[61/356] Compiling libtommathAmplify amplify_bn_mp_prime_next_prime.c
[62/356] Compiling libtommathAmplify amplify_bn_mp_prime_miller_rabin.c
[63/356] Compiling libtommathAmplify amplify_bn_mp_prime_is_prime.c
[64/356] Compiling libtommathAmplify amplify_bn_mp_prime_fermat.c
[65/356] Compiling libtommathAmplify amplify_bn_mp_pack_count.c
[66/356] Compiling libtommathAmplify amplify_bn_mp_prime_frobenius_underwood.c
[67/356] Compiling libtommathAmplify amplify_bn_mp_pack.c
[67/356] Compiling libtommathAmplify amplify_bn_mp_or.c
[69/356] Compiling libtommathAmplify amplify_bn_mp_neg.c
[70/356] Compiling libtommathAmplify amplify_bn_mp_mul_d.c
[70/356] Compiling libtommathAmplify amplify_bn_mp_mul_2d.c
[70/356] Compiling libtommathAmplify amplify_bn_mp_mulmod.c
[73/356] Compiling libtommathAmplify amplify_bn_mp_montgomery_setup.c
[74/356] Compiling libtommathAmplify amplify_bn_mp_mul.c
[75/356] Compiling libtommathAmplify amplify_bn_mp_mul_2.c
[76/356] Compiling libtommathAmplify amplify_bn_mp_mod_2d.c
[77/356] Compiling libtommathAmplify amplify_bn_mp_montgomery_calc_normalization.c
[78/356] Compiling libtommathAmplify amplify_bn_mp_montgomery_reduce.c
[78/356] Compiling libtommathAmplify amplify_bn_mp_mod_d.c
[80/356] Compiling libtommathAmplify amplify_bn_mp_mod.c
[81/356] Compiling libtommathAmplify amplify_bn_mp_lshd.c
[82/356] Compiling libtommathAmplify amplify_bn_mp_lcm.c
[83/356] Compiling libtommathAmplify amplify_bn_mp_log_u32.c
[84/356] Compiling libtommathAmplify amplify_bn_mp_kronecker.c
[84/356] Compiling libtommathAmplify amplify_bn_mp_isodd.c
[86/356] Compiling libtommathAmplify amplify_bn_mp_is_square.c
[86/356] Compiling libtommathAmplify amplify_bn_mp_iseven.c
[88/356] Compiling libtommathAmplify amplify_bn_mp_invmod.c
[89/356] Compiling libtommathAmplify amplify_bn_mp_init_ull.c
[90/356] Compiling libtommathAmplify amplify_bn_mp_init_u64.c
[91/356] Compiling libtommathAmplify amplify_bn_mp_init_size.c
[92/356] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[93/356] Write swift-version-24593BA9C3E375BF.txt
[94/356] Compiling libtommathAmplify amplify_bn_mp_init_i64.c
[95/356] Compiling libtommathAmplify amplify_bn_mp_init_set.c
[96/356] Compiling libtommathAmplify amplify_bn_mp_init_ul.c
[97/356] Compiling libtommathAmplify amplify_bn_mp_init_i32.c
[98/356] Compiling libtommathAmplify amplify_bn_mp_init_copy.c
[99/356] Compiling libtommathAmplify amplify_bn_mp_init.c
[100/356] Compiling libtommathAmplify amplify_bn_mp_incr.c
[100/356] Compiling libtommathAmplify amplify_bn_mp_grow.c
[102/356] Compiling libtommathAmplify amplify_bn_mp_get_mag_u64.c
[103/356] Compiling libtommathAmplify amplify_bn_mp_get_mag_ull.c
[103/356] Compiling libtommathAmplify amplify_bn_mp_get_mag_ul.c
[105/356] Compiling libtommathAmplify amplify_bn_mp_get_mag_u32.c
[106/356] Compiling libtommathAmplify amplify_bn_mp_get_i64.c
[106/356] Compiling libtommathAmplify amplify_bn_mp_get_ll.c
[108/356] Compiling libtommathAmplify amplify_bn_mp_get_i32.c
[109/356] Compiling libtommathAmplify amplify_bn_mp_get_l.c
[110/356] Compiling libtommathAmplify amplify_bn_mp_gcd.c
[111/356] Compiling libtommathAmplify amplify_bn_mp_fwrite.c
[112/356] Compiling libtommathAmplify amplify_bn_mp_from_ubin.c
[113/356] Compiling libtommathAmplify amplify_bn_mp_from_sbin.c
[114/356] Compiling libtommathAmplify amplify_bn_mp_fread.c
[115/356] Compiling libtommathAmplify amplify_bn_mp_exteuclid.c
[116/356] Compiling libtommathAmplify amplify_bn_mp_expt_u32.c
[117/356] Compiling libtommathAmplify amplify_bn_mp_exptmod.c
[118/356] Compiling libtommathAmplify amplify_bn_mp_exch.c
[119/356] Compiling libtommathAmplify amplify_bn_mp_dr_setup.c
[120/356] Compiling libtommathAmplify amplify_bn_mp_dr_reduce.c
[121/356] Compiling libtommathAmplify amplify_bn_mp_dr_is_modulus.c
[122/356] Compiling libtommathAmplify amplify_bn_mp_div_d.c
[123/356] Compiling libtommathAmplify amplify_bn_mp_error_to_string.c
[124/357] Compiling libtommathAmplify amplify_bn_mp_div_2d.c
[125/369] Compiling libtommathAmplify amplify_bn_mp_div_3.c
[126/374] Compiling libtommathAmplify amplify_bn_mp_get_double.c
[127/378] Compiling libtommathAmplify amplify_bn_mp_count_bits.c
[128/378] Compiling libtommathAmplify amplify_bn_mp_div.c
[129/378] Compiling libtommathAmplify amplify_bn_mp_div_2.c
[130/378] Compiling libtommathAmplify amplify_bn_mp_decr.c
[131/378] Compiling libtommathAmplify amplify_bn_mp_complement.c
[132/378] Compiling libtommathAmplify amplify_bn_mp_copy.c
[133/378] Compiling libtommathAmplify amplify_bn_mp_cmp_mag.c
[134/378] Compiling libtommathAmplify amplify_bn_mp_cnt_lsb.c
[135/378] Compiling libtommathAmplify amplify_bn_mp_cmp_d.c
[136/378] Compiling libtommathAmplify amplify_bn_mp_cmp.c
[137/378] Compiling libtommathAmplify amplify_bn_mp_clear.c
[138/378] Compiling libtommathAmplify amplify_bn_mp_clear_multi.c
[139/378] Compiling libtommathAmplify amplify_bn_mp_add_d.c
[140/378] Compiling libtommathAmplify amplify_bn_mp_and.c
[141/378] Compiling libtommathAmplify amplify_bn_mp_addmod.c
[142/378] Compiling libtommathAmplify amplify_bn_mp_clamp.c
[143/378] Copying PrivacyInfo.xcprivacy
[144/378] Write sources
[149/378] Compiling libtommathAmplify amplify_bn_mp_add.c
[150/378] Compiling libtommathAmplify amplify_bn_mp_abs.c
[151/378] Compiling libtommathAmplify amplify_bn_mp_2expt.c
[152/383] Compiling tracing.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.
[153/383] Compiling tls_channel_handler.c
[153/383] Compiling tls_channel_handler_shared.c
BUILD FAILURE 6.1 wasm