Build Information
Failed to build idkit-swift, reference main (d2a565
), with Swift 6.0 for Linux on 25 Mar 2025 01:11:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/worldcoin/idkit-swift.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/worldcoin/idkit-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d2a565e Update verification levels to add Document and Secure Document (#2)
Cloned https://github.com/worldcoin/idkit-swift.git
Revision (git rev-parse @):
d2a565e88572e14b968e1a416a517c614824fb78
SUCCESS checkout https://github.com/worldcoin/idkit-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/worldcoin/idkit-swift.git
https://github.com/worldcoin/idkit-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "web3.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/argentlabs/web3.swift"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "idkit-swift",
"name" : "idkit-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "IDKit",
"targets" : [
"IDKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IDKitCore",
"targets" : [
"IDKitCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IDKitCore",
"module_type" : "SwiftTarget",
"name" : "IDKitCore",
"path" : "Sources/IDKitCore",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"IDKit",
"IDKitCore"
],
"sources" : [
"BridgeClient.swift",
"Extensions/Encodable+encrypt.swift",
"Extensions/URLExt.swift",
"Types.swift"
],
"type" : "library"
},
{
"c99name" : "IDKit",
"module_type" : "SwiftTarget",
"name" : "IDKit",
"path" : "Sources/IDKit",
"product_dependencies" : [
"BigInt",
"web3.swift"
],
"product_memberships" : [
"IDKit"
],
"sources" : [
"Session.swift",
"Types.swift"
],
"target_dependencies" : [
"IDKitCore"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/argentlabs/web3.swift
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/attaswift/BigInt.git
[1/4771] Fetching bigint
[1385/11264] Fetching bigint, web3.swift
[3430/24114] Fetching bigint, web3.swift, swift-crypto
Fetched https://github.com/argentlabs/web3.swift from cache (0.53s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.54s)
[3084/12850] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.71s)
Computing version for https://github.com/argentlabs/web3.swift
Computed https://github.com/argentlabs/web3.swift at 1.6.1 (2.42s)
Fetching https://github.com/iwill/generic-json-swift
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/websocket-kit.git
[1/651] Fetching generic-json-swift
[652/5166] Fetching generic-json-swift, secp256k1.swift
[788/7699] Fetching generic-json-swift, secp256k1.swift, websocket-kit
[1321/11486] Fetching generic-json-swift, secp256k1.swift, websocket-kit, swift-log
Fetched https://github.com/vapor/websocket-kit.git from cache (0.37s)
Fetched https://github.com/iwill/generic-json-swift from cache (0.45s)
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.45s)
Computing version for https://github.com/iwill/generic-json-swift
Computed https://github.com/iwill/generic-json-swift at 2.0.2 (0.60s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.1 (0.58s)
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/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.18.1 (0.66s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.64s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2336] Fetching swift-nio-transport-services
[72/7776] Fetching swift-nio-transport-services, swift-nio-extras
[6581/9481] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.37s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.47s)
[1/74324] Fetching swift-nio
[37907/88786] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.93s)
Fetched https://github.com/apple/swift-nio.git from cache (5.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.93s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.83s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1093] Fetching swift-http-structured-headers
[428/1970] Fetching swift-http-structured-headers, swift-http-types
[823/7833] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
[5782/19214] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.97s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.97s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.97s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.98s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.62s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
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.0 (0.61s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.92s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4221] Fetching swift-system
[4222/20116] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.34s)
[2862/15895] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.81s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (2.05s)
Fetching https://github.com/apple/swift-asn1.git
[1/1547] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.64s)
Creating working copy for https://github.com/argentlabs/web3.swift
Working copy of https://github.com/argentlabs/web3.swift resolved at 1.6.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.81.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.23.1
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.29.3
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.1
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/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.0
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.2
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.3.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-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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.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.15.0
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.18.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.25.0
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/iwill/generic-json-swift
Working copy of https://github.com/iwill/generic-json-swift resolved at 2.0.2
Building for debugging...
[0/808] Write sources
[5/808] Compiling _AtomicsShims.c
[5/808] Write sources
[27/808] Compiling CNIOWindows shim.c
[28/808] Compiling aes aes.c
[29/808] Compiling Utility.c
[30/808] Compiling keccaktiny keccak-tiny.c
[31/808] Compiling CNIOWindows WSAStartup.c
[32/808] Compiling CNIOWASI CNIOWASI.c
[33/808] Compiling CNIOLinux liburing_shims.c
[34/808] Compiling CNIOSHA1 c_nio_sha1.c
[35/808] Compiling CNIOLLHTTP c_nio_http.c
[36/808] Compiling CNIOLinux shim.c
[37/808] Compiling CNIODarwin shim.c
[38/808] Compiling CNIOLLHTTP c_nio_api.c
[39/808] Compiling fiat_p256_adx_sqr.S
[40/808] Compiling fiat_curve25519_adx_square.S
[41/808] Compiling fiat_p256_adx_mul.S
[42/808] Compiling fiat_curve25519_adx_mul.S
[43/808] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/808] Compiling precomputed_ecmult_gen.c
[45/808] Write swift-version-24593BA9C3E375BF.txt
[46/808] Compiling secp256k1.c
[47/808] Compiling CNIOBoringSSLShims shims.c
[48/814] Compiling tls_record.cc
[49/814] Compiling tls_method.cc
[50/814] Compiling tls13_client.cc
[51/814] Compiling tls13_server.cc
[52/825] Compiling tls13_enc.cc
[53/852] Compiling precomputed_ecmult.c
[54/852] Compiling tls13_both.cc
[55/891] Compiling t1_enc.cc
[56/891] Compiling ssl_x509.cc
[58/891] Compiling _NIOBase64 Base64.swift
[59/891] Emitting module _NIOBase64
[60/892] Compiling secp256k1 GeneralizedTime.swift
[61/892] Compiling secp256k1 ObjectIdentifier.swift
[62/894] Compiling secp256k1 ECDSASignature.swift
[63/894] Compiling secp256k1 PEMDocument.swift
[64/894] Compiling secp256k1 PKCS8PrivateKey.swift
[65/894] Compiling secp256k1 SEC1PrivateKey.swift
[66/894] Compiling Internal_CryptoSwift_PBDKF2 SHA2.swift
[67/894] Compiling Internal_CryptoSwift_PBDKF2 UInt32+Extensions.swift
[68/894] Compiling _NIODataStructures _TinyArray.swift
[69/894] Compiling _NIODataStructures PriorityQueue.swift
[70/895] Emitting module Internal_CryptoSwift_PBDKF2
[71/895] Compiling secp256k1 ASN1.swift
[72/895] Compiling secp256k1 ASN1Any.swift
[73/895] Compiling secp256k1 ASN1Boolean.swift
[74/895] Compiling secp256k1 ASN1Identifier.swift
[75/895] Compiling secp256k1 ASN1Integer.swift
[78/895] Compiling secp256k1 ASN1BitString.swift
[79/895] Emitting module InternalCollectionsUtilities
[80/895] Compiling secp256k1 ASN1Null.swift
[81/895] Compiling secp256k1 ASN1OctetString.swift
[82/895] Compiling secp256k1 ASN1Strings.swift
[83/895] Compiling secp256k1 ArraySliceBigint.swift
[85/895] Compiling Internal_CryptoSwift_PBDKF2 ZeroPadding.swift
[86/895] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/895] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/896] Emitting module Logging
[90/896] Compiling Logging MetadataProvider.swift
[91/896] Emitting module _NIODataStructures
[92/896] Compiling _NIODataStructures Heap.swift
[93/897] Compiling Logging Logging.swift
[94/897] Compiling Logging Locks.swift
[95/897] Compiling Logging LogHandler.swift
[97/898] Compiling ssl_versions.cc
[99/913] Compiling DequeModule Deque+CustomReflectable.swift
[100/913] Compiling DequeModule Deque+Descriptions.swift
[100/915] Compiling ssl_transcript.cc
[102/915] Compiling DequeModule _DequeBuffer.swift
[103/915] Compiling DequeModule _DequeBufferHeader.swift
[103/915] Compiling ssl_stat.cc
[105/915] Compiling DequeModule _DequeSlot.swift
[106/915] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/915] Compiling DequeModule Deque+Equatable.swift
[108/915] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[109/915] Compiling DequeModule Deque+Extras.swift
[110/915] Compiling DequeModule Deque+Hashable.swift
[111/915] Compiling DequeModule Deque+Testing.swift
[112/915] Compiling DequeModule Deque._Storage.swift
[113/915] Compiling DequeModule Deque._UnsafeHandle.swift
[114/915] Compiling DequeModule Deque.swift
[117/915] Compiling DequeModule Deque+Codable.swift
[118/915] Compiling DequeModule Deque+Collection.swift
[119/915] Compiling Internal_CryptoSwift_PBDKF2 Utils.swift
[120/915] Compiling Internal_CryptoSwift_PBDKF2 UInt64+Extensions.swift
[121/916] Emitting module GenericJSON
[122/916] Compiling GenericJSON Initialization.swift
[123/916] Compiling GenericJSON JSON.swift
[126/916] Compiling GenericJSON Merging.swift
[127/916] Compiling GenericJSON Querying.swift
[128/917] Compiling secp256k1 Combine.swift
[129/917] Compiling secp256k1 Context.swift
[130/917] Compiling secp256k1 CryptoKitErrors.swift
[131/917] Compiling secp256k1 DH.swift
[132/917] Compiling secp256k1 Digest.swift
[139/917] Compiling secp256k1 ECDH.swift
[140/917] Compiling secp256k1 ECDSA.swift
[141/917] Compiling secp256k1 EdDSA.swift
[142/917] Compiling secp256k1 Errors.swift
[143/917] Compiling secp256k1 Exports.swift
[145/922] Emitting module secp256k1
[159/922] Compiling secp256k1 Recovery.swift
[159/922] Compiling ssl_privkey.cc
[161/922] Compiling secp256k1 SHA256.swift
[162/922] Compiling secp256k1 SafeCompare.swift
[163/922] Compiling secp256k1 Schnorr.swift
[164/922] Compiling secp256k1 SecureBytes.swift
[165/922] Compiling secp256k1 HashDigest.swift
[166/922] Compiling secp256k1 MuSig.swift
[167/922] Compiling secp256k1 Nonces.swift
[168/922] Compiling secp256k1 PrettyBytes.swift
[169/922] Compiling secp256k1 RNG_boring.swift
[169/922] Compiling ssl_session.cc
[171/922] Emitting module DequeModule
[172/923] Compiling ssl_key_share.cc
[173/923] Compiling ssl_lib.cc
[175/923] Compiling secp256k1 Signature.swift
[176/923] Compiling secp256k1 Tweak.swift
[177/923] Compiling secp256k1 Utility.swift
[178/923] Compiling secp256k1 Zeroization.swift
[179/923] Compiling secp256k1 secp256k1.swift
[180/924] Compiling ssl_cipher.cc
[181/924] Compiling ssl_file.cc
[182/924] Compiling ssl_credential.cc
[183/924] Compiling ssl_cert.cc
[184/924] Compiling ssl_buffer.cc
[185/924] Compiling ssl_aead_ctx.cc
[186/924] Compiling ssl_asn1.cc
[187/924] Compiling s3_pkt.cc
[188/924] Compiling s3_both.cc
[189/924] Compiling s3_lib.cc
[190/924] Compiling handshake_server.cc
[191/924] Compiling handshake_client.cc
[192/924] Compiling handshake.cc
[193/924] Compiling handoff.cc
[194/924] Compiling encrypted_client_hello.cc
[195/924] Compiling dtls_record.cc
[196/924] Compiling extensions.cc
[197/924] Compiling md5-x86_64-linux.S
[198/924] Compiling md5-x86_64-apple.S
[199/924] Compiling md5-586-linux.S
[200/924] Compiling dtls_method.cc
[201/924] Compiling md5-586-apple.S
[202/924] Compiling chacha20_poly1305_x86_64-apple.S
[203/924] Compiling chacha20_poly1305_x86_64-linux.S
[204/924] Compiling d1_srtp.cc
[205/924] Compiling chacha20_poly1305_armv8-win.S
[206/924] Compiling chacha20_poly1305_armv8-linux.S
[207/924] Compiling chacha20_poly1305_armv8-apple.S
[208/924] Compiling chacha-x86_64-apple.S
[209/924] Compiling chacha-x86_64-linux.S
[210/924] Compiling chacha-x86-linux.S
[211/924] Compiling chacha-x86-apple.S
[212/924] Compiling err_data.cc
[213/924] Compiling chacha-armv8-win.S
[214/924] Compiling d1_lib.cc
[215/924] Compiling chacha-armv8-apple.S
[216/924] Compiling chacha-armv8-linux.S
[217/924] Compiling chacha-armv4-linux.S
[218/924] Compiling aes128gcmsiv-x86_64-linux.S
[219/924] Compiling d1_pkt.cc
[220/924] Compiling aes128gcmsiv-x86_64-apple.S
[221/924] Compiling x86_64-mont5-apple.S
[222/924] Compiling x86_64-mont5-linux.S
[223/924] Compiling x86-mont-linux.S
[224/924] Compiling bio_ssl.cc
[225/924] Compiling x86_64-mont-linux.S
[226/924] Compiling x86_64-mont-apple.S
[227/924] Compiling x86-mont-apple.S
[228/924] Compiling vpaes-x86_64-apple.S
[229/924] Compiling vpaes-x86_64-linux.S
[230/924] Compiling vpaes-x86-linux.S
[231/924] Compiling vpaes-x86-apple.S
[232/924] Compiling vpaes-armv8-win.S
[233/924] Compiling vpaes-armv8-apple.S
[233/924] Compiling vpaes-armv8-linux.S
[235/924] Compiling vpaes-armv7-linux.S
[236/924] Compiling sha512-x86_64-linux.S
[237/924] Compiling sha512-armv8-linux.S
[238/924] Compiling sha512-x86_64-apple.S
[239/924] Compiling sha512-armv8-win.S
[240/924] Compiling sha512-armv8-apple.S
[241/924] Compiling sha512-586-linux.S
[242/924] Compiling sha512-armv4-linux.S
[243/924] Compiling sha512-586-apple.S
[244/924] Compiling sha256-x86_64-apple.S
[245/924] Compiling sha256-armv4-linux.S
[246/924] Compiling sha256-x86_64-linux.S
[247/924] Compiling sha256-armv8-linux.S
[248/924] Compiling sha256-armv8-win.S
[249/924] Compiling sha256-armv8-apple.S
[250/924] Compiling sha256-586-linux.S
[251/924] Compiling sha256-586-apple.S
[252/924] Compiling sha1-armv8-win.S
[253/924] Compiling sha1-x86_64-apple.S
[254/924] Compiling sha1-armv8-apple.S
[255/924] Compiling sha1-x86_64-linux.S
[256/924] Compiling sha1-armv8-linux.S
[257/924] Compiling sha1-armv4-large-linux.S
[258/924] Compiling sha1-586-linux.S
[259/924] Compiling sha1-586-apple.S
[260/924] Compiling rsaz-avx2-apple.S
[261/924] Compiling rdrand-x86_64-apple.S
[262/924] Compiling rsaz-avx2-linux.S
[263/924] Compiling rdrand-x86_64-linux.S
[264/924] Compiling p256_beeu-x86_64-asm-apple.S
[265/924] Compiling p256_beeu-x86_64-asm-linux.S
[266/924] Compiling p256_beeu-armv8-asm-win.S
[267/924] Compiling p256_beeu-armv8-asm-linux.S
[268/924] Compiling p256_beeu-armv8-asm-apple.S
[269/924] Compiling p256-armv8-asm-win.S
[270/924] Compiling p256-x86_64-asm-apple.S
[271/924] Compiling p256-x86_64-asm-linux.S
[272/924] Compiling p256-armv8-asm-linux.S
[273/924] Compiling p256-armv8-asm-apple.S
[274/924] Compiling ghashv8-armv8-win.S
[275/924] Compiling ghashv8-armv8-linux.S
[276/924] Compiling ghashv8-armv8-apple.S
[277/924] Compiling ghash-x86-linux.S
[278/924] Compiling ghashv8-armv7-linux.S
[279/924] Compiling ghash-x86-apple.S
[280/924] Compiling ghash-x86_64-linux.S
[281/924] Compiling ghash-x86_64-apple.S
[282/924] Compiling d1_both.cc
[283/924] Compiling ghash-ssse3-x86_64-linux.S
[284/924] Compiling ghash-ssse3-x86_64-apple.S
[285/924] Compiling ghash-ssse3-x86-linux.S
[286/924] Compiling ghash-ssse3-x86-apple.S
[287/924] Compiling ghash-neon-armv8-win.S
[287/924] Compiling ghash-neon-armv8-apple.S
[289/924] Compiling ghash-armv4-linux.S
[290/924] Compiling co-586-linux.S
[291/924] Compiling ghash-neon-armv8-linux.S
[292/924] Compiling co-586-apple.S
[293/924] Compiling bsaes-armv7-linux.S
[294/924] Compiling bn-armv8-linux.S
[295/924] Compiling bn-586-linux.S
[296/924] Compiling bn-586-apple.S
[297/924] Compiling bn-armv8-apple.S
[298/924] Compiling armv8-mont-win.S
[299/924] Compiling armv8-mont-linux.S
[300/924] Compiling bn-armv8-win.S
[301/924] Compiling armv4-mont-linux.S
[302/924] Compiling armv8-mont-apple.S
[303/924] Compiling aesv8-armv8-win.S
[304/924] Compiling aesv8-gcm-armv8-linux.S
[305/924] Compiling aesv8-gcm-armv8-win.S
[306/924] Compiling aesv8-gcm-armv8-apple.S
[307/924] Compiling aesv8-armv8-linux.S
[308/924] Compiling aesv8-armv8-apple.S
[309/924] Compiling aesv8-armv7-linux.S
[310/924] Compiling aesni-x86_64-apple.S
[311/924] Compiling aesni-x86-linux.S
[312/924] Compiling aesni-x86-apple.S
[313/924] Compiling aesni-gcm-x86_64-linux.S
[314/924] Compiling aesni-x86_64-linux.S
[315/924] Compiling aesni-gcm-x86_64-apple.S
[316/924] Compiling x_spki.cc
[317/924] Compiling x_name.cc
[318/924] Compiling x_sig.cc
[319/924] Compiling x_req.cc
[320/924] Compiling x_pubkey.cc
[321/924] Compiling x_val.cc
[322/924] Compiling x_x509.cc
[323/924] Compiling x_x509a.cc
[324/924] Compiling x_exten.cc
[325/924] Compiling x509spki.cc
[326/924] Compiling x509rset.cc
[327/924] Compiling x_algor.cc
[328/924] Compiling x_crl.cc
[329/924] Compiling x_attrib.cc
[330/924] Compiling x509name.cc
[331/924] Compiling x_all.cc
[332/924] Compiling x509_txt.cc
[333/924] Compiling x509cset.cc
[334/924] Compiling x509_vfy.cc
[335/924] Compiling x509_v3.cc
[336/924] Compiling x509_trs.cc
[336/924] Compiling x509_vpm.cc
[338/924] Compiling x509_req.cc
[339/924] Compiling x509_set.cc
[340/924] Compiling x509_lu.cc
[341/924] Compiling x509_obj.cc
[342/924] Compiling x509_def.cc
[343/924] Compiling x509.cc
[344/924] Compiling x509_d2.cc
[345/924] Compiling x509_ext.cc
[346/924] Compiling x509_att.cc
[347/924] Compiling x509_cmp.cc
[348/924] Compiling v3_utl.cc
[349/924] Compiling v3_skey.cc
[350/924] Compiling v3_prn.cc
[351/924] Compiling v3_purp.cc
[352/924] Compiling v3_pcons.cc
[353/924] Compiling v3_pmaps.cc
[354/924] Compiling v3_ocsp.cc
[355/924] Compiling v3_ncons.cc
[356/924] Compiling v3_lib.cc
[357/924] Compiling v3_int.cc
[358/924] Compiling v3_genn.cc
[359/924] Compiling v3_ia5.cc
[360/924] Compiling v3_info.cc
[361/924] Compiling v3_enum.cc
[362/924] Compiling v3_extku.cc
[363/924] Compiling v3_crld.cc
[364/924] Compiling v3_cpols.cc
[365/924] Compiling v3_akeya.cc
[366/924] Compiling v3_bitst.cc
[367/924] Compiling v3_bcons.cc
[368/924] Compiling v3_alt.cc
[369/924] Compiling v3_conf.cc
[370/924] Compiling v3_akey.cc
[371/924] Compiling t_x509a.cc
[372/924] Compiling i2d_pr.cc
[373/924] Compiling t_x509.cc
[374/924] Compiling t_crl.cc
[375/924] Compiling t_req.cc
[376/924] Compiling rsa_pss.cc
[377/924] Compiling name_print.cc
[378/924] Compiling policy.cc
[379/924] Compiling by_file.cc
[380/924] Compiling by_dir.cc
[381/924] Compiling voprf.cc
[382/924] Compiling algorithm.cc
[383/924] Compiling asn1_gen.cc
[384/924] Compiling a_verify.cc
[385/924] Compiling a_digest.cc
[386/924] Compiling a_sign.cc
[387/924] Compiling trust_token.cc
[388/924] Compiling thread_win.cc
[389/924] Compiling thread_pthread.cc
[390/924] Compiling thread.cc
[391/924] Compiling pmbtoken.cc
[392/924] Compiling thread_none.cc
[393/924] Compiling wots.cc
[394/924] Compiling stack.cc
[395/924] Compiling thash.cc
[396/924] Compiling siphash.cc
[397/924] Compiling fors.cc
[398/924] Compiling merkle.cc
[399/924] Compiling sha256.cc
[400/924] Compiling sha1.cc
[401/924] Compiling sha512.cc
[402/924] Compiling slhdsa.cc
[403/924] Compiling rsa_print.cc
[404/924] Compiling rsa_extra.cc
[405/924] Compiling refcount.cc
[406/924] Compiling rc4.cc
[407/924] Compiling rsa_crypt.cc
[408/924] Compiling rsa_asn1.cc
[409/924] Compiling windows.cc
[410/924] Compiling urandom.cc
[411/924] Compiling rand_extra.cc
[412/924] Compiling trusty.cc
[413/924] Compiling deterministic.cc
[414/924] Compiling poly1305_arm_asm.S
[415/924] Compiling getentropy.cc
[416/924] Compiling ios.cc
[417/924] Compiling forkunsafe.cc
[418/924] Compiling passive.cc
[419/924] Compiling fork_detect.cc
[420/924] Compiling pool.cc
[421/924] Compiling poly1305.cc
[422/924] Compiling poly1305_arm.cc
[423/924] Compiling poly1305_vec.cc
[424/924] Compiling pkcs7.cc
[425/924] Compiling pkcs8.cc
[426/924] Compiling pkcs7_x509.cc
[427/924] Compiling p5_pbev2.cc
[428/924] Compiling pem_xaux.cc
[429/924] Compiling pkcs8_x509.cc
[430/924] Compiling pem_pkey.cc
[431/924] Compiling pem_x509.cc
[432/924] Compiling obj_xref.cc
[433/924] Compiling pem_pk8.cc
[434/924] Compiling pem_oth.cc
[435/924] Compiling pem_info.cc
[436/924] Compiling pem_all.cc
[437/924] Compiling obj.cc
[438/924] Compiling pem_lib.cc
[439/924] Compiling mlkem.cc
[440/924] Compiling mem.cc
[441/924] Compiling md5.cc
[442/924] Compiling poly_rq_mul.S
[443/924] Compiling fips_shared_support.cc
[444/924] Compiling lhash.cc
[445/924] Compiling md4.cc
[446/924] Compiling mldsa.cc
[447/924] Compiling keccak.cc
[448/924] Compiling kyber.cc
[449/924] Compiling hpke.cc
[450/924] Compiling ex_data.cc
[451/924] Compiling hrss.cc
[452/924] Compiling print.cc
[453/924] Compiling sign.cc
[454/924] Compiling pbkdf.cc
[455/924] Compiling scrypt.cc
[456/924] Compiling p_x25519.cc
[457/924] Compiling p_x25519_asn1.cc
[458/924] Compiling p_rsa_asn1.cc
[459/924] Compiling p_ed25519_asn1.cc
[460/924] Compiling p_hkdf.cc
[461/924] Compiling p_rsa.cc
[462/924] Compiling p_ed25519.cc
[463/924] Compiling p_ec_asn1.cc
[464/924] Compiling p_ec.cc
[465/924] Compiling p_dh_asn1.cc
[466/924] Compiling p_dsa_asn1.cc
[467/924] Compiling p_dh.cc
[468/924] Compiling evp_ctx.cc
[469/924] Compiling evp.cc
[470/924] Compiling evp_asn1.cc
[471/924] Compiling err.cc
[472/924] Compiling engine.cc
[473/924] Compiling ecdh_extra.cc
[474/924] Compiling ecdsa_asn1.cc
[475/924] Compiling hash_to_curve.cc
[476/924] Compiling ec_derive.cc
[477/924] Compiling ec_asn1.cc
[478/924] Compiling dsa_asn1.cc
[479/924] Compiling params.cc
[480/924] Compiling dsa.cc
[481/924] Compiling x25519-asm-arm.S
[482/924] Compiling digest_extra.cc
[483/924] Compiling des.cc
[484/924] Compiling dh_asn1.cc
[485/924] Compiling spake25519.cc
[486/924] Compiling crypto.cc
[487/924] Compiling cpu_intel.cc
[488/924] Compiling cpu_arm_freebsd.cc
[489/924] Compiling cpu_arm_linux.cc
[490/924] Compiling cpu_aarch64_win.cc
[491/924] Compiling cpu_aarch64_sysreg.cc
[492/924] Compiling curve25519.cc
[493/924] Compiling bcm.cc
[494/924] Compiling cpu_aarch64_openbsd.cc
[495/924] Compiling cpu_aarch64_linux.cc
[496/924] Compiling cpu_aarch64_fuchsia.cc
[497/924] Compiling tls_cbc.cc
[498/924] Compiling curve25519_64_adx.cc
[499/924] Compiling cpu_aarch64_apple.cc
[500/924] Compiling e_tls.cc
[501/924] Compiling conf.cc
[502/924] Compiling e_rc4.cc
[503/924] Compiling e_rc2.cc
[504/924] Compiling e_null.cc
[505/924] Compiling e_des.cc
[506/924] Compiling derive_key.cc
[507/924] Compiling cipher_extra.cc
[508/924] Compiling e_chacha20poly1305.cc
[509/924] Compiling e_aesctrhmac.cc
[510/924] Compiling e_aesgcmsiv.cc
[511/924] Compiling unicode.cc
[512/924] Compiling chacha.cc
[513/924] Compiling ber.cc
[514/924] Compiling asn1_compat.cc
[515/924] Compiling buf.cc
[516/924] Compiling bn_asn1.cc
[517/924] Compiling cbb.cc
[518/924] Compiling cbs.cc
[519/924] Compiling blake2.cc
[520/924] Compiling convert.cc
[521/924] Compiling printf.cc
[522/924] Compiling socket.cc
[523/924] Compiling socket_helper.cc
[524/924] Compiling hexdump.cc
[525/924] Compiling pair.cc
[526/924] Compiling file.cc
[527/924] Compiling fd.cc
[528/924] Compiling errno.cc
[529/924] Compiling bio_mem.cc
[530/924] Compiling connect.cc
[531/924] Compiling base64.cc
[532/924] Compiling bio.cc
[533/924] Compiling tasn_fre.cc
[534/924] Compiling tasn_typ.cc
[535/924] Compiling tasn_new.cc
[536/924] Compiling tasn_utl.cc
[537/924] Compiling posix_time.cc
[538/924] Compiling f_string.cc
[539/924] Compiling tasn_enc.cc
[540/924] Compiling tasn_dec.cc
[541/924] Compiling f_int.cc
[542/924] Compiling asn1_par.cc
[543/924] Compiling asn_pack.cc
[544/924] Compiling asn1_lib.cc
[545/924] Compiling a_utctm.cc
[546/924] Compiling a_type.cc
[547/924] Compiling a_time.cc
[548/924] Compiling a_octet.cc
[549/924] Compiling a_strnid.cc
[550/924] Compiling a_strex.cc
[551/924] Compiling a_object.cc
[552/924] Compiling a_i2d_fp.cc
[553/924] Compiling a_mbstr.cc
[554/924] Compiling a_int.cc
[555/924] Compiling a_dup.cc
[556/924] Compiling a_d2i_fp.cc
[557/924] Compiling fiat_p256_adx_sqr.S
[558/924] Compiling a_gentm.cc
[559/924] Compiling fiat_p256_adx_mul.S
[560/924] Compiling fiat_curve25519_adx_square.S
[561/924] Compiling fiat_curve25519_adx_mul.S
[562/924] Compiling md5-x86_64-linux.S
[563/924] Compiling a_bitstr.cc
[564/924] Compiling md5-x86_64-apple.S
[565/924] Compiling md5-586-linux.S
[566/924] Compiling a_bool.cc
[567/924] Compiling CCryptoBoringSSLShims shims.c
[568/924] Compiling md5-586-apple.S
[569/924] Compiling chacha20_poly1305_x86_64-apple.S
[570/924] Compiling chacha20_poly1305_armv8-win.S
[571/924] Compiling chacha20_poly1305_armv8-linux.S
[572/924] Compiling chacha20_poly1305_armv8-apple.S
[573/924] Compiling chacha-x86_64-linux.S
[574/924] Compiling chacha20_poly1305_x86_64-linux.S
[575/924] Compiling chacha-x86_64-apple.S
[576/924] Compiling chacha-x86-linux.S
[577/924] Compiling chacha-x86-apple.S
[578/924] Compiling chacha-armv8-win.S
[579/924] Compiling chacha-armv8-apple.S
[580/924] Compiling chacha-armv8-linux.S
[581/924] Compiling chacha-armv4-linux.S
[582/924] Compiling x86_64-mont5-apple.S
[583/924] Compiling aes128gcmsiv-x86_64-apple.S
[584/924] Compiling aes128gcmsiv-x86_64-linux.S
[585/924] Compiling x86_64-mont5-linux.S
[586/924] Compiling x86_64-mont-apple.S
[587/924] Compiling x86-mont-linux.S
[588/924] Compiling x86_64-mont-linux.S
[589/924] Compiling err_data.cc
[590/924] Compiling vpaes-x86_64-linux.S
[591/924] Compiling x86-mont-apple.S
[592/924] Compiling vpaes-x86_64-apple.S
[593/924] Compiling vpaes-x86-apple.S
[594/924] Compiling vpaes-x86-linux.S
[595/924] Compiling vpaes-armv8-win.S
[596/924] Compiling vpaes-armv8-apple.S
[597/924] Compiling vpaes-armv8-linux.S
[598/924] Compiling vpaes-armv7-linux.S
[599/924] Compiling sha512-armv8-win.S
[600/924] Compiling sha512-x86_64-apple.S
[601/924] Compiling sha512-x86_64-linux.S
[602/924] Compiling sha512-armv8-apple.S
[603/924] Compiling sha512-armv8-linux.S
[604/924] Compiling sha512-armv4-linux.S
[605/924] Compiling sha512-586-linux.S
[606/924] Compiling sha256-x86_64-apple.S
[607/924] Compiling sha512-586-apple.S
[608/924] Compiling sha256-armv8-win.S
[609/924] Compiling sha256-x86_64-linux.S
[610/924] Compiling sha256-armv8-linux.S
[611/924] Compiling sha256-armv8-apple.S
[612/924] Compiling sha256-armv4-linux.S
[613/924] Compiling sha256-586-apple.S
[614/924] Compiling sha256-586-linux.S
[615/924] Compiling sha1-x86_64-apple.S
[616/924] Compiling sha1-armv8-win.S
[617/924] Compiling sha1-armv8-linux.S
[617/924] Compiling sha1-armv8-apple.S
[619/924] Compiling sha1-x86_64-linux.S
[620/924] Compiling sha1-armv4-large-linux.S
[621/924] Compiling sha1-586-linux.S
[622/924] Compiling sha1-586-apple.S
[623/924] Compiling rsaz-avx2-linux.S
[624/924] Compiling rdrand-x86_64-linux.S
[625/924] Compiling rsaz-avx2-apple.S
[626/924] Compiling rdrand-x86_64-apple.S
[627/924] Compiling p256_beeu-x86_64-asm-linux.S
[628/924] Compiling p256_beeu-armv8-asm-win.S
[629/924] Compiling p256_beeu-armv8-asm-apple.S
[629/924] Compiling p256_beeu-x86_64-asm-apple.S
[631/924] Compiling p256_beeu-armv8-asm-linux.S
[632/924] Compiling p256-x86_64-asm-linux.S
[633/924] Compiling p256-x86_64-asm-apple.S
[634/924] Compiling p256-armv8-asm-apple.S
[635/924] Compiling p256-armv8-asm-win.S
[636/924] Compiling p256-armv8-asm-linux.S
[637/924] Compiling ghashv8-armv8-win.S
[638/924] Compiling ghashv8-armv8-linux.S
[639/924] Compiling ghashv8-armv7-linux.S
[640/924] Compiling ghashv8-armv8-apple.S
[641/924] Compiling ghash-x86_64-linux.S
[642/924] Compiling ghash-x86-linux.S
[643/924] Compiling ghash-x86-apple.S
[644/924] Compiling ghash-x86_64-apple.S
[645/924] Compiling ghash-ssse3-x86_64-linux.S
[646/924] Compiling ghash-neon-armv8-win.S
[647/924] Compiling ghash-neon-armv8-linux.S
[648/924] Compiling ghash-ssse3-x86-linux.S
[648/924] Compiling ghash-ssse3-x86_64-apple.S
[650/924] Compiling ghash-ssse3-x86-apple.S
[651/924] Compiling ghash-neon-armv8-apple.S
[652/924] Compiling ghash-armv4-linux.S
[653/924] Compiling co-586-apple.S
[654/924] Compiling bn-armv8-win.S
[655/924] Compiling co-586-linux.S
[656/924] Compiling bsaes-armv7-linux.S
[656/924] Compiling bn-armv8-apple.S
[658/924] Compiling bn-armv8-linux.S
[659/924] Compiling bn-586-linux.S
[660/924] Compiling bn-586-apple.S
[661/924] Compiling armv8-mont-win.S
[662/924] Compiling armv8-mont-linux.S
[663/924] Compiling armv8-mont-apple.S
[664/924] Compiling armv4-mont-linux.S
[665/924] Compiling aesv8-gcm-armv8-win.S
[666/924] Compiling aesv8-gcm-armv8-linux.S
[667/924] Compiling aesv8-armv8-win.S
[668/924] Compiling aesv8-armv8-linux.S
[669/924] Compiling aesv8-gcm-armv8-apple.S
[670/924] Compiling aesv8-armv7-linux.S
[671/924] Compiling aesv8-armv8-apple.S
[672/924] Compiling aesni-x86_64-linux.S
[673/924] Compiling aesni-x86_64-apple.S
[674/924] Compiling aesni-x86-linux.S
[675/924] Compiling aesni-x86-apple.S
[676/924] Compiling aesni-gcm-x86_64-linux.S
[677/924] Compiling aesni-gcm-x86_64-apple.S
[678/924] Compiling aes-gcm-avx10-x86_64-apple.S
[679/924] Compiling aes-gcm-avx10-x86_64-linux.S
[680/924] Compiling x_x509a.cc
[681/924] Compiling x_x509.cc
[681/924] Compiling x_req.cc
[683/924] Compiling x_sig.cc
[684/924] Compiling x_spki.cc
[685/924] Compiling x_val.cc
[686/924] Compiling c-nioatomics.c
[687/924] Compiling x_attrib.cc
[688/924] Compiling x_all.cc
[689/924] Compiling x_pubkey.cc
[690/924] Compiling x_exten.cc
[691/924] Compiling x_crl.cc
[692/924] Compiling x_name.cc
[693/924] Compiling c-atomics.c
[694/924] Compiling x_algor.cc
[695/930] Compiling x509cset.cc
[696/930] Compiling x509spki.cc
[697/930] Compiling x509name.cc
[698/930] Compiling x509rset.cc
[699/930] Compiling x509_vfy.cc
[701/930] Compiling NIOConcurrencyHelpers lock.swift
[701/930] Compiling x509_vpm.cc
[702/930] Compiling x509_v3.cc
[704/930] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[705/930] Emitting module NIOConcurrencyHelpers
[706/930] Compiling NIOConcurrencyHelpers NIOLock.swift
[707/930] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[708/930] Compiling NIOConcurrencyHelpers atomics.swift
[708/931] Compiling x509_txt.cc
[710/931] Compiling x509_trs.cc
[711/931] Compiling x509_set.cc
[712/931] Compiling x509_obj.cc
[713/931] Compiling x509_req.cc
[714/931] Compiling x509_lu.cc
[715/931] Compiling x509_ext.cc
[716/931] Compiling x509_d2.cc
[717/931] Compiling x509_def.cc
[718/931] Compiling x509_cmp.cc
[719/931] Compiling x509_att.cc
[720/931] Compiling x509.cc
[721/931] Compiling v3_utl.cc
[722/931] Compiling v3_skey.cc
[723/931] Compiling v3_purp.cc
[724/931] Compiling v3_pcons.cc
[725/931] Compiling v3_prn.cc
[726/931] Compiling v3_pmaps.cc
[727/931] Compiling v3_ocsp.cc
[728/931] Compiling v3_ncons.cc
[729/931] Compiling v3_int.cc
[730/931] Compiling v3_lib.cc
[731/931] Compiling v3_genn.cc
[732/931] Compiling v3_ia5.cc
[733/931] Compiling v3_info.cc
[734/931] Compiling v3_extku.cc
[735/931] Compiling v3_enum.cc
[736/931] Compiling v3_crld.cc
[737/931] Compiling v3_cpols.cc
[738/931] Compiling v3_conf.cc
[739/931] Compiling v3_akeya.cc
[740/931] Compiling v3_bitst.cc
[741/931] Compiling v3_alt.cc
[742/931] Compiling v3_bcons.cc
[743/931] Compiling v3_akey.cc
[744/931] Compiling t_x509a.cc
[745/931] Compiling t_req.cc
[746/931] Compiling i2d_pr.cc
[747/931] Compiling t_x509.cc
[748/931] Compiling t_crl.cc
[749/931] Compiling rsa_pss.cc
[750/931] Compiling policy.cc
[751/931] Compiling name_print.cc
[752/931] Compiling by_file.cc
[753/931] Compiling asn1_gen.cc
[754/931] Compiling voprf.cc
[755/931] Compiling by_dir.cc
[756/931] Compiling a_sign.cc
[757/931] Compiling trust_token.cc
[758/931] Compiling algorithm.cc
[759/931] Compiling a_verify.cc
[760/931] Compiling a_digest.cc
[761/931] Compiling thread_win.cc
[762/931] Compiling thread.cc
[763/931] Compiling thread_none.cc
[764/931] Compiling thread_pthread.cc
[765/931] Compiling wots.cc
[766/931] Compiling pmbtoken.cc
[767/931] Compiling stack.cc
[768/931] Compiling thash.cc
[769/931] Compiling merkle.cc
[770/931] Compiling sha256.cc
[771/931] Compiling fors.cc
[772/931] Compiling sha1.cc
[773/931] Compiling slhdsa.cc
[774/931] Compiling sha512.cc
[775/931] Compiling siphash.cc
[776/931] Compiling rsa_print.cc
[777/931] Compiling rsa_extra.cc
[778/931] Compiling rsa_crypt.cc
[779/931] Compiling rc4.cc
[780/931] Compiling refcount.cc
[781/931] Compiling windows.cc
[782/931] Compiling trusty.cc
[783/931] Compiling urandom.cc
[784/931] Compiling rsa_asn1.cc
[785/931] Compiling rand_extra.cc
[786/931] Compiling ios.cc
[787/931] Compiling passive.cc
[788/931] Compiling getentropy.cc
[789/931] Compiling poly1305_arm_asm.S
[790/931] Compiling deterministic.cc
[791/931] Compiling forkunsafe.cc
[792/931] Compiling fork_detect.cc
[793/931] Compiling pool.cc
[794/931] Compiling poly1305.cc
[795/931] Compiling poly1305_vec.cc
[796/931] Compiling poly1305_arm.cc
[797/931] Compiling pkcs7.cc
[798/931] Compiling pkcs8_x509.cc
[799/931] Compiling p5_pbev2.cc
[800/931] Compiling pkcs8.cc
[801/931] Compiling pem_xaux.cc
[802/931] Compiling pkcs7_x509.cc
[803/931] Compiling pem_pkey.cc
[804/931] Compiling pem_x509.cc
[805/931] Compiling pem_pk8.cc
[806/931] Compiling pem_oth.cc
[807/931] Compiling obj_xref.cc
[808/931] Compiling mlkem.cc
[809/931] Compiling pem_info.cc
[810/931] Compiling mldsa.cc
[811/931] Compiling obj.cc
[812/931] Compiling pem_all.cc
[813/931] Compiling pem_lib.cc
[814/931] Compiling md5.cc
[815/931] Compiling poly_rq_mul.S
[816/931] Compiling fips_shared_support.cc
[817/931] Compiling md4.cc
[818/931] Compiling mem.cc
[819/931] Compiling lhash.cc
[820/931] Compiling kyber.cc
[821/931] Compiling ex_data.cc
[822/931] Compiling hpke.cc
[823/931] Compiling sign.cc
[824/931] Compiling hrss.cc
[825/931] Compiling scrypt.cc
[826/931] Compiling print.cc
[827/931] Compiling pbkdf.cc
[828/931] Compiling p_x25519_asn1.cc
[829/931] Compiling p_x25519.cc
[830/931] Compiling p_rsa_asn1.cc
[831/931] Compiling p_hkdf.cc
[832/931] Compiling p_rsa.cc
[833/931] Compiling p_ed25519_asn1.cc
[834/931] Compiling p_ed25519.cc
[835/931] Compiling p_ec_asn1.cc
[836/931] Compiling p_ec.cc
[837/931] Compiling p_dsa_asn1.cc
[838/931] Compiling p_dh.cc
[839/931] Compiling p_dh_asn1.cc
[840/931] Compiling evp_ctx.cc
[841/931] Compiling evp_asn1.cc
[842/931] Compiling evp.cc
[843/931] Compiling err.cc
[844/931] Compiling engine.cc
[845/931] Compiling ecdh_extra.cc
[846/931] Compiling ecdsa_asn1.cc
[847/931] Compiling hash_to_curve.cc
[848/931] Compiling ec_derive.cc
[849/931] Compiling ec_asn1.cc
[850/931] Compiling dsa_asn1.cc
[851/931] Compiling dsa.cc
[852/931] Compiling digest_extra.cc
[853/931] Compiling params.cc
[854/931] Compiling x25519-asm-arm.S
[855/931] Compiling dh_asn1.cc
[856/931] Compiling des.cc
[857/931] Compiling spake25519.cc
[858/931] Compiling cpu_intel.cc
[859/931] Compiling crypto.cc
[860/931] Compiling cpu_arm_linux.cc
[861/931] Compiling cpu_aarch64_win.cc
[862/931] Compiling cpu_arm_freebsd.cc
[863/931] Compiling curve25519.cc
[864/931] Compiling cpu_aarch64_sysreg.cc
[864/931] Compiling cpu_aarch64_openbsd.cc
[866/931] Compiling cpu_aarch64_linux.cc
[867/931] Compiling curve25519_64_adx.cc
[868/931] Compiling cpu_aarch64_apple.cc
[869/931] Compiling cpu_aarch64_fuchsia.cc
[870/931] Compiling e_tls.cc
[871/931] Compiling bcm.cc
[872/931] Compiling conf.cc
[873/931] Compiling tls_cbc.cc
[874/931] Compiling e_rc4.cc
[875/931] Compiling e_null.cc
[876/931] Compiling e_rc2.cc
[877/931] Compiling e_des.cc
[878/931] Compiling e_chacha20poly1305.cc
[879/931] Compiling e_aesgcmsiv.cc
[880/931] Compiling derive_key.cc
[881/931] Compiling e_aesctrhmac.cc
[882/931] Compiling cipher_extra.cc
[883/931] Compiling chacha.cc
[884/931] Compiling unicode.cc
[885/931] Compiling cbs.cc
[886/931] Compiling ber.cc
[887/931] Compiling asn1_compat.cc
[888/931] Compiling buf.cc
[889/931] Compiling cbb.cc
[890/931] Compiling bn_asn1.cc
[891/931] Compiling printf.cc
[892/931] Compiling convert.cc
[893/931] Compiling blake2.cc
[894/931] Compiling pair.cc
[895/931] Compiling hexdump.cc
[896/931] Compiling file.cc
[897/931] Compiling fd.cc
[898/931] Compiling errno.cc
[899/931] Compiling bio_mem.cc
[900/931] Compiling base64.cc
[901/931] Compiling bio.cc
[902/931] Compiling tasn_fre.cc
[903/931] Compiling tasn_utl.cc
[904/931] Compiling tasn_typ.cc
[905/931] Compiling tasn_new.cc
[906/931] Compiling posix_time.cc
[907/931] Compiling tasn_enc.cc
[908/931] Compiling tasn_dec.cc
[909/931] Compiling asn1_par.cc
[909/931] Compiling f_string.cc
[911/931] Compiling asn_pack.cc
[912/931] Compiling f_int.cc
[913/931] Compiling a_utctm.cc
[914/931] Compiling a_type.cc
[915/931] Compiling asn1_lib.cc
[916/931] Compiling a_octet.cc
[917/931] Compiling a_time.cc
[918/931] Compiling a_strnid.cc
[919/931] Compiling a_strex.cc
[920/931] Compiling a_object.cc
[921/931] Compiling a_mbstr.cc
[922/931] Write sources
[924/931] Compiling a_i2d_fp.cc
[925/931] Compiling a_int.cc
[926/931] Compiling a_dup.cc
[927/931] Compiling a_bitstr.cc
[928/931] Compiling a_gentm.cc
[929/932] Compiling a_d2i_fp.cc
[930/971] Compiling a_bool.cc
[932/971] Compiling Atomics Primitives.shims.swift
[933/971] Compiling Atomics AtomicInteger.swift
[934/971] Compiling Atomics AtomicOptionalWrappable.swift
[935/981] Compiling Atomics ManagedAtomic.swift
[936/981] Compiling Atomics ManagedAtomicLazyReference.swift
[937/981] Compiling Atomics UnsafeAtomic.swift
[938/981] Compiling Atomics UnsafeAtomicLazyReference.swift
[939/981] Compiling Atomics AtomicMemoryOrderings.swift
[940/981] Compiling Atomics DoubleWord.swift
[941/981] Compiling Atomics IntegerOperations.swift
[942/981] Compiling Atomics Unmanaged extensions.swift
[943/983] Compiling Atomics OptionalRawRepresentable.swift
[944/983] Compiling Atomics RawRepresentable.swift
[945/983] Compiling Atomics AtomicBool.swift
[951/983] Compiling Atomics AtomicReference.swift
[952/983] Compiling Atomics AtomicStorage.swift
[953/983] Compiling Atomics AtomicValue.swift
[960/983] Emitting module BigInt
[961/983] Compiling CryptoBoringWrapper RandomBytes.swift
[962/983] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[963/983] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[964/983] Compiling CryptoBoringWrapper EllipticCurve.swift
[965/983] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[966/983] Emitting module CryptoBoringWrapper
[967/983] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[971/983] Compiling Atomics IntegerConformances.swift
[972/983] Compiling Atomics PointerConformances.swift
[973/983] Compiling Atomics Primitives.native.swift
[977/983] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[979/984] Compiling BigInt Subtraction.swift
[980/984] Compiling BigInt Words and Bits.swift
[982/1056] Compiling Crypto ChaChaPoly.swift
[983/1056] Compiling Crypto Cipher.swift
[984/1056] Compiling Crypto Nonces.swift
[985/1056] Emitting module Atomics
[987/1057] Compiling Crypto SymmetricKeys.swift
[988/1057] Compiling Crypto HMAC.swift
[989/1057] Compiling Crypto MACFunctions.swift
[990/1057] Compiling Crypto MessageAuthenticationCode.swift
[991/1057] Compiling Crypto AES.swift
[992/1057] Compiling Crypto ECDSASignature_boring.swift
[993/1057] Compiling Crypto ECDSA_boring.swift
[994/1057] Compiling Crypto EdDSA_boring.swift
[995/1057] Compiling Crypto ECDSA.swift
[996/1057] Compiling Crypto Ed25519.swift
[997/1125] Compiling NIOCore MarkedCircularBuffer.swift
[998/1125] Compiling NIOCore MulticastChannel.swift
[999/1125] Compiling NIOCore NIOAny.swift
[1000/1125] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1001/1125] Compiling NIOCore NIOLoopBound.swift
[1002/1125] Compiling NIOCore NIOScheduledCallback.swift
[1003/1125] Compiling NIOCore NIOSendable.swift
[1004/1125] Compiling NIOCore RecvByteBufferAllocator.swift
[1005/1125] Compiling Crypto NISTCurvesKeys.swift
[1006/1125] Compiling Crypto X25519Keys.swift
[1007/1125] Compiling NIOCore AddressedEnvelope.swift
[1008/1125] Compiling NIOCore AsyncAwaitSupport.swift
[1009/1125] Compiling NIOCore AsyncChannel.swift
[1010/1125] Compiling NIOCore AsyncChannelHandler.swift
[1011/1125] Compiling NIOCore AsyncChannelInboundStream.swift
[1012/1125] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1013/1125] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1014/1125] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1015/1125] Compiling NIOCore NIOAsyncWriter.swift
[1016/1125] Compiling NIOCore ChannelPipeline.swift
[1017/1125] Emitting module Crypto
[1018/1125] Compiling NIOCore Channel.swift
[1019/1125] Compiling NIOCore ChannelHandler.swift
[1020/1125] Compiling NIOCore ChannelHandlers.swift
[1021/1125] Compiling NIOCore ChannelInvoker.swift
[1022/1125] Compiling NIOCore ChannelOption.swift
[1023/1125] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1024/1125] Compiling NIOCore BSDSocketAPI.swift
[1025/1125] Compiling NIOCore ByteBuffer-aux.swift
[1026/1125] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1027/1125] Compiling NIOCore ByteBuffer-conversions.swift
[1028/1125] Compiling NIOCore FileHandle.swift
[1029/1125] Compiling NIOCore FileRegion.swift
[1030/1125] Compiling NIOCore GlobalSingletons.swift
[1031/1125] Compiling NIOCore IO.swift
[1032/1125] Compiling NIOCore IOData.swift
[1033/1125] Compiling NIOCore IPProtocol.swift
[1034/1125] Compiling NIOCore IntegerBitPacking.swift
[1035/1125] Compiling NIOCore IntegerTypes.swift
[1036/1125] Compiling NIOCore Interfaces.swift
[1037/1125] Compiling NIOCore Linux.swift
[1038/1125] Compiling NIOCore CircularBuffer.swift
[1039/1125] Compiling NIOCore Codec.swift
[1040/1125] Compiling NIOCore ConvenienceOptionSupport.swift
[1041/1125] Compiling NIOCore DeadChannel.swift
[1042/1125] Compiling NIOCore DispatchQueue+WithFuture.swift
[1043/1125] Compiling NIOCore EventLoop+Deprecated.swift
[1044/1125] Compiling NIOCore EventLoop+SerialExecutor.swift
[1045/1125] Compiling NIOCore ByteBuffer-multi-int.swift
[1046/1125] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1047/1125] Compiling NIOCore ByteBuffer-views.swift
[1048/1125] Compiling NIOCore ByteBuffer-core.swift
[1049/1125] Compiling NIOCore ByteBuffer-hex.swift
[1050/1125] Compiling NIOCore ByteBuffer-int.swift
[1051/1125] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1052/1125] Compiling NIOCore EventLoop.swift
[1053/1125] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1054/1125] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1055/1125] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1056/1125] Compiling NIOCore EventLoopFuture.swift
[1057/1125] Compiling NIOCore FileDescriptor.swift
[1066/1133] Compiling Crypto Signature.swift
[1067/1133] Compiling Crypto CryptoKitErrors_boring.swift
[1068/1133] Compiling Crypto RNG_boring.swift
[1069/1133] Compiling Crypto SafeCompare_boring.swift
[1070/1133] Compiling Crypto Zeroization_boring.swift
[1071/1133] Compiling Crypto PrettyBytes.swift
[1072/1133] Compiling Crypto SafeCompare.swift
[1073/1133] Compiling Crypto SecureBytes.swift
[1074/1133] Compiling Crypto Zeroization.swift
[1084/1139] Compiling IDKitCore URLExt.swift
[1085/1139] Emitting module IDKitCore
[1094/1139] Compiling IDKitCore BridgeClient.swift
/host/spi-builder-workspace/Sources/IDKitCore/BridgeClient.swift:86:18: error: cannot find 'URLRequest' in scope
84 | let task = Task.detached {
85 | var currentStatus: Status = .waitingForConnection
86 | let request = URLRequest(url: self.bridgeURL.rawURL.appendingPathComponent("response/\(requestID)"))
| `- error: cannot find 'URLRequest' in scope
87 |
88 | continuation.yield(currentStatus)
/host/spi-builder-workspace/Sources/IDKitCore/BridgeClient.swift:132:17: error: cannot find 'URLRequest' in scope
130 |
131 | private static func create_request<Request: Decodable>(_ data: Payload<Request>, bridgeURL: BridgeURL) async throws -> CreateRequestResponse {
132 | var request = URLRequest(url: bridgeURL.rawURL.appendingPathComponent("request"))
| `- error: cannot find 'URLRequest' in scope
133 |
134 | request.httpMethod = "POST"
/host/spi-builder-workspace/Sources/IDKitCore/BridgeClient.swift:140:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
138 | request.setValue("application/json", forHTTPHeaderField: "Content-Type")
139 |
140 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
141 |
142 | return try JSONDecoder().decode(CreateRequestResponse.self, from: data)
/host/spi-builder-workspace/Sources/IDKitCore/BridgeClient.swift:146:17: error: cannot find 'URLRequest' in scope
144 |
145 | private func get_status(for requestID: UUID, bridgeURL: BridgeURL) async throws -> BridgeQueryResponse {
146 | let request = URLRequest(url: bridgeURL.rawURL.appendingPathComponent("response/\(requestID)"))
| `- error: cannot find 'URLRequest' in scope
147 |
148 | let (data, res) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/IDKitCore/BridgeClient.swift:148:42: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
146 | let request = URLRequest(url: bridgeURL.rawURL.appendingPathComponent("response/\(requestID)"))
147 |
148 | let (data, res) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
149 | guard let res = res as? HTTPURLResponse, (200...299).contains(res.statusCode) else { throw AppError.connectionFailed }
150 |
[1095/1139] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1096/1139] Compiling NIOCore SocketAddresses.swift
[1097/1139] Compiling NIOCore SocketOptionProvider.swift
[1098/1139] Compiling NIOCore SystemCallHelpers.swift
[1099/1139] Compiling NIOCore TimeAmount+Duration.swift
[1100/1139] Compiling NIOCore TypeAssistedChannelHandler.swift
[1101/1139] Compiling NIOCore UniversalBootstrapSupport.swift
[1102/1139] Compiling NIOCore Utilities.swift
[1103/1139] Compiling IDKitCore Encodable+encrypt.swift
[1104/1139] Compiling IDKitCore Types.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/109] Compiling secp256k1 PKCS8PrivateKey.swift
[3/109] Compiling secp256k1 SEC1PrivateKey.swift
[4/111] Compiling secp256k1 ASN1Strings.swift
[5/111] Compiling secp256k1 ArraySliceBigint.swift
[6/111] Compiling secp256k1 GeneralizedTime.swift
[7/111] Compiling secp256k1 ObjectIdentifier.swift
[8/111] Compiling secp256k1 ASN1.swift
[9/111] Compiling secp256k1 ASN1Any.swift
[10/111] Compiling secp256k1 ASN1BitString.swift
[12/111] Compiling secp256k1 ASN1Boolean.swift
[13/112] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[14/112] Compiling CryptoBoringWrapper RandomBytes.swift
[15/112] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[18/112] Compiling Internal_CryptoSwift_PBDKF2 Utils.swift
[19/112] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/112] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/112] Compiling Internal_CryptoSwift_PBDKF2 UInt32+Extensions.swift
[22/112] Compiling Internal_CryptoSwift_PBDKF2 UInt64+Extensions.swift
[23/112] Compiling NIOConcurrencyHelpers lock.swift
[24/112] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[25/112] Emitting module CryptoBoringWrapper
[26/112] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/112] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/112] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[29/112] Compiling secp256k1 Combine.swift
[30/112] Compiling secp256k1 Context.swift
[31/112] Compiling NIOConcurrencyHelpers atomics.swift
[32/114] Compiling Internal_CryptoSwift_PBDKF2 ZeroPadding.swift
[33/114] Compiling _NIODataStructures Heap.swift
[34/114] Emitting module _NIOBase64
[35/114] Compiling _NIOBase64 Base64.swift
[36/115] Emitting module _NIODataStructures
[37/115] Emitting module NIOConcurrencyHelpers
[38/116] Compiling secp256k1 ASN1Null.swift
[39/116] Compiling secp256k1 ASN1OctetString.swift
[42/116] Compiling _NIODataStructures PriorityQueue.swift
[43/116] Compiling _NIODataStructures _TinyArray.swift
[45/117] Emitting module BigInt
[46/117] Emitting module InternalCollectionsUtilities
[47/117] Compiling CryptoBoringWrapper EllipticCurve.swift
[48/117] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[49/117] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[56/118] Compiling BigInt Subtraction.swift
[57/118] Compiling BigInt Words and Bits.swift
[58/118] Compiling secp256k1 Digest.swift
[66/123] Compiling secp256k1 ASN1Identifier.swift
[67/123] Compiling secp256k1 ASN1Integer.swift
[68/123] Compiling secp256k1 ECDSASignature.swift
[69/123] Compiling secp256k1 PEMDocument.swift
[77/153] Compiling Atomics IntegerConformances.swift
[78/153] Compiling Atomics PointerConformances.swift
[79/153] Compiling Atomics Primitives.native.swift
[80/153] Compiling Atomics OptionalRawRepresentable.swift
[81/153] Compiling Atomics RawRepresentable.swift
[82/153] Compiling Atomics AtomicBool.swift
[83/153] Compiling Atomics AtomicMemoryOrderings.swift
[84/153] Compiling Atomics DoubleWord.swift
[85/153] Compiling Atomics ManagedAtomic.swift
[86/153] Emitting module Internal_CryptoSwift_PBDKF2
[89/153] Compiling Internal_CryptoSwift_PBDKF2 SHA2.swift
[90/154] Compiling Logging MetadataProvider.swift
[92/192] Compiling Logging LogHandler.swift
[93/225] Compiling GenericJSON Querying.swift
[94/225] Emitting module GenericJSON
[95/225] Compiling GenericJSON Merging.swift
[96/226] Compiling Crypto SubjectPublicKeyInfo.swift
[97/226] Compiling Crypto CryptoKitErrors.swift
[98/232] Compiling Crypto HPKE-KEM.swift
[99/232] Compiling Crypto HPKE-Errors.swift
[100/232] Compiling Crypto HKDF.swift
[101/232] Compiling Crypto AESWrap.swift
[102/232] Compiling Crypto AESWrap_boring.swift
[103/238] Compiling Crypto HPKE-LabeledExtract.swift
[104/238] Compiling Crypto HPKE-Utils.swift
[105/238] Compiling Crypto DHKEM.swift
[106/238] Compiling Crypto HPKE-KEM-Curve25519.swift
[107/238] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[108/240] Compiling Logging Locks.swift
[109/240] Compiling Crypto Digest_boring.swift
[110/240] Compiling Crypto Digest.swift
[111/240] Compiling Crypto Digests.swift
[112/240] Compiling Crypto HashFunctions.swift
[113/242] Emitting module Logging
[114/242] Compiling Crypto ASN1Identifier.swift
[115/242] Compiling Crypto ASN1Integer.swift
[116/243] Compiling GenericJSON JSON.swift
[117/243] Compiling Crypto ASN1OctetString.swift
[118/243] Compiling Crypto ASN1Strings.swift
[119/243] Compiling Crypto ArraySliceBigint.swift
[120/243] Compiling Crypto GeneralizedTime.swift
[121/243] Compiling Crypto ObjectIdentifier.swift
[122/243] Compiling Crypto ECDSASignature.swift
[123/243] Compiling Crypto PEMDocument.swift
[124/243] Compiling Crypto HPKE-Ciphersuite.swift
[125/243] Compiling Crypto HPKE-KDF.swift
[126/243] Compiling Crypto HPKE-KexKeyDerivation.swift
[127/243] Compiling DequeModule Deque+Testing.swift
[128/243] Compiling DequeModule Deque._Storage.swift
[129/243] Compiling DequeModule Deque+Extras.swift
[130/243] Compiling DequeModule Deque+Hashable.swift
[131/243] Compiling DequeModule Deque._UnsafeHandle.swift
[132/243] Compiling DequeModule Deque.swift
[133/243] Compiling DequeModule Deque+CustomReflectable.swift
[134/243] Compiling DequeModule Deque+Descriptions.swift
[136/243] Compiling GenericJSON Initialization.swift
[137/246] Compiling DequeModule _DequeBuffer.swift
[138/246] Compiling DequeModule _DequeBufferHeader.swift
[146/246] Compiling Atomics IntegerOperations.swift
[147/246] Compiling Atomics Unmanaged extensions.swift
[148/246] Compiling DequeModule Deque+Equatable.swift
[149/246] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[154/246] Emitting module secp256k1
[155/246] Compiling DequeModule Deque+Codable.swift
[156/246] Compiling DequeModule Deque+Collection.swift
[161/247] Compiling DequeModule _DequeSlot.swift
[162/247] Compiling DequeModule _UnsafeWrappedBuffer.swift
[168/247] Emitting module DequeModule
[169/248] Compiling Crypto SymmetricKeys.swift
[170/248] Compiling Crypto HMAC.swift
[171/248] Compiling Crypto MACFunctions.swift
[172/248] Compiling Crypto MessageAuthenticationCode.swift
[173/248] Compiling Crypto AES.swift
[174/248] Compiling Crypto ECDSASignature_boring.swift
[175/248] Compiling Crypto ECDSA_boring.swift
[176/248] Compiling Crypto EdDSA_boring.swift
[177/248] Compiling Crypto ECDSA.swift
[178/248] Compiling Crypto Ed25519.swift
[179/248] Compiling Logging Logging.swift
[195/258] Compiling Crypto Ed25519_boring.swift
[196/258] Compiling Crypto NISTCurvesKeys_boring.swift
[197/258] Compiling Crypto X25519Keys_boring.swift
[198/258] Compiling Crypto Curve25519.swift
[199/258] Compiling Crypto Ed25519Keys.swift
[200/258] Compiling Crypto NISTCurvesKeys.swift
[201/258] Compiling Crypto X25519Keys.swift
[214/258] Compiling Crypto ASN1Null.swift
[222/258] Compiling Crypto HPKE.swift
[223/258] Compiling Crypto HPKE-Context.swift
[224/258] Compiling Crypto HPKE-KeySchedule.swift
[225/258] Compiling Crypto HPKE-Modes.swift
[226/258] Compiling Crypto Insecure.swift
[227/258] Compiling Crypto Insecure_HashFunctions.swift
[228/258] Compiling Crypto KEM.swift
[229/258] Compiling Crypto ECDH_boring.swift
[230/258] Compiling Crypto DH.swift
[231/258] Compiling Crypto ECDH.swift
[248/258] Emitting module Crypto
[249/258] Emitting module Atomics
[251/259] Compiling Crypto Signature.swift
[252/259] Compiling Crypto CryptoKitErrors_boring.swift
[253/259] Compiling Crypto RNG_boring.swift
[254/259] Compiling Crypto SafeCompare_boring.swift
[255/259] Compiling Crypto Zeroization_boring.swift
[256/259] Compiling Crypto PrettyBytes.swift
[257/259] Compiling Crypto SafeCompare.swift
[258/259] Compiling Crypto SecureBytes.swift
[259/259] Compiling Crypto Zeroization.swift
[261/324] Compiling IDKitCore URLExt.swift
[262/324] Emitting module IDKitCore
[263/324] Compiling IDKitCore BridgeClient.swift
/host/spi-builder-workspace/Sources/IDKitCore/BridgeClient.swift:86:18: error: cannot find 'URLRequest' in scope
84 | let task = Task.detached {
85 | var currentStatus: Status = .waitingForConnection
86 | let request = URLRequest(url: self.bridgeURL.rawURL.appendingPathComponent("response/\(requestID)"))
| `- error: cannot find 'URLRequest' in scope
87 |
88 | continuation.yield(currentStatus)
/host/spi-builder-workspace/Sources/IDKitCore/BridgeClient.swift:132:17: error: cannot find 'URLRequest' in scope
130 |
131 | private static func create_request<Request: Decodable>(_ data: Payload<Request>, bridgeURL: BridgeURL) async throws -> CreateRequestResponse {
132 | var request = URLRequest(url: bridgeURL.rawURL.appendingPathComponent("request"))
| `- error: cannot find 'URLRequest' in scope
133 |
134 | request.httpMethod = "POST"
/host/spi-builder-workspace/Sources/IDKitCore/BridgeClient.swift:140:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
138 | request.setValue("application/json", forHTTPHeaderField: "Content-Type")
139 |
140 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
141 |
142 | return try JSONDecoder().decode(CreateRequestResponse.self, from: data)
/host/spi-builder-workspace/Sources/IDKitCore/BridgeClient.swift:146:17: error: cannot find 'URLRequest' in scope
144 |
145 | private func get_status(for requestID: UUID, bridgeURL: BridgeURL) async throws -> BridgeQueryResponse {
146 | let request = URLRequest(url: bridgeURL.rawURL.appendingPathComponent("response/\(requestID)"))
| `- error: cannot find 'URLRequest' in scope
147 |
148 | let (data, res) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/IDKitCore/BridgeClient.swift:148:42: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
146 | let request = URLRequest(url: bridgeURL.rawURL.appendingPathComponent("response/\(requestID)"))
147 |
148 | let (data, res) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
149 | guard let res = res as? HTTPURLResponse, (200...299).contains(res.statusCode) else { throw AppError.connectionFailed }
150 |
[264/324] Compiling IDKitCore Encodable+encrypt.swift
[265/324] Compiling IDKitCore Types.swift
BUILD FAILURE 6.0 linux