Build Information
Failed to build S3Kit, reference master (966f8e
), with Swift 6.1 for Android on 27 May 2025 15:54:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liveui/s3.git
Reference: master
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/liveui/s3
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 966f8e4 wip
Cloned https://github.com/liveui/s3.git
Revision (git rev-parse @):
966f8e4cd12115b0e0a4ccc424eee3f52507d6be
SUCCESS checkout https://github.com/liveui/s3.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/liveui/s3.git
https://github.com/liveui/s3.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0-alpha.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "open-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0-alpha.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/open-crypto.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "httpmediatypes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Einstore/HTTPMediaTypes.git"
},
{
"identity" : "weberrorkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Einstore/WebErrorKit.git"
},
{
"identity" : "xmlcoding",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/XMLCoding.git"
}
],
"manifest_display_name" : "S3Kit",
"name" : "S3Kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "S3Kit",
"targets" : [
"S3Kit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "S3Signer",
"targets" : [
"S3Signer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "S3DemoRun",
"targets" : [
"S3DemoRun"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "S3Tests",
"module_type" : "SwiftTarget",
"name" : "S3Tests",
"path" : "Tests/S3Tests",
"sources" : [
"AWSTestSuite.swift",
"BaseTestCase.swift",
"S3SignerAWSTests.swift",
"S3SignerV2Tests.swift",
"S3Tests.swift"
],
"target_dependencies" : [
"S3Kit"
],
"type" : "test"
},
{
"c99name" : "S3Signer",
"module_type" : "SwiftTarget",
"name" : "S3Signer",
"path" : "Sources/S3Signer",
"product_dependencies" : [
"OpenCrypto",
"NIOHTTP1",
"HTTPMediaTypes",
"WebErrorKit"
],
"product_memberships" : [
"S3Kit",
"S3Signer",
"S3DemoRun"
],
"sources" : [
"Dates.swift",
"Expiration.swift",
"Exports.swift",
"Extensions/HMAC+Tools.swift",
"Extensions/HTTPMethod+Description.swift",
"Extensions/S3Signer+Private.swift",
"Extensions/String+Encoding.swift",
"Payload.swift",
"Region.swift",
"S3Signer.swift"
],
"type" : "library"
},
{
"c99name" : "S3Provider",
"module_type" : "SwiftTarget",
"name" : "S3Provider",
"path" : "Sources/S3Provider",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"S3DemoRun"
],
"sources" : [
"Exports.swift",
"Model/Models+Content.swift"
],
"target_dependencies" : [
"S3Kit"
],
"type" : "library"
},
{
"c99name" : "S3Kit",
"module_type" : "SwiftTarget",
"name" : "S3Kit",
"path" : "Sources/S3Kit",
"product_dependencies" : [
"AsyncHTTPClient",
"HTTPMediaTypes",
"XMLCoding"
],
"product_memberships" : [
"S3Kit",
"S3DemoRun"
],
"sources" : [
"Exports.swift",
"Extensions/Error+S3.swift",
"Extensions/HTTPHeaders+Tools.swift",
"Extensions/Region+Tools.swift",
"Extensions/Response+XMLDecoding.swift",
"Extensions/S3+Bucket.swift",
"Extensions/S3+Copy.swift",
"Extensions/S3+Delete.swift",
"Extensions/S3+Get.swift",
"Extensions/S3+List.swift",
"Extensions/S3+Move.swift",
"Extensions/S3+ObjectInfo.swift",
"Extensions/S3+Put.swift",
"Extensions/S3+Request.swift",
"Extensions/S3+Service.swift",
"Extensions/S3+Strings.swift",
"Extensions/String+Tools.swift",
"Models/AccessControlList.swift",
"Models/Bucket.swift",
"Models/BucketResults.swift",
"Models/BucketsInfo.swift",
"Models/ErrorMessage.swift",
"Models/File.swift",
"Models/Object.swift",
"Models/Owner.swift",
"Protocols/LocationConvertible.swift",
"Protocols/S3Client.swift",
"S3.swift",
"URLBuilder/S3URLBuilder.swift",
"URLBuilder/URLBuilder.swift"
],
"target_dependencies" : [
"S3Signer"
],
"type" : "library"
},
{
"c99name" : "S3DemoRun",
"module_type" : "SwiftTarget",
"name" : "S3DemoRun",
"path" : "Sources/S3DemoRun",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"S3DemoRun"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"S3Provider"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Einstore/WebErrorKit.git
Fetching https://github.com/vapor/open-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/Einstore/HTTPMediaTypes.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/LiveUI/XMLCoding.git
[1/28] Fetching weberrorkit
[29/564] Fetching weberrorkit, xmlcoding
[426/3350] Fetching weberrorkit, xmlcoding, open-crypto
Fetched https://github.com/LiveUI/XMLCoding.git from cache (0.29s)
[586/2814] Fetching weberrorkit, open-crypto
Fetching https://github.com/apple/swift-nio.git
[2815/16828] Fetching weberrorkit, open-crypto, async-http-client
Fetched https://github.com/vapor/open-crypto.git from cache (0.40s)
[589/14042] Fetching weberrorkit, async-http-client
[1151/14059] Fetching weberrorkit, async-http-client, httpmediatypes
[1448/88437] Fetching weberrorkit, async-http-client, httpmediatypes, vapor
[28192/164479] Fetching weberrorkit, async-http-client, httpmediatypes, vapor, swift-nio
Fetched https://github.com/Einstore/WebErrorKit.git from cache (1.64s)
[99539/164451] Fetching async-http-client, httpmediatypes, vapor, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.65s)
[87029/150437] Fetching httpmediatypes, vapor, swift-nio
Fetched https://github.com/Einstore/HTTPMediaTypes.git from cache (2.58s)
[126087/150420] Fetching vapor, swift-nio
Fetched https://github.com/vapor/vapor.git from cache (2.63s)
[53230/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.02s)
Computing version for https://github.com/Einstore/WebErrorKit.git
Computed https://github.com/Einstore/WebErrorKit.git at 0.0.1 (9.81s)
Computing version for https://github.com/Einstore/HTTPMediaTypes.git
Computed https://github.com/Einstore/HTTPMediaTypes.git at 0.0.1 (0.65s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.90s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[532/6101] Fetching swift-atomics, swift-system
[6102/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
[8705/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.23s)
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.78s)
Computing version for https://github.com/vapor/open-crypto.git
Computed https://github.com/vapor/open-crypto.git at 4.0.0-beta.2 (0.71s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.64s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/3836] Fetching swift-log
[1536/9750] Fetching swift-log, swift-nio-extras
[3296/12417] Fetching swift-log, swift-nio-extras, swift-nio-transport-services
[6083/18376] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-algorithms
[8949/29903] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2
[18594/44746] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.05s)
Fetched https://github.com/apple/swift-log.git from cache (2.05s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.07s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.42s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.42s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.44s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (3.02s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.08s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.97s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/904] Fetching swift-http-types
[309/2494] Fetching swift-http-types, swift-asn1
[1716/3635] Fetching swift-http-types, swift-asn1, swift-http-structured-headers
[2553/8620] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-async-algorithms
[3717/11046] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[4092/17201] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.78s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.78s)
[13502/13871] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.05s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.05s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.05s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.05s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (3.16s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.73s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.68s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.88s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.35s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.98s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.51s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.76s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.74s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.46s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/routing-kit.git
[1/2206] Fetching swift-metrics
[266/22933] Fetching swift-metrics, routing-kit
[510/23996] Fetching swift-metrics, routing-kit, swift-service-context
[2146/28970] Fetching swift-metrics, routing-kit, swift-service-context, swift-distributed-tracing
[7980/31579] Fetching swift-metrics, routing-kit, swift-service-context, swift-distributed-tracing, websocket-kit
[16351/34898] Fetching swift-metrics, routing-kit, swift-service-context, swift-distributed-tracing, websocket-kit, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.63s)
[27053/33835] Fetching swift-metrics, routing-kit, swift-distributed-tracing, websocket-kit, multipart-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.64s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/async-kit.git
[22286/28861] Fetching swift-metrics, routing-kit, websocket-kit, multipart-kit
[26639/31231] Fetching swift-metrics, routing-kit, websocket-kit, multipart-kit, async-kit
[29009/36808] Fetching swift-metrics, routing-kit, websocket-kit, multipart-kit, async-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.89s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.54s)
Fetched https://github.com/vapor/async-kit.git from cache (1.90s)
Fetched https://github.com/vapor/websocket-kit.git from cache (2.55s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.55s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.60s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (3.15s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.62s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.58s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.51s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.56s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.60s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.67s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.77s)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/open-crypto.git
Working copy of https://github.com/vapor/open-crypto.git resolved at 4.0.0-beta.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/Einstore/WebErrorKit.git
Working copy of https://github.com/Einstore/WebErrorKit.git resolved at 0.0.1
Creating working copy for https://github.com/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.1
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/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/Einstore/HTTPMediaTypes.git
Working copy of https://github.com/Einstore/HTTPMediaTypes.git resolved at 0.0.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
Building for debugging...
[0/899] Compiling a_d2i_fp.cc
[0/899] Compiling a_dup.cc
[1/899] Write sources
[3/899] Compiling a_bitstr.cc
[4/899] Write sources
[8/899] Compiling _NumericsShims _NumericsShims.c
[9/899] Write sources
[19/899] Compiling a_int.cc
[20/899] Write sources
[58/899] Compiling a_bool.cc
[59/899] Compiling a_time.cc
[60/899] Compiling _AtomicsShims.c
[61/899] Compiling CVaporBcrypt bcrypt.c
In file included from /host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c:1:
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/COpenCrypto/include/c_open_crypto.h:4:10: fatal error: 'openssl/conf.h' file not found
4 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[62/899] Compiling COpenCrypto c_open_crypto.c
[62/899] Compiling CVaporBcrypt blf.c
[62/899] Compiling CSystem shims.c
[62/899] Compiling CNIOWindows WSAStartup.c
[62/899] Compiling CNIOWindows shim.c
[62/899] Compiling a_type.cc
[62/899] Compiling a_utctm.cc
[62/899] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
[0/1] Planning build
Building for debugging...
[0/837] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c:1:
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/COpenCrypto/include/c_open_crypto.h:4:10: fatal error: 'openssl/conf.h' file not found
4 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[5/837] Compiling COpenCrypto c_open_crypto.c
[5/837] Compiling CNIOWindows WSAStartup.c
[5/837] Compiling CNIOWASI CNIOWASI.c
[5/837] Compiling CNIOWindows shim.c
[5/837] Compiling CVaporBcrypt blf.c
[5/837] Compiling CNIOSHA1 c_nio_sha1.c
[5/837] Compiling CSystem shims.c
[5/837] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android