Build Information
Failed to build S3Kit, reference master (966f8e
), with Swift 6.1 for Linux on 25 Apr 2025 16:41:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/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: linux
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-4609320-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/LiveUI/XMLCoding.git
Fetching https://github.com/Einstore/WebErrorKit.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/Einstore/HTTPMediaTypes.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/open-crypto.git
[1/2786] Fetching open-crypto
[252/16569] Fetching open-crypto, async-http-client
[253/17105] Fetching open-crypto, async-http-client, xmlcoding
[254/17122] Fetching open-crypto, async-http-client, xmlcoding, httpmediatypes
[255/17150] Fetching open-crypto, async-http-client, xmlcoding, httpmediatypes, weberrorkit
[3001/91463] Fetching open-crypto, async-http-client, xmlcoding, httpmediatypes, weberrorkit, vapor
Fetched https://github.com/Einstore/HTTPMediaTypes.git from cache (0.87s)
Fetched https://github.com/vapor/open-crypto.git from cache (0.87s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/swift-server/async-http-client.git from cache (0.88s)
[19143/74877] Fetching xmlcoding, weberrorkit, vapor
[65961/150308] Fetching xmlcoding, weberrorkit, vapor, swift-nio
Fetched https://github.com/Einstore/WebErrorKit.git from cache (2.06s)
Fetched https://github.com/LiveUI/XMLCoding.git from cache (2.06s)
[120326/149744] Fetching vapor, swift-nio
Fetched https://github.com/vapor/vapor.git from cache (2.10s)
[47522/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.16s)
Computing version for https://github.com/Einstore/WebErrorKit.git
Computed https://github.com/Einstore/WebErrorKit.git at 0.0.1 (8.00s)
Computing version for https://github.com/Einstore/HTTPMediaTypes.git
Computed https://github.com/Einstore/HTTPMediaTypes.git at 0.0.1 (0.50s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.82s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[1297/6058] Fetching swift-atomics, swift-system
[4579/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
[7602/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.36s)
Fetched https://github.com/apple/swift-collections.git from cache (1.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.06s)
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.66s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (2.79s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5662] Fetching swift-nio-extras
[1304/9498] Fetching swift-nio-extras, swift-log
[9499/20990] Fetching swift-nio-extras, swift-log, swift-nio-http2
[9500/35783] Fetching swift-nio-extras, swift-log, swift-nio-http2, swift-nio-ssl
[9615/38402] Fetching swift-nio-extras, swift-log, swift-nio-http2, swift-nio-ssl, swift-nio-transport-services
[13518/44305] Fetching swift-nio-extras, swift-log, swift-nio-http2, swift-nio-ssl, swift-nio-transport-services, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.86s)
[28491/38402] Fetching swift-nio-extras, swift-log, swift-nio-http2, swift-nio-ssl, swift-nio-transport-services
Fetched https://github.com/apple/swift-log.git from cache (0.88s)
[24803/34566] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.36s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.36s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.37s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.38s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.01s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.26s)
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 (0.70s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.61s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.69s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[216/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.43s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (4.19s)
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.49s)
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.75s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.58s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1059] Fetching swift-service-context
[287/4267] Fetching swift-service-context, multipart-kit
[288/6467] Fetching swift-service-context, multipart-kit, swift-metrics
[3134/9000] Fetching swift-service-context, multipart-kit, swift-metrics, websocket-kit
[3135/13970] Fetching swift-service-context, multipart-kit, swift-metrics, websocket-kit, swift-distributed-tracing
[3168/34693] Fetching swift-service-context, multipart-kit, swift-metrics, websocket-kit, swift-distributed-tracing, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.39s)
[20642/32160] Fetching swift-service-context, multipart-kit, swift-metrics, swift-distributed-tracing, routing-kit
Fetching https://github.com/apple/swift-crypto.git
[32161/45944] Fetching swift-service-context, multipart-kit, swift-metrics, swift-distributed-tracing, routing-kit, swift-crypto
Fetched https://github.com/apple/swift-service-context.git from cache (1.43s)
[33583/44885] Fetching multipart-kit, swift-metrics, swift-distributed-tracing, routing-kit, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (1.43s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.43s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.45s)
Fetching https://github.com/vapor/async-kit.git
[5827/16992] Fetching multipart-kit, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (1.49s)
[3033/13784] Fetching swift-crypto
[3310/16154] Fetching swift-crypto, async-kit
[5178/21639] Fetching swift-crypto, async-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.38s)
[9595/19269] Fetching swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.49s)
[5790/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.20s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (3.40s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.78s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.46s)
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.66s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.58s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.54s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.95s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.31s)
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.25.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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
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/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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
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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
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/Einstore/HTTPMediaTypes.git
Working copy of https://github.com/Einstore/HTTPMediaTypes.git resolved at 0.0.1
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/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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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/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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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.2.2
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
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-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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Building for debugging...
[0/899] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/899] Write swift-version-24593BA9C3E375BF.txt
[1/899] Write sources
[3/899] Compiling _NumericsShims _NumericsShims.c
[3/899] Write sources
[8/899] Compiling _AtomicsShims.c
[9/899] Compiling a_d2i_fp.cc
[10/899] Compiling a_dup.cc
[11/899] Write sources
[12/899] Compiling a_utctm.cc
[12/899] Write sources
[52/899] Compiling a_bitstr.cc
[53/899] Compiling a_i2d_fp.cc
[54/899] Compiling a_gentm.cc
[55/902] Compiling a_bool.cc
[57/960] Emitting module _NIODataStructures
[58/960] Emitting module WebErrorKit
[59/960] Compiling WebErrorKit WebError.swift
[60/960] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/960] Compiling InternalCollectionsUtilities Specialize.swift
[62/962] Emitting module _NIOBase64
[63/962] Compiling _NIOBase64 Base64.swift
[65/963] Compiling WebErrorKit SerializableWebError.swift
[66/963] Compiling WebErrorKit WebError+Serializable.swift
[67/963] Compiling WebErrorKit WebErrorContent.swift
[68/963] Compiling RealModule Real.swift
[69/964] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/964] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/964] Compiling InternalCollectionsUtilities Debugging.swift
[72/964] Compiling InternalCollectionsUtilities Descriptions.swift
[73/964] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/964] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/964] Emitting module InternalCollectionsUtilities
[76/964] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[77/964] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[78/964] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[79/964] Compiling ServiceContextModule ServiceContextKey.swift
[80/964] Emitting module ServiceContextModule
[81/964] Compiling ServiceContextModule ServiceContext.swift
[82/968] Wrapping AST for _NIOBase64 for debugging
[87/974] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[88/974] Emitting module RealModule
[89/974] Compiling RealModule RealFunctions.swift
[90/974] Compiling WebErrorKit String+Codify.swift
[91/974] Compiling WebErrorKit WebError+RawRepresentable.swift
[92/974] Compiling _NIODataStructures PriorityQueue.swift
[93/974] Compiling RealModule Float16+Real.swift
[94/974] Compiling RealModule Float80+Real.swift
[95/974] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/974] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[97/974] Compiling InternalCollectionsUtilities UInt+reversed.swift
[98/974] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[100/974] Compiling InternalCollectionsUtilities Integer rank.swift
[101/974] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[102/974] Compiling RealModule ElementaryFunctions.swift
[103/974] Compiling RealModule Float+Real.swift
[104/975] Compiling HTTPMediaTypes HTTPHeaderValue.swift
[105/976] Compiling _NIODataStructures _TinyArray.swift
[108/976] Emitting module HTTPMediaTypes
[109/976] Compiling Instrumentation NoOpInstrument.swift
[110/976] Compiling Instrumentation MultiplexInstrument.swift
[111/976] Emitting module Instrumentation
[112/976] Compiling Instrumentation Instrument.swift
[113/976] Compiling Instrumentation InstrumentationSystem.swift
[114/976] Compiling Instrumentation Locks.swift
[115/977] Compiling Logging Locks.swift
[116/977] Emitting module Logging
[117/977] Compiling Logging MetadataProvider.swift
[118/977] Compiling _NIODataStructures Heap.swift
[118/978] Wrapping AST for ServiceContextModule for debugging
[121/978] Compiling WebErrorKit Exports.swift
[122/978] Compiling Logging LogHandler.swift
[123/978] Compiling Logging Logging.swift
[123/980] Wrapping AST for RealModule for debugging
[130/981] Compiling XMLCoding XMLKey.swift
[133/986] Compiling XMLCoding XMLReferencingEncoder.swift
[134/986] Compiling XMLCoding ISO8601DateFormatter.swift
[135/989] Compiling HTTPMediaTypes HTTPMediaType.swift
[137/991] Wrapping AST for _NIODataStructures for debugging
[139/992] Emitting module XMLCoding
[140/1009] Compiling OrderedCollections OrderedDictionary+Codable.swift
[141/1009] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[142/1196] Wrapping AST for WebErrorKit for debugging
[144/1202] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[144/1202] Wrapping AST for Logging for debugging
[146/1202] Compiling Tracing TracingTime.swift
[147/1202] Compiling HeapModule Heap+Descriptions.swift
[148/1202] Compiling Tracing TracerProtocol.swift
[148/1202] Wrapping AST for InternalCollectionsUtilities for debugging
[150/1202] Emitting module HeapModule
[151/1202] Compiling HeapModule Heap+Invariants.swift
[152/1202] Emitting module RoutingKit
[153/1202] Compiling HeapModule _HeapNode.swift
[154/1202] Compiling XMLCoding XMLStackParser.swift
[155/1202] Compiling RoutingKit AnyRouter.swift
[156/1203] Wrapping AST for Instrumentation for debugging
[157/1203] Wrapping AST for HTTPMediaTypes for debugging
[158/1203] Write sources
[160/1203] Compiling RoutingKit Parameters.swift
[161/1203] Compiling RoutingKit PathComponent.swift
[162/1203] Compiling HeapModule Heap+UnsafeHandle.swift
[163/1203] Compiling HeapModule Heap.swift
[164/1204] Compiling Tracing TracerProtocol+Legacy.swift
[165/1204] Compiling Tracing Tracer.swift
[165/1204] Wrapping AST for XMLCoding for debugging
[166/1204] Write sources
[170/1204] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[171/1204] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[172/1204] Compiling HashTreeCollections TreeDictionary+Keys.swift
[173/1204] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[174/1204] Compiling HashTreeCollections TreeDictionary+Merge.swift
[175/1204] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[176/1204] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[177/1213] Write sources
[182/1229] Compiling HashTreeCollections TreeSet+Hashable.swift
[183/1229] Compiling HashTreeCollections TreeSet+Sendable.swift
[184/1229] Compiling HashTreeCollections TreeSet+Sequence.swift
[185/1229] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[186/1229] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[187/1229] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[188/1229] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[189/1229] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[190/1229] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[191/1229] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[191/1229] Compiling CVaporBcrypt blf.c
[192/1239] Wrapping AST for HeapModule for debugging
[194/1239] Compiling RoutingKit TrieRouter.swift
[195/1239] Compiling RoutingKit Router.swift
[196/1239] Compiling HashTreeCollections _HashNode.swift
[197/1239] Compiling HashTreeCollections _HashNodeHeader.swift
[198/1239] Compiling HashTreeCollections _HashSlot.swift
[199/1239] Compiling HashTreeCollections _HashStack.swift
[200/1239] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[201/1239] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[202/1239] Compiling HashTreeCollections TreeDictionary+Filter.swift
[203/1240] Compiling DequeModule _DequeBuffer.swift
[204/1240] Compiling DequeModule _DequeBufferHeader.swift
[204/1242] Compiling CVaporBcrypt bcrypt.c
[206/1242] Compiling DequeModule Deque+CustomReflectable.swift
[207/1242] Compiling DequeModule Deque+Descriptions.swift
[209/1242] Compiling DequeModule Deque+Codable.swift
[210/1242] Compiling DequeModule Deque+Collection.swift
[213/1242] Compiling DequeModule Deque+Extras.swift
[214/1242] Compiling DequeModule Deque+Hashable.swift
[215/1242] Compiling DequeModule Deque._UnsafeHandle.swift
[216/1242] Compiling DequeModule Deque.swift
[216/1242] Compiling CSystem shims.c
[218/1242] Compiling Tracing NoOpTracer.swift
[219/1242] Compiling Tracing InstrumentationSystem+Tracing.swift
[220/1242] Emitting module Tracing
[221/1242] Compiling Tracing SpanProtocol.swift
[233/1271] Compiling OrderedCollections OrderedSet+Sendable.swift
[234/1271] Compiling OrderedCollections OrderedSet+SubSequence.swift
[235/1271] Compiling OrderedCollections OrderedSet+Testing.swift
[236/1271] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[237/1271] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[238/1271] Compiling OrderedCollections OrderedSet.swift
[239/1271] Compiling OrderedCollections _UnsafeBitset.swift
[240/1271] Compiling HashTreeCollections TreeSet+Equatable.swift
[241/1271] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[242/1271] Compiling HashTreeCollections TreeSet+Extras.swift
[243/1271] Compiling HashTreeCollections TreeSet+Filter.swift
[243/1271] Wrapping AST for RoutingKit for debugging
[245/1271] Compiling SystemPackage FileOperations.swift
[246/1271] Compiling SystemPackage FilePath.swift
[247/1271] Compiling SystemPackage Backcompat.swift
[248/1271] Compiling SystemPackage CInterop.swift
[249/1271] Compiling SystemPackage Constants.swift
[250/1271] Compiling SystemPackage Exports.swift
[251/1271] Compiling SystemPackage Mocking.swift
[252/1271] Compiling SystemPackage RawBuffer.swift
[253/1271] Compiling SystemPackage Syscalls.swift
[254/1271] Compiling SystemPackage WindowsSyscallAdapters.swift
[254/1271] Compiling COpenCrypto c_open_crypto.c
[256/1271] Compiling SystemPackage MachPort.swift
[257/1271] Compiling SystemPackage PlatformString.swift
[258/1271] Compiling SystemPackage SystemString.swift
[259/1271] Compiling HashTreeCollections _UnsafePath.swift
[260/1271] Compiling HashTreeCollections TreeDictionary+Codable.swift
[261/1271] Compiling HashTreeCollections TreeDictionary+Collection.swift
[262/1271] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[263/1271] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[264/1271] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[265/1271] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[266/1271] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[267/1271] Compiling HashTreeCollections _HashNode+Structural union.swift
[268/1271] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[269/1271] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[270/1271] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[271/1271] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[272/1271] Compiling SystemPackage FilePathWindows.swift
[273/1271] Compiling SystemPackage FilePermissions.swift
[273/1271] Compiling CNIOWindows shim.c
[274/1271] Wrapping AST for Tracing for debugging
[275/1271] Compiling CNIOWindows WSAStartup.c
[277/1271] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[278/1271] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[279/1271] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[280/1271] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[281/1271] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[282/1271] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[283/1271] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[284/1271] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[285/1271] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[286/1271] Compiling HashTreeCollections TreeSet.swift
[286/1271] Compiling CNIOWASI CNIOWASI.c
[287/1271] Compiling CNIOSHA1 c_nio_sha1.c
[289/1271] Compiling SystemPackage FilePathParsing.swift
[290/1271] Compiling SystemPackage FilePathString.swift
[291/1271] Compiling SystemPackage FilePathComponentView.swift
[292/1271] Compiling SystemPackage FilePathComponents.swift
[293/1271] Compiling SystemPackage FilePathSyntax.swift
[294/1271] Compiling SystemPackage FilePathTemp.swift
[294/1271] Compiling CNIOLinux shim.c
[295/1271] Compiling CNIOLinux liburing_shims.c
[297/1288] Compiling OpenCrypto Errors.swift
[298/1288] Compiling OpenCrypto Exports.swift
[308/1291] Compiling SystemPackage Util+StringArray.swift
[309/1291] Compiling SystemPackage Util.swift
[310/1291] Compiling SystemPackage UtilConsumers.swift
[314/1291] Emitting module CoreMetrics
[315/1291] Compiling CoreMetrics Locks.swift
[316/1291] Compiling CoreMetrics Metrics.swift
[316/1291] Compiling CNIOLLHTTP c_nio_llhttp.c
[318/1292] Compiling OpenCrypto ChaChaPoly.swift
[319/1292] Compiling OpenCrypto Digest.swift
[320/1292] Compiling OpenCrypto MD5.swift
[321/1292] Compiling OpenCrypto MessageAuthenticationCode.swift
[322/1292] Compiling OpenCrypto SHA1.swift
[323/1292] Compiling OpenCrypto SHA2.swift
[324/1292] Compiling OpenCrypto OpenSSLCipherFunction.swift
[325/1292] Compiling OpenCrypto OpenSSLHashFunction.swift
[325/1292] Compiling CNIOLLHTTP c_nio_http.c
[344/1301] Compiling CNIOLLHTTP c_nio_api.c
[347/1301] Emitting module DequeModule
[347/1302] Compiling CNIOExtrasZlib empty.c
[352/1302] Compiling CNIODarwin shim.c
[361/1302] Compiling fiat_p256_adx_sqr.S
[372/1302] Compiling OpenCrypto HMAC.swift
[373/1302] Compiling OpenCrypto HexEncoding.swift
[374/1302] Compiling OpenCrypto Insecure.swift
[375/1302] Compiling OpenCrypto HashFunction.swift
[376/1302] Compiling OpenCrypto HashedAuthenticationCode.swift
[377/1302] Compiling OpenCrypto AES.swift
[379/1302] Wrapping AST for DequeModule for debugging
[381/1302] Emitting module OrderedCollections
[385/1305] Emitting module OpenCrypto
[385/1305] Wrapping AST for CoreMetrics for debugging
[387/1307] Compiling fiat_p256_adx_mul.S
[388/1307] Compiling fiat_curve25519_adx_square.S
[400/1307] Compiling CNIOBoringSSLShims shims.c
[405/1307] Compiling fiat_curve25519_adx_mul.S
[412/1307] Compiling OpenCrypto SymmetricKey.swift
[413/1307] Compiling OpenCrypto Utilities.swift
[428/1307] Wrapping AST for OrderedCollections for debugging
[430/1307] Compiling Metrics Metrics.swift
[431/1307] Emitting module Metrics
[438/1308] Emitting module SystemPackage
[449/1309] Wrapping AST for Metrics for debugging
[452/1309] Wrapping AST for SystemPackage for debugging
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:101:43: error: cannot find 'EVP_CIPHER_key_length' in scope
99 | where IV: DataProtocol
100 | {
101 | guard key.bitCount == numericCast(EVP_CIPHER_key_length(convert(algorithm))) * 8 else {
| `- error: cannot find 'EVP_CIPHER_key_length' in scope
102 | throw CryptoKitError.incorrectKeySize
103 | }
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:104:39: error: cannot find 'EVP_CIPHER_iv_length' in scope
102 | throw CryptoKitError.incorrectKeySize
103 | }
104 | guard iv.count == numericCast(EVP_CIPHER_iv_length(convert(algorithm))) else {
| `- error: cannot find 'EVP_CIPHER_iv_length' in scope
105 | throw CryptoKitError.incorrectParameterSize
106 | }
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:129:75: error: cannot find 'EVP_CIPHER_block_size' in scope
127 | {
128 | let data = data.copyBytes()
129 | var chunk = [UInt8](repeating: 0, count: data.count + numericCast(EVP_CIPHER_block_size(convert(algorithm))) - 1)
| `- error: cannot find 'EVP_CIPHER_block_size' in scope
130 | var chunkLength: Int32 = 0
131 |
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:149:62: error: cannot find 'EVP_CIPHER_block_size' in scope
147 | into buffer: inout [UInt8]
148 | ) throws {
149 | var chunk = [UInt8](repeating: 0, count: numericCast(EVP_CIPHER_block_size(convert(algorithm))))
| `- error: cannot find 'EVP_CIPHER_block_size' in scope
150 | var chunkLength: Int32 = 0
151 |
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLHashFunction.swift:15:28: error: cannot find 'EVP_MD_size' in scope
13 | extension OpenSSLDigest {
14 | public static var byteCount: Int {
15 | return numericCast(EVP_MD_size(convert(self.algorithm)))
| `- error: cannot find 'EVP_MD_size' in scope
16 | }
17 |
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:101:43: error: cannot find 'EVP_CIPHER_key_length' in scope
99 | where IV: DataProtocol
100 | {
101 | guard key.bitCount == numericCast(EVP_CIPHER_key_length(convert(algorithm))) * 8 else {
| `- error: cannot find 'EVP_CIPHER_key_length' in scope
102 | throw CryptoKitError.incorrectKeySize
103 | }
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:104:39: error: cannot find 'EVP_CIPHER_iv_length' in scope
102 | throw CryptoKitError.incorrectKeySize
103 | }
104 | guard iv.count == numericCast(EVP_CIPHER_iv_length(convert(algorithm))) else {
| `- error: cannot find 'EVP_CIPHER_iv_length' in scope
105 | throw CryptoKitError.incorrectParameterSize
106 | }
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:129:75: error: cannot find 'EVP_CIPHER_block_size' in scope
127 | {
128 | let data = data.copyBytes()
129 | var chunk = [UInt8](repeating: 0, count: data.count + numericCast(EVP_CIPHER_block_size(convert(algorithm))) - 1)
| `- error: cannot find 'EVP_CIPHER_block_size' in scope
130 | var chunkLength: Int32 = 0
131 |
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:149:62: error: cannot find 'EVP_CIPHER_block_size' in scope
147 | into buffer: inout [UInt8]
148 | ) throws {
149 | var chunk = [UInt8](repeating: 0, count: numericCast(EVP_CIPHER_block_size(convert(algorithm))))
| `- error: cannot find 'EVP_CIPHER_block_size' in scope
150 | var chunkLength: Int32 = 0
151 |
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLHashFunction.swift:15:28: error: cannot find 'EVP_MD_size' in scope
13 | extension OpenSSLDigest {
14 | public static var byteCount: Int {
15 | return numericCast(EVP_MD_size(convert(self.algorithm)))
| `- error: cannot find 'EVP_MD_size' in scope
16 | }
17 |
[463/1309] Emitting module _RopeModule
[463/1309] Compiling tls_method.cc
[473/1309] Compiling tls_record.cc
[473/1309] Compiling tls13_enc.cc
[473/1309] Compiling tls13_client.cc
[473/1309] Compiling tls13_server.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[0/1] Planning build
Building for debugging...
[0/797] Write sources
[1/816] Compiling tls_method.cc
[2/816] Compiling tls_record.cc
[3/816] Compiling t1_enc.cc
[4/816] Compiling tls13_both.cc
[5/816] Compiling tls13_server.cc
[6/816] Compiling tls13_client.cc
[7/816] Write swift-version-24593BA9C3E375BF.txt
[8/816] Compiling tls13_enc.cc
[9/816] Compiling ssl_x509.cc
[11/822] Emitting module _NIODataStructures
[12/822] Compiling _NIODataStructures Heap.swift
[13/822] Emitting module _NIOBase64
[14/822] Compiling _NIOBase64 Base64.swift
[16/823] Compiling _NIODataStructures _TinyArray.swift
[17/823] Compiling _NIODataStructures PriorityQueue.swift
[19/842] Compiling XMLCoding ISO8601DateFormatter.swift
[20/842] Compiling XMLCoding XMLKey.swift
[21/843] Compiling WebErrorKit SerializableWebError.swift
[21/843] Compiling ssl_stat.cc
[23/843] Compiling XMLCoding XMLReferencingEncoder.swift
[23/843] Compiling ssl_versions.cc
[25/843] Compiling WebErrorKit WebError+RawRepresentable.swift
[26/843] Compiling WebErrorKit WebError+Serializable.swift
[27/843] Compiling WebErrorKit Exports.swift
[28/843] Emitting module WebErrorKit
[29/843] Compiling WebErrorKit String+Codify.swift
[29/843] Compiling ssl_transcript.cc
[31/843] Compiling WebErrorKit WebError.swift
[32/843] Compiling WebErrorKit WebErrorContent.swift
[34/884] Emitting module XMLCoding
[34/884] Compiling ssl_privkey.cc
[36/884] Compiling ServiceContextModule ServiceContextKey.swift
[36/901] Compiling ssl_session.cc
[38/901] Compiling ServiceContextModule ServiceContext.swift
[39/901] Emitting module ServiceContextModule
[40/902] Compiling OpenCrypto HashFunction.swift
[41/902] Compiling OpenCrypto HashedAuthenticationCode.swift
[42/903] Compiling RealModule Real.swift
[43/903] Compiling XMLCoding XMLStackParser.swift
[45/903] Compiling OpenCrypto Errors.swift
[46/903] Compiling OpenCrypto Exports.swift
[47/903] Compiling RealModule Float80+Real.swift
[48/902] Compiling RealModule Float16+Real.swift
[49/907] Compiling RealModule RealFunctions.swift
[50/907] Compiling RealModule ElementaryFunctions.swift
[51/907] Compiling RealModule Float+Real.swift
[52/907] Compiling OpenCrypto MD5.swift
[53/907] Compiling OpenCrypto MessageAuthenticationCode.swift
[56/926] Compiling OpenCrypto SymmetricKey.swift
[57/926] Compiling OpenCrypto Utilities.swift
[58/926] Compiling SystemPackage Constants.swift
[59/926] Compiling SystemPackage Exports.swift
[60/926] Compiling SystemPackage Mocking.swift
[61/926] Compiling SystemPackage RawBuffer.swift
[62/926] Compiling SystemPackage Syscalls.swift
[63/926] Compiling SystemPackage WindowsSyscallAdapters.swift
[64/926] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[65/926] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[66/929] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/929] Compiling InternalCollectionsUtilities Specialize.swift
[68/929] Compiling Logging MetadataProvider.swift
[69/932] Emitting module RealModule
[70/933] Emitting module OpenCrypto
[73/933] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/933] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/933] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[76/933] Compiling InternalCollectionsUtilities Integer rank.swift
[77/933] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[78/933] Compiling InternalCollectionsUtilities _SortedCollection.swift
[79/933] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[83/935] Compiling InternalCollectionsUtilities Debugging.swift
[84/935] Compiling InternalCollectionsUtilities Descriptions.swift
[85/935] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[88/935] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/935] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:101:43: error: cannot find 'EVP_CIPHER_key_length' in scope
99 | where IV: DataProtocol
100 | {
101 | guard key.bitCount == numericCast(EVP_CIPHER_key_length(convert(algorithm))) * 8 else {
| `- error: cannot find 'EVP_CIPHER_key_length' in scope
102 | throw CryptoKitError.incorrectKeySize
103 | }
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:104:39: error: cannot find 'EVP_CIPHER_iv_length' in scope
102 | throw CryptoKitError.incorrectKeySize
103 | }
104 | guard iv.count == numericCast(EVP_CIPHER_iv_length(convert(algorithm))) else {
| `- error: cannot find 'EVP_CIPHER_iv_length' in scope
105 | throw CryptoKitError.incorrectParameterSize
106 | }
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:129:75: error: cannot find 'EVP_CIPHER_block_size' in scope
127 | {
128 | let data = data.copyBytes()
129 | var chunk = [UInt8](repeating: 0, count: data.count + numericCast(EVP_CIPHER_block_size(convert(algorithm))) - 1)
| `- error: cannot find 'EVP_CIPHER_block_size' in scope
130 | var chunkLength: Int32 = 0
131 |
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:149:62: error: cannot find 'EVP_CIPHER_block_size' in scope
147 | into buffer: inout [UInt8]
148 | ) throws {
149 | var chunk = [UInt8](repeating: 0, count: numericCast(EVP_CIPHER_block_size(convert(algorithm))))
| `- error: cannot find 'EVP_CIPHER_block_size' in scope
150 | var chunkLength: Int32 = 0
151 |
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLHashFunction.swift:15:28: error: cannot find 'EVP_MD_size' in scope
13 | extension OpenSSLDigest {
14 | public static var byteCount: Int {
15 | return numericCast(EVP_MD_size(convert(self.algorithm)))
| `- error: cannot find 'EVP_MD_size' in scope
16 | }
17 |
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:101:43: error: cannot find 'EVP_CIPHER_key_length' in scope
99 | where IV: DataProtocol
100 | {
101 | guard key.bitCount == numericCast(EVP_CIPHER_key_length(convert(algorithm))) * 8 else {
| `- error: cannot find 'EVP_CIPHER_key_length' in scope
102 | throw CryptoKitError.incorrectKeySize
103 | }
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:104:39: error: cannot find 'EVP_CIPHER_iv_length' in scope
102 | throw CryptoKitError.incorrectKeySize
103 | }
104 | guard iv.count == numericCast(EVP_CIPHER_iv_length(convert(algorithm))) else {
| `- error: cannot find 'EVP_CIPHER_iv_length' in scope
105 | throw CryptoKitError.incorrectParameterSize
106 | }
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:129:75: error: cannot find 'EVP_CIPHER_block_size' in scope
127 | {
128 | let data = data.copyBytes()
129 | var chunk = [UInt8](repeating: 0, count: data.count + numericCast(EVP_CIPHER_block_size(convert(algorithm))) - 1)
| `- error: cannot find 'EVP_CIPHER_block_size' in scope
130 | var chunkLength: Int32 = 0
131 |
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:149:62: error: cannot find 'EVP_CIPHER_block_size' in scope
147 | into buffer: inout [UInt8]
148 | ) throws {
149 | var chunk = [UInt8](repeating: 0, count: numericCast(EVP_CIPHER_block_size(convert(algorithm))))
| `- error: cannot find 'EVP_CIPHER_block_size' in scope
150 | var chunkLength: Int32 = 0
151 |
/host/spi-builder-workspace/.build/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLHashFunction.swift:15:28: error: cannot find 'EVP_MD_size' in scope
13 | extension OpenSSLDigest {
14 | public static var byteCount: Int {
15 | return numericCast(EVP_MD_size(convert(self.algorithm)))
| `- error: cannot find 'EVP_MD_size' in scope
16 | }
17 |
[92/935] Compiling Logging Locks.swift
[93/935] Emitting module Logging
[94/935] Compiling Logging LogHandler.swift
[96/935] Compiling ssl_lib.cc
BUILD FAILURE 6.1 linux