The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build AmplifyUIAuthenticator, reference main (fd8632), with Swift 6.1 for Linux on 30 Apr 2025 03:56:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aws-amplify/amplify-ui-swift-authenticator.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/aws-amplify/amplify-ui-swift-authenticator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fd86328 fix: Avoiding signing out users when the token refresh fails due to no connectivity (#104)
Cloned https://github.com/aws-amplify/amplify-ui-swift-authenticator.git
Revision (git rev-parse @):
fd86328a479da989fce14ef1e13a64f1adcc096c
SUCCESS checkout https://github.com/aws-amplify/amplify-ui-swift-authenticator.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aws-amplify/amplify-ui-swift-authenticator.git
https://github.com/aws-amplify/amplify-ui-swift-authenticator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "amplify-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.45.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/amplify-swift"
    }
  ],
  "manifest_display_name" : "AmplifyUIAuthenticator",
  "name" : "AmplifyUIAuthenticator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Authenticator",
      "targets" : [
        "Authenticator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AuthenticatorTests",
      "module_type" : "SwiftTarget",
      "name" : "AuthenticatorTests",
      "path" : "Tests/AuthenticatorTests",
      "sources" : [
        "Mocks/MockAuthenticationService.swift",
        "Mocks/MockAuthenticatorState.swift",
        "States/AuthenticatorBaseStateTests.swift",
        "States/ConfirmResetPasswordStateTests.swift",
        "States/ConfirmSignInWithCodeStateTests.swift",
        "States/ConfirmSignInWithNewPasswordStateTests.swift",
        "States/ConfirmSignUpStateTests.swift",
        "States/ConfirmVerifyUserStateTests.swift",
        "States/ContinueSignInWithEmailMFASetupStateTests.swift",
        "States/ContinueSignInWithMFASelectionStateTests.swift",
        "States/ContinueSignInWithMFASetupSelectionStateTests.swift",
        "States/ContinueSignInWithTOTPSetupStateTests.swift",
        "States/ResetPasswordStateTests.swift",
        "States/SignInStateTests.swift",
        "States/SignUpStateTests.swift",
        "States/SignedInStateTests.swift",
        "States/VerifyUserStateTests.swift"
      ],
      "target_dependencies" : [
        "Authenticator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Authenticator",
      "module_type" : "SwiftTarget",
      "name" : "Authenticator",
      "path" : "Sources/Authenticator",
      "product_dependencies" : [
        "Amplify",
        "AWSCognitoAuthPlugin"
      ],
      "product_memberships" : [
        "Authenticator"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Authenticator/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Authenticator.swift",
        "Configuration/AmplifyConfiguration.swift",
        "Configuration/AuthenticatorOptions.swift",
        "Constants/ComponentInformation.swift",
        "Extensions/AuthError+Connectivity.swift",
        "Extensions/AuthUserAttributeKey+LocalizedTitle.swift",
        "Extensions/Bundle+Utils.swift",
        "Extensions/Color+AmplifyUI.swift",
        "Extensions/Color+Utils.swift",
        "Extensions/DeliveryDestination+Value.swift",
        "Extensions/EnvironmentValues+Authenticator.swift",
        "Extensions/Logger+Error.swift",
        "Extensions/String+Localizable.swift",
        "Models/AuthenticatorMessage.swift",
        "Models/AuthenticatorState.swift",
        "Models/AuthenticatorStep.swift",
        "Models/Internal/AuthenticatorMFAType.swift",
        "Models/Internal/AuthenticatorStateProtocol.swift",
        "Models/Internal/Credentials.swift",
        "Models/Internal/InputType.swift",
        "Models/Internal/Step.swift",
        "Models/Internal/Validator.swift",
        "Models/SignUpAttribute.swift",
        "Models/SignUpField.swift",
        "Options/TOTPOptions.swift",
        "Service/AmplifyAuthenticationService.swift",
        "Service/AuthenticationService.swift",
        "States/AuthenticatorBaseState.swift",
        "States/ConfirmResetPasswordState.swift",
        "States/ConfirmSignInWithCodeState.swift",
        "States/ConfirmSignInWithNewPasswordState.swift",
        "States/ConfirmSignUpState.swift",
        "States/ConfirmVerifyUserState.swift",
        "States/ContinueSignInWithEmailMFASetupState.swift",
        "States/ContinueSignInWithMFASelectionState.swift",
        "States/ContinueSignInWithMFASetupSelectionState.swift",
        "States/ContinueSignInWithTOTPSetupState.swift",
        "States/ResetPasswordState.swift",
        "States/SignInState.swift",
        "States/SignUpState.swift",
        "States/SignedInState.swift",
        "States/VerifyUserState.swift",
        "Theming/AuthenticatorTheme.swift",
        "Utilities/AuthenticatorField.swift",
        "Utilities/AuthenticatorLogging.swift",
        "Utilities/FieldValidator.swift",
        "Utilities/KeyboardIterableFields.swift",
        "Utilities/Padding.swift",
        "Utilities/Platform.swift",
        "Utilities/PreviewFactory.swift",
        "Utilities/RegionUtils.swift",
        "Views/ConfirmResetPasswordView.swift",
        "Views/ConfirmSignInWithCustomChallengeView.swift",
        "Views/ConfirmSignInWithMFACodeView.swift",
        "Views/ConfirmSignInWithNewPasswordView.swift",
        "Views/ConfirmSignInWithOTPView.swift",
        "Views/ConfirmSignInWithTOTPCodeView.swift",
        "Views/ConfirmSignUpView.swift",
        "Views/ConfirmVerifyUserView.swift",
        "Views/ContinueSignInWithEmailMFASetupView.swift",
        "Views/ContinueSignInWithMFASelectionView.swift",
        "Views/ContinueSignInWithMFASetupSelectionView.swift",
        "Views/ContinueSignInWithTOTPCopyKeyView.swift",
        "Views/ContinueSignInWithTOTPSetupQRCodeView.swift",
        "Views/ContinueSignInWithTOTPSetupView.swift",
        "Views/ErrorView.swift",
        "Views/Internal/AuthenticatorMessageView.swift",
        "Views/Internal/AuthenticatorTextWithHeader.swift",
        "Views/Internal/AuthenticatorView.swift",
        "Views/Internal/ConfirmSignInWithCodeView.swift",
        "Views/Internal/DefaultHeader.swift",
        "Views/Internal/SignUpInputField.swift",
        "Views/Primitives/Button.swift",
        "Views/Primitives/DatePicker.swift",
        "Views/Primitives/ImageButton.swift",
        "Views/Primitives/PasswordField.swift",
        "Views/Primitives/PhoneNumberField.swift",
        "Views/Primitives/RadioButton.swift",
        "Views/Primitives/TextField.swift",
        "Views/ResetPasswordView.swift",
        "Views/SignInView.swift",
        "Views/SignUpView.swift",
        "Views/VerifyUserView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 (12.25s)
Computing version for https://github.com/aws-amplify/amplify-swift
Computed https://github.com/aws-amplify/amplify-swift at 2.47.0 (12.81s)
Fetching https://github.com/awslabs/aws-sdk-swift
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/aws-amplify/amplify-swift-utils-notifications.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.71s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.72s)
[1/644348] Fetching aws-sdk-swift
Fetched https://github.com/awslabs/aws-sdk-swift from cache (142.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 (142.53s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.20s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.2.59 (1.41s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
[1/31158] Fetching aws-crt-swift
[5922/100868] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/awslabs/aws-crt-swift from cache (2.18s)
Fetched https://github.com/smithy-lang/smithy-swift from cache (2.35s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (5.21s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.48.0 (0.91s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.125.0 (1.14s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
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 (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/aws-amplify/amplify-swift
Working copy of https://github.com/aws-amplify/amplify-swift resolved at 2.47.0
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/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/smithy-lang/smithy-swift
Working copy of https://github.com/smithy-lang/smithy-swift resolved at 0.125.0
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
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: '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/406] Write sources
[3/406] Copying PrivacyInfo.xcprivacy
[5/406] Compiling libtommathAmplify amplify_bn_s_mp_sub.c
[6/406] Compiling libtommathAmplify amplify_bn_s_mp_reverse.c
[7/406] Compiling libtommathAmplify amplify_bn_s_mp_sqr.c
[8/406] Compiling libtommathAmplify amplify_bn_s_mp_sqr_fast.c
[9/406] Compiling libtommathAmplify amplify_bn_s_mp_toom_mul.c
[10/406] Compiling libtommathAmplify amplify_bn_s_mp_rand_platform.c
[11/406] Compiling libtommathAmplify amplify_bn_s_mp_rand_jenkins.c
[12/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs_fast.c
[12/406] Write swift-version-24593BA9C3E375BF.txt
[14/406] Compiling libtommathAmplify amplify_bn_s_mp_toom_sqr.c
[15/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs.c
[16/406] Compiling libtommathAmplify amplify_bn_s_mp_prime_is_divisible.c
[17/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs_fast.c
[18/406] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[19/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs.c
[20/406] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[21/406] Compiling libtommathAmplify amplify_bn_s_mp_montgomery_reduce_fast.c
[22/406] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
[23/406] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[24/406] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[25/406] Compiling libtommathAmplify amplify_bn_s_mp_exptmod.c
[26/406] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[27/406] Compiling libtommathAmplify amplify_bn_s_mp_balance_mul.c
[28/406] Compiling libtommathAmplify amplify_bn_mp_zero.c
[29/406] Compiling libtommathAmplify amplify_bn_prime_tab.c
[30/406] Compiling libtommathAmplify amplify_bn_s_mp_add.c
[31/406] Compiling libtommathAmplify amplify_bn_mp_xor.c
[32/406] Compiling libtommathAmplify amplify_bn_mp_to_ubin.c
[33/406] Compiling libtommathAmplify amplify_bn_mp_unpack.c
[34/406] Compiling libtommathAmplify amplify_bn_mp_ubin_size.c
[35/407] Compiling libtommathAmplify amplify_bn_mp_to_radix.c
[36/411] Compiling libtommathAmplify amplify_bn_mp_to_sbin.c
[37/414] Compiling libtommathAmplify amplify_bn_mp_sub_d.c
[38/414] Compiling libtommathAmplify amplify_bn_mp_submod.c
[39/414] Compiling libtommathAmplify amplify_bn_mp_sqrt.c
[40/414] Compiling libtommathAmplify amplify_bn_mp_sub.c
[41/414] Compiling libtommathAmplify amplify_bn_mp_sqrmod.c
[42/414] Compiling libtommathAmplify amplify_bn_mp_sqrtmod_prime.c
[43/414] Compiling libtommathAmplify amplify_bn_mp_shrink.c
[44/414] Compiling libtommathAmplify amplify_bn_mp_sqr.c
[45/414] Compiling libtommathAmplify amplify_bn_mp_signed_rsh.c
[46/414] Compiling libtommathAmplify amplify_bn_mp_set_ul.c
[47/414] Compiling libtommathAmplify amplify_bn_mp_set_ull.c
[48/414] Compiling libtommathAmplify amplify_bn_mp_set_u32.c
[49/414] Compiling libtommathAmplify amplify_bn_mp_set_u64.c
[50/414] Compiling libtommathAmplify amplify_bn_mp_set_ll.c
[51/414] Compiling libtommathAmplify amplify_bn_mp_set_i32.c
[52/414] Compiling libtommathAmplify amplify_bn_mp_set_i64.c
[53/414] Compiling libtommathAmplify amplify_bn_mp_set_l.c
[54/414] Compiling libtommathAmplify amplify_bn_mp_set_double.c
[55/414] Compiling libtommathAmplify amplify_bn_mp_set.c
[56/414] Compiling libtommathAmplify amplify_bn_mp_sbin_size.c
[57/414] Compiling libtommathAmplify amplify_bn_mp_rshd.c
[58/414] Compiling libtommathAmplify amplify_bn_mp_root_u32.c
[59/414] Compiling libtommathAmplify amplify_bn_mp_reduce_setup.c
[60/414] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup_l.c
[61/414] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k.c
[62/414] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k_l.c
[63/414] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup.c
[64/414] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_l.c
[65/414] Compiling libtommathAmplify amplify_bn_mp_reduce_2k.c
[66/414] Compiling libtommathAmplify amplify_bn_mp_rand.c
[66/414] Compiling libtommathAmplify amplify_bn_mp_reduce.c
[68/414] Compiling libtommathAmplify amplify_bn_mp_radix_smap.c
[69/414] Compiling libtommathAmplify amplify_bn_mp_read_radix.c
[70/414] Compiling libtommathAmplify amplify_bn_mp_radix_size.c
[71/414] Compiling libtommathAmplify amplify_bn_mp_prime_strong_lucas_selfridge.c
[72/414] Compiling libtommathAmplify amplify_bn_mp_prime_rand.c
[73/414] Compiling libtommathAmplify amplify_bn_mp_prime_next_prime.c
[74/414] Compiling libtommathAmplify amplify_bn_mp_prime_rabin_miller_trials.c
[75/414] Compiling libtommathAmplify amplify_bn_mp_prime_miller_rabin.c
[76/414] Compiling libtommathAmplify amplify_bn_mp_prime_fermat.c
[77/414] Compiling libtommathAmplify amplify_bn_mp_prime_is_prime.c
[78/414] Compiling libtommathAmplify amplify_bn_mp_prime_frobenius_underwood.c
[79/414] Compiling libtommathAmplify amplify_bn_mp_pack.c
[80/414] Compiling libtommathAmplify amplify_bn_mp_or.c
[81/414] Compiling libtommathAmplify amplify_bn_mp_pack_count.c
[82/414] Compiling libtommathAmplify amplify_bn_mp_mulmod.c
[83/414] Compiling libtommathAmplify amplify_bn_mp_neg.c
[84/414] Compiling libtommathAmplify amplify_bn_mp_mul_2d.c
[85/414] Compiling libtommathAmplify amplify_bn_mp_mul_d.c
[86/414] Compiling libtommathAmplify amplify_bn_mp_mul.c
[87/414] Compiling libtommathAmplify amplify_bn_mp_montgomery_setup.c
[88/414] Compiling libtommathAmplify amplify_bn_mp_mul_2.c
[89/414] Compiling libtommathAmplify amplify_bn_mp_montgomery_reduce.c
[90/414] Compiling libtommathAmplify amplify_bn_mp_mod_d.c
[91/414] Compiling libtommathAmplify amplify_bn_mp_montgomery_calc_normalization.c
[92/414] Compiling libtommathAmplify amplify_bn_mp_mod.c
[92/414] Compiling libtommathAmplify amplify_bn_mp_log_u32.c
[94/414] Compiling libtommathAmplify amplify_bn_mp_lcm.c
[95/414] Compiling libtommathAmplify amplify_bn_mp_lshd.c
[96/414] Compiling libtommathAmplify amplify_bn_mp_mod_2d.c
[97/414] Compiling libtommathAmplify amplify_bn_mp_isodd.c
[98/414] Compiling libtommathAmplify amplify_bn_mp_invmod.c
[99/414] Compiling libtommathAmplify amplify_bn_mp_iseven.c
[100/414] Compiling libtommathAmplify amplify_bn_mp_init_ull.c
[101/414] Compiling libtommathAmplify amplify_bn_mp_is_square.c
[102/414] Compiling libtommathAmplify amplify_bn_mp_kronecker.c
[103/414] Compiling libtommathAmplify amplify_bn_mp_init_u64.c
[103/414] Compiling libtommathAmplify amplify_bn_mp_init_ul.c
[105/414] Compiling libtommathAmplify amplify_bn_mp_init_u32.c
[106/414] Compiling libtommathAmplify amplify_bn_mp_init_size.c
[107/414] Compiling libtommathAmplify amplify_bn_mp_init_ll.c
[108/414] Compiling libtommathAmplify amplify_bn_mp_init_set.c
[109/414] Compiling libtommathAmplify amplify_bn_mp_init_l.c
[110/414] Compiling libtommathAmplify amplify_bn_mp_init_i64.c
[110/414] Compiling libtommathAmplify amplify_bn_mp_init_multi.c
[112/414] Compiling libtommathAmplify amplify_bn_mp_init_i32.c
[112/414] Compiling libtommathAmplify amplify_bn_mp_init_copy.c
[114/414] Compiling libtommathAmplify amplify_bn_mp_init.c
[115/414] Compiling libtommathAmplify amplify_bn_mp_incr.c
[116/414] Compiling libtommathAmplify amplify_bn_mp_get_mag_ull.c
[117/414] Compiling libtommathAmplify amplify_bn_mp_get_mag_u32.c
[118/414] Compiling libtommathAmplify amplify_bn_mp_grow.c
[119/414] Compiling libtommathAmplify amplify_bn_mp_get_mag_u64.c
[120/414] Compiling libtommathAmplify amplify_bn_mp_get_mag_ul.c
[121/414] Compiling libtommathAmplify amplify_bn_mp_get_ll.c
[122/414] Compiling libtommathAmplify amplify_bn_mp_get_l.c
[123/414] Compiling libtommathAmplify amplify_bn_mp_get_i64.c
[124/414] Compiling libtommathAmplify amplify_bn_mp_gcd.c
[125/414] Compiling libtommathAmplify amplify_bn_mp_get_i32.c
[126/414] Compiling libtommathAmplify amplify_bn_mp_from_ubin.c
[127/414] Compiling libtommathAmplify amplify_bn_mp_get_double.c
[128/414] Compiling libtommathAmplify amplify_bn_mp_fwrite.c
[129/414] Compiling libtommathAmplify amplify_bn_mp_from_sbin.c
[130/414] Compiling libtommathAmplify amplify_bn_mp_fread.c
[131/414] Compiling libtommathAmplify amplify_bn_mp_exteuclid.c
[132/414] Compiling libtommathAmplify amplify_bn_mp_exptmod.c
[133/414] Compiling libtommathAmplify amplify_bn_mp_exch.c
[134/414] Compiling libtommathAmplify amplify_bn_mp_expt_u32.c
[135/414] Compiling libtommathAmplify amplify_bn_mp_dr_setup.c
[136/414] Compiling libtommathAmplify amplify_bn_mp_error_to_string.c
[137/414] Compiling libtommathAmplify amplify_bn_mp_div.c
[138/414] Compiling libtommathAmplify amplify_bn_mp_dr_is_modulus.c
[139/414] Compiling libtommathAmplify amplify_bn_mp_dr_reduce.c
[140/414] Compiling libtommathAmplify amplify_bn_mp_div_2d.c
[140/414] Compiling libtommathAmplify amplify_bn_mp_div_d.c
[142/414] Compiling libtommathAmplify amplify_bn_mp_div_2.c
[143/414] Compiling libtommathAmplify amplify_bn_mp_div_3.c
[144/414] Compiling libtommathAmplify amplify_bn_mp_copy.c
[145/414] Compiling libtommathAmplify amplify_bn_mp_decr.c
[145/414] Compiling libtommathAmplify amplify_bn_mp_count_bits.c
[147/414] Compiling libtommathAmplify amplify_bn_mp_cmp_d.c
[148/414] Compiling libtommathAmplify amplify_bn_mp_complement.c
[149/414] Compiling libtommathAmplify amplify_bn_mp_cnt_lsb.c
[150/414] Compiling libtommathAmplify amplify_bn_mp_cmp_mag.c
[151/414] Compiling libtommathAmplify amplify_bn_mp_cmp.c
[152/414] Compiling libtommathAmplify amplify_bn_mp_clear_multi.c
[153/414] Compiling libtommathAmplify amplify_bn_mp_clear.c
[154/414] Compiling libtommathAmplify amplify_bn_mp_and.c
[155/414] Compiling libtommathAmplify amplify_bn_mp_add.c
[156/414] Compiling libtommathAmplify amplify_bn_mp_add_d.c
[156/414] Copying PrivacyInfo.xcprivacy
[156/414] Write sources
[183/414] Compiling libtommathAmplify amplify_bn_deprecated.c
[184/414] Compiling libtommathAmplify amplify_bn_mp_2expt.c
[185/414] Compiling libtommathAmplify amplify_bn_mp_clamp.c
[185/414] Compiling libtommathAmplify amplify_bn_mp_addmod.c
[187/414] Compiling libtommathAmplify amplify_bn_mp_abs.c
[188/414] Compiling libtommathAmplify amplify_bn_cutoffs.c
[189/431] Compiling stream.c
[190/431] Compiling tracing.c
[191/431] Compiling tls_channel_handler_shared.c
[192/431] Compiling tls_channel_handler.c
[193/431] Compiling statistics.c
[194/431] Compiling standard_retry_strategy.c
[195/431] Compiling socket_channel_handler.c
[196/431] Compiling socket.c
[197/431] Compiling retry_strategy.c
[198/431] Compiling socket_shared.c
[199/431] Compiling shared_library.c
[200/431] Compiling pipe.c
[201/431] Compiling s2n_tls_channel_handler.c
[202/431] Compiling socket.c
[203/431] Compiling pkcs11_tls_op_handler.c
[204/431] Compiling host_resolver.c
[205/431] Compiling pem.c
[206/431] Compiling message_pool.c
[207/431] Compiling no_retry_strategy.c
[208/431] Compiling pkcs11_lib.c
[210/431] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[211/432] Compiling Logging LogHandler.swift
[212/432] Compiling SmithyWaitersAPI WaiterOutcome.swift
[212/432] Compiling io.c
[213/433] Compiling future.c
[214/433] Compiling host_resolver.c
[215/433] Compiling epoll_event_loop.c
[216/433] Compiling exponential_backoff_retry_strategy.c
[217/433] Compiling channel.c
[218/433] Compiling event_loop.c
[219/433] Compiling async_stream.c
[220/433] Compiling alpn_handler.c
[221/433] Compiling channel_bootstrap.c
[222/433] Compiling websocket_encoder.c
[223/433] Compiling websocket_decoder.c
[224/433] Compiling strutil.c
[225/433] Compiling websocket_bootstrap.c
[226/433] Compiling statistics.c
[227/433] Compiling websocket.c
[228/433] Compiling random_access_set.c
[229/433] Compiling request_response.c
[230/433] Compiling proxy_connection.c
[231/433] Compiling proxy_strategy.c
[232/433] Compiling http2_stream_manager.c
[234/433] Compiling Logging MetadataProvider.swift
[234/433] Compiling hpack_huffman_static.c
[235/433] Compiling http.c
[237/433] Compiling Logging Locks.swift
[237/433] Compiling hpack_encoder.c
[239/433] Emitting module Logging
[240/433] Compiling Logging Logging.swift
[240/434] Compiling hpack_decoder.c
[242/434] Compiling SmithyRetriesAPI RetryStrategy.swift
[243/434] Compiling SmithyRetriesAPI RetryErrorType.swift
[245/434] Compiling SmithyRetriesAPI RetryError.swift
[246/434] Compiling SmithyRetriesAPI RetryBackoffStrategy.swift
[247/434] Compiling SmithyRetriesAPI RetryErrorInfo.swift
[248/434] Compiling SmithyRetriesAPI RetryErrorInfoProvider.swift
[249/434] Emitting module SmithyWaitersAPI
[250/434] Compiling SmithyWaitersAPI Acceptor.swift
[251/434] Compiling SmithyWaitersAPI JMESUtils.swift
[252/434] Emitting module SmithyRetriesAPI
[252/434] Compiling hpack.c
[254/434] Compiling SmithyWaitersAPI Waiter.swift
[255/434] Compiling SmithyWaitersAPI WaiterConfiguration.swift
[256/434] Compiling SmithyWaitersAPI WaiterErrors.swift
[257/434] Compiling SmithyWaitersAPI WaiterOptions.swift
[258/434] Emitting module SmithyTimestamps
[259/434] Compiling SmithyRetriesAPI RetryToken.swift
[260/435] Compiling SmithyWaitersAPI WaiterRetryer.swift
[261/435] Compiling SmithyWaitersAPI WaiterScheduler.swift
[261/435] Compiling h2_frames.c
[263/436] Compiling SmithyTimestamps DateFormatters.swift
[264/436] Compiling SmithyTimestamps TimestampSerdeUtils.swift
[264/437] Compiling h2_stream.c
[266/437] Compiling h2_decoder.c
[269/465] Compiling h1_stream.c
[270/469] Compiling h1_encoder.c
[271/469] Compiling h2_connection.c
[272/469] Compiling h1_decoder.c
[273/469] Compiling connection_monitor.c
[274/469] Compiling event_stream_rpc_client.c
[276/469] Compiling Smithy RequestMessageBuilder.swift
[277/469] Compiling Smithy RequestMessageSerializer.swift
[278/469] Compiling Smithy ResponseMessage.swift
[279/469] Compiling Smithy ResponseMessageDeserializer.swift
[279/473] Compiling event_stream_rpc.c
[280/473] Compiling connection_manager.c
[281/473] Compiling event_stream_rpc_server.c
[282/473] Compiling h1_connection.c
[283/473] Compiling connection.c
[284/473] Compiling event_stream_channel_handler.c
[285/473] Compiling compression.c
[286/473] Compiling huffman_testing.c
[287/473] Compiling huffman.c
[288/473] Compiling uuid.c
[289/473] Compiling xml_parser.c
[291/473] Compiling Smithy LogAgent.swift
[292/473] Compiling Smithy LogAgentLevel.swift
[293/473] Compiling Smithy SwiftLog+LogAgent.swift
[294/473] Compiling Smithy RequestMessage.swift
[295/473] Emitting module Smithy
[295/473] Compiling thread_shared.c
[296/473] Compiling uri.c
[297/473] Compiling event_stream.c
[298/473] Compiling statistics.c
[299/473] Compiling system_info.c
[300/473] Compiling thread_scheduler.c
[301/473] Compiling task_scheduler.c
[302/473] Compiling ref_count.c
[303/473] Compiling string.c
[304/473] Compiling time.c
[305/473] Compiling ring_buffer.c
[306/473] Compiling system_resource_utils.c
[307/473] Compiling process_common.c
[309/473] Compiling Smithy LongDocument.swift
[310/473] Compiling Smithy NullDocument.swift
[311/473] Compiling Smithy ShortDocument.swift
[312/473] Compiling Smithy StringDocument.swift
[313/473] Compiling Smithy StringMapDocument.swift
[314/473] Compiling Smithy TimestampDocument.swift
[315/473] Compiling Smithy ShapeType.swift
[316/473] Compiling Smithy SmithyDocument.swift
[316/473] Compiling priority_queue.c
[317/473] Compiling rw_lock.c
[318/473] Compiling process.c
[320/473] Compiling Smithy Document.swift
[321/473] Compiling Smithy DoubleDocument.swift
[322/473] Compiling Smithy FloatDocument.swift
[323/473] Compiling Smithy IntegerDocument.swift
[324/473] Compiling Smithy ListDocument.swift
[324/473] Compiling mutex.c
[325/473] Compiling thread.c
[326/473] Compiling system_info.c
[327/473] Compiling condition_variable.c
[328/473] Compiling Smithy BigDecimalDocument.swift
[329/473] Compiling Smithy BigIntegerDocument.swift
[330/473] Compiling Smithy BlobDocument.swift
[331/473] Compiling Smithy BooleanDocument.swift
[332/473] Compiling Smithy ByteDocument.swift
[333/473] Compiling Smithy Attribute.swift
[334/473] Compiling Smithy ByteStream.swift
[335/473] Compiling Smithy ClientError.swift
[336/473] Compiling Smithy Context.swift
[337/473] Compiling Smithy DocumentError.swift
[338/473] Compiling environment.c
[338/473] Compiling cross_process_lock.c
[340/473] Compiling file.c
[341/473] Compiling device_random.c
[342/473] Compiling clock.c
[343/473] Compiling system_info.c
[344/473] Compiling math.c
[345/473] Compiling lru_cache.c
[346/473] Compiling memtrace.c
[347/473] Compiling log_writer.c
[348/473] Compiling log_formatter.c
[349/473] Compiling linked_hash_table.c
[350/473] Compiling lifo_cache.c
[351/473] Compiling json.c
[352/473] Compiling logging.c
[353/473] Compiling host_utils.c
[354/473] Compiling log_channel.c
[356/473] Compiling Smithy Stream.swift
[357/473] Compiling Smithy URI.swift
[358/473] Compiling Smithy URIQueryItem.swift
[359/473] Compiling Smithy URIScheme.swift
[359/474] Compiling tags.c
[360/474] Compiling strings.c
[361/474] Compiling fifo_cache.c
[362/474] Compiling streaming.c
[363/474] Compiling file.c
[364/474] Compiling serialization.c
[365/474] Compiling ints.c
[366/474] Compiling stack.c
[367/474] Compiling memory_utils.c
[368/474] Compiling unicode.c
[369/474] Compiling maps.c
[370/474] Compiling hash_table.c
[371/474] Compiling encoders.c
[372/474] Compiling builder_callbacks.c
[373/474] Compiling loaders.c
[375/474] Compiling callbacks.c
[376/474] Compiling bytestrings.c
[377/474] Compiling encoding.c
[378/474] Compiling arrays.c
[379/474] Compiling floats_ctrls.c
[380/474] Compiling common.c
[381/474] Compiling allocators.c
[382/474] Compiling cbor.c
[383/474] Compiling cJSON.c
[384/474] Compiling error.c
[385/487] Compiling device_random.c
[386/508] Compiling encoding.c
[387/508] Compiling condition_variable.c
[388/508] Compiling date_time.c
[390/508] Compiling SmithyHTTPAPI HTTPResponse.swift
[390/509] Compiling codegen.c
[392/509] Compiling SmithyReadWrite WireResponseErrorClosure.swift
[393/510] Compiling SmithyReadWrite SmithyWriter.swift
[393/513] Compiling command_line_parser.c
[395/513] Compiling SmithyIdentityAPI Identity.swift
[396/513] Emitting module SmithyIdentityAPI
[397/513] Compiling SmithyIdentityAPI FlowType.swift
[398/513] Compiling SmithyIdentityAPI Context+FlowType.swift
[399/513] Compiling SmithyIdentityAPI IdentityResolver.swift
[400/513] Compiling SmithyEventStreamsAPI MessageDecoder.swift
[401/513] Compiling SmithyEventStreamsAPI MessageEncoder.swift
[401/513] Compiling common.c
[402/514] Compiling cache.c
[404/514] Compiling SmithyIdentityAPI Context+IdentityResolver.swift
[405/515] Emitting module SmithyEventStreamsAPI
[406/515] Compiling SmithyEventStreamsAPI MessageType.swift
[407/515] Compiling SmithyHTTPAPI URL+getQueryItems.swift
[407/515] Compiling cbor.c
[408/515] Compiling assert.c
[410/515] Compiling SmithyReadWrite SmithyReader.swift
[411/515] Compiling SmithyReadWrite WireResponseOutputClosure.swift
[412/515] Compiling SmithyReadWrite WritingClosure.swift
[413/515] Compiling SmithyEventStreamsAPI Header.swift
[414/515] Compiling SmithyEventStreamsAPI Context+EventStreamsAPI.swift
[415/515] Compiling SmithyEventStreamsAPI EventStreamError.swift
[416/515] Compiling SmithyEventStreamsAPI MarshalClosure.swift
[417/515] Compiling SmithyEventStreamsAPI Message.swift
[418/515] Emitting module SmithyChecksumsAPI
[419/515] Compiling SmithyChecksumsAPI Context+Checksum.swift
[420/515] Compiling SmithyReadWrite DataProviding.swift
[421/515] Compiling SmithyReadWrite ReadingClosure.swift
[422/515] Compiling SmithyChecksumsAPI Checksum.swift
[423/515] Emitting module SmithyReadWrite
[425/516] Compiling SmithyChecksumsAPI ChecksumAlgorithm.swift
[425/517] Compiling cpuid.c
[426/517] Compiling array_list.c
[428/517] Compiling SmithyEventStreamsAPI UnmarshalClosure.swift
[430/518] Compiling SmithyHTTPAPI Endpoint.swift
[431/518] Compiling SmithyHTTPAPI HTTPClient.swift
[434/518] Emitting module SmithyHTTPAPI
[434/518] Compiling byte_buf.c
[435/518] Compiling crc_sw.c
[436/518] Compiling allocator_sba.c
[438/518] Compiling allocator.c
[441/518] Compiling SmithyHTTPAPI HTTPStatusCode.swift
[442/518] Compiling SmithyHTTPAPI Headers.swift
[442/518] Compiling crc32.c
[443/518] Compiling crc64.c
[444/518] Compiling crc64_sw.c
[445/518] Compiling checksums.c
[447/535] Compiling SmithyHTTPAPI HTTPClientError.swift
[448/535] Compiling SmithyHTTPAPI HTTPMethodType.swift
[449/535] Compiling SmithyHTTPAPI HTTPRequest.swift
[449/536] Compiling opensslcrypto_ecc.c
[450/536] Compiling opensslcrypto_hash.c
[451/538] Compiling opensslcrypto_hmac.c
[454/542] Emitting module SmithyFormURL
[455/542] Compiling SmithyEventStreamsAuthAPI MessageSigner.swift
[456/542] Compiling SmithyEventStreamsAuthAPI MessageEncoderStream.swift
[457/542] Compiling SmithyEventStreamsAuthAPI Context+EventStreamsAuthAPI.swift
[458/542] Emitting module SmithyEventStreamsAuthAPI
[458/542] Compiling openssl_rsa.c
[459/542] Compiling openssl_platform_init.c
[460/542] Compiling openssl_aes.c
[462/542] Compiling SmithyEventStreamsAuthAPI MessageDataSigner.swift
[463/542] Compiling SmithyEventStreamsAuthAPI MessageDecoderStream.swift
[463/559] Compiling ed25519_noop.c
[464/559] Compiling symmetric_cipher.c
[466/559] Compiling hmac.c
[467/559] Compiling lccrypto_common.c
[469/559] Compiling SmithyFormURL NodeInfo.swift
[469/559] Compiling rsa.c
[471/559] Compiling SmithyFormURL Writer.swift
[471/560] Compiling hash.c
[473/560] Compiling SmithyHTTPAuthAPI AuthSchemeResolverParameters.swift
[474/560] Compiling SmithyHTTPAuthAPI Context+Chunked.swift
[475/562] Compiling SmithyHTTPAuthAPI IdentityResolverConfiguration.swift
[476/562] Compiling SmithyHTTPAuthAPI SelectedAuthScheme.swift
[477/562] Compiling SmithyHTTPAuthAPI AWSSignedBodyHeader.swift
[478/562] Compiling SmithyHTTPAuthAPI AWSSignedBodyValue.swift
[479/562] Compiling SmithyHTTPAuthAPI Signer.swift
[480/562] Compiling SmithyHTTPAuthAPI AWSSignatureType.swift
[481/562] Emitting module SmithyHTTPAuthAPI
[482/562] Compiling SmithyHTTPAuthAPI Context+RequestSignature.swift
[483/562] Compiling SmithyHTTPAuthAPI SigningPropertyKeys.swift
[483/562] Compiling ed25519.c
[485/562] Compiling SmithyHTTPAuthAPI AuthOption.swift
[486/562] Compiling SmithyHTTPAuthAPI AuthScheme.swift
[487/562] Compiling SmithyHTTPAuthAPI AuthSchemeResolver.swift
[488/562] Compiling SmithyHTTPAuthAPI Context+EstimatedSkew.swift
[489/562] Compiling SmithyHTTPAuthAPI Context+HTTPAuth.swift
[489/562] Compiling cal.c
[492/562] Compiling SmithyJSON Writer+JSONSerialization.swift
[493/562] Compiling SmithyXML Writer.swift
[493/562] Compiling ecc.c
[494/563] Compiling der.c
[496/563] Compiling SmithyHTTPAuthAPI SigningAlgorithm.swift
[497/563] Compiling SmithyHTTPAuthAPI SigningFlags.swift
[497/564] Compiling token_provider_sso_session.c
[498/564] Compiling token_provider_sso_profile.c
[499/564] Compiling sso_token_utils.c
[501/564] Compiling SmithyXML NodeInfo.swift
[502/564] Compiling SmithyXML Reader.swift
[503/564] Compiling SmithyXML Writer+libxml2.swift
[503/564] Compiling sigv4_http_request.c
[505/564] Compiling signing_result.c
[507/564] Compiling SmithyJSON Document+JSONUtils.swift
[508/564] Emitting module SmithyJSON
[509/564] Compiling SmithyJSON Document+Init.swift
[509/564] Compiling signing_config.c
[510/564] Compiling signing.c
[511/564] Compiling signable_trailer.c
[513/564] Emitting module SmithyXML
[514/564] Compiling SmithyJSON JSONNode.swift
[515/564] Compiling SmithyXML Reader+libxml2.swift
[516/564] Compiling SmithyJSON Reader+JSONDeserialization.swift
[517/564] Compiling SmithyJSON Reader.swift
[518/564] Compiling SmithyJSON NodeInfo.swift
[518/564] Compiling signable_http_request.c
[519/565] Compiling signable_chunk.c
[520/565] Compiling signable.c
[521/565] Compiling key_derivation.c
[523/565] Compiling SmithyJSON Writer.swift
[524/566] Compiling credentials_provider_static.c
[525/566] Compiling credentials_provider_sts_web_identity.c
[526/566] Compiling credentials_utils.c
[527/566] Compiling credentials_provider_x509.c
[528/566] Compiling credentials_provider_sts.c
[530/566] Compiling credentials_provider_sso.c
[531/566] Compiling credentials_provider_delegate.c
[532/566] Compiling credentials_provider_imds.c
[533/566] Compiling credentials_provider_environment.c
[534/566] Compiling credentials_provider_process.c
[535/566] Compiling credentials_provider_profile.c
[536/566] Compiling credentials_provider_ecs.c
[536/566] Compiling credentials_provider_default_chain.c
[538/566] Compiling credentials_provider_anonymous.c
[539/566] Compiling credentials.c
[539/566] Copying PrivacyInfo.xcprivacy
[539/566] Copying Localizable.strings
[539/566] Copying Info.plist
[539/566] Write sources
[558/566] Compiling credentials_provider_chain.c
[559/566] Compiling credentials_provider_cached.c
[559/566] Write sources
[561/566] Compiling credentials_provider_cognito.c
[562/566] Compiling aws_profile.c
[563/566] Compiling auth.c
[564/566] Compiling aws_imds_client.c
[565/566] Compiling aws_signing.c
[567/576] Compiling AWSSDKPartitions Partitions.swift
[568/576] Emitting module AWSSDKPartitions
[569/641] 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 {
[571/670] 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 {
[572/743] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[573/743] 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 {
[574/743] 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 {
[575/810] 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 {
[576/810] 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 {
[577/810] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: '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/36] Emitting module SmithyRetriesAPI
[3/38] Emitting module SmithyTimestamps
[4/77] Compiling SmithyRetriesAPI RetryToken.swift
[5/101] Compiling SmithyWaitersAPI WaiterErrors.swift
[6/102] Emitting module AWSSDKPartitions
[7/102] Compiling AWSSDKPartitions Partitions.swift
[8/102] 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 {
[9/102] 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 {
[10/103] 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 {
[11/103] Compiling SmithyRetriesAPI RetryBackoffStrategy.swift
[12/103] Compiling Logging MetadataProvider.swift
[13/103] Compiling SmithyRetriesAPI RetryErrorInfoProvider.swift
[14/103] Compiling Logging LogHandler.swift
[15/103] Compiling SmithyRetriesAPI RetryError.swift
[16/103] Compiling SmithyRetriesAPI RetryErrorInfo.swift
[17/103] Compiling SmithyRetriesAPI RetryErrorType.swift
[19/156] Compiling SmithyWaitersAPI Waiter.swift
[20/156] Compiling SmithyWaitersAPI WaiterConfiguration.swift
[21/157] Compiling SmithyTimestamps DateFormatters.swift
[22/157] Compiling SmithyTimestamps TimestampSerdeUtils.swift
[23/164] Compiling SmithyWaitersAPI WaiterScheduler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/165] 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 {
[25/178] Compiling Logging Locks.swift
[27/200] Compiling SmithyRetriesAPI RetryStrategy.swift
[28/200] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[30/274] Compiling SmithyWaitersAPI WaiterOptions.swift
[31/274] Compiling SmithyWaitersAPI WaiterRetryer.swift
[32/274] Compiling SmithyWaitersAPI WaiterOutcome.swift
[33/274] 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 {
[34/274] 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 {
[35/274] Emitting module SmithyWaitersAPI
[36/274] Compiling Amplify AnalyticsCategory+CategoryConfigurable.swift
[37/274] Compiling Amplify AnalyticsCategory+Resettable.swift
[38/275] 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 {
[39/275] 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 {
BUILD FAILURE 6.1 linux