Build Information
Failed to build AmplifyMapLibreAdapter, reference 2.1.1 (311b0e
), with Swift 6.1 for Android on 29 May 2025 17:39:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-ios-maplibre.git
Reference: 2.1.1
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
* tag 2.1.1 -> FETCH_HEAD
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 2.1.1
========================================
Build
========================================
Selected platform: android
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-3":/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.git
Fetching https://github.com/maplibre/maplibre-gl-native-distribution
[1/320] Fetching maplibre-gl-native-distribution
Fetched https://github.com/maplibre/maplibre-gl-native-distribution from cache (0.29s)
[1/163516] Fetching amplify-swift
Fetched https://github.com/aws-amplify/amplify-swift.git from cache (11.04s)
Computing version for https://github.com/maplibre/maplibre-gl-native-distribution
Computed https://github.com/maplibre/maplibre-gl-native-distribution at 6.4.1 (11.68s)
Computing version for https://github.com/aws-amplify/amplify-swift.git
Computed https://github.com/aws-amplify/amplify-swift.git at 2.48.0 (1.48s)
Fetching https://github.com/awslabs/aws-sdk-swift
Fetching https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/529] Fetching amplify-swift-utils-notifications
[530/10294] Fetching amplify-swift-utils-notifications, sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.06s)
[1/677913] Fetching aws-sdk-swift
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (203.26s)
Fetched https://github.com/awslabs/aws-sdk-swift from cache (207.69s)
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 (208.75s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.39s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.2.59 (2.27s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
[1/31776] Fetching aws-crt-swift
[1273/101750] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/awslabs/aws-crt-swift from cache (3.47s)
Fetched https://github.com/smithy-lang/smithy-swift from cache (3.52s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (7.45s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.48.0 (1.14s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.125.0 (1.41s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
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.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.74s)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/awslabs/aws-sdk-swift
Working copy of https://github.com/awslabs/aws-sdk-swift resolved at 1.2.59
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/aws-amplify/amplify-swift.git
Working copy of https://github.com/aws-amplify/amplify-swift.git resolved at 2.48.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
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-crt-swift
Working copy of https://github.com/awslabs/aws-crt-swift resolved at 0.48.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 | ],
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.40s)
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/412] Write sources
[0/412] Copying Localizable.strings
[0/412] Write sources
[13/412] Copying PrivacyInfo.xcprivacy
[14/412] Compiling libtommathAmplify amplify_bn_s_mp_toom_sqr.c
[15/412] Compiling libtommathAmplify amplify_bn_s_mp_sqr_fast.c
[16/412] Compiling libtommathAmplify amplify_bn_s_mp_sub.c
[17/412] Compiling libtommathAmplify amplify_bn_s_mp_toom_mul.c
[18/412] Compiling libtommathAmplify amplify_bn_s_mp_sqr.c
[19/412] Compiling libtommathAmplify amplify_bn_s_mp_reverse.c
[20/412] Compiling libtommathAmplify amplify_bn_s_mp_rand_platform.c
[21/412] Compiling libtommathAmplify amplify_bn_s_mp_rand_jenkins.c
[22/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs_fast.c
[23/412] Compiling libtommathAmplify amplify_bn_s_mp_prime_is_divisible.c
[24/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs.c
[25/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs_fast.c
[26/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs.c
[27/412] Compiling libtommathAmplify amplify_bn_s_mp_montgomery_reduce_fast.c
[28/412] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
[29/412] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[30/412] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[31/412] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[32/412] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[33/412] Compiling libtommathAmplify amplify_bn_s_mp_exptmod.c
[34/412] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[35/412] Compiling libtommathAmplify amplify_bn_s_mp_add.c
[36/412] Compiling libtommathAmplify amplify_bn_mp_zero.c
[37/412] Compiling libtommathAmplify amplify_bn_prime_tab.c
[38/412] Compiling libtommathAmplify amplify_bn_s_mp_balance_mul.c
[39/412] Compiling libtommathAmplify amplify_bn_mp_ubin_size.c
[40/412] Compiling libtommathAmplify amplify_bn_mp_unpack.c
[41/412] Compiling libtommathAmplify amplify_bn_mp_xor.c
[42/412] Compiling libtommathAmplify amplify_bn_mp_to_sbin.c
[43/412] Compiling libtommathAmplify amplify_bn_mp_to_radix.c
[43/412] Compiling libtommathAmplify amplify_bn_mp_to_ubin.c
[45/412] Write swift-version-24593BA9C3E375BF.txt
[46/412] Compiling libtommathAmplify amplify_bn_mp_sub_d.c
[47/412] Compiling libtommathAmplify amplify_bn_mp_sub.c
[48/412] Compiling libtommathAmplify amplify_bn_mp_submod.c
[49/412] Compiling libtommathAmplify amplify_bn_mp_sqrtmod_prime.c
[50/412] Compiling libtommathAmplify amplify_bn_mp_sqrmod.c
[51/412] Compiling libtommathAmplify amplify_bn_mp_sqrt.c
[52/412] Compiling libtommathAmplify amplify_bn_mp_sqr.c
[53/412] Compiling libtommathAmplify amplify_bn_mp_signed_rsh.c
[54/412] Compiling libtommathAmplify amplify_bn_mp_shrink.c
[55/412] Compiling libtommathAmplify amplify_bn_mp_set_u64.c
[55/412] Compiling libtommathAmplify amplify_bn_mp_set_ul.c
[57/412] Compiling libtommathAmplify amplify_bn_mp_set_ull.c
[58/412] Compiling libtommathAmplify amplify_bn_mp_set_ll.c
[59/412] Compiling libtommathAmplify amplify_bn_mp_set_u32.c
[60/412] Compiling libtommathAmplify amplify_bn_mp_set_i64.c
[61/412] Compiling libtommathAmplify amplify_bn_mp_set_l.c
[62/412] Compiling libtommathAmplify amplify_bn_mp_set_i32.c
[63/412] Compiling libtommathAmplify amplify_bn_mp_set_double.c
[64/412] Compiling libtommathAmplify amplify_bn_mp_rshd.c
[65/412] Compiling libtommathAmplify amplify_bn_mp_sbin_size.c
[66/412] Compiling libtommathAmplify amplify_bn_mp_set.c
[67/412] Compiling libtommathAmplify amplify_bn_mp_reduce_setup.c
[68/412] Compiling libtommathAmplify amplify_bn_mp_root_u32.c
[69/412] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k_l.c
[70/412] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k.c
[71/412] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup_l.c
[72/412] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup.c
[73/412] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_l.c
[74/412] Compiling libtommathAmplify amplify_bn_mp_reduce_2k.c
[75/412] Compiling libtommathAmplify amplify_bn_mp_radix_smap.c
[76/412] Compiling libtommathAmplify amplify_bn_mp_read_radix.c
[76/412] Compiling libtommathAmplify amplify_bn_mp_reduce.c
[78/412] Compiling libtommathAmplify amplify_bn_mp_rand.c
[79/412] Compiling libtommathAmplify amplify_bn_mp_radix_size.c
[80/412] Compiling libtommathAmplify amplify_bn_mp_prime_rand.c
[81/412] Compiling libtommathAmplify amplify_bn_mp_prime_strong_lucas_selfridge.c
[82/412] Compiling libtommathAmplify amplify_bn_mp_prime_is_prime.c
[83/412] Compiling libtommathAmplify amplify_bn_mp_prime_next_prime.c
[84/412] Compiling libtommathAmplify amplify_bn_mp_prime_rabin_miller_trials.c
[85/412] Compiling libtommathAmplify amplify_bn_mp_prime_frobenius_underwood.c
[86/412] Compiling libtommathAmplify amplify_bn_mp_prime_fermat.c
[87/412] Compiling libtommathAmplify amplify_bn_mp_prime_miller_rabin.c
[88/412] Compiling libtommathAmplify amplify_bn_mp_pack_count.c
[89/412] Compiling libtommathAmplify amplify_bn_mp_neg.c
[90/412] Compiling libtommathAmplify amplify_bn_mp_mulmod.c
[91/412] Compiling libtommathAmplify amplify_bn_mp_or.c
[92/412] Compiling libtommathAmplify amplify_bn_mp_pack.c
[93/412] Compiling libtommathAmplify amplify_bn_mp_mul_d.c
[94/412] Compiling libtommathAmplify amplify_bn_mp_mul_2d.c
[95/412] Compiling libtommathAmplify amplify_bn_mp_mul.c
[96/412] Compiling libtommathAmplify amplify_bn_mp_montgomery_setup.c
[97/412] Compiling libtommathAmplify amplify_bn_mp_mul_2.c
[98/412] Compiling libtommathAmplify amplify_bn_mp_montgomery_calc_normalization.c
[99/412] Compiling libtommathAmplify amplify_bn_mp_mod_d.c
[100/412] Compiling libtommathAmplify amplify_bn_mp_montgomery_reduce.c
[101/412] Compiling libtommathAmplify amplify_bn_mp_mod_2d.c
[102/412] Compiling libtommathAmplify amplify_bn_mp_lshd.c
[103/412] Compiling libtommathAmplify amplify_bn_mp_mod.c
[104/412] Compiling libtommathAmplify amplify_bn_mp_lcm.c
[105/412] Compiling libtommathAmplify amplify_bn_mp_log_u32.c
[106/412] Compiling libtommathAmplify amplify_bn_mp_isodd.c
[107/412] Compiling libtommathAmplify amplify_bn_mp_kronecker.c
[108/412] Compiling libtommathAmplify amplify_bn_mp_iseven.c
[109/412] Compiling libtommathAmplify amplify_bn_mp_invmod.c
[110/412] Compiling libtommathAmplify amplify_bn_mp_is_square.c
[111/412] Compiling libtommathAmplify amplify_bn_mp_init_ull.c
[112/412] Compiling libtommathAmplify amplify_bn_mp_init_ul.c
[113/412] Compiling libtommathAmplify amplify_bn_mp_init_size.c
[114/412] Compiling libtommathAmplify amplify_bn_mp_init_u64.c
[115/412] Compiling libtommathAmplify amplify_bn_mp_init_ll.c
[116/412] Compiling libtommathAmplify amplify_bn_mp_init_u32.c
[117/412] Compiling libtommathAmplify amplify_bn_mp_init_multi.c
[118/412] Compiling libtommathAmplify amplify_bn_mp_init_set.c
[119/412] Compiling libtommathAmplify amplify_bn_mp_init_i64.c
[120/412] Compiling libtommathAmplify amplify_bn_mp_init_l.c
[121/412] Compiling libtommathAmplify amplify_bn_mp_init_i32.c
[122/412] Compiling libtommathAmplify amplify_bn_mp_init_copy.c
[123/412] Compiling libtommathAmplify amplify_bn_mp_init.c
[124/412] Compiling libtommathAmplify amplify_bn_mp_grow.c
[125/412] Compiling libtommathAmplify amplify_bn_mp_incr.c
[126/412] Compiling libtommathAmplify amplify_bn_mp_get_mag_u64.c
[127/412] Compiling libtommathAmplify amplify_bn_mp_get_mag_ull.c
[128/412] Compiling libtommathAmplify amplify_bn_mp_get_mag_ul.c
[129/412] Compiling libtommathAmplify amplify_bn_mp_get_mag_u32.c
[130/412] Compiling libtommathAmplify amplify_bn_mp_get_ll.c
[131/412] Compiling libtommathAmplify amplify_bn_mp_get_i64.c
[132/412] Compiling libtommathAmplify amplify_bn_mp_get_l.c
[133/412] Compiling libtommathAmplify amplify_bn_mp_get_i32.c
[134/412] Compiling libtommathAmplify amplify_bn_mp_get_double.c
[135/412] Compiling libtommathAmplify amplify_bn_mp_fwrite.c
[136/412] Compiling libtommathAmplify amplify_bn_mp_from_ubin.c
[137/412] Compiling libtommathAmplify amplify_bn_mp_gcd.c
[138/412] Compiling libtommathAmplify amplify_bn_mp_from_sbin.c
[139/412] Compiling libtommathAmplify amplify_bn_mp_fread.c
[140/412] Compiling libtommathAmplify amplify_bn_mp_exteuclid.c
[141/412] Compiling libtommathAmplify amplify_bn_mp_error_to_string.c
[141/412] Compiling libtommathAmplify amplify_bn_mp_exptmod.c
[142/412] Compiling libtommathAmplify amplify_bn_mp_expt_u32.c
[144/412] Compiling libtommathAmplify amplify_bn_mp_dr_setup.c
[145/412] Compiling libtommathAmplify amplify_bn_mp_exch.c
[146/412] Compiling libtommathAmplify amplify_bn_mp_dr_reduce.c
[147/412] Compiling libtommathAmplify amplify_bn_mp_dr_is_modulus.c
[148/412] Compiling libtommathAmplify amplify_bn_mp_div_d.c
[149/412] Compiling libtommathAmplify amplify_bn_mp_div_2d.c
[150/412] Compiling libtommathAmplify amplify_bn_mp_div_2.c
[151/412] Compiling libtommathAmplify amplify_bn_mp_div_3.c
[152/412] Compiling libtommathAmplify amplify_bn_mp_div.c
[153/412] Compiling libtommathAmplify amplify_bn_mp_decr.c
[154/412] Compiling libtommathAmplify amplify_bn_mp_complement.c
[155/412] Compiling libtommathAmplify amplify_bn_mp_copy.c
[156/412] Compiling libtommathAmplify amplify_bn_mp_count_bits.c
[157/412] Compiling libtommathAmplify amplify_bn_mp_cmp_mag.c
[158/412] Compiling libtommathAmplify amplify_bn_mp_cnt_lsb.c
[159/412] Compiling libtommathAmplify amplify_bn_mp_cmp.c
[160/412] Compiling libtommathAmplify amplify_bn_mp_cmp_d.c
[161/412] Compiling libtommathAmplify amplify_bn_mp_and.c
[162/412] Compiling libtommathAmplify amplify_bn_mp_clear_multi.c
[163/412] Compiling libtommathAmplify amplify_bn_mp_addmod.c
[164/412] Compiling libtommathAmplify amplify_bn_mp_clamp.c
[165/412] Copying PrivacyInfo.xcprivacy
[166/412] Compiling libtommathAmplify amplify_bn_mp_clear.c
[168/412] Write sources
[172/412] Compiling libtommathAmplify amplify_bn_mp_add_d.c
[172/412] Write sources
[178/412] Compiling libtommathAmplify amplify_bn_mp_2expt.c
[179/412] Write sources
[193/412] Compiling libtommathAmplify amplify_bn_mp_add.c
[194/412] Write sources
[196/412] Compiling libtommathAmplify amplify_bn_mp_abs.c
[197/412] Compiling libtommathAmplify amplify_bn_cutoffs.c
[198/412] Compiling libtommathAmplify amplify_bn_deprecated.c
[199/412] Compiling tracing.c
[200/423] Compiling tls_channel_handler_shared.c
[201/432] Compiling stream.c
[202/437] Compiling tls_channel_handler.c
[203/437] Compiling statistics.c
[204/437] Compiling standard_retry_strategy.c
[205/437] Compiling socket_shared.c
[206/437] Compiling socket_channel_handler.c
[207/437] Compiling retry_strategy.c
[208/437] Compiling socket.c
[209/437] Compiling shared_library.c
[210/437] Compiling pipe.c
[211/437] Compiling host_resolver.c
[212/437] Compiling socket.c
[213/437] Compiling s2n_tls_channel_handler.c
[214/437] Compiling pkcs11_tls_op_handler.c
[215/437] Compiling no_retry_strategy.c
[216/437] Compiling message_pool.c
[217/437] Compiling pkcs11_lib.c
[218/437] Compiling pem.c
[219/437] Compiling future.c
[220/437] Compiling io.c
[221/437] Compiling epoll_event_loop.c
[222/437] Compiling exponential_backoff_retry_strategy.c
[223/437] Compiling host_resolver.c
[224/437] Compiling event_loop.c
[225/437] Compiling async_stream.c
[226/437] Compiling channel_bootstrap.c
[227/437] Compiling websocket_encoder.c
[228/437] Compiling alpn_handler.c
[229/437] Compiling channel.c
[230/437] Compiling websocket_decoder.c
[231/437] Compiling strutil.c
[232/437] Compiling websocket_bootstrap.c
[233/437] Compiling statistics.c
[234/437] Compiling random_access_set.c
[235/437] Compiling websocket.c
[236/437] Compiling request_response.c
[237/437] Compiling proxy_strategy.c
[238/437] Compiling proxy_connection.c
[239/437] Compiling http2_stream_manager.c
[240/437] Compiling hpack_huffman_static.c
[241/437] Compiling http.c
[242/437] Compiling hpack_encoder.c
[243/437] Compiling hpack_decoder.c
[244/437] Compiling hpack.c
[245/437] Compiling h2_frames.c
[246/437] Compiling h2_stream.c
[247/437] Compiling h2_decoder.c
[248/437] Compiling h1_stream.c
[249/437] Compiling h2_connection.c
[250/437] Compiling h1_encoder.c
[251/437] Compiling h1_decoder.c
[252/437] Compiling connection_monitor.c
[253/437] Compiling connection_manager.c
[254/437] Compiling connection.c
[255/437] Compiling h1_connection.c
[256/437] Compiling event_stream_rpc_server.c
[257/437] Compiling event_stream_rpc.c
[258/437] Compiling event_stream_channel_handler.c
[259/437] Compiling huffman_testing.c
[260/437] Compiling event_stream_rpc_client.c
[261/437] Compiling huffman.c
[262/437] Compiling compression.c
[263/437] Compiling xml_parser.c
[264/437] Compiling uuid.c
[265/437] Compiling event_stream.c
[266/437] Compiling uri.c
[267/437] Compiling thread_shared.c
[268/437] Compiling thread_scheduler.c
[269/437] Compiling system_info.c
[270/437] Compiling task_scheduler.c
[271/437] Compiling statistics.c
[272/437] Compiling string.c
[273/437] Compiling ref_count.c
[274/437] Compiling ring_buffer.c
[275/437] Compiling process_common.c
[276/437] Compiling time.c
[277/437] Compiling system_resource_utils.c
[278/437] Compiling priority_queue.c
[279/437] Compiling rw_lock.c
[280/437] Compiling process.c
[281/437] Compiling mutex.c
[282/437] Compiling thread.c
[283/437] Compiling system_info.c
[284/437] Compiling environment.c
[285/437] Compiling device_random.c
[286/437] Compiling file.c
[287/437] Compiling condition_variable.c
[288/437] Compiling cross_process_lock.c
[289/437] Compiling clock.c
[290/437] Compiling math.c
[291/437] Compiling system_info.c
[292/437] Compiling lru_cache.c
[293/437] Compiling log_writer.c
[294/437] Compiling logging.c
[295/437] Compiling memtrace.c
[296/437] Compiling log_formatter.c
[297/437] Compiling lifo_cache.c
[298/437] Compiling linked_hash_table.c
[299/437] Compiling log_channel.c
[300/437] Compiling host_utils.c
[301/437] Compiling json.c
[302/437] Compiling file.c
[303/437] Compiling fifo_cache.c
[304/437] Compiling tags.c
[305/437] Compiling strings.c
[306/437] Compiling maps.c
[307/437] Compiling hash_table.c
[308/437] Compiling streaming.c
[309/437] Compiling serialization.c
[310/437] Compiling unicode.c
[311/437] Compiling stack.c
[312/437] Compiling ints.c
[313/437] Compiling memory_utils.c
[314/437] Compiling loaders.c
[316/437] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[317/437] Compiling SmithyRetriesAPI RetryErrorType.swift
[317/438] Compiling encoders.c
[319/438] Compiling SmithyWaitersAPI WaiterErrors.swift
[319/439] Compiling floats_ctrls.c
[320/439] Compiling common.c
[321/439] Compiling builder_callbacks.c
[322/439] Compiling encoding.c
[323/439] Compiling callbacks.c
[324/439] Compiling arrays.c
[325/439] Compiling bytestrings.c
[326/439] Compiling allocators.c
[327/439] Compiling cbor.c
[328/439] Compiling error.c
[329/439] Compiling device_random.c
[330/439] Compiling encoding.c
[331/439] Compiling condition_variable.c
[332/439] Compiling cJSON.c
[333/439] Compiling date_time.c
[334/439] Compiling common.c
[335/439] Compiling command_line_parser.c
[336/439] Compiling cache.c
[337/439] Compiling assert.c
[338/439] Compiling codegen.c
[339/439] Compiling cbor.c
[340/439] Compiling cpuid.c
[341/439] Compiling array_list.c
[342/439] Compiling byte_buf.c
[343/439] Compiling allocator_sba.c
[344/439] Compiling crc64_sw.c
[345/439] Compiling crc_sw.c
[346/439] Compiling crc64.c
[347/439] Compiling allocator.c
[348/439] Compiling checksums.c
[349/439] Compiling crc32.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.
[350/439] Compiling opensslcrypto_hmac.c
[351/439] Emitting module SmithyTimestamps
[351/439] Compiling opensslcrypto_hash.c
[351/439] Compiling opensslcrypto_ecc.c
[351/439] Compiling openssl_rsa.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/66] Write sources
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.
[1/66] Compiling opensslcrypto_hash.c
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/source/unix/opensslcrypto_ecc.c:11:10: fatal error: 'openssl/bn.h' file not found
11 | #include <openssl/bn.h>
| ^~~~~~~~~~~~~~
1 error generated.
[1/66] Compiling opensslcrypto_ecc.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/source/unix/openssl_platform_init.c:14:
/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/66] Compiling openssl_platform_init.c
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/source/unix/openssl_aes.c:8:10: fatal error: 'openssl/evp.h' file not found
8 | #include <openssl/evp.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[1/66] Compiling openssl_aes.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-cal/source/unix/openssl_rsa.c:5:
/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/66] Compiling openssl_rsa.c
[1/66] Compiling symmetric_cipher.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/66] Compiling opensslcrypto_hmac.c
[1/66] Compiling lccrypto_common.c
BUILD FAILURE 6.1 android