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 1.3.5 (3affdd), with Swift 6.1 for Linux on 1 May 2025 00:48:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
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:         linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/aws-amplify/amplify-swift
[1/163403] Fetching amplify-swift
Fetched https://github.com/aws-amplify/amplify-swift from cache (13.60s)
Computing version for https://github.com/aws-amplify/amplify-swift
Computed https://github.com/aws-amplify/amplify-swift at 2.46.1 (14.34s)
Fetching https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Fetching https://github.com/awslabs/aws-sdk-swift
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/529] Fetching amplify-swift-utils-notifications
[530/10136] Fetching amplify-swift-utils-notifications, sqlite.swift
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (0.33s)
[2210/9607] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.99s)
[1/646050] Fetching aws-sdk-swift
Fetched https://github.com/awslabs/aws-sdk-swift from cache (183.54s)
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 (188.37s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.28s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.0.69 (3.31s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
[1/31184] Fetching aws-crt-swift
[7174/100916] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/awslabs/aws-crt-swift from cache (4.76s)
Fetched https://github.com/smithy-lang/smithy-swift from cache (4.78s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (9.15s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.40.0 (4.08s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.106.0 (2.01s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.62s)
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 (2.75s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.30s)
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/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.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/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-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
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: '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] Write sources
[3/411] Copying Localizable.strings
[8/411] Copying PrivacyInfo.xcprivacy
[9/411] Compiling libtommathAmplify amplify_bn_s_mp_toom_mul.c
[10/411] Compiling libtommathAmplify amplify_bn_mp_count_bits.c
[11/411] Compiling libtommathAmplify amplify_bn_mp_div_2.c
[12/411] Compiling libtommathAmplify amplify_bn_mp_decr.c
[12/411] Compiling libtommathAmplify amplify_bn_s_mp_toom_sqr.c
[12/411] Compiling libtommathAmplify amplify_bn_mp_copy.c
[15/411] Compiling libtommathAmplify amplify_bn_s_mp_sub.c
[16/411] Compiling libtommathAmplify amplify_bn_s_mp_rand_jenkins.c
[16/411] Compiling libtommathAmplify amplify_bn_s_mp_reverse.c
[18/411] Write swift-version-24593BA9C3E375BF.txt
[19/411] Compiling libtommathAmplify amplify_bn_mp_div.c
[20/411] Compiling libtommathAmplify amplify_bn_s_mp_rand_platform.c
[21/411] Compiling libtommathAmplify amplify_bn_s_mp_sqr.c
[22/411] Compiling libtommathAmplify amplify_bn_s_mp_sqr_fast.c
[23/411] Compiling libtommathAmplify amplify_bn_s_mp_prime_is_divisible.c
[24/411] Compiling libtommathAmplify amplify_bn_s_mp_montgomery_reduce_fast.c
[24/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs_fast.c
[26/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs.c
[26/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs.c
[28/411] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs_fast.c
[29/411] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[30/411] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[30/411] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[32/411] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[33/411] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
[34/411] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[35/411] Compiling libtommathAmplify amplify_bn_s_mp_exptmod.c
[36/411] Compiling libtommathAmplify amplify_bn_s_mp_add.c
[37/411] Compiling libtommathAmplify amplify_bn_prime_tab.c
[38/411] Compiling libtommathAmplify amplify_bn_s_mp_balance_mul.c
[38/411] Compiling libtommathAmplify amplify_bn_mp_zero.c
[40/411] Compiling libtommathAmplify amplify_bn_mp_unpack.c
[41/411] Compiling libtommathAmplify amplify_bn_mp_xor.c
[42/421] Compiling libtommathAmplify amplify_bn_mp_to_sbin.c
[43/428] Compiling libtommathAmplify amplify_bn_mp_to_ubin.c
[44/428] Compiling libtommathAmplify amplify_bn_mp_to_radix.c
[45/428] Compiling libtommathAmplify amplify_bn_mp_ubin_size.c
[46/428] Compiling libtommathAmplify amplify_bn_mp_submod.c
[47/428] Compiling libtommathAmplify amplify_bn_mp_sub_d.c
[48/428] Compiling libtommathAmplify amplify_bn_mp_sub.c
[49/428] Compiling libtommathAmplify amplify_bn_mp_sqrtmod_prime.c
[50/428] Compiling libtommathAmplify amplify_bn_mp_sqrmod.c
[51/428] Compiling libtommathAmplify amplify_bn_mp_sqrt.c
[52/428] Compiling libtommathAmplify amplify_bn_mp_sqr.c
[53/428] Compiling libtommathAmplify amplify_bn_mp_signed_rsh.c
[54/428] Compiling libtommathAmplify amplify_bn_mp_shrink.c
[55/428] Compiling libtommathAmplify amplify_bn_mp_set_ull.c
[56/428] Compiling libtommathAmplify amplify_bn_mp_set_u64.c
[57/428] Compiling libtommathAmplify amplify_bn_mp_set_u32.c
[58/428] Compiling libtommathAmplify amplify_bn_mp_set_ul.c
[59/428] Compiling libtommathAmplify amplify_bn_mp_set_ll.c
[60/428] Compiling libtommathAmplify amplify_bn_mp_set_i64.c
[61/428] Compiling libtommathAmplify amplify_bn_mp_set_i32.c
[62/428] Compiling libtommathAmplify amplify_bn_mp_set_l.c
[63/428] Compiling libtommathAmplify amplify_bn_mp_set.c
[63/428] Compiling libtommathAmplify amplify_bn_mp_set_double.c
[65/428] Compiling libtommathAmplify amplify_bn_mp_sbin_size.c
[66/428] Compiling libtommathAmplify amplify_bn_mp_root_u32.c
[67/428] Compiling libtommathAmplify amplify_bn_mp_reduce_setup.c
[68/428] Compiling libtommathAmplify amplify_bn_mp_rshd.c
[69/428] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k_l.c
[70/428] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k.c
[71/428] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup.c
[72/428] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup_l.c
[73/428] Compiling libtommathAmplify amplify_bn_mp_reduce.c
[74/428] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_l.c
[75/428] Compiling libtommathAmplify amplify_bn_mp_reduce_2k.c
[76/428] Compiling libtommathAmplify amplify_bn_mp_radix_smap.c
[77/428] Compiling libtommathAmplify amplify_bn_mp_read_radix.c
[78/428] Compiling libtommathAmplify amplify_bn_mp_rand.c
[79/428] Compiling libtommathAmplify amplify_bn_mp_prime_strong_lucas_selfridge.c
[80/428] Compiling libtommathAmplify amplify_bn_mp_radix_size.c
[81/428] Compiling libtommathAmplify amplify_bn_mp_prime_rabin_miller_trials.c
[82/428] Compiling libtommathAmplify amplify_bn_mp_prime_rand.c
[83/428] Compiling libtommathAmplify amplify_bn_mp_prime_next_prime.c
[84/428] Compiling libtommathAmplify amplify_bn_mp_prime_miller_rabin.c
[85/428] Compiling libtommathAmplify amplify_bn_mp_prime_is_prime.c
[86/428] Compiling libtommathAmplify amplify_bn_mp_prime_frobenius_underwood.c
[87/428] Compiling libtommathAmplify amplify_bn_mp_prime_fermat.c
[88/428] Compiling libtommathAmplify amplify_bn_mp_pack_count.c
[89/428] Compiling libtommathAmplify amplify_bn_mp_pack.c
[90/428] Compiling libtommathAmplify amplify_bn_mp_or.c
[91/428] Compiling libtommathAmplify amplify_bn_mp_mulmod.c
[92/428] Compiling libtommathAmplify amplify_bn_mp_neg.c
[93/428] Compiling libtommathAmplify amplify_bn_mp_mul_2d.c
[94/428] Compiling libtommathAmplify amplify_bn_mp_mul_d.c
[95/428] Compiling libtommathAmplify amplify_bn_mp_montgomery_reduce.c
[96/428] Compiling libtommathAmplify amplify_bn_mp_montgomery_calc_normalization.c
[97/428] Compiling libtommathAmplify amplify_bn_mp_mul_2.c
[98/428] Compiling libtommathAmplify amplify_bn_mp_mul.c
[99/428] Compiling libtommathAmplify amplify_bn_mp_mod_d.c
[100/428] Compiling libtommathAmplify amplify_bn_mp_montgomery_setup.c
[101/428] Compiling libtommathAmplify amplify_bn_mp_mod_2d.c
[102/428] Compiling libtommathAmplify amplify_bn_mp_mod.c
[103/428] Compiling libtommathAmplify amplify_bn_mp_kronecker.c
[104/428] Compiling libtommathAmplify amplify_bn_mp_lcm.c
[105/428] Compiling libtommathAmplify amplify_bn_mp_lshd.c
[106/428] Compiling libtommathAmplify amplify_bn_mp_isodd.c
[107/428] Compiling libtommathAmplify amplify_bn_mp_log_u32.c
[108/428] Compiling libtommathAmplify amplify_bn_mp_iseven.c
[109/428] Compiling libtommathAmplify amplify_bn_mp_invmod.c
[110/428] Compiling libtommathAmplify amplify_bn_mp_is_square.c
[111/428] Compiling libtommathAmplify amplify_bn_mp_init_ull.c
[112/428] Compiling libtommathAmplify amplify_bn_mp_init_ul.c
[113/428] Compiling libtommathAmplify amplify_bn_mp_init_u64.c
[114/428] Compiling libtommathAmplify amplify_bn_mp_init_ll.c
[115/428] Compiling libtommathAmplify amplify_bn_mp_init_size.c
[116/428] Compiling libtommathAmplify amplify_bn_mp_init_u32.c
[117/428] Compiling libtommathAmplify amplify_bn_mp_init_multi.c
[118/428] Compiling libtommathAmplify amplify_bn_mp_init_set.c
[119/428] Compiling libtommathAmplify amplify_bn_mp_init_i64.c
[120/428] Compiling libtommathAmplify amplify_bn_mp_init_l.c
[121/428] Compiling libtommathAmplify amplify_bn_mp_init.c
[122/428] Compiling libtommathAmplify amplify_bn_mp_incr.c
[123/428] Compiling libtommathAmplify amplify_bn_mp_init_copy.c
[124/428] Compiling libtommathAmplify amplify_bn_mp_grow.c
[125/428] Compiling libtommathAmplify amplify_bn_mp_init_i32.c
[126/428] Compiling libtommathAmplify amplify_bn_mp_get_mag_ul.c
[127/428] Compiling libtommathAmplify amplify_bn_mp_get_mag_u64.c
[128/428] Compiling libtommathAmplify amplify_bn_mp_get_mag_u32.c
[129/428] Compiling libtommathAmplify amplify_bn_mp_get_mag_ull.c
[130/428] Compiling libtommathAmplify amplify_bn_mp_get_i64.c
[131/428] Compiling libtommathAmplify amplify_bn_mp_get_ll.c
[132/428] Compiling libtommathAmplify amplify_bn_mp_get_l.c
[133/428] Compiling libtommathAmplify amplify_bn_mp_gcd.c
[134/428] Compiling libtommathAmplify amplify_bn_mp_get_double.c
[135/428] Compiling libtommathAmplify amplify_bn_mp_get_i32.c
[135/428] Compiling libtommathAmplify amplify_bn_mp_fwrite.c
[137/428] Compiling libtommathAmplify amplify_bn_mp_from_ubin.c
[138/428] Compiling libtommathAmplify amplify_bn_mp_from_sbin.c
[139/428] Compiling libtommathAmplify amplify_bn_mp_fread.c
[140/428] Compiling libtommathAmplify amplify_bn_mp_expt_u32.c
[141/428] Compiling libtommathAmplify amplify_bn_mp_exteuclid.c
[142/428] Compiling libtommathAmplify amplify_bn_mp_exch.c
[143/428] Compiling libtommathAmplify amplify_bn_mp_exptmod.c
[144/428] Compiling libtommathAmplify amplify_bn_mp_error_to_string.c
[145/428] Compiling libtommathAmplify amplify_bn_mp_dr_is_modulus.c
[146/428] Compiling libtommathAmplify amplify_bn_mp_dr_reduce.c
[147/428] Compiling libtommathAmplify amplify_bn_mp_dr_setup.c
[148/428] Compiling libtommathAmplify amplify_bn_mp_div_d.c
[149/428] Compiling libtommathAmplify amplify_bn_mp_div_3.c
[150/428] Compiling libtommathAmplify amplify_bn_mp_cmp_mag.c
[151/428] Compiling libtommathAmplify amplify_bn_mp_complement.c
[152/428] Compiling libtommathAmplify amplify_bn_mp_cmp_d.c
[152/428] Compiling libtommathAmplify amplify_bn_mp_div_2d.c
[154/428] Compiling libtommathAmplify amplify_bn_mp_cnt_lsb.c
[155/428] Compiling libtommathAmplify amplify_bn_mp_clear_multi.c
[156/428] Compiling libtommathAmplify amplify_bn_mp_clamp.c
[157/428] Compiling libtommathAmplify amplify_bn_mp_cmp.c
[158/428] Compiling libtommathAmplify amplify_bn_mp_clear.c
[159/428] Compiling libtommathAmplify amplify_bn_mp_and.c
[160/428] Compiling libtommathAmplify amplify_bn_mp_addmod.c
[161/428] Compiling libtommathAmplify amplify_bn_mp_add_d.c
[162/428] Copying sdk-partitions.json
[163/428] Copying PrivacyInfo.xcprivacy
[165/428] Write sources
[168/428] Compiling libtommathAmplify amplify_bn_mp_add.c
[169/428] Write sources
[185/428] Compiling libtommathAmplify amplify_bn_mp_2expt.c
[186/428] Write sources
[190/428] Compiling libtommathAmplify amplify_bn_mp_abs.c
[191/428] Compiling libtommathAmplify amplify_bn_deprecated.c
[192/428] Compiling libtommathAmplify amplify_bn_cutoffs.c
[193/428] Compiling tls_channel_handler_shared.c
[194/428] Compiling tracing.c
[195/428] Compiling stream.c
[196/436] Compiling standard_retry_strategy.c
[196/436] Compiling tls_channel_handler.c
[198/436] Compiling statistics.c
[199/436] Compiling socket_shared.c
[200/436] Compiling socket_channel_handler.c
[201/436] Compiling retry_strategy.c
[202/436] Compiling shared_library.c
[203/436] Compiling pipe.c
[204/436] Compiling host_resolver.c
[205/436] Compiling s2n_tls_channel_handler.c
[206/436] Compiling socket.c
[207/436] Compiling pkcs11_tls_op_handler.c
[208/436] Compiling no_retry_strategy.c
[209/436] Compiling pem.c
[210/436] Compiling message_pool.c
[211/436] Compiling pkcs11_lib.c
[212/436] Compiling epoll_event_loop.c
[213/436] Compiling io.c
[214/436] Compiling future.c
[215/436] Compiling host_resolver.c
[216/436] Compiling event_loop.c
[217/436] Compiling exponential_backoff_retry_strategy.c
[218/436] Compiling async_stream.c
[219/436] Compiling alpn_handler.c
[220/436] Compiling channel_bootstrap.c
[221/436] Compiling channel.c
[222/436] Compiling websocket_encoder.c
[223/436] Compiling websocket_decoder.c
[224/436] Compiling websocket_bootstrap.c
[225/436] Compiling strutil.c
[226/436] Compiling statistics.c
[227/436] Compiling websocket.c
[228/436] Compiling random_access_set.c
[229/436] Compiling request_response.c
[230/436] Compiling proxy_strategy.c
[231/436] Compiling proxy_connection.c
[232/436] Compiling http.c
[233/436] Compiling hpack_huffman_static.c
[234/436] Compiling hpack_encoder.c
[235/436] Compiling http2_stream_manager.c
[236/436] Compiling hpack_decoder.c
[237/436] Compiling h2_frames.c
[238/436] Compiling hpack.c
[239/436] Compiling h2_stream.c
[240/436] Compiling h2_decoder.c
[241/436] Compiling h1_stream.c
[242/436] Compiling h1_encoder.c
[243/436] Compiling h2_connection.c
[244/436] Compiling h1_decoder.c
[245/436] Compiling connection_monitor.c
[246/436] Compiling h1_connection.c
[247/436] Compiling connection_manager.c
[248/436] Compiling connection.c
[249/436] Compiling event_stream_rpc_server.c
[250/436] Compiling event_stream_rpc.c
[251/436] Compiling huffman_testing.c
[252/436] Compiling event_stream_channel_handler.c
[253/436] Compiling event_stream_rpc_client.c
[254/436] Compiling compression.c
[255/436] Compiling huffman.c
[256/436] Compiling uuid.c
[257/436] Compiling event_stream.c
[258/436] Compiling xml_parser.c
[260/436] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[260/437] Compiling uri.c
[261/437] Compiling thread_shared.c
[262/437] Compiling thread_scheduler.c
[264/437] Compiling SmithyWaitersAPI WaiterOutcome.swift
[264/438] Compiling task_scheduler.c
[265/438] Compiling statistics.c
[266/438] Compiling system_info.c
[267/438] Compiling string.c
[268/438] Compiling ref_count.c
[269/438] Compiling process_common.c
[270/438] Compiling ring_buffer.c
[271/438] Compiling time.c
[272/438] Compiling system_resource_utils.c
[273/438] Compiling priority_queue.c
[274/438] Compiling rw_lock.c
[275/438] Compiling thread.c
[276/438] Compiling process.c
[277/438] Compiling system_info.c
[278/438] Compiling mutex.c
[279/438] Compiling environment.c
[280/438] Compiling file.c
[281/438] Compiling device_random.c
[282/438] Compiling condition_variable.c
[283/438] Compiling clock.c
[284/438] Compiling cross_process_lock.c
[285/438] Compiling system_info.c
[286/438] Compiling math.c
[287/438] Compiling lru_cache.c
[287/438] Compiling logging.c
[287/438] Compiling memtrace.c
[290/438] Compiling log_writer.c
[291/438] Compiling log_formatter.c
[292/438] Compiling lifo_cache.c
[293/438] Compiling linked_hash_table.c
[294/438] Compiling log_channel.c
[295/438] Emitting module Logging
[296/438] Compiling Logging Locks.swift
[298/438] Compiling Logging LogHandler.swift
[299/438] Compiling Logging Logging.swift
[300/438] Compiling Logging MetadataProvider.swift
[300/439] Compiling json.c
[301/439] Compiling host_utils.c
[302/439] Compiling fifo_cache.c
[304/439] Compiling tags.c
[305/439] Compiling file.c
[307/439] Compiling SmithyRetriesAPI RetryToken.swift
[307/439] Compiling hash_table.c
[309/439] Compiling SmithyRetriesAPI RetryErrorType.swift
[310/439] Compiling SmithyRetriesAPI RetryStrategy.swift
[310/439] Compiling streaming.c
[311/439] Compiling strings.c
[313/439] Compiling SmithyTimestamps TimestampSerdeUtils.swift
[314/439] Compiling SmithyRetriesAPI RetryError.swift
[315/439] Compiling SmithyRetriesAPI RetryErrorInfo.swift
[316/439] Compiling SmithyWaitersAPI WaiterOptions.swift
[317/439] Compiling SmithyWaitersAPI WaiterErrors.swift
[317/439] Compiling serialization.c
[318/439] Compiling maps.c
[319/439] Compiling unicode.c
[320/439] Compiling ints.c
[322/439] Compiling SmithyWaitersAPI Waiter.swift
[323/439] Compiling SmithyWaitersAPI WaiterConfiguration.swift
[323/439] Compiling stack.c
[325/439] Emitting module SmithyRetriesAPI
[326/439] Compiling SmithyRetriesAPI RetryBackoffStrategy.swift
[326/439] Compiling memory_utils.c
[328/439] Emitting module SmithyTimestamps
[329/439] Compiling SmithyTimestamps DateFormatters.swift
[330/439] Compiling SmithyWaitersAPI WaiterRetryer.swift
[330/440] Compiling encoders.c
[331/440] Compiling loaders.c
[333/440] Compiling SmithyRetriesAPI RetryErrorInfoProvider.swift
[334/440] Emitting module SmithyWaitersAPI
[335/440] Compiling SmithyWaitersAPI Acceptor.swift
[336/440] Compiling SmithyWaitersAPI JMESUtils.swift
[337/441] Compiling SmithyWaitersAPI WaiterScheduler.swift
[337/442] Compiling builder_callbacks.c
[338/442] Compiling encoding.c
[339/443] Compiling floats_ctrls.c
[340/448] Compiling common.c
[342/450] Compiling callbacks.c
[345/474] Compiling bytestrings.c
[346/474] Compiling allocators.c
[347/474] Compiling arrays.c
[348/474] Compiling cbor.c
[349/474] Compiling error.c
[350/474] Compiling condition_variable.c
[351/474] Compiling device_random.c
[352/474] Compiling encoding.c
[353/474] Compiling cJSON.c
[354/474] Compiling command_line_parser.c
[355/474] Compiling common.c
[356/474] Compiling date_time.c
[357/474] Compiling cache.c
[358/474] Compiling assert.c
[359/474] Compiling cpuid.c
[361/474] Emitting module Smithy
[361/478] Compiling allocator.c
[362/478] Compiling cbor.c
[363/478] Compiling array_list.c
[363/478] Compiling byte_buf.c
[365/478] Compiling allocator_sba.c
[366/478] Compiling crc_sw.c
[367/478] Compiling crc64_sw.c
[368/478] Compiling crc64.c
[369/478] Compiling crc.c
[370/478] Compiling codegen.c
[372/478] Compiling Smithy LogAgent.swift
[373/478] Compiling Smithy LogAgentLevel.swift
[374/478] Compiling Smithy SwiftLog+LogAgent.swift
[375/478] Compiling Smithy RequestMessage.swift
[376/478] Compiling Smithy Attribute.swift
[377/478] Compiling Smithy ByteStream.swift
[378/478] Compiling Smithy ClientError.swift
[379/478] Compiling Smithy Context.swift
[380/478] Compiling Smithy DocumentError.swift
[380/478] Compiling opensslcrypto_ecc.c
[381/478] Compiling opensslcrypto_hash.c
[382/478] Compiling opensslcrypto_hmac.c
[383/478] Compiling symmetric_cipher.c
[384/478] Compiling rsa.c
[386/478] Compiling Smithy StringMapDocument.swift
[387/478] Compiling Smithy TimestampDocument.swift
[388/478] Compiling Smithy ShapeType.swift
[389/478] Compiling Smithy SmithyDocument.swift
[389/478] Compiling openssl_aes.c
[391/478] Compiling Smithy Document.swift
[392/478] Compiling Smithy DoubleDocument.swift
[393/478] Compiling Smithy FloatDocument.swift
[394/478] Compiling Smithy IntegerDocument.swift
[395/478] Compiling Smithy ListDocument.swift
[395/478] Compiling openssl_platform_init.c
[396/478] Compiling hmac.c
[397/478] Compiling openssl_rsa.c
[398/478] Compiling hash.c
[399/478] Compiling cal.c
[400/478] Compiling token_provider_sso_session.c
[401/478] Compiling token_provider_sso_profile.c
[403/478] Compiling Smithy BigDecimalDocument.swift
[404/478] Compiling Smithy BigIntegerDocument.swift
[405/478] Compiling Smithy BlobDocument.swift
[406/478] Compiling Smithy BooleanDocument.swift
[407/478] Compiling Smithy ByteDocument.swift
[407/478] Compiling ecc.c
[409/478] Compiling Smithy RequestMessageBuilder.swift
[410/478] Compiling Smithy RequestMessageSerializer.swift
[411/478] Compiling Smithy ResponseMessage.swift
[412/478] Compiling Smithy ResponseMessageDeserializer.swift
[413/478] Compiling Smithy LongDocument.swift
[414/478] Compiling Smithy NullDocument.swift
[415/478] Compiling Smithy ShortDocument.swift
[416/478] Compiling Smithy StringDocument.swift
[416/478] Compiling der.c
[417/478] Compiling sigv4_http_request.c
[418/478] Compiling signing_result.c
[419/478] Compiling signing_config.c
[420/478] Compiling sso_token_utils.c
[422/478] Compiling Smithy Stream.swift
[423/478] Compiling Smithy URI.swift
[424/478] Compiling Smithy URIQueryItem.swift
[425/478] Compiling Smithy URIScheme.swift
[425/479] Compiling signable_trailer.c
[426/479] Compiling key_derivation.c
[426/479] Compiling signing.c
[428/479] Compiling signable_http_request.c
[429/479] Compiling signable_chunk.c
[430/479] Compiling signable.c
[431/479] Compiling credentials_utils.c
[433/479] Compiling credentials_provider_static.c
[434/479] Compiling credentials_provider_process.c
[435/479] Compiling credentials_provider_profile.c
[436/479] Compiling credentials_provider_sts.c
[437/479] Compiling credentials_provider_x509.c
[438/479] Compiling credentials_provider_sts_web_identity.c
[439/479] Compiling credentials_provider_sso.c
[440/479] Compiling credentials_provider_imds.c
[441/479] Compiling credentials_provider_environment.c
[442/479] Compiling credentials_provider_default_chain.c
[443/479] Compiling credentials_provider_delegate.c
[444/479] Compiling credentials_provider_ecs.c
[445/479] Compiling credentials_provider_cognito.c
[446/488] Compiling credentials_provider_anonymous.c
[447/492] Compiling credentials_provider_chain.c
[448/492] Compiling credentials.c
[449/493] Compiling credentials_provider_cached.c
[451/513] Compiling SmithyReadWrite WireResponseOutputClosure.swift
[451/513] Compiling aws_profile.c
[453/513] Compiling SmithyReadWrite WireResponseErrorClosure.swift
[454/513] Emitting module SmithyReadWrite
[455/515] Compiling SmithyEventStreamsAPI MessageEncoder.swift
[456/518] Compiling SmithyIdentityAPI Identity.swift
[457/518] Compiling SmithyIdentityAPI Context+IdentityResolver.swift
[458/518] Compiling SmithyIdentityAPI FlowType.swift
[459/518] Emitting module SmithyIdentityAPI
[460/518] Compiling SmithyIdentityAPI Context+FlowType.swift
[461/518] Compiling SmithyIdentityAPI IdentityResolver.swift
[462/519] Compiling SmithyEventStreamsAPI MessageDecoder.swift
[463/519] Compiling SmithyReadWrite SmithyWriter.swift
[463/519] Compiling auth.c
[464/519] Copying PrivacyInfo.xcprivacy
[471/519] Compiling SmithyEventStreamsAPI MessageType.swift
[472/519] Compiling SmithyReadWrite DataProviding.swift
[473/519] Compiling SmithyReadWrite ReadingClosure.swift
[474/519] Compiling SmithyReadWrite SmithyReader.swift
[475/519] Compiling SmithyChecksumsAPI ChecksumAlgorithm.swift
[476/519] Compiling SmithyEventStreamsAPI UnmarshalClosure.swift
[478/519] Compiling SmithyReadWrite WritingClosure.swift
[478/520] Compiling aws_signing.c
[479/520] Write sources
[482/520] Emitting module SmithyEventStreamsAPI
[483/520] Compiling SmithyChecksumsAPI Context+Checksum.swift
[483/520] Compiling aws_imds_client.c
[484/520] Copying face_detection_short_range.mlmodelc
[486/520] Emitting module SmithyChecksumsAPI
[487/520] Compiling SmithyChecksumsAPI Checksum.swift
[487/520] Write sources
[489/520] Compiling SmithyHTTPAPI HTTPResponse.swift
[489/522] Write sources
[503/522] Compiling SmithyHTTPAPI ALPNProtocol.swift
[504/522] Compiling SmithyHTTPAPI Context+HTTP.swift
[505/522] Compiling SmithyHTTPAPI Endpoint.swift
[506/522] Compiling SmithyHTTPAPI HTTPClient.swift
[507/522] Write sources
[510/522] Compiling SmithyEventStreamsAPI Message.swift
[511/522] Compiling SmithyEventStreamsAPI MarshalClosure.swift
[514/522] Compiling SmithyEventStreamsAPI Header.swift
[516/523] Emitting module SmithyHTTPAPI
[517/525] Compiling SmithyHTTPAPI HTTPStatusCode.swift
[518/525] Compiling SmithyHTTPAPI Headers.swift
[520/531] Compiling SmithyHTTPAPI URL+getQueryItems.swift
[521/531] Compiling SmithyHTTPAPI HTTPRequest.swift
[522/531] Compiling SmithyHTTPAPI HTTPClientError.swift
[523/531] Compiling SmithyHTTPAPI HTTPMethodType.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[524/596] Emitting module AmplifyBigInteger
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[526/663] Compiling AmplifyBigInteger AmplifyBigInt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[527/664] Compiling AmplifyBigInteger AmplifyBigIntHelper.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[528/704] Compiling AmplifyBigInteger AmplifyBigInt+Sign.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[529/782] Compiling AmplifyBigInteger AmplifyBigInt+Operations.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[530/782] Compiling AmplifyBigInteger AmplifyBigInt+Integer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[531/788] Compiling AmplifyBigInteger AmplifyBigInt+Bytes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[532/788] Compiling AmplifyBigInteger AmplifyBigInt+Comparable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[533/788] Emitting module SmithyEventStreamsAuthAPI
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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: '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/1] Write swift-version-24593BA9C3E375BF.txt
[2/98] Compiling SmithyRetriesAPI RetryError.swift
[3/99] Compiling SmithyRetriesAPI RetryBackoffStrategy.swift
[4/99] Compiling SmithyRetriesAPI RetryErrorInfo.swift
[5/99] Emitting module SmithyRetriesAPI
[6/99] Compiling SmithyWaitersAPI WaiterOptions.swift
[7/100] Compiling SmithyRetriesAPI RetryErrorInfoProvider.swift
[8/100] Emitting module SmithyTimestamps
[9/100] Compiling SmithyRetriesAPI RetryErrorType.swift
[10/100] Compiling SmithyRetriesAPI RetryStrategy.swift
[11/100] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[12/100] Compiling Logging MetadataProvider.swift
[13/100] Compiling SmithyWaitersAPI WaiterErrors.swift
[14/100] Compiling SmithyWaitersAPI WaiterConfiguration.swift
[15/100] Compiling SmithyTimestamps DateFormatters.swift
[16/100] Compiling SmithyWaitersAPI Waiter.swift
[17/100] Compiling SmithyRetriesAPI RetryToken.swift
[18/101] Compiling AmplifyBigInteger AmplifyBigInt+Operations.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[19/101] Compiling AmplifyBigInteger AmplifyBigIntHelper.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[20/101] Compiling SmithyTimestamps TimestampSerdeUtils.swift
[21/102] Emitting module SmithyWaitersAPI
[22/102] Compiling AwsCommonRuntimeKit Allocator.swift
[23/102] Compiling AwsCommonRuntimeKit ByteBuffer.swift
[24/102] Compiling SmithyWaitersAPI WaiterRetryer.swift
[25/102] Compiling SmithyWaitersAPI WaiterOutcome.swift
[26/102] Compiling Logging Locks.swift
[27/102] Emitting module Logging
[28/102] Compiling AmplifyBigInteger AmplifyBigInt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[30/103] Compiling AmplifyBigInteger AmplifyBigInt+Integer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[31/149] Compiling AmplifyBigInteger AmplifyBigInt+Comparable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[33/211] Compiling SmithyWaitersAPI WaiterScheduler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/272] Emitting module AmplifyBigInteger
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[35/272] Compiling AmplifyBigInteger AmplifyBigInt+Bytes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
[37/272] Compiling AmplifyBigInteger AmplifyBigInt+Sign.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/include/libtommathAmplify.h:1:9: error: 'Foundation/Foundation.h' file not found
 1 | #import <Foundation/Foundation.h>
   |         `- error: 'Foundation/Foundation.h' file not found
 2 |
 3 | FOUNDATION_EXPORT double LibTomMathAmplifyVersionNumber;
/host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Auth/Sources/AmplifyBigInteger/AmplifyBigInt+Bytes.swift:9:8: error: could not build C module 'libtommathAmplify'
 7 |
 8 | import Foundation
 9 | import libtommathAmplify
   |        `- error: could not build C module 'libtommathAmplify'
10 |
11 | public extension AmplifyBigInt {
BUILD FAILURE 6.1 linux