Build Information
Failed to build swift-aws-extras, reference main (e13c1d
), with Swift 6.1 for Android on 29 May 2025 21:06:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/Mobelux/swift-aws-extras.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/Mobelux/swift-aws-extras
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e13c1d6 Strict Concurrency Support (#10)
Cloned https://github.com/Mobelux/swift-aws-extras.git
Revision (git rev-parse @):
e13c1d6388bb77335c2c5c79ffed8e81ba3d5ffb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Mobelux/swift-aws-extras.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Mobelux/swift-aws-extras.git
https://github.com/Mobelux/swift-aws-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "aws-sdk-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/awslabs/aws-sdk-swift.git"
}
],
"manifest_display_name" : "swift-aws-extras",
"name" : "swift-aws-extras",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "EmailSender",
"targets" : [
"EmailSender"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Persistence",
"targets" : [
"Persistence"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Secrets",
"targets" : [
"Secrets"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SecretsTests",
"module_type" : "SwiftTarget",
"name" : "SecretsTests",
"path" : "Tests/SecretsTests",
"sources" : [
"SecretsTests.swift"
],
"target_dependencies" : [
"Secrets"
],
"type" : "test"
},
{
"c99name" : "Secrets",
"module_type" : "SwiftTarget",
"name" : "Secrets",
"path" : "Sources/Secrets",
"product_dependencies" : [
"AWSSecretsManager"
],
"product_memberships" : [
"Secrets"
],
"sources" : [
"SecretValue.swift",
"Secrets.swift"
],
"type" : "library"
},
{
"c99name" : "PersistenceTests",
"module_type" : "SwiftTarget",
"name" : "PersistenceTests",
"path" : "Tests/PersistenceTests",
"sources" : [
"PersistenceTests.swift",
"TimestampProviderTests.swift"
],
"target_dependencies" : [
"Persistence"
],
"type" : "test"
},
{
"c99name" : "Persistence",
"module_type" : "SwiftTarget",
"name" : "Persistence",
"path" : "Sources/Persistence",
"product_dependencies" : [
"AWSDynamoDB"
],
"product_memberships" : [
"Persistence"
],
"sources" : [
"AWSDynamoDB+Utils.swift",
"AttributeValueConvertible.swift",
"Persistence.swift",
"TimestampProvider.swift"
],
"type" : "library"
},
{
"c99name" : "EmailSenderTests",
"module_type" : "SwiftTarget",
"name" : "EmailSenderTests",
"path" : "Tests/EmailSenderTests",
"sources" : [
"EmailSenderTests.swift"
],
"target_dependencies" : [
"EmailSender"
],
"type" : "test"
},
{
"c99name" : "EmailSender",
"module_type" : "SwiftTarget",
"name" : "EmailSender",
"path" : "Sources/EmailSender",
"product_dependencies" : [
"AWSSES"
],
"product_memberships" : [
"EmailSender"
],
"sources" : [
"AWSSES+Utils.swift",
"EmailSender.swift",
"Models.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/awslabs/aws-sdk-swift.git
[1/679604] Fetching aws-sdk-swift
Fetched https://github.com/awslabs/aws-sdk-swift.git from cache (268.30s)
Computing version for https://github.com/awslabs/aws-sdk-swift.git
Computed https://github.com/awslabs/aws-sdk-swift.git at 1.3.26 (275.62s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
[1/31776] Fetching aws-crt-swift
[8263/101788] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/awslabs/aws-crt-swift from cache (2.27s)
Fetched https://github.com/smithy-lang/smithy-swift from cache (2.28s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.52.1 (3.21s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/15379] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.10s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.132.0 (2.01s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.90s)
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.52.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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.132.0
Creating working copy for https://github.com/awslabs/aws-sdk-swift.git
Working copy of https://github.com/awslabs/aws-sdk-swift.git resolved at 1.3.26
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/266] Write sources
[2/266] Copying PrivacyInfo.xcprivacy
[2/266] Write sources
[15/266] Copying PrivacyInfo.xcprivacy
[32/266] Compiling mqtt5_types.c
[33/266] Compiling mqtt5_utils.c
[34/266] Compiling rate_limiters.c
[35/266] Write swift-version-24593BA9C3E375BF.txt
[36/266] Compiling mqtt5_encoder.c
[37/266] Compiling mqtt5_to_mqtt3_adapter.c
[37/266] Compiling mqtt5_options_storage.c
[39/266] Compiling mqtt5_listener.c
[40/266] Compiling mqtt5_topic_alias.c
[41/268] Compiling mqtt5_client.c
[42/269] Compiling mqtt5_decoder.c
[43/270] Compiling mqtt5_callbacks.c
[44/286] Compiling shared.c
[45/289] Compiling topic_tree.c
[46/291] Compiling subscription_manager.c
[47/291] Compiling request_response_client.c
[48/291] Compiling packets.c
[49/291] Compiling protocol_adapter.c
[50/291] Compiling mqtt_subscription_set.c
[51/291] Compiling mqtt311_listener.c
[52/291] Compiling mqtt311_decoder.c
[53/291] Compiling fixed_header.c
[54/291] Compiling mqtt.c
[55/291] Compiling client_impl_shared.c
[56/291] Compiling tracing.c
[57/291] Compiling tls_channel_handler_shared.c
[58/291] Compiling client_channel_handler.c
[59/291] Compiling stream.c
[60/291] Compiling statistics.c
[61/291] Compiling client.c
[62/291] Compiling tls_channel_handler.c
[63/291] Compiling socket_channel_handler.c
[64/291] Compiling socket.c
[65/291] Compiling socket_shared.c
[66/291] Compiling standard_retry_strategy.c
[67/291] Compiling retry_strategy.c
[68/291] Compiling shared_library.c
[69/291] Compiling s2n_tls_channel_handler.c
[70/291] Compiling socket.c
[71/291] Compiling host_resolver.c
[72/291] Compiling pkcs11_tls_op_handler.c
[73/291] Compiling pipe.c
[74/291] Compiling pkcs11_lib.c
[75/291] Compiling no_retry_strategy.c
[76/291] Compiling pem.c
[77/291] Compiling message_pool.c
[78/291] Compiling epoll_event_loop.c
[79/291] Compiling io.c
[80/291] Compiling future.c
[81/291] Compiling host_resolver.c
[82/291] Compiling exponential_backoff_retry_strategy.c
[83/291] Compiling event_loop.c
[84/291] Compiling channel_bootstrap.c
[85/291] Compiling alpn_handler.c
[86/291] Compiling channel.c
[87/291] Compiling async_stream.c
[88/291] Compiling websocket_encoder.c
[89/291] Compiling websocket_decoder.c
[90/291] Compiling strutil.c
[91/291] Compiling statistics.c
[92/291] Compiling websocket_bootstrap.c
[93/291] Compiling websocket.c
[94/291] Compiling random_access_set.c
[95/291] Compiling proxy_strategy.c
[96/291] Compiling request_response.c
[97/291] Compiling proxy_connection.c
[98/291] Compiling http.c
[99/291] Compiling hpack_huffman_static.c
[100/291] Compiling http2_stream_manager.c
[101/291] Compiling hpack_decoder.c
[102/291] Compiling hpack.c
[103/291] Compiling hpack_encoder.c
[104/291] Compiling h2_frames.c
[105/291] Compiling h2_decoder.c
[106/291] Compiling h2_stream.c
[107/291] Compiling h1_stream.c
[108/291] Compiling h1_connection.c
[109/291] Compiling h1_decoder.c
[110/291] Compiling h1_encoder.c
[111/291] Compiling connection_monitor.c
[112/291] Compiling connection_manager.c
[113/291] Compiling h2_connection.c
[114/291] Compiling connection.c
[115/291] Compiling event_stream_rpc.c
[116/291] Compiling event_stream_channel_handler.c
[117/291] Compiling event_stream_rpc_client.c
[118/291] Compiling event_stream_rpc_server.c
[119/291] Compiling compression.c
[120/291] Compiling huffman_testing.c
[121/291] Compiling huffman.c
[122/291] Compiling event_stream.c
[123/291] Compiling uuid.c
[124/291] Compiling xml_parser.c
[125/291] Compiling uri.c
[126/291] Compiling thread_shared.c
[127/291] Compiling system_info.c
[127/291] Compiling thread_scheduler.c
[129/291] Compiling task_scheduler.c
[130/291] Compiling statistics.c
[131/291] Compiling string.c
[132/291] Compiling ref_count.c
[133/291] Compiling ring_buffer.c
[134/291] Compiling process_common.c
[135/291] Compiling time.c
[136/291] Compiling system_resource_utils.c
[137/291] Compiling priority_queue.c
[138/291] Compiling thread.c
[139/291] Compiling process.c
[140/291] Compiling rw_lock.c
[141/291] Compiling system_info.c
[142/291] Compiling mutex.c
[143/291] Compiling device_random.c
[144/291] Compiling environment.c
[145/291] Compiling clock.c
[146/291] Compiling cross_process_lock.c
[146/291] Compiling file.c
[148/291] Compiling condition_variable.c
[149/291] Compiling math.c
[150/291] Compiling lru_cache.c
[151/291] Compiling memtrace.c
[152/291] Compiling logging.c
[153/291] Compiling system_info.c
[154/291] Compiling log_formatter.c
[155/291] Compiling log_writer.c
[156/291] Compiling linked_hash_table.c
[158/291] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[158/292] Compiling lifo_cache.c
[159/292] Compiling host_utils.c
[160/292] Compiling log_channel.c
[161/292] Compiling json.c
[162/292] Compiling file.c
[163/292] Compiling tags.c
[164/292] Compiling fifo_cache.c
[165/292] Compiling hash_table.c
[166/292] Compiling strings.c
[167/292] Compiling streaming.c
[168/292] Compiling serialization.c
[169/292] Compiling ints.c
[170/292] Compiling unicode.c
[171/292] Compiling maps.c
[172/292] Compiling memory_utils.c
[173/292] Compiling encoders.c
[174/292] Compiling stack.c
[175/292] Compiling loaders.c
[176/292] Compiling encoding.c
[177/292] Compiling floats_ctrls.c
[178/292] Compiling builder_callbacks.c
[179/292] Compiling common.c
[180/292] Compiling bytestrings.c
[181/292] Compiling arrays.c
[182/292] Compiling callbacks.c
[183/292] Compiling allocators.c
[184/292] Compiling error.c
[185/292] Compiling cbor.c
[186/292] Compiling device_random.c
[187/292] Compiling encoding.c
[188/292] Compiling cJSON.c
[189/292] Compiling condition_variable.c
[190/292] Compiling date_time.c
[191/292] Compiling common.c
[192/292] Compiling command_line_parser.c
[193/292] Compiling cache.c
[194/292] Compiling assert.c
[195/292] Compiling cbor.c
[196/292] Compiling codegen.c
[197/292] Compiling cpuid.c
[198/292] Compiling array_list.c
[199/292] Compiling byte_buf.c
[200/292] Compiling allocator_sba.c
[201/292] Compiling crc_sw.c
[202/292] Compiling crc64_sw.c
[203/292] Compiling allocator.c
[204/292] Compiling checksums.c
[205/292] Compiling crc64.c
[206/292] 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.
[207/292] Compiling opensslcrypto_hmac.c
[208/292] Compiling Logging LogHandler.swift
[208/292] Compiling openssl_rsa.c
[209/292] Emitting module SmithyRetriesAPI
[209/292] Compiling opensslcrypto_hash.c
[209/292] Compiling opensslcrypto_ecc.c
[210/292] Emitting module SmithyWaitersAPI
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
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/62] Compiling opensslcrypto_hash.c
[1/62] Compiling openssl_platform_init.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/62] Compiling opensslcrypto_hmac.c
[1/62] 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/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/62] Compiling openssl_rsa.c
[1/62] Compiling lccrypto_common.c
[1/62] Compiling openssl_aes.c
[1/62] Compiling opensslcrypto_ecc.c
BUILD FAILURE 6.1 android