Build Information
Failed to build AmplifyUILiveness, reference 1.3.5 (3affdd
), with Swift 6.1 for Android on 30 May 2025 14:43:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: 1.3.5
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.3.5 -> FETCH_HEAD
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 1.3.5
========================================
Build
========================================
Selected platform: android
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 (18.73s)
Computing version for https://github.com/aws-amplify/amplify-swift
Computed https://github.com/aws-amplify/amplify-swift at 2.46.1 (19.57s)
Fetching https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/awslabs/aws-sdk-swift
[1/529] Fetching amplify-swift-utils-notifications
[530/10294] Fetching amplify-swift-utils-notifications, sqlite.swift
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (0.33s)
[1270/9765] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.98s)
[1/679608] Fetching aws-sdk-swift
Fetched https://github.com/awslabs/aws-sdk-swift from cache (208.02s)
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 (213.57s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (4.44s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.0.69 (9.52s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
[1/70012] Fetching smithy-swift
[2802/101788] Fetching smithy-swift, aws-crt-swift
Fetched https://github.com/smithy-lang/smithy-swift from cache (5.48s)
Fetched https://github.com/awslabs/aws-crt-swift from cache (5.48s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (11.61s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.40.0 (0.90s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.106.0 (0.98s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.89s)
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.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
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/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/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
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
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
[3/411] Copying Info.plist
[3/411] Copying PrivacyInfo.xcprivacy
[5/411] Compiling libtommathAmplify amplify_bn_s_mp_reverse.c
[6/411] Compiling libtommathAmplify amplify_bn_s_mp_toom_sqr.c
[7/411] Compiling libtommathAmplify amplify_bn_s_mp_sqr_fast.c
[8/411] Compiling libtommathAmplify amplify_bn_s_mp_sqr.c
[9/411] Compiling libtommathAmplify amplify_bn_s_mp_toom_mul.c
[10/411] Compiling libtommathAmplify amplify_bn_s_mp_rand_platform.c
[11/411] Compiling libtommathAmplify amplify_bn_s_mp_sub.c
[12/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs.c
[13/411] Compiling libtommathAmplify amplify_bn_s_mp_prime_is_divisible.c
[14/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs_fast.c
[15/411] Compiling libtommathAmplify amplify_bn_s_mp_rand_jenkins.c
[16/411] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[17/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs.c
[18/411] Compiling libtommathAmplify amplify_bn_s_mp_montgomery_reduce_fast.c
[19/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs_fast.c
[20/411] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[21/411] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[22/411] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[23/411] Compiling libtommathAmplify amplify_bn_prime_tab.c
[24/411] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[25/411] Compiling libtommathAmplify amplify_bn_mp_zero.c
[25/411] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
[27/411] Compiling libtommathAmplify amplify_bn_s_mp_add.c
[28/411] Compiling libtommathAmplify amplify_bn_s_mp_exptmod.c
[29/411] Compiling libtommathAmplify amplify_bn_s_mp_balance_mul.c
[30/411] Compiling libtommathAmplify amplify_bn_mp_unpack.c
[31/411] Compiling libtommathAmplify amplify_bn_mp_ubin_size.c
[32/411] Write swift-version-24593BA9C3E375BF.txt
[33/411] Compiling libtommathAmplify amplify_bn_mp_xor.c
[34/411] Compiling libtommathAmplify amplify_bn_mp_to_ubin.c
[35/411] Compiling libtommathAmplify amplify_bn_mp_submod.c
[36/411] Compiling libtommathAmplify amplify_bn_mp_to_sbin.c
[37/411] Compiling libtommathAmplify amplify_bn_mp_to_radix.c
[38/411] Compiling libtommathAmplify amplify_bn_mp_sub_d.c
[39/411] Compiling libtommathAmplify amplify_bn_mp_sub.c
[40/411] Compiling libtommathAmplify amplify_bn_mp_sqrtmod_prime.c
[41/411] Compiling libtommathAmplify amplify_bn_mp_sqrmod.c
[42/411] Compiling libtommathAmplify amplify_bn_mp_sqr.c
[43/411] Compiling libtommathAmplify amplify_bn_mp_sqrt.c
[44/411] Compiling libtommathAmplify amplify_bn_mp_signed_rsh.c
[45/411] Compiling libtommathAmplify amplify_bn_mp_shrink.c
[46/411] Compiling libtommathAmplify amplify_bn_mp_set_ull.c
[47/411] Compiling libtommathAmplify amplify_bn_mp_set_u64.c
[48/411] Compiling libtommathAmplify amplify_bn_mp_set_ul.c
[49/411] Compiling libtommathAmplify amplify_bn_mp_set_l.c
[50/411] Compiling libtommathAmplify amplify_bn_mp_set_ll.c
[51/411] Compiling libtommathAmplify amplify_bn_mp_set_double.c
[52/411] Compiling libtommathAmplify amplify_bn_mp_set_u32.c
[52/411] Compiling libtommathAmplify amplify_bn_mp_set_i64.c
[54/411] Compiling libtommathAmplify amplify_bn_mp_set_i32.c
[55/411] Compiling libtommathAmplify amplify_bn_mp_set.c
[56/411] Compiling libtommathAmplify amplify_bn_mp_root_u32.c
[57/411] Compiling libtommathAmplify amplify_bn_mp_sbin_size.c
[58/411] Compiling libtommathAmplify amplify_bn_mp_rshd.c
[59/411] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k_l.c
[60/411] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup_l.c
[61/411] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k.c
[62/411] Compiling libtommathAmplify amplify_bn_mp_reduce_setup.c
[63/411] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup.c
[64/411] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_l.c
[65/411] Compiling libtommathAmplify amplify_bn_mp_reduce.c
[66/411] Compiling libtommathAmplify amplify_bn_mp_reduce_2k.c
[67/411] Compiling libtommathAmplify amplify_bn_mp_rand.c
[68/411] Compiling libtommathAmplify amplify_bn_mp_read_radix.c
[69/411] Compiling libtommathAmplify amplify_bn_mp_radix_size.c
[70/411] Compiling libtommathAmplify amplify_bn_mp_radix_smap.c
[71/411] Compiling libtommathAmplify amplify_bn_mp_prime_strong_lucas_selfridge.c
[72/411] Compiling libtommathAmplify amplify_bn_mp_prime_rand.c
[73/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_next_prime.c
[76/411] Compiling libtommathAmplify amplify_bn_mp_prime_fermat.c
[77/411] Compiling libtommathAmplify amplify_bn_mp_prime_frobenius_underwood.c
[78/411] Compiling libtommathAmplify amplify_bn_mp_pack.c
[79/411] Compiling libtommathAmplify amplify_bn_mp_prime_is_prime.c
[79/411] Compiling libtommathAmplify amplify_bn_mp_pack_count.c
[81/411] Compiling libtommathAmplify amplify_bn_mp_neg.c
[82/411] Compiling libtommathAmplify amplify_bn_mp_or.c
[83/411] Compiling libtommathAmplify amplify_bn_mp_mulmod.c
[84/411] Compiling libtommathAmplify amplify_bn_mp_mul_d.c
[85/411] Compiling libtommathAmplify amplify_bn_mp_mul.c
[86/411] Compiling libtommathAmplify amplify_bn_mp_mul_2d.c
[87/411] Compiling libtommathAmplify amplify_bn_mp_montgomery_setup.c
[88/411] Compiling libtommathAmplify amplify_bn_mp_montgomery_calc_normalization.c
[89/411] Compiling libtommathAmplify amplify_bn_mp_mul_2.c
[90/411] Compiling libtommathAmplify amplify_bn_mp_mod_d.c
[91/411] Compiling libtommathAmplify amplify_bn_mp_montgomery_reduce.c
[92/411] Compiling libtommathAmplify amplify_bn_mp_mod.c
[93/411] Compiling libtommathAmplify amplify_bn_mp_log_u32.c
[94/411] Compiling libtommathAmplify amplify_bn_mp_mod_2d.c
[95/411] Compiling libtommathAmplify amplify_bn_mp_kronecker.c
[96/411] Compiling libtommathAmplify amplify_bn_mp_lshd.c
[97/411] Compiling libtommathAmplify amplify_bn_mp_lcm.c
[98/411] Compiling libtommathAmplify amplify_bn_mp_iseven.c
[99/411] Compiling libtommathAmplify amplify_bn_mp_isodd.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_is_square.c
[102/411] Compiling libtommathAmplify amplify_bn_mp_init_ul.c
[104/411] Compiling libtommathAmplify amplify_bn_mp_init_u32.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_multi.c
[108/411] Compiling libtommathAmplify amplify_bn_mp_init_set.c
[109/411] Compiling libtommathAmplify amplify_bn_mp_init_i64.c
[109/411] Compiling libtommathAmplify amplify_bn_mp_init_l.c
[109/411] Compiling libtommathAmplify amplify_bn_mp_init_ll.c
[112/411] Compiling libtommathAmplify amplify_bn_mp_init_i32.c
[113/411] Compiling libtommathAmplify amplify_bn_mp_init_copy.c
[114/411] Compiling libtommathAmplify amplify_bn_mp_init.c
[115/411] Compiling libtommathAmplify amplify_bn_mp_get_mag_ull.c
[116/411] Compiling libtommathAmplify amplify_bn_mp_grow.c
[117/411] Compiling libtommathAmplify amplify_bn_mp_incr.c
[118/411] Compiling libtommathAmplify amplify_bn_mp_get_ll.c
[118/411] Compiling libtommathAmplify amplify_bn_mp_get_mag_u32.c
[120/411] Compiling libtommathAmplify amplify_bn_mp_get_mag_ul.c
[121/411] Compiling libtommathAmplify amplify_bn_mp_get_double.c
[121/411] Compiling libtommathAmplify amplify_bn_mp_get_mag_u64.c
[123/411] Compiling libtommathAmplify amplify_bn_mp_get_i64.c
[124/411] Compiling libtommathAmplify amplify_bn_mp_get_l.c
[125/411] Compiling libtommathAmplify amplify_bn_mp_get_i32.c
[126/411] Compiling libtommathAmplify amplify_bn_mp_gcd.c
[127/411] Compiling libtommathAmplify amplify_bn_mp_from_sbin.c
[128/411] Compiling libtommathAmplify amplify_bn_mp_from_ubin.c
[129/411] Compiling libtommathAmplify amplify_bn_mp_fread.c
[130/411] Compiling libtommathAmplify amplify_bn_mp_fwrite.c
[131/411] Compiling libtommathAmplify amplify_bn_mp_exteuclid.c
[132/411] Compiling libtommathAmplify amplify_bn_mp_error_to_string.c
[133/411] Compiling libtommathAmplify amplify_bn_mp_expt_u32.c
[134/411] Compiling libtommathAmplify amplify_bn_mp_exch.c
[135/411] Compiling libtommathAmplify amplify_bn_mp_exptmod.c
[136/411] Compiling libtommathAmplify amplify_bn_mp_dr_setup.c
[137/411] Compiling libtommathAmplify amplify_bn_mp_dr_is_modulus.c
[138/411] Compiling libtommathAmplify amplify_bn_mp_dr_reduce.c
[139/411] Compiling libtommathAmplify amplify_bn_mp_div_d.c
[140/411] Compiling libtommathAmplify amplify_bn_mp_div_2.c
[141/411] Compiling libtommathAmplify amplify_bn_mp_div_2d.c
[142/411] Compiling libtommathAmplify amplify_bn_mp_div_3.c
[143/411] Compiling libtommathAmplify amplify_bn_mp_count_bits.c
[144/411] Compiling libtommathAmplify amplify_bn_mp_copy.c
[145/411] Compiling libtommathAmplify amplify_bn_mp_complement.c
[146/411] Compiling libtommathAmplify amplify_bn_mp_cnt_lsb.c
[147/411] Compiling libtommathAmplify amplify_bn_mp_div.c
[148/411] Compiling libtommathAmplify amplify_bn_mp_decr.c
[149/411] Compiling libtommathAmplify amplify_bn_mp_cmp_mag.c
[150/411] Compiling libtommathAmplify amplify_bn_mp_clear_multi.c
[151/411] Compiling libtommathAmplify amplify_bn_mp_cmp_d.c
[152/411] Compiling libtommathAmplify amplify_bn_mp_clamp.c
[153/411] Compiling libtommathAmplify amplify_bn_mp_and.c
[154/411] Compiling libtommathAmplify amplify_bn_mp_cmp.c
[155/411] Compiling libtommathAmplify amplify_bn_mp_add_d.c
[156/411] Copying sdk-partitions.json
[157/411] Copying PrivacyInfo.xcprivacy
[159/411] Write sources
[161/411] Compiling libtommathAmplify amplify_bn_mp_clear.c
[162/411] Write sources
[163/411] Compiling libtommathAmplify amplify_bn_mp_addmod.c
[163/411] Write sources
[163/411] Compiling libtommathAmplify amplify_bn_mp_add.c
[163/411] Write sources
[186/411] Compiling libtommathAmplify amplify_bn_mp_abs.c
[187/411] Compiling libtommathAmplify amplify_bn_deprecated.c
[188/411] Compiling libtommathAmplify amplify_bn_mp_2expt.c
[189/411] Compiling libtommathAmplify amplify_bn_cutoffs.c
[190/427] Compiling tls_channel_handler_shared.c
[191/428] Compiling tracing.c
[192/428] Compiling stream.c
[193/436] Compiling statistics.c
[194/436] Compiling standard_retry_strategy.c
[195/436] Compiling tls_channel_handler.c
[196/436] Compiling socket_shared.c
[197/436] Compiling retry_strategy.c
[198/436] Compiling shared_library.c
[199/436] Compiling socket_channel_handler.c
[200/436] Compiling socket.c
[201/436] Compiling s2n_tls_channel_handler.c
[202/436] Compiling pipe.c
[203/436] Compiling host_resolver.c
[204/436] Compiling no_retry_strategy.c
[205/436] Compiling pkcs11_tls_op_handler.c
[206/436] Compiling pem.c
[207/436] Compiling io.c
[208/436] Compiling message_pool.c
[209/436] Compiling pkcs11_lib.c
[210/436] Compiling epoll_event_loop.c
[211/436] Compiling event_loop.c
[212/436] Compiling exponential_backoff_retry_strategy.c
[213/436] Compiling future.c
[214/436] Compiling host_resolver.c
[215/436] Compiling async_stream.c
[216/436] Compiling alpn_handler.c
[217/436] Compiling channel.c
[218/436] Compiling websocket_encoder.c
[219/436] Compiling channel_bootstrap.c
[220/436] Compiling websocket_decoder.c
[221/436] Compiling strutil.c
[222/436] Compiling websocket_bootstrap.c
[223/436] Compiling statistics.c
[224/436] Compiling random_access_set.c
[225/436] Compiling websocket.c
[226/436] Compiling request_response.c
[227/436] Compiling proxy_strategy.c
[228/436] Compiling proxy_connection.c
[229/436] Compiling http2_stream_manager.c
[230/436] Compiling hpack_huffman_static.c
[231/436] Compiling http.c
[232/436] Compiling hpack_encoder.c
[233/436] Compiling hpack_decoder.c
[235/436] Emitting module Logging
[235/436] Compiling hpack.c
[236/436] Compiling h2_frames.c
[237/436] Compiling h2_stream.c
[238/436] Compiling h2_decoder.c
[239/436] Compiling h1_encoder.c
[240/436] Compiling h1_stream.c
[241/436] Compiling connection_monitor.c
[242/436] Compiling h2_connection.c
[243/436] Compiling h1_decoder.c
[244/436] Compiling h1_connection.c
[245/436] Compiling connection.c
[246/436] Compiling connection_manager.c
[247/436] Compiling event_stream_rpc_server.c
[248/436] Compiling event_stream_rpc.c
[249/436] Compiling event_stream_rpc_client.c
[250/436] Compiling event_stream.c
[251/436] Compiling event_stream_channel_handler.c
[252/436] Compiling huffman_testing.c
[253/436] Compiling huffman.c
[254/436] Compiling compression.c
[255/436] Compiling uuid.c
[256/436] Compiling xml_parser.c
[257/436] Compiling uri.c
[258/436] Compiling thread_shared.c
[259/436] Compiling task_scheduler.c
[260/436] Compiling system_info.c
[261/436] Compiling thread_scheduler.c
[262/436] Compiling string.c
[263/436] Compiling statistics.c
[264/436] Compiling ref_count.c
[265/436] Compiling process_common.c
[266/436] Compiling ring_buffer.c
[267/436] Compiling time.c
[268/436] Compiling priority_queue.c
[269/436] Compiling system_resource_utils.c
[270/436] Compiling process.c
[271/436] Compiling system_info.c
[272/436] Compiling rw_lock.c
[273/436] Compiling mutex.c
[274/436] Compiling thread.c
[275/436] Compiling device_random.c
[276/436] Compiling environment.c
[277/436] Compiling file.c
[278/436] Compiling condition_variable.c
[279/436] Compiling cross_process_lock.c
[280/436] Compiling clock.c
[281/436] Compiling system_info.c
[282/436] Compiling math.c
[284/436] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[284/437] Compiling lru_cache.c
[285/437] Compiling log_writer.c
[286/437] Compiling memtrace.c
[287/437] Compiling log_channel.c
[288/437] Compiling log_formatter.c
[289/437] Compiling logging.c
[290/437] Compiling linked_hash_table.c
[291/437] Compiling lifo_cache.c
[292/437] Compiling host_utils.c
[293/437] Compiling fifo_cache.c
[293/437] Compiling file.c
[295/437] Compiling json.c
[296/437] Compiling strings.c
[297/437] Compiling serialization.c
[298/437] Compiling tags.c
[299/437] Compiling maps.c
[300/437] Compiling ints.c
[301/437] Compiling stack.c
[302/437] Compiling unicode.c
[303/437] Compiling streaming.c
[304/437] Compiling encoders.c
[305/437] Compiling memory_utils.c
[306/437] Compiling hash_table.c
[307/437] Compiling loaders.c
[308/437] Compiling encoding.c
[309/437] Compiling floats_ctrls.c
[310/437] Compiling callbacks.c
[311/437] Compiling common.c
[312/437] Compiling builder_callbacks.c
[313/437] Compiling arrays.c
[314/437] Compiling bytestrings.c
[315/437] Compiling cbor.c
[316/437] Compiling allocators.c
[317/437] Compiling error.c
[318/437] Compiling cJSON.c
[318/437] Compiling device_random.c
[320/437] Compiling date_time.c
[321/437] Compiling condition_variable.c
[321/437] Compiling encoding.c
[323/437] Compiling command_line_parser.c
[324/437] Compiling common.c
[325/437] Compiling cache.c
[326/437] Compiling cbor.c
[327/437] Compiling assert.c
[328/437] Compiling codegen.c
[329/437] Compiling cpuid.c
[330/437] Compiling array_list.c
[331/437] Compiling allocator.c
[332/437] Compiling allocator_sba.c
[333/437] Compiling crc_sw.c
[334/437] Compiling byte_buf.c
[335/437] Compiling crc64.c
[336/437] Compiling crc64_sw.c
[337/437] Compiling crc.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/source/unix/opensslcrypto_hmac.c:6:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/include/aws/cal/private/opensslcrypto_common.h:10:10: fatal error: 'openssl/crypto.h' file not found
10 | #include <openssl/crypto.h>
| ^~~~~~~~~~~~~~~~~~
1 error generated.
[338/437] Compiling opensslcrypto_hmac.c
[338/437] Compiling openssl_rsa.c
[338/437] Compiling opensslcrypto_ecc.c
[338/437] Compiling opensslcrypto_hash.c
[339/437] Emitting module SmithyRetriesAPI
[340/437] Compiling SmithyWaitersAPI WaiterErrors.swift
[341/437] Compiling Logging LogHandler.swift
[342/437] Compiling SmithyWaitersAPI WaiterOutcome.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/75] Write sources
[0/75] Copying PrivacyInfo.xcprivacy
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/source/unix/opensslcrypto_hash.c:6:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/include/aws/cal/private/opensslcrypto_common.h:10:10: fatal error: 'openssl/crypto.h' file not found
10 | #include <openssl/crypto.h>
| ^~~~~~~~~~~~~~~~~~
1 error generated.
[2/76] Compiling opensslcrypto_hash.c
[2/76] Compiling symmetric_cipher.c
[2/76] Compiling openssl_aes.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/source/unix/openssl_rsa.c:5:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/include/aws/cal/private/opensslcrypto_common.h:10:10: fatal error: 'openssl/crypto.h' file not found
10 | #include <openssl/crypto.h>
| ^~~~~~~~~~~~~~~~~~
[2/76] Compiling openssl_rsa.c
[2/76] Compiling opensslcrypto_hmac.c
[2/76] Compiling rsa.c
[2/76] Compiling opensslcrypto_ecc.c
[2/76] Compiling openssl_platform_init.c
BUILD FAILURE 6.1 android