Build Information
Failed to build AmplifyMapLibreAdapter, reference main (311b0e
), with Swift 6.1 for Linux on 29 Apr 2025 10:15:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aws-amplify/amplify-ios-maplibre.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-ios-maplibre
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 311b0e7 fix: Fixing compilation issues with new Amplify version (#34)
Cloned https://github.com/aws-amplify/amplify-ios-maplibre.git
Revision (git rev-parse @):
311b0e75c6129cf17463a6d79995cab17cd70879
SUCCESS checkout https://github.com/aws-amplify/amplify-ios-maplibre.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/aws-amplify/amplify-ios-maplibre.git
https://github.com/aws-amplify/amplify-ios-maplibre.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "amplify-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.41.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/aws-amplify/amplify-swift.git"
},
{
"identity" : "maplibre-gl-native-distribution",
"requirement" : {
"exact" : [
"6.4.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/maplibre/maplibre-gl-native-distribution"
}
],
"manifest_display_name" : "AmplifyMapLibreAdapter",
"name" : "AmplifyMapLibreAdapter",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AmplifyMapLibreAdapter",
"targets" : [
"AmplifyMapLibreAdapter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AmplifyMapLibreUI",
"targets" : [
"AmplifyMapLibreUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AmplifyMapLibreUITests",
"module_type" : "SwiftTarget",
"name" : "AmplifyMapLibreUITests",
"path" : "Tests/AmplifyMapLibreUITests",
"sources" : [
"AMLMapCompositeViewTestCase.swift",
"AMLMapViewTestCase.swift"
],
"target_dependencies" : [
"AmplifyMapLibreAdapter",
"AmplifyMapLibreUI"
],
"type" : "test"
},
{
"c99name" : "AmplifyMapLibreUI",
"module_type" : "SwiftTarget",
"name" : "AmplifyMapLibreUI",
"path" : "Sources/AmplifyMapLibreUI",
"product_memberships" : [
"AmplifyMapLibreUI"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/AmplifyMapLibreUI/Assets.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/AmplifyMapLibreUI/Resources/de.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "de"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/AmplifyMapLibreUI/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"AMLMapCompositeView/AMLMapCompositeView+iPad.swift",
"AMLMapCompositeView/AMLMapCompositeView+iPhone.swift",
"AMLMapCompositeView/AMLMapCompositeView.swift",
"AMLMapCompositeView/AMLMapCompositeViewModel.swift",
"AMLMapCompositeView/AMLMapCompositiveView+ViewModifiers.swift",
"AMLMapView/AMLMapAttributionView.swift",
"AMLMapView/AMLMapView+ClusteringBehavior.swift",
"AMLMapView/AMLMapView+ProxyDelegate.swift",
"AMLMapView/AMLMapView+ViewModifiers.swift",
"AMLMapView/AMLMapView.swift",
"AMLMapView/AMLMapViewSettings.swift",
"AMLMapView/AMLMapViewState+MapLoadingStateMachine.swift",
"AMLMapView/AMLMapViewState.swift",
"Extensions/View+Hidden.swift",
"Extensions/View+Snapshot.swift",
"MLNMapViewWrapper/_MLNMapViewWrapper+Coordinator.swift",
"MLNMapViewWrapper/_MLNMapViewWrapper+ViewModifiers.swift",
"MLNMapViewWrapper/_MLNMapViewWrapper.swift",
"SupportingTypes/IdentifiablePlace.swift",
"SupportingViews/AMLActivityIndicator.swift",
"SupportingViews/AMLCalloutUIView.swift",
"SupportingViews/AMLMapControlButton.swift",
"SupportingViews/AMLMapControlView.swift",
"SupportingViews/AMLPlaceCellView.swift",
"SupportingViews/AMLPlaceList.swift",
"SupportingViews/AMLSearchBar.swift"
],
"target_dependencies" : [
"AmplifyMapLibreAdapter"
],
"type" : "library"
},
{
"c99name" : "AmplifyMapLibreAdapterTests",
"module_type" : "SwiftTarget",
"name" : "AmplifyMapLibreAdapterTests",
"path" : "Tests/AmplifyMapLibreAdapterTests",
"sources" : [
"AmplifyMapLibreAdapterTests.swift"
],
"target_dependencies" : [
"AmplifyMapLibreAdapter"
],
"type" : "test"
},
{
"c99name" : "AmplifyMapLibreAdapter",
"module_type" : "SwiftTarget",
"name" : "AmplifyMapLibreAdapter",
"path" : "Sources/AmplifyMapLibreAdapter",
"product_dependencies" : [
"Amplify",
"AWSCognitoAuthPlugin",
"AWSLocationGeoPlugin",
"MapLibre"
],
"product_memberships" : [
"AmplifyMapLibreAdapter",
"AmplifyMapLibreUI"
],
"sources" : [
"AWSMapURLProtocol+GeoConfig.swift",
"AWSMapURLProtocol.swift",
"AWSMapURLProtocolError.swift",
"AmplifyMapLibre.swift",
"Extensions/Geo.BoundingBox+MLNCoordinateBounds.swift",
"Extensions/Geo.SearchArea+MLNCoorindateBounds.swift",
"Extensions/MLNPointFeature+Geo.Place.swift",
"Extensions/MLNPointFeature+Init.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/maplibre/maplibre-gl-native-distribution
Fetching https://github.com/aws-amplify/amplify-swift.git
[1/312] Fetching maplibre-gl-native-distribution
[313/163715] Fetching maplibre-gl-native-distribution, amplify-swift
Fetched https://github.com/maplibre/maplibre-gl-native-distribution from cache (13.60s)
Fetched https://github.com/aws-amplify/amplify-swift.git from cache (13.82s)
Computing version for https://github.com/maplibre/maplibre-gl-native-distribution
Computed https://github.com/maplibre/maplibre-gl-native-distribution at 6.4.1 (14.41s)
Computing version for https://github.com/aws-amplify/amplify-swift.git
Computed https://github.com/aws-amplify/amplify-swift.git at 2.47.0 (0.68s)
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
[139/10136] Fetching amplify-swift-utils-notifications, sqlite.swift
[10137/652805] Fetching amplify-swift-utils-notifications, sqlite.swift, aws-sdk-swift
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (142.16s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (142.18s)
Fetched https://github.com/awslabs/aws-sdk-swift from cache (145.35s)
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 (148.96s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (2.24s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.2.59 (7.64s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
[1/31083] Fetching aws-crt-swift
[31084/100768] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/smithy-lang/smithy-swift from cache (6.77s)
Fetched https://github.com/awslabs/aws-crt-swift from cache (6.78s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (9.14s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.48.0 (0.73s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.125.0 (1.04s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
Computing version for https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Computed https://github.com/aws-amplify/amplify-swift-utils-notifications.git at 1.1.1 (1.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.73s)
Creating working copy for https://github.com/maplibre/maplibre-gl-native-distribution
Working copy of https://github.com/maplibre/maplibre-gl-native-distribution resolved at 6.4.1
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/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-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/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/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.git
Working copy of https://github.com/aws-amplify/amplify-swift.git resolved at 2.47.0
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/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 | ],
Downloading binary artifact https://github.com/maplibre/maplibre-native/releases/download/ios-v6.4.1/MapLibre.dynamic.xcframework.zip
[1369/8250447] Downloading https://github.com/maplibre/maplibre-native/releases/download/ios-v6.4.1/MapLibre.dynamic.xcframework.zip
Downloaded https://github.com/maplibre/maplibre-native/releases/download/ios-v6.4.1/MapLibre.dynamic.xcframework.zip (1.03s)
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/412] Write sources
[5/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs.c
[6/412] Copying PrivacyInfo.xcprivacy
[7/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs.c
[8/412] Compiling libtommathAmplify amplify_bn_s_mp_montgomery_reduce_fast.c
[8/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs_fast.c
[10/412] Compiling libtommathAmplify amplify_bn_s_mp_sub.c
[11/412] Compiling libtommathAmplify amplify_bn_s_mp_toom_mul.c
[12/412] Compiling libtommathAmplify amplify_bn_s_mp_toom_sqr.c
[13/412] Compiling libtommathAmplify amplify_bn_s_mp_reverse.c
[14/412] Compiling libtommathAmplify amplify_bn_s_mp_rand_jenkins.c
[15/412] Compiling libtommathAmplify amplify_bn_s_mp_sqr_fast.c
[16/412] Compiling libtommathAmplify amplify_bn_s_mp_sqr.c
[17/412] Compiling libtommathAmplify amplify_bn_s_mp_prime_is_divisible.c
[18/412] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[19/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs_fast.c
[20/412] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[21/412] Write swift-version-24593BA9C3E375BF.txt
[21/412] Compiling libtommathAmplify amplify_bn_s_mp_rand_platform.c
[23/412] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[24/412] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
[25/412] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[26/412] Compiling libtommathAmplify amplify_bn_s_mp_exptmod.c
[27/412] Compiling libtommathAmplify amplify_bn_s_mp_balance_mul.c
[28/412] Compiling libtommathAmplify amplify_bn_prime_tab.c
[29/412] Compiling libtommathAmplify amplify_bn_s_mp_add.c
[30/412] Compiling libtommathAmplify amplify_bn_mp_zero.c
[31/412] Compiling libtommathAmplify amplify_bn_mp_unpack.c
[32/412] Compiling libtommathAmplify amplify_bn_mp_xor.c
[33/412] Compiling libtommathAmplify amplify_bn_mp_to_ubin.c
[34/412] Compiling libtommathAmplify amplify_bn_mp_ubin_size.c
[35/412] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[36/415] Compiling libtommathAmplify amplify_bn_mp_to_sbin.c
[37/416] Compiling libtommathAmplify amplify_bn_mp_to_radix.c
[38/420] Compiling libtommathAmplify amplify_bn_mp_sqrtmod_prime.c
[39/421] Compiling libtommathAmplify amplify_bn_mp_sub.c
[40/421] Compiling libtommathAmplify amplify_bn_mp_sqr.c
[41/421] Compiling libtommathAmplify amplify_bn_mp_submod.c
[42/421] Compiling libtommathAmplify amplify_bn_mp_sub_d.c
[43/421] Compiling libtommathAmplify amplify_bn_mp_sqrt.c
[44/421] Compiling libtommathAmplify amplify_bn_mp_sqrmod.c
[45/421] Compiling libtommathAmplify amplify_bn_mp_set_ull.c
[46/421] Compiling libtommathAmplify amplify_bn_mp_signed_rsh.c
[47/421] Compiling libtommathAmplify amplify_bn_mp_shrink.c
[48/421] Compiling libtommathAmplify amplify_bn_mp_set_u64.c
[49/421] Compiling libtommathAmplify amplify_bn_mp_set_ll.c
[50/421] Compiling libtommathAmplify amplify_bn_mp_set_l.c
[51/421] Compiling libtommathAmplify amplify_bn_mp_set_ul.c
[52/421] Compiling libtommathAmplify amplify_bn_mp_set_u32.c
[53/421] Compiling libtommathAmplify amplify_bn_mp_set_double.c
[54/421] Compiling libtommathAmplify amplify_bn_mp_set_i32.c
[55/421] Compiling libtommathAmplify amplify_bn_mp_set.c
[56/421] Compiling libtommathAmplify amplify_bn_mp_set_i64.c
[57/421] Compiling libtommathAmplify amplify_bn_mp_rshd.c
[58/421] Compiling libtommathAmplify amplify_bn_mp_sbin_size.c
[59/421] Compiling libtommathAmplify amplify_bn_mp_root_u32.c
[60/421] Compiling libtommathAmplify amplify_bn_mp_reduce_setup.c
[61/421] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k_l.c
[62/421] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup.c
[63/421] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k.c
[64/421] Compiling libtommathAmplify amplify_bn_mp_reduce.c
[65/421] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_l.c
[66/421] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup_l.c
[67/421] Compiling libtommathAmplify amplify_bn_mp_reduce_2k.c
[68/421] Compiling libtommathAmplify amplify_bn_mp_read_radix.c
[69/421] Compiling libtommathAmplify amplify_bn_mp_radix_size.c
[69/421] Compiling libtommathAmplify amplify_bn_mp_rand.c
[71/421] Compiling libtommathAmplify amplify_bn_mp_radix_smap.c
[72/421] Compiling libtommathAmplify amplify_bn_mp_prime_strong_lucas_selfridge.c
[73/421] Compiling libtommathAmplify amplify_bn_mp_prime_rabin_miller_trials.c
[74/421] Compiling libtommathAmplify amplify_bn_mp_prime_is_prime.c
[74/421] Compiling libtommathAmplify amplify_bn_mp_prime_frobenius_underwood.c
[76/421] Compiling libtommathAmplify amplify_bn_mp_prime_rand.c
[77/421] Compiling libtommathAmplify amplify_bn_mp_prime_fermat.c
[78/421] Compiling libtommathAmplify amplify_bn_mp_prime_next_prime.c
[79/421] Compiling libtommathAmplify amplify_bn_mp_prime_miller_rabin.c
[80/421] Compiling libtommathAmplify amplify_bn_mp_pack.c
[81/421] Compiling libtommathAmplify amplify_bn_mp_or.c
[81/421] Compiling libtommathAmplify amplify_bn_mp_mulmod.c
[83/421] Compiling libtommathAmplify amplify_bn_mp_pack_count.c
[84/421] Compiling libtommathAmplify amplify_bn_mp_neg.c
[84/421] Compiling libtommathAmplify amplify_bn_mp_mul_d.c
[86/421] Compiling libtommathAmplify amplify_bn_mp_mul_2d.c
[87/421] Compiling libtommathAmplify amplify_bn_mp_mul_2.c
[88/421] Compiling libtommathAmplify amplify_bn_mp_mul.c
[89/421] Compiling libtommathAmplify amplify_bn_mp_montgomery_setup.c
[90/421] Compiling libtommathAmplify amplify_bn_mp_montgomery_reduce.c
[91/421] Compiling libtommathAmplify amplify_bn_mp_mod_d.c
[92/421] Compiling libtommathAmplify amplify_bn_mp_montgomery_calc_normalization.c
[93/421] Compiling libtommathAmplify amplify_bn_mp_mod_2d.c
[94/421] Compiling libtommathAmplify amplify_bn_mp_kronecker.c
[95/421] Compiling libtommathAmplify amplify_bn_mp_lshd.c
[96/421] Compiling libtommathAmplify amplify_bn_mp_mod.c
[97/421] Compiling libtommathAmplify amplify_bn_mp_log_u32.c
[98/421] Compiling libtommathAmplify amplify_bn_mp_lcm.c
[99/421] Compiling libtommathAmplify amplify_bn_mp_iseven.c
[100/421] Compiling libtommathAmplify amplify_bn_mp_isodd.c
[101/421] Compiling libtommathAmplify amplify_bn_mp_is_square.c
[102/421] Compiling libtommathAmplify amplify_bn_mp_invmod.c
[103/421] Compiling libtommathAmplify amplify_bn_mp_init_ull.c
[104/421] Compiling libtommathAmplify amplify_bn_mp_init_ul.c
[105/421] Compiling libtommathAmplify amplify_bn_mp_init_u64.c
[106/421] Compiling libtommathAmplify amplify_bn_mp_init_set.c
[107/421] Compiling libtommathAmplify amplify_bn_mp_init_u32.c
[107/421] Compiling libtommathAmplify amplify_bn_mp_init_ll.c
[109/421] Compiling libtommathAmplify amplify_bn_mp_init_size.c
[110/421] Compiling libtommathAmplify amplify_bn_mp_init_l.c
[111/421] Compiling libtommathAmplify amplify_bn_mp_init_multi.c
[112/421] Compiling libtommathAmplify amplify_bn_mp_init_i32.c
[113/421] Compiling libtommathAmplify amplify_bn_mp_init_i64.c
[114/421] Compiling libtommathAmplify amplify_bn_mp_init_copy.c
[115/421] Compiling libtommathAmplify amplify_bn_mp_init.c
[116/421] Compiling libtommathAmplify amplify_bn_mp_grow.c
[117/421] Compiling libtommathAmplify amplify_bn_mp_get_mag_ul.c
[118/421] Compiling libtommathAmplify amplify_bn_mp_get_mag_ull.c
[119/421] Compiling libtommathAmplify amplify_bn_mp_incr.c
[120/421] Compiling libtommathAmplify amplify_bn_mp_get_mag_u64.c
[121/421] Compiling libtommathAmplify amplify_bn_mp_get_mag_u32.c
[122/421] Compiling libtommathAmplify amplify_bn_mp_get_ll.c
[123/421] Compiling libtommathAmplify amplify_bn_mp_get_i32.c
[124/421] Compiling libtommathAmplify amplify_bn_mp_get_i64.c
[124/421] Compiling libtommathAmplify amplify_bn_mp_get_double.c
[126/421] Compiling libtommathAmplify amplify_bn_mp_get_l.c
[127/421] Compiling libtommathAmplify amplify_bn_mp_fwrite.c
[128/421] Compiling libtommathAmplify amplify_bn_mp_from_ubin.c
[129/421] Compiling libtommathAmplify amplify_bn_mp_gcd.c
[130/421] Compiling libtommathAmplify amplify_bn_mp_fread.c
[131/421] Compiling libtommathAmplify amplify_bn_mp_from_sbin.c
[132/421] Compiling libtommathAmplify amplify_bn_mp_exteuclid.c
[133/421] Compiling libtommathAmplify amplify_bn_mp_expt_u32.c
[134/421] Compiling libtommathAmplify amplify_bn_mp_exptmod.c
[135/421] Compiling libtommathAmplify amplify_bn_mp_exch.c
[136/421] Compiling libtommathAmplify amplify_bn_mp_error_to_string.c
[137/421] Compiling libtommathAmplify amplify_bn_mp_dr_setup.c
[138/421] Compiling libtommathAmplify amplify_bn_mp_dr_reduce.c
[139/421] Compiling libtommathAmplify amplify_bn_mp_dr_is_modulus.c
[140/421] Compiling libtommathAmplify amplify_bn_mp_div_d.c
[141/421] Compiling libtommathAmplify amplify_bn_mp_div_3.c
[142/421] Compiling libtommathAmplify amplify_bn_mp_div_2.c
[143/421] Compiling libtommathAmplify amplify_bn_mp_div.c
[144/421] Compiling libtommathAmplify amplify_bn_mp_div_2d.c
[145/421] Compiling libtommathAmplify amplify_bn_mp_decr.c
[146/421] Compiling libtommathAmplify amplify_bn_mp_count_bits.c
[147/421] Compiling libtommathAmplify amplify_bn_mp_cmp_mag.c
[148/421] Compiling libtommathAmplify amplify_bn_mp_complement.c
[149/421] Compiling libtommathAmplify amplify_bn_mp_cnt_lsb.c
[150/421] Compiling libtommathAmplify amplify_bn_mp_copy.c
[151/421] Compiling libtommathAmplify amplify_bn_mp_cmp_d.c
[152/421] Compiling libtommathAmplify amplify_bn_mp_cmp.c
[152/421] Compiling libtommathAmplify amplify_bn_mp_clear.c
[153/421] Compiling libtommathAmplify amplify_bn_mp_clamp.c
[155/421] Compiling libtommathAmplify amplify_bn_mp_clear_multi.c
[156/421] Compiling libtommathAmplify amplify_bn_mp_and.c
[157/421] Compiling libtommathAmplify amplify_bn_mp_addmod.c
[158/421] Copying PrivacyInfo.xcprivacy
[160/421] Write sources
[185/421] Compiling libtommathAmplify amplify_bn_mp_abs.c
[186/421] Compiling libtommathAmplify amplify_bn_mp_add_d.c
[187/421] Compiling libtommathAmplify amplify_bn_mp_add.c
[188/421] Compiling libtommathAmplify amplify_bn_mp_2expt.c
[189/421] Compiling libtommathAmplify amplify_bn_cutoffs.c
[190/421] Compiling libtommathAmplify amplify_bn_deprecated.c
[191/421] Compiling tracing.c
[192/421] Compiling tls_channel_handler_shared.c
[193/421] Compiling tls_channel_handler.c
[194/424] Compiling stream.c
[195/428] Compiling statistics.c
[196/437] Compiling socket_shared.c
[197/437] Compiling standard_retry_strategy.c
[198/437] Compiling socket_channel_handler.c
[199/437] Compiling socket.c
[200/437] Compiling retry_strategy.c
[201/437] Compiling shared_library.c
[202/437] Compiling pipe.c
[203/437] Compiling socket.c
[204/437] Compiling s2n_tls_channel_handler.c
[205/437] Compiling host_resolver.c
[206/437] Compiling no_retry_strategy.c
[207/437] Compiling pkcs11_tls_op_handler.c
[208/437] Compiling pkcs11_lib.c
[209/437] Compiling pem.c
[210/437] Compiling message_pool.c
[211/437] Compiling io.c
[213/437] Emitting module SmithyTimestamps
[213/437] Compiling epoll_event_loop.c
[214/437] Compiling future.c
[215/437] Compiling exponential_backoff_retry_strategy.c
[216/437] Compiling host_resolver.c
[217/437] Compiling async_stream.c
[218/437] Compiling event_loop.c
[219/437] Compiling channel_bootstrap.c
[220/437] Compiling channel.c
[221/437] Compiling alpn_handler.c
[222/437] Compiling websocket_encoder.c
[223/437] Compiling websocket_decoder.c
[224/437] Compiling websocket_bootstrap.c
[225/437] Compiling websocket.c
[226/437] Compiling statistics.c
[227/437] Compiling strutil.c
[228/437] Compiling request_response.c
[229/437] Compiling random_access_set.c
[230/437] Compiling proxy_connection.c
[231/437] Compiling http2_stream_manager.c
[232/437] Compiling hpack_huffman_static.c
[233/437] Compiling http.c
[234/437] Compiling proxy_strategy.c
[235/437] Compiling hpack_decoder.c
[236/437] Compiling hpack.c
[237/437] Compiling hpack_encoder.c
[238/437] Compiling h2_frames.c
[239/437] Compiling h2_stream.c
[240/437] Compiling h2_decoder.c
[241/437] Compiling h1_stream.c
[242/437] Compiling h1_encoder.c
[243/437] Compiling h2_connection.c
[244/437] Compiling h1_decoder.c
[245/437] Compiling connection_monitor.c
[246/437] Compiling connection_manager.c
[247/437] Compiling h1_connection.c
[248/437] Compiling connection.c
[249/437] Compiling event_stream_rpc_server.c
[250/437] Compiling event_stream_rpc.c
[251/437] Compiling event_stream_rpc_client.c
[252/437] Compiling huffman_testing.c
[253/437] Compiling event_stream_channel_handler.c
[254/437] Compiling compression.c
[255/437] Compiling huffman.c
[256/437] Compiling uuid.c
[257/437] Compiling uri.c
[258/437] Compiling event_stream.c
[259/437] Compiling thread_shared.c
[259/437] Compiling xml_parser.c
[261/437] Compiling thread_scheduler.c
[262/437] Compiling string.c
[263/437] Compiling statistics.c
[264/437] Compiling task_scheduler.c
[265/437] Compiling system_info.c
[266/437] Compiling ref_count.c
[267/437] Compiling process_common.c
[268/437] Compiling time.c
[269/437] Compiling ring_buffer.c
[270/437] Compiling system_resource_utils.c
[271/437] Compiling priority_queue.c
[272/437] Compiling rw_lock.c
[273/437] Compiling process.c
[274/437] Compiling thread.c
[275/437] Compiling system_info.c
[276/437] Compiling mutex.c
[277/437] Compiling environment.c
[278/437] Compiling device_random.c
[279/437] Compiling file.c
[280/437] Compiling condition_variable.c
[281/437] Compiling cross_process_lock.c
[282/437] Compiling clock.c
[283/437] Compiling system_info.c
[284/437] Compiling math.c
[285/437] Compiling memtrace.c
[286/437] Compiling lru_cache.c
[287/437] Compiling log_writer.c
[288/437] Compiling log_formatter.c
[289/437] Compiling log_channel.c
[290/437] Compiling logging.c
[292/437] Compiling SmithyWaitersAPI WaiterOutcome.swift
[292/438] Compiling linked_hash_table.c
[293/438] Compiling lifo_cache.c
[294/438] Compiling host_utils.c
[295/438] Compiling json.c
[296/438] Compiling fifo_cache.c
[297/438] Compiling file.c
[298/438] Compiling strings.c
[299/438] Compiling tags.c
[300/438] Compiling streaming.c
[301/438] Compiling serialization.c
[302/438] Compiling hash_table.c
[303/438] Compiling stack.c
[304/438] Compiling maps.c
[305/438] Compiling unicode.c
[306/438] Compiling ints.c
[307/438] Compiling memory_utils.c
[308/438] Compiling encoders.c
[309/438] Compiling loaders.c
[310/438] Compiling floats_ctrls.c
[311/438] Compiling encoding.c
[312/438] Compiling callbacks.c
[313/438] Compiling common.c
[314/438] Compiling builder_callbacks.c
[315/438] Compiling arrays.c
[316/438] Compiling bytestrings.c
[317/438] Compiling allocators.c
[318/438] Compiling cbor.c
[319/438] Compiling error.c
[320/438] Compiling cJSON.c
[321/438] Compiling device_random.c
[322/438] Compiling condition_variable.c
[322/438] Compiling encoding.c
[324/438] Compiling date_time.c
[325/438] Compiling common.c
[326/438] Compiling cache.c
[327/438] Compiling command_line_parser.c
[328/438] Compiling assert.c
[329/438] Compiling codegen.c
[330/438] Compiling cbor.c
[332/438] Emitting module Logging
[333/438] Compiling Logging Locks.swift
[334/438] Compiling Logging MetadataProvider.swift
[334/438] Compiling cpuid.c
[336/438] Compiling Logging LogHandler.swift
[337/438] Compiling Logging Logging.swift
[337/439] Compiling array_list.c
[338/439] Compiling byte_buf.c
[339/439] Compiling crc_sw.c
[340/439] Compiling allocator.c
[342/439] Compiling SmithyTimestamps TimestampSerdeUtils.swift
[342/439] Compiling allocator_sba.c
[344/439] Compiling crc64.c
[346/439] Compiling SmithyWaitersAPI WaiterRetryer.swift
[347/439] Compiling SmithyWaitersAPI Acceptor.swift
[348/439] Compiling SmithyWaitersAPI JMESUtils.swift
[349/439] Emitting module SmithyWaitersAPI
[349/439] Compiling crc32.c
[351/439] Compiling SmithyRetriesAPI RetryErrorType.swift
[352/439] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[353/439] Compiling SmithyRetriesAPI RetryStrategy.swift
[354/439] Compiling SmithyWaitersAPI WaiterErrors.swift
[355/439] Compiling SmithyWaitersAPI WaiterOptions.swift
[355/440] Compiling crc64_sw.c
[357/440] Compiling SmithyWaitersAPI Waiter.swift
[358/440] Compiling SmithyWaitersAPI WaiterConfiguration.swift
[359/440] Compiling SmithyTimestamps DateFormatters.swift
[360/440] Compiling SmithyRetriesAPI RetryErrorInfo.swift
[361/440] Compiling SmithyRetriesAPI RetryErrorInfoProvider.swift
[362/440] Compiling SmithyRetriesAPI RetryError.swift
[362/440] Compiling checksums.c
[364/441] Compiling SmithyWaitersAPI WaiterScheduler.swift
[365/442] Compiling SmithyRetriesAPI RetryBackoffStrategy.swift
[366/442] Emitting module SmithyRetriesAPI
[368/442] Compiling SmithyRetriesAPI RetryToken.swift
[369/443] Compiling opensslcrypto_ecc.c
[370/443] Compiling opensslcrypto_hash.c
[371/443] Compiling opensslcrypto_hmac.c
[372/443] Compiling openssl_rsa.c
[374/471] Compiling symmetric_cipher.c
[375/475] Compiling ed25519_noop.c
[376/475] Compiling rsa.c
[377/475] Compiling openssl_platform_init.c
[378/475] Compiling hash.c
[379/475] Compiling ed25519.c
[380/475] Compiling openssl_aes.c
[381/475] Compiling hmac.c
[382/475] Compiling lccrypto_common.c
[384/475] Compiling Smithy RequestMessageBuilder.swift
[385/475] Compiling Smithy RequestMessageSerializer.swift
[386/475] Compiling Smithy ResponseMessage.swift
[387/475] Compiling Smithy ResponseMessageDeserializer.swift
[387/475] Compiling cal.c
[388/479] Compiling ecc.c
[388/479] Compiling der.c
[390/479] Compiling token_provider_sso_session.c
[391/479] Compiling token_provider_sso_profile.c
[392/479] Compiling sso_token_utils.c
[394/479] Emitting module Smithy
[394/479] Compiling signable_trailer.c
[394/479] Compiling signable_chunk.c
[396/479] Compiling sigv4_http_request.c
[397/479] Compiling signing_config.c
[398/479] Compiling signing_result.c
[399/479] Compiling signing.c
[401/479] Compiling Smithy LogAgent.swift
[402/479] Compiling Smithy LogAgentLevel.swift
[403/479] Compiling Smithy SwiftLog+LogAgent.swift
[404/479] Compiling Smithy RequestMessage.swift
[404/479] Compiling signable_http_request.c
[405/479] Compiling signable.c
[406/479] Compiling key_derivation.c
[408/479] Compiling Smithy BigDecimalDocument.swift
[409/479] Compiling Smithy BigIntegerDocument.swift
[410/479] Compiling Smithy BlobDocument.swift
[411/479] Compiling Smithy BooleanDocument.swift
[412/479] Compiling Smithy ByteDocument.swift
[412/479] Compiling credentials_provider_static.c
[413/479] Compiling credentials_utils.c
[415/479] Compiling Smithy LongDocument.swift
[416/479] Compiling Smithy NullDocument.swift
[417/479] Compiling Smithy ShortDocument.swift
[418/479] Compiling Smithy StringDocument.swift
[419/479] Compiling Smithy StringMapDocument.swift
[420/479] Compiling Smithy TimestampDocument.swift
[421/479] Compiling Smithy ShapeType.swift
[422/479] Compiling Smithy SmithyDocument.swift
[422/479] Compiling credentials_provider_sts_web_identity.c
[423/479] Compiling credentials_provider_x509.c
[424/479] Compiling credentials_provider_profile.c
[425/479] Compiling credentials_provider_sso.c
[427/479] Compiling Smithy Attribute.swift
[428/479] Compiling Smithy ByteStream.swift
[429/479] Compiling Smithy ClientError.swift
[430/479] Compiling Smithy Context.swift
[431/479] Compiling Smithy DocumentError.swift
[432/479] Compiling Smithy Document.swift
[433/479] Compiling Smithy DoubleDocument.swift
[434/479] Compiling Smithy FloatDocument.swift
[435/479] Compiling Smithy IntegerDocument.swift
[436/479] Compiling Smithy ListDocument.swift
[436/479] Compiling credentials_provider_sts.c
[437/479] Compiling credentials_provider_process.c
[438/479] Compiling credentials_provider_imds.c
[439/479] Compiling credentials_provider_delegate.c
[440/479] Compiling credentials_provider_default_chain.c
[441/479] Compiling credentials_provider_environment.c
[442/479] Compiling credentials_provider_ecs.c
[443/479] Compiling credentials_provider_chain.c
[444/479] Compiling credentials_provider_anonymous.c
[445/479] Compiling credentials_provider_cached.c
[446/479] Copying PrivacyInfo.xcprivacy
[449/479] Compiling Smithy Stream.swift
[450/479] Compiling Smithy URI.swift
[451/479] Compiling Smithy URIQueryItem.swift
[452/479] Compiling Smithy URIScheme.swift
[452/479] Compiling credentials.c
[453/479] Copying PrivacyInfo.xcprivacy
[456/479] Copying Localizable.strings
[458/479] Copying Info.plist
[459/479] Copying Assets.xcassets
[460/479] Write sources
[462/480] Compiling credentials_provider_cognito.c
[463/480] Compiling aws_profile.c
[464/480] Write sources
[476/480] Compiling auth.c
[478/480] Compiling aws_signing.c
[479/486] Compiling aws_imds_client.c
[481/518] 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 {
[482/518] Emitting module AWSSDKPartitions
[483/625] Compiling SmithyEventStreamsAPI MarshalClosure.swift
[484/698] Compiling SmithyReadWrite WireResponseOutputClosure.swift
[485/698] 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 {
[486/698] 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 {
[487/698] Compiling AWSSDKPartitions Partitions.swift
[488/699] Compiling SmithyIdentityAPI IdentityResolver.swift
[489/699] 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 {
[490/699] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[491/699] 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 {
[492/699] 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 {
[493/699] Compiling SmithyEventStreamsAPI MessageDecoder.swift
[494/699] Compiling SmithyIdentityAPI Identity.swift
[495/699] Compiling SmithyEventStreamsAPI UnmarshalClosure.swift
[496/699] Compiling SmithyEventStreamsAPI MessageEncoder.swift
[497/699] Compiling SmithyEventStreamsAPI MessageType.swift
[498/699] Compiling SmithyIdentityAPI Context+IdentityResolver.swift
[499/699] Compiling SmithyIdentityAPI FlowType.swift
[500/699] Compiling SmithyReadWrite WireResponseErrorClosure.swift
[501/699] Compiling SmithyReadWrite WritingClosure.swift
[502/699] Compiling SmithyReadWrite SmithyWriter.swift
[504/699] Emitting module SmithyIdentityAPI
[505/699] Compiling SmithyIdentityAPI Context+FlowType.swift
[506/700] Emitting module SmithyChecksumsAPI
[507/700] Compiling SmithyChecksumsAPI Checksum.swift
[508/700] Compiling SmithyReadWrite SmithyReader.swift
[509/700] Compiling Amplify AuthRememberDeviceRequest.swift
[510/700] Compiling Amplify AuthResendSignUpCodeRequest.swift
[511/700] Emitting module SmithyEventStreamsAPI
[512/700] Compiling SmithyChecksumsAPI ChecksumAlgorithm.swift
[513/700] Compiling SmithyChecksumsAPI Context+Checksum.swift
[515/701] 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 {
[516/701] Emitting module SmithyReadWrite
[517/701] Compiling SmithyReadWrite ReadingClosure.swift
[518/701] Compiling SmithyReadWrite DataProviding.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/34] Compiling SmithyRetriesAPI RetryBackoffStrategy.swift
[3/76] Emitting module SmithyRetriesAPI
[4/101] Compiling SmithyRetriesAPI RetryErrorInfo.swift
[5/101] Compiling SmithyRetriesAPI RetryError.swift
[6/101] Compiling AWSSDKPartitions Partitions.swift
[7/101] Compiling SmithyRetriesAPI RetryErrorType.swift
[8/101] Compiling SmithyRetriesAPI RetryStrategy.swift
[9/101] Compiling SmithyRetriesAPI RetryErrorInfoProvider.swift
[10/101] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[11/101] Emitting module AWSSDKPartitions
[12/102] Compiling SmithyRetriesAPI RetryToken.swift
[13/103] Compiling SmithyWaitersAPI WaiterOptions.swift
[14/104] Emitting module SmithyTimestamps
[15/104] Compiling SmithyWaitersAPI WaiterErrors.swift
[16/104] Compiling SmithyWaitersAPI WaiterConfiguration.swift
[17/104] Compiling SmithyWaitersAPI Waiter.swift
[18/104] Compiling Logging MetadataProvider.swift
[20/104] Compiling SmithyWaitersAPI WaiterOutcome.swift
[22/104] Compiling SmithyWaitersAPI WaiterRetryer.swift
[23/104] Compiling SmithyTimestamps DateFormatters.swift
[24/104] Compiling SmithyTimestamps TimestampSerdeUtils.swift
[25/105] 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 {
[26/105] Emitting module SmithyWaitersAPI
[27/105] Compiling AwsCommonRuntimeKit CommonRuntimeKit.swift
[28/105] Compiling AwsCommonRuntimeKit Credentials.swift
[30/184] Emitting module Logging
[31/192] 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 {
[32/192] 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 {
[33/192] 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/226] 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 {
[35/229] Compiling SmithyWaitersAPI WaiterScheduler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/232] 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 {
[37/275] 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 {
[38/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 {
[40/275] Compiling Logging LogHandler.swift
[41/275] Compiling Logging Locks.swift
BUILD FAILURE 6.1 linux