Build Information
Failed to build AmplifyUIAuthenticator, reference 1.2.3 (fd8632
), with Swift 6.1 for Wasm on 30 May 2025 02:37:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.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: wasm
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/aws-amplify/amplify-swift
[1/163516] Fetching amplify-swift
Fetched https://github.com/aws-amplify/amplify-swift from cache (14.58s)
Computing version for https://github.com/aws-amplify/amplify-swift
Computed https://github.com/aws-amplify/amplify-swift at 2.48.0 (16.78s)
Fetching https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/awslabs/aws-sdk-swift
[1/529] Fetching amplify-swift-utils-notifications
[435/10294] Fetching amplify-swift-utils-notifications, sqlite.swift
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (0.38s)
[1172/9765] Fetching sqlite.swift
[9766/689373] Fetching sqlite.swift, aws-sdk-swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.18s)
[6797/679608] Fetching aws-sdk-swift
Fetched https://github.com/awslabs/aws-sdk-swift from cache (237.04s)
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.95s)
Fetching https://github.com/awslabs/aws-crt-swift
Fetching https://github.com/smithy-lang/smithy-swift
[1/31776] Fetching aws-crt-swift
[1590/101788] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/awslabs/aws-crt-swift from cache (3.89s)
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.24s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.48.0 (3.27s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.125.0 (2.91s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (2.43s)
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.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.67s)
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/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/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/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/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/smithy-lang/smithy-swift
Working copy of https://github.com/smithy-lang/smithy-swift resolved at 0.125.0
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: you may be able to install libcrypto using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install libcrypto using your system-packager:
apt-get install openssl libssl-dev
warning: '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 Info.plist
[0/406] Write sources
[0/406] Copying Localizable.strings
[0/406] Write sources
[0/406] Copying PrivacyInfo.xcprivacy
[0/406] Write sources
[13/406] Copying PrivacyInfo.xcprivacy
[14/406] Compiling libtommathAmplify amplify_bn_s_mp_toom_sqr.c
[15/406] Compiling libtommathAmplify amplify_bn_s_mp_sub.c
[16/406] Compiling libtommathAmplify amplify_bn_s_mp_sqr_fast.c
[17/406] Compiling libtommathAmplify amplify_bn_s_mp_toom_mul.c
[18/406] Compiling libtommathAmplify amplify_bn_s_mp_sqr.c
[19/406] Compiling libtommathAmplify amplify_bn_s_mp_reverse.c
[20/406] Compiling libtommathAmplify amplify_bn_s_mp_rand_platform.c
[21/406] Compiling libtommathAmplify amplify_bn_s_mp_prime_is_divisible.c
[22/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs.c
[23/406] Compiling libtommathAmplify amplify_bn_s_mp_rand_jenkins.c
[24/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs_fast.c
[25/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs_fast.c
[26/406] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs.c
[27/406] Compiling libtommathAmplify amplify_bn_s_mp_montgomery_reduce_fast.c
[28/406] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[29/406] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[30/406] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[31/406] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[32/406] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
[33/406] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[34/406] Compiling libtommathAmplify amplify_bn_s_mp_exptmod.c
[35/406] Compiling libtommathAmplify amplify_bn_prime_tab.c
[36/406] Compiling libtommathAmplify amplify_bn_s_mp_balance_mul.c
[37/406] Compiling libtommathAmplify amplify_bn_s_mp_add.c
[38/406] Compiling libtommathAmplify amplify_bn_mp_zero.c
[39/406] Compiling libtommathAmplify amplify_bn_mp_xor.c
[40/406] Compiling libtommathAmplify amplify_bn_mp_unpack.c
[41/406] Compiling libtommathAmplify amplify_bn_mp_to_sbin.c
[42/406] Compiling libtommathAmplify amplify_bn_mp_to_ubin.c
[43/406] Compiling libtommathAmplify amplify_bn_mp_ubin_size.c
[44/406] Compiling libtommathAmplify amplify_bn_mp_to_radix.c
[45/406] Compiling libtommathAmplify amplify_bn_mp_sub.c
[45/406] Compiling libtommathAmplify amplify_bn_mp_submod.c
[47/406] Compiling libtommathAmplify amplify_bn_mp_sub_d.c
[48/406] Write swift-version-24593BA9C3E375BF.txt
[49/406] Compiling libtommathAmplify amplify_bn_mp_shrink.c
[50/406] Compiling libtommathAmplify amplify_bn_mp_sqrt.c
[51/406] Compiling libtommathAmplify amplify_bn_mp_sqrtmod_prime.c
[52/406] Compiling libtommathAmplify amplify_bn_mp_signed_rsh.c
[53/406] Compiling libtommathAmplify amplify_bn_mp_sqrmod.c
[54/406] Compiling libtommathAmplify amplify_bn_mp_set_ull.c
[54/406] Compiling libtommathAmplify amplify_bn_mp_sqr.c
[56/406] Compiling libtommathAmplify amplify_bn_mp_set_u64.c
[57/406] Compiling libtommathAmplify amplify_bn_mp_set_ul.c
[58/406] Compiling libtommathAmplify amplify_bn_mp_set_ll.c
[59/406] Compiling libtommathAmplify amplify_bn_mp_set_i64.c
[60/406] Compiling libtommathAmplify amplify_bn_mp_set_i32.c
[61/406] Compiling libtommathAmplify amplify_bn_mp_set_double.c
[61/406] Compiling libtommathAmplify amplify_bn_mp_set_l.c
[63/406] Compiling libtommathAmplify amplify_bn_mp_set_u32.c
[64/406] Compiling libtommathAmplify amplify_bn_mp_rshd.c
[65/406] Compiling libtommathAmplify amplify_bn_mp_set.c
[66/406] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k.c
[67/406] Compiling libtommathAmplify amplify_bn_mp_sbin_size.c
[68/406] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k_l.c
[69/406] Compiling libtommathAmplify amplify_bn_mp_reduce_setup.c
[70/406] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup_l.c
[71/406] Compiling libtommathAmplify amplify_bn_mp_root_u32.c
[72/406] Compiling libtommathAmplify amplify_bn_mp_reduce_2k.c
[73/406] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_l.c
[74/406] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup.c
[75/406] Compiling libtommathAmplify amplify_bn_mp_reduce.c
[76/406] Compiling libtommathAmplify amplify_bn_mp_read_radix.c
[77/406] Compiling libtommathAmplify amplify_bn_mp_radix_smap.c
[78/406] Compiling libtommathAmplify amplify_bn_mp_rand.c
[79/406] Compiling libtommathAmplify amplify_bn_mp_radix_size.c
[80/406] Compiling libtommathAmplify amplify_bn_mp_prime_rabin_miller_trials.c
[81/406] Compiling libtommathAmplify amplify_bn_mp_prime_strong_lucas_selfridge.c
[82/406] Compiling libtommathAmplify amplify_bn_mp_prime_rand.c
[83/406] Compiling libtommathAmplify amplify_bn_mp_prime_next_prime.c
[84/406] Compiling libtommathAmplify amplify_bn_mp_prime_miller_rabin.c
[85/406] Compiling libtommathAmplify amplify_bn_mp_prime_frobenius_underwood.c
[86/406] Compiling libtommathAmplify amplify_bn_mp_prime_is_prime.c
[87/406] Compiling libtommathAmplify amplify_bn_mp_pack_count.c
[88/406] Compiling libtommathAmplify amplify_bn_mp_pack.c
[89/406] Compiling libtommathAmplify amplify_bn_mp_prime_fermat.c
[90/406] Compiling libtommathAmplify amplify_bn_mp_or.c
[91/406] Compiling libtommathAmplify amplify_bn_mp_mul_d.c
[92/406] Compiling libtommathAmplify amplify_bn_mp_neg.c
[93/406] Compiling libtommathAmplify amplify_bn_mp_mulmod.c
[94/406] Compiling libtommathAmplify amplify_bn_mp_mul_2d.c
[95/406] Compiling libtommathAmplify amplify_bn_mp_montgomery_setup.c
[96/406] Compiling libtommathAmplify amplify_bn_mp_mul_2.c
[97/406] Compiling libtommathAmplify amplify_bn_mp_mul.c
[98/406] Compiling libtommathAmplify amplify_bn_mp_montgomery_reduce.c
[99/406] Compiling libtommathAmplify amplify_bn_mp_montgomery_calc_normalization.c
[100/406] Compiling libtommathAmplify amplify_bn_mp_mod.c
[101/406] Compiling libtommathAmplify amplify_bn_mp_mod_2d.c
[102/406] Compiling libtommathAmplify amplify_bn_mp_lshd.c
[103/406] Compiling libtommathAmplify amplify_bn_mp_log_u32.c
[104/407] Compiling libtommathAmplify amplify_bn_mp_kronecker.c
[105/407] Compiling libtommathAmplify amplify_bn_mp_mod_d.c
[106/413] Compiling libtommathAmplify amplify_bn_mp_lcm.c
[107/423] Compiling libtommathAmplify amplify_bn_mp_isodd.c
[108/439] Compiling libtommathAmplify amplify_bn_mp_iseven.c
[109/450] Compiling libtommathAmplify amplify_bn_mp_is_square.c
[110/463] Compiling libtommathAmplify amplify_bn_mp_init_ull.c
[111/470] Compiling libtommathAmplify amplify_bn_mp_init_u64.c
[112/484] Compiling libtommathAmplify amplify_bn_mp_init_ul.c
[112/484] Compiling libtommathAmplify amplify_bn_mp_invmod.c
[114/504] Compiling libtommathAmplify amplify_bn_mp_init_u32.c
[115/520] Compiling libtommathAmplify amplify_bn_mp_init_size.c
[116/542] Compiling libtommathAmplify amplify_bn_mp_init_multi.c
[117/553] Compiling libtommathAmplify amplify_bn_mp_init_set.c
[118/575] Compiling libtommathAmplify amplify_bn_mp_init_ll.c
[119/575] Compiling libtommathAmplify amplify_bn_mp_init_l.c
[120/575] Compiling libtommathAmplify amplify_bn_mp_init_i32.c
[121/575] Compiling libtommathAmplify amplify_bn_mp_init_i64.c
[122/575] Compiling libtommathAmplify amplify_bn_mp_init.c
[123/575] Compiling libtommathAmplify amplify_bn_mp_incr.c
[124/575] Compiling libtommathAmplify amplify_bn_mp_init_copy.c
[125/575] Compiling libtommathAmplify amplify_bn_mp_grow.c
[126/575] Compiling libtommathAmplify amplify_bn_mp_get_mag_ull.c
[127/575] Compiling libtommathAmplify amplify_bn_mp_get_mag_u32.c
[128/575] Compiling libtommathAmplify amplify_bn_mp_get_mag_u64.c
[129/575] Compiling libtommathAmplify amplify_bn_mp_get_mag_ul.c
[130/575] Compiling libtommathAmplify amplify_bn_mp_get_ll.c
[131/575] Compiling libtommathAmplify amplify_bn_mp_get_i64.c
[132/575] Compiling libtommathAmplify amplify_bn_mp_get_l.c
[133/575] Compiling libtommathAmplify amplify_bn_mp_get_i32.c
[134/575] Compiling libtommathAmplify amplify_bn_mp_get_double.c
[135/575] Compiling libtommathAmplify amplify_bn_mp_gcd.c
[136/575] Compiling libtommathAmplify amplify_bn_mp_from_ubin.c
[137/575] Compiling libtommathAmplify amplify_bn_mp_fwrite.c
[138/575] Compiling libtommathAmplify amplify_bn_mp_from_sbin.c
[139/575] Compiling libtommathAmplify amplify_bn_mp_exptmod.c
[140/575] Compiling libtommathAmplify amplify_bn_mp_fread.c
[141/575] Compiling libtommathAmplify amplify_bn_mp_exteuclid.c
[142/575] Compiling libtommathAmplify amplify_bn_mp_exch.c
[143/575] Compiling libtommathAmplify amplify_bn_mp_expt_u32.c
[144/575] Compiling libtommathAmplify amplify_bn_mp_div_d.c
[145/575] Compiling libtommathAmplify amplify_bn_mp_dr_setup.c
[146/575] Compiling libtommathAmplify amplify_bn_mp_error_to_string.c
[147/575] Compiling libtommathAmplify amplify_bn_mp_div_3.c
[148/575] Compiling libtommathAmplify amplify_bn_mp_dr_is_modulus.c
[149/575] Compiling libtommathAmplify amplify_bn_mp_dr_reduce.c
[150/575] Compiling libtommathAmplify amplify_bn_mp_div_2d.c
[151/575] Compiling libtommathAmplify amplify_bn_mp_div_2.c
[152/575] Compiling libtommathAmplify amplify_bn_mp_decr.c
[153/575] Compiling libtommathAmplify amplify_bn_mp_div.c
[154/575] Compiling libtommathAmplify amplify_bn_mp_count_bits.c
[155/575] Compiling libtommathAmplify amplify_bn_mp_complement.c
[156/575] Compiling libtommathAmplify amplify_bn_mp_copy.c
[157/575] Compiling libtommathAmplify amplify_bn_mp_cmp_mag.c
[158/575] Compiling libtommathAmplify amplify_bn_mp_cmp.c
[159/575] Compiling libtommathAmplify amplify_bn_mp_cnt_lsb.c
[160/575] Compiling libtommathAmplify amplify_bn_mp_cmp_d.c
[161/575] Compiling libtommathAmplify amplify_bn_mp_clear_multi.c
[162/575] Compiling libtommathAmplify amplify_bn_mp_add.c
[163/575] Compiling libtommathAmplify amplify_bn_mp_clear.c
[164/575] Compiling libtommathAmplify amplify_bn_mp_clamp.c
[165/575] Compiling libtommathAmplify amplify_bn_mp_abs.c
[165/575] Copying PrivacyInfo.xcprivacy
[165/575] Write sources
[193/575] Compiling libtommathAmplify amplify_bn_mp_and.c
[194/575] Compiling libtommathAmplify amplify_bn_mp_addmod.c
[195/575] Compiling libtommathAmplify amplify_bn_mp_add_d.c
[196/575] Compiling libtommathAmplify amplify_bn_mp_2expt.c
[197/575] Compiling libtommathAmplify amplify_bn_cutoffs.c
[198/575] Compiling libtommathAmplify amplify_bn_deprecated.c
[199/575] Compiling tracing.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-io/source/tls_channel_handler.c:8:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-io/include/aws/io/logging.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
12 | # include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[200/575] Compiling tls_channel_handler.c
[200/575] Compiling tls_channel_handler_shared.c
[200/575] Compiling stream.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: you may be able to install libcrypto using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install libcrypto using your system-packager:
apt-get install openssl libssl-dev
warning: '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/206] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/source/event_stream_rpc.c:5:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream_rpc.h:7:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
12 | # include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[1/207] Compiling event_stream_rpc.c
[1/207] Compiling uuid.c
[1/207] Compiling event_stream_rpc_server.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/source/event_stream.c:6:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
12 | # include <pthread.h>
| ^~~~~~~~~~~
[1/207] Compiling event_stream.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/source/event_stream_rpc_client.c:5:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream_channel_handler.h:8:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
12 | # include <pthread.h>
| ^~~~~~~~~~~
[1/207] Compiling event_stream_rpc_client.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/source/event_stream_channel_handler.c:16:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
12 | # include <pthread.h>
| ^~~~~~~~~~~
[1/207] Compiling event_stream_channel_handler.c
[1/207] Compiling xml_parser.c
[1/207] Compiling crc_sw.c
BUILD FAILURE 6.1 wasm