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 AmplifyUIAuthenticator, reference 1.2.3 (fd8632), with Swift 6.1 for Android on 30 May 2025 02:37:57 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aws-amplify/amplify-ui-swift-authenticator.git
Reference: 1.2.3
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
 * tag               1.2.3      -> FETCH_HEAD
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 1.2.3
========================================
Build
========================================
Selected platform:         android
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/aws-amplify/amplify-swift
[1/163516] Fetching amplify-swift
Fetched https://github.com/aws-amplify/amplify-swift from cache (14.48s)
Computing version for https://github.com/aws-amplify/amplify-swift
Computed https://github.com/aws-amplify/amplify-swift at 2.48.0 (16.67s)
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
[160/10294] Fetching amplify-swift-utils-notifications, sqlite.swift
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (0.40s)
[1661/9765] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.14s)
[1/679608] Fetching aws-sdk-swift
Fetched https://github.com/awslabs/aws-sdk-swift from cache (237.49s)
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 (240.18s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.25s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.2.59 (2.94s)
Fetching https://github.com/awslabs/aws-crt-swift
Fetching https://github.com/smithy-lang/smithy-swift
[1/31776] Fetching aws-crt-swift
[10170/101788] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/awslabs/aws-crt-swift from cache (5.26s)
Fetched https://github.com/smithy-lang/smithy-swift from cache (5.28s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (10.38s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.48.0 (3.13s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.125.0 (2.86s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (2.39s)
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 (3.35s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.75s)
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/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/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/aws-amplify/amplify-swift
Working copy of https://github.com/aws-amplify/amplify-swift resolved at 2.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/aws-amplify/amplify-swift-utils-notifications.git
Working copy of https://github.com/aws-amplify/amplify-swift-utils-notifications.git resolved at 1.1.1
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: '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
[0/406] Copying Localizable.strings
[0/406] Write sources
[4/406] Compiling libtommathAmplify amplify_bn_s_mp_sub.c
[5/406] Copying PrivacyInfo.xcprivacy
[6/406] Compiling libtommathAmplify amplify_bn_s_mp_sqr.c
[7/406] Compiling libtommathAmplify amplify_bn_mp_addmod.c
[8/406] Compiling libtommathAmplify amplify_bn_s_mp_toom_mul.c
[8/406] Compiling libtommathAmplify amplify_bn_s_mp_sqr_fast.c
[8/406] Compiling libtommathAmplify amplify_bn_s_mp_reverse.c
[11/406] Compiling libtommathAmplify amplify_bn_s_mp_rand_jenkins.c
[12/406] Compiling libtommathAmplify amplify_bn_s_mp_prime_is_divisible.c
[13/406] Compiling libtommathAmplify amplify_bn_s_mp_rand_platform.c
[14/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs_fast.c
[15/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs.c
[16/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs.c
[17/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs_fast.c
[18/406] Compiling libtommathAmplify amplify_bn_s_mp_montgomery_reduce_fast.c
[19/406] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[20/406] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[21/406] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
[22/406] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[23/406] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[24/406] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[25/406] Compiling libtommathAmplify amplify_bn_s_mp_exptmod.c
[26/406] Compiling libtommathAmplify amplify_bn_s_mp_balance_mul.c
[27/406] Write swift-version-24593BA9C3E375BF.txt
[28/406] Compiling libtommathAmplify amplify_bn_s_mp_add.c
[29/406] Compiling libtommathAmplify amplify_bn_mp_zero.c
[30/406] Compiling libtommathAmplify amplify_bn_s_mp_toom_sqr.c
[31/406] Compiling libtommathAmplify amplify_bn_prime_tab.c
[32/406] Compiling libtommathAmplify amplify_bn_mp_to_ubin.c
[33/406] Compiling libtommathAmplify amplify_bn_mp_ubin_size.c
[34/406] Compiling libtommathAmplify amplify_bn_mp_to_radix.c
[35/406] Compiling libtommathAmplify amplify_bn_mp_unpack.c
[36/406] Compiling libtommathAmplify amplify_bn_mp_to_sbin.c
[36/406] Compiling libtommathAmplify amplify_bn_mp_submod.c
[37/406] Compiling libtommathAmplify amplify_bn_mp_sub_d.c
[39/406] Compiling libtommathAmplify amplify_bn_mp_xor.c
[40/406] Compiling libtommathAmplify amplify_bn_mp_sub.c
[41/406] Compiling libtommathAmplify amplify_bn_mp_sqrmod.c
[42/406] Compiling libtommathAmplify amplify_bn_mp_sqrtmod_prime.c
[43/406] Compiling libtommathAmplify amplify_bn_mp_sqr.c
[44/406] Compiling libtommathAmplify amplify_bn_mp_shrink.c
[45/406] Compiling libtommathAmplify amplify_bn_mp_signed_rsh.c
[46/406] Compiling libtommathAmplify amplify_bn_mp_sqrt.c
[46/406] Compiling libtommathAmplify amplify_bn_mp_set_ull.c
[48/406] Compiling libtommathAmplify amplify_bn_mp_set_ul.c
[49/406] Compiling libtommathAmplify amplify_bn_mp_set_u64.c
[50/406] Compiling libtommathAmplify amplify_bn_mp_set_u32.c
[51/406] Compiling libtommathAmplify amplify_bn_mp_set_l.c
[52/406] Compiling libtommathAmplify amplify_bn_mp_set_i32.c
[52/406] Compiling libtommathAmplify amplify_bn_mp_set_double.c
[54/406] Compiling libtommathAmplify amplify_bn_mp_set_i64.c
[55/406] Compiling libtommathAmplify amplify_bn_mp_sbin_size.c
[56/406] Compiling libtommathAmplify amplify_bn_mp_set_ll.c
[57/406] Compiling libtommathAmplify amplify_bn_mp_rshd.c
[58/406] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k.c
[59/406] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k_l.c
[60/406] Compiling libtommathAmplify amplify_bn_mp_reduce_setup.c
[61/406] Compiling libtommathAmplify amplify_bn_mp_set.c
[62/406] Compiling libtommathAmplify amplify_bn_mp_root_u32.c
[63/406] Compiling libtommathAmplify amplify_bn_mp_reduce_2k.c
[64/406] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup_l.c
[65/406] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup.c
[66/406] Compiling libtommathAmplify amplify_bn_mp_radix_smap.c
[66/406] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_l.c
[66/406] Compiling libtommathAmplify amplify_bn_mp_reduce.c
[69/406] Compiling libtommathAmplify amplify_bn_mp_read_radix.c
[70/406] Compiling libtommathAmplify amplify_bn_mp_radix_size.c
[71/406] Compiling libtommathAmplify amplify_bn_mp_rand.c
[72/406] Compiling libtommathAmplify amplify_bn_mp_prime_rand.c
[73/406] Compiling libtommathAmplify amplify_bn_mp_prime_strong_lucas_selfridge.c
[74/406] Compiling libtommathAmplify amplify_bn_mp_prime_miller_rabin.c
[75/406] Compiling libtommathAmplify amplify_bn_mp_prime_rabin_miller_trials.c
[76/406] Compiling libtommathAmplify amplify_bn_mp_pack_count.c
[77/406] Compiling libtommathAmplify amplify_bn_mp_prime_next_prime.c
[78/406] Compiling libtommathAmplify amplify_bn_mp_prime_frobenius_underwood.c
[79/406] Compiling libtommathAmplify amplify_bn_mp_prime_fermat.c
[80/406] Compiling libtommathAmplify amplify_bn_mp_prime_is_prime.c
[81/406] Compiling libtommathAmplify amplify_bn_mp_pack.c
[82/406] Compiling libtommathAmplify amplify_bn_mp_mul_2d.c
[83/406] Compiling libtommathAmplify amplify_bn_mp_mul_d.c
[84/406] Compiling libtommathAmplify amplify_bn_mp_or.c
[84/406] Compiling libtommathAmplify amplify_bn_mp_neg.c
[86/406] Compiling libtommathAmplify amplify_bn_mp_montgomery_setup.c
[87/406] Compiling libtommathAmplify amplify_bn_mp_montgomery_reduce.c
[88/406] Compiling libtommathAmplify amplify_bn_mp_mul_2.c
[89/406] Compiling libtommathAmplify amplify_bn_mp_mulmod.c
[90/406] Compiling libtommathAmplify amplify_bn_mp_mul.c
[91/406] Compiling libtommathAmplify amplify_bn_mp_montgomery_calc_normalization.c
[92/406] Compiling libtommathAmplify amplify_bn_mp_mod.c
[93/406] Compiling libtommathAmplify amplify_bn_mp_lshd.c
[94/406] Compiling libtommathAmplify amplify_bn_mp_mod_d.c
[95/406] Compiling libtommathAmplify amplify_bn_mp_log_u32.c
[96/406] Compiling libtommathAmplify amplify_bn_mp_mod_2d.c
[97/406] Compiling libtommathAmplify amplify_bn_mp_kronecker.c
[97/406] Compiling libtommathAmplify amplify_bn_mp_lcm.c
[99/406] Compiling libtommathAmplify amplify_bn_mp_isodd.c
[100/406] Compiling libtommathAmplify amplify_bn_mp_iseven.c
[101/406] Compiling libtommathAmplify amplify_bn_mp_invmod.c
[102/406] Compiling libtommathAmplify amplify_bn_mp_init_ull.c
[103/406] Compiling libtommathAmplify amplify_bn_mp_is_square.c
[104/406] Compiling libtommathAmplify amplify_bn_mp_init_ul.c
[105/406] Compiling libtommathAmplify amplify_bn_mp_init_u32.c
[106/406] Compiling libtommathAmplify amplify_bn_mp_init_u64.c
[106/406] Compiling libtommathAmplify amplify_bn_mp_init_multi.c
[106/406] Compiling libtommathAmplify amplify_bn_mp_init_size.c
[109/406] Compiling libtommathAmplify amplify_bn_mp_init_set.c
[110/406] Compiling libtommathAmplify amplify_bn_mp_init_ll.c
[111/406] Compiling libtommathAmplify amplify_bn_mp_init_i64.c
[112/406] Compiling libtommathAmplify amplify_bn_mp_init_l.c
[113/406] Compiling libtommathAmplify amplify_bn_mp_init_i32.c
[114/406] Compiling libtommathAmplify amplify_bn_mp_init.c
[115/406] Compiling libtommathAmplify amplify_bn_mp_init_copy.c
[115/406] Compiling libtommathAmplify amplify_bn_mp_get_mag_ull.c
[117/406] Compiling libtommathAmplify amplify_bn_mp_get_mag_ul.c
[118/406] Compiling libtommathAmplify amplify_bn_mp_incr.c
[119/406] Compiling libtommathAmplify amplify_bn_mp_grow.c
[120/406] Compiling libtommathAmplify amplify_bn_mp_get_mag_u64.c
[121/406] Compiling libtommathAmplify amplify_bn_mp_get_i32.c
[122/406] Compiling libtommathAmplify amplify_bn_mp_get_ll.c
[123/406] Compiling libtommathAmplify amplify_bn_mp_get_l.c
[124/406] Compiling libtommathAmplify amplify_bn_mp_get_i64.c
[125/406] Compiling libtommathAmplify amplify_bn_mp_get_mag_u32.c
[126/406] Compiling libtommathAmplify amplify_bn_mp_get_double.c
[127/406] Compiling libtommathAmplify amplify_bn_mp_fwrite.c
[128/406] Compiling libtommathAmplify amplify_bn_mp_gcd.c
[129/406] Compiling libtommathAmplify amplify_bn_mp_from_ubin.c
[130/406] Compiling libtommathAmplify amplify_bn_mp_fread.c
[131/406] Compiling libtommathAmplify amplify_bn_mp_exptmod.c
[132/406] Compiling libtommathAmplify amplify_bn_mp_from_sbin.c
[133/406] Compiling libtommathAmplify amplify_bn_mp_exteuclid.c
[134/406] Compiling libtommathAmplify amplify_bn_mp_error_to_string.c
[135/406] Compiling libtommathAmplify amplify_bn_mp_dr_setup.c
[136/406] Compiling libtommathAmplify amplify_bn_mp_expt_u32.c
[137/406] Compiling libtommathAmplify amplify_bn_mp_exch.c
[138/406] Compiling libtommathAmplify amplify_bn_mp_dr_is_modulus.c
[139/406] Compiling libtommathAmplify amplify_bn_mp_div_d.c
[140/406] Compiling libtommathAmplify amplify_bn_mp_dr_reduce.c
[141/406] Compiling libtommathAmplify amplify_bn_mp_decr.c
[142/406] Compiling libtommathAmplify amplify_bn_mp_div_3.c
[143/406] Compiling libtommathAmplify amplify_bn_mp_count_bits.c
[144/406] Compiling libtommathAmplify amplify_bn_mp_div_2d.c
[145/406] Compiling libtommathAmplify amplify_bn_mp_complement.c
[146/406] Compiling libtommathAmplify amplify_bn_mp_div_2.c
[147/406] Compiling libtommathAmplify amplify_bn_mp_cnt_lsb.c
[148/406] Compiling libtommathAmplify amplify_bn_mp_div.c
[148/406] Compiling libtommathAmplify amplify_bn_mp_copy.c
[150/406] Compiling libtommathAmplify amplify_bn_mp_cmp_mag.c
[151/406] Compiling libtommathAmplify amplify_bn_mp_cmp_d.c
[152/406] Compiling libtommathAmplify amplify_bn_mp_cmp.c
[153/406] Compiling libtommathAmplify amplify_bn_mp_clear.c
[154/406] Compiling libtommathAmplify amplify_bn_mp_clamp.c
[155/406] Compiling libtommathAmplify amplify_bn_mp_clear_multi.c
[156/406] Copying PrivacyInfo.xcprivacy
[158/406] Write sources
[160/406] Compiling libtommathAmplify amplify_bn_mp_and.c
[160/406] Write sources
[184/406] Compiling libtommathAmplify amplify_bn_mp_add_d.c
[185/406] Compiling libtommathAmplify amplify_bn_mp_add.c
[186/406] Compiling libtommathAmplify amplify_bn_mp_abs.c
[186/406] Write sources
[188/406] Compiling libtommathAmplify amplify_bn_cutoffs.c
[189/406] Compiling libtommathAmplify amplify_bn_mp_2expt.c
[190/406] Compiling libtommathAmplify amplify_bn_deprecated.c
[191/406] Compiling tls_channel_handler_shared.c
[192/406] Compiling stream.c
[193/416] Compiling tracing.c
[194/417] Compiling tls_channel_handler.c
[195/431] Compiling statistics.c
[196/431] Compiling standard_retry_strategy.c
[197/431] Compiling socket_shared.c
[198/431] Compiling socket_channel_handler.c
[199/431] Compiling retry_strategy.c
[200/431] Compiling socket.c
[201/431] Compiling shared_library.c
[202/431] Compiling s2n_tls_channel_handler.c
[203/431] Compiling pipe.c
[204/431] Compiling socket.c
[205/431] Compiling host_resolver.c
[206/431] Compiling no_retry_strategy.c
[207/431] Compiling pkcs11_tls_op_handler.c
[208/431] Compiling pem.c
[209/431] Compiling pkcs11_lib.c
[210/431] Compiling message_pool.c
[211/431] Compiling epoll_event_loop.c
[212/431] Compiling io.c
[213/431] Compiling future.c
[214/431] Compiling host_resolver.c
[215/431] Compiling exponential_backoff_retry_strategy.c
[216/431] Compiling event_loop.c
[217/431] Compiling async_stream.c
[218/431] Compiling alpn_handler.c
[219/431] Compiling channel_bootstrap.c
[220/431] Compiling channel.c
[221/431] Compiling websocket_encoder.c
[222/431] Compiling websocket_decoder.c
[223/431] Compiling strutil.c
[224/431] Compiling websocket_bootstrap.c
[225/431] Compiling statistics.c
[226/431] Compiling websocket.c
[227/431] Compiling random_access_set.c
[228/431] Compiling request_response.c
[229/431] Compiling proxy_strategy.c
[230/431] Compiling proxy_connection.c
[231/431] Compiling http2_stream_manager.c
[232/431] Compiling http.c
[233/431] Compiling hpack_huffman_static.c
[234/431] Compiling hpack_encoder.c
[235/431] Compiling hpack_decoder.c
[236/431] Compiling hpack.c
[237/431] Compiling h2_frames.c
[238/431] Compiling h2_stream.c
[239/431] Compiling h2_decoder.c
[240/431] Compiling h2_connection.c
[241/431] Compiling h1_stream.c
[242/431] Compiling h1_encoder.c
[243/431] Compiling h1_decoder.c
[244/431] Compiling connection_monitor.c
[245/431] Compiling connection_manager.c
[246/431] Compiling h1_connection.c
[247/431] Compiling connection.c
[248/431] Compiling event_stream_rpc_server.c
[249/431] Compiling event_stream_rpc.c
[250/431] Compiling huffman_testing.c
[251/431] Compiling event_stream_channel_handler.c
[252/431] Compiling event_stream_rpc_client.c
[253/431] Compiling compression.c
[254/431] Compiling huffman.c
[255/431] Compiling event_stream.c
[256/431] Compiling uuid.c
[257/431] Compiling xml_parser.c
[258/431] Compiling thread_shared.c
[259/431] Compiling uri.c
[260/431] Compiling thread_scheduler.c
[261/431] Compiling statistics.c
[262/431] Compiling task_scheduler.c
[263/431] Compiling string.c
[264/431] Compiling system_info.c
[265/431] Compiling ref_count.c
[266/431] Compiling process_common.c
[267/431] Compiling ring_buffer.c
[269/431] Emitting module SmithyRetriesAPI
[269/432] Compiling time.c
[270/432] Compiling system_resource_utils.c
[271/432] Compiling priority_queue.c
[272/432] Compiling thread.c
[273/432] Compiling rw_lock.c
[274/432] Compiling process.c
[275/432] Compiling system_info.c
[276/432] Compiling mutex.c
[277/432] Compiling file.c
[278/432] Compiling environment.c
[279/432] Compiling device_random.c
[280/432] Compiling cross_process_lock.c
[281/432] Compiling condition_variable.c
[282/432] Compiling clock.c
[283/432] Compiling math.c
[284/432] Compiling lru_cache.c
[285/432] Compiling system_info.c
[286/432] Compiling memtrace.c
[287/432] Compiling log_writer.c
[288/432] Compiling log_formatter.c
[289/432] Compiling logging.c
[290/432] Compiling linked_hash_table.c
[291/432] Compiling lifo_cache.c
[292/432] Compiling log_channel.c
[293/432] Compiling json.c
[294/432] Compiling host_utils.c
[295/432] Compiling tags.c
[296/432] Compiling fifo_cache.c
[297/432] Compiling file.c
[298/432] Compiling hash_table.c
[299/432] Compiling strings.c
[300/432] Compiling streaming.c
[301/432] Compiling maps.c
[302/432] Compiling serialization.c
[303/432] Compiling unicode.c
[304/432] Compiling ints.c
[305/432] Compiling memory_utils.c
[306/432] Compiling encoders.c
[307/432] Compiling stack.c
[308/432] Compiling loaders.c
[309/432] Compiling encoding.c
[310/432] Compiling builder_callbacks.c
[311/432] Compiling floats_ctrls.c
[312/432] Compiling common.c
[313/432] Compiling callbacks.c
[314/432] Compiling arrays.c
[315/432] Compiling allocators.c
[316/432] Compiling bytestrings.c
[317/432] Compiling cbor.c
[318/432] Compiling error.c
[319/432] Compiling device_random.c
[321/432] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[321/432] Compiling condition_variable.c
[322/432] Compiling encoding.c
[323/432] Compiling cJSON.c
[324/432] Compiling date_time.c
[325/432] Compiling command_line_parser.c
[326/432] Compiling common.c
[327/432] Compiling cache.c
[328/432] Compiling assert.c
[329/432] Compiling cbor.c
[330/432] Compiling codegen.c
[331/432] Compiling cpuid.c
[332/432] Compiling array_list.c
[333/432] Compiling allocator_sba.c
[334/432] Compiling byte_buf.c
[335/432] Compiling crc_sw.c
[336/432] Compiling allocator.c
[337/432] Compiling crc64_sw.c
[338/432] Compiling crc64.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/source/unix/opensslcrypto_hmac.c:6:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/include/aws/cal/private/opensslcrypto_common.h:12:10: fatal error: 'openssl/crypto.h' file not found
   12 | #include <openssl/crypto.h>
      |          ^~~~~~~~~~~~~~~~~~
1 error generated.
[339/432] Compiling opensslcrypto_hmac.c
[340/432] Emitting module SmithyWaitersAPI
[340/432] Compiling opensslcrypto_hash.c
[341/432] Emitting module SmithyTimestamps
[341/432] Compiling crc32.c
[341/432] Compiling checksums.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: '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/70] Compiling checksums.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/source/unix/opensslcrypto_hash.c:6:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/include/aws/cal/private/opensslcrypto_common.h:12:10: fatal error: 'openssl/crypto.h' file not found
   12 | #include <openssl/crypto.h>
      |          ^~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/source/unix/opensslcrypto_hmac.c:6:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/include/aws/cal/private/opensslcrypto_common.h:12:10: fatal error: 'openssl/crypto.h' file not found
   12 | #include <openssl/crypto.h>
      |          ^~~~~~~~~~~~~~~~~~
1 error generated.
[1/70] Compiling opensslcrypto_hmac.c
[1/70] Compiling opensslcrypto_hash.c
[1/70] Compiling openssl_rsa.c
[1/70] Compiling opensslcrypto_ecc.c
[1/70] Compiling openssl_platform_init.c
[1/70] Compiling openssl_aes.c
[1/70] Compiling crc32.c
[1/70] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android