Build Information
Successful build of swift-sodium, reference v0.0.2 (1c76ec
), with Swift 6.1 for Linux on 29 Apr 2025 06:22:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sinoru/swift-sodium.git
Reference: v0.0.2
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/sinoru/swift-sodium
* tag v0.0.2 -> FETCH_HEAD
HEAD is now at 1c76ec2 Merge branch 'release/0.0.2'
Cloned https://github.com/sinoru/swift-sodium.git
Revision (git rev-parse @):
1c76ec249bec72659723e0775d0aee32777b64ca
SUCCESS checkout https://github.com/sinoru/swift-sodium.git at v0.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/sinoru/swift-sodium.git
https://github.com/sinoru/swift-sodium.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
}
],
"manifest_display_name" : "swift-sodium",
"name" : "swift-sodium",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Sodium",
"targets" : [
"Sodium"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SodiumFoundationCompat",
"targets" : [
"SodiumFoundationCompat"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SodiumNIOCompat",
"targets" : [
"SodiumNIOCompat"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Clibsodium",
"targets" : [
"Clibsodium"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SodiumSecretStreamTests",
"module_type" : "SwiftTarget",
"name" : "SodiumSecretStreamTests",
"path" : "Tests/SodiumSecretStreamTests",
"sources" : [
"SecretStreamTests.swift"
],
"target_dependencies" : [
"SodiumSecretStream"
],
"type" : "test"
},
{
"c99name" : "SodiumSecretStream",
"module_type" : "SwiftTarget",
"name" : "SodiumSecretStream",
"path" : "Sources/SodiumSecretStream",
"product_memberships" : [
"Sodium",
"SodiumFoundationCompat",
"SodiumNIOCompat"
],
"sources" : [
"SecretStream.swift",
"SecretStreamCipher.swift",
"SecretStreamTag.swift",
"SecretStreamXChaCha20Poly1305.swift",
"SodiumSecretStream.swift"
],
"target_dependencies" : [
"SodiumCore"
],
"type" : "library"
},
{
"c99name" : "SodiumSecretBoxTests",
"module_type" : "SwiftTarget",
"name" : "SodiumSecretBoxTests",
"path" : "Tests/SodiumSecretBoxTests",
"sources" : [
"SecretBoxTests.swift"
],
"target_dependencies" : [
"SodiumSecretBox"
],
"type" : "test"
},
{
"c99name" : "SodiumSecretBox",
"module_type" : "SwiftTarget",
"name" : "SodiumSecretBox",
"path" : "Sources/SodiumSecretBox",
"product_memberships" : [
"Sodium",
"SodiumFoundationCompat",
"SodiumNIOCompat"
],
"sources" : [
"SecretBox.swift",
"SecretBoxCipher.swift",
"SecretBoxXChaCha20Poly1305.swift",
"SecretBoxXSalsa20Poly1305.swift",
"SodiumSecretBox.swift"
],
"target_dependencies" : [
"SodiumCore"
],
"type" : "library"
},
{
"c99name" : "SodiumNIOCompat",
"module_type" : "SwiftTarget",
"name" : "SodiumNIOCompat",
"path" : "Sources/SodiumNIOCompat",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"SodiumNIOCompat"
],
"sources" : [
"ByteBufferView+Sodium.swift",
"SodiumNIOCompat.swift"
],
"target_dependencies" : [
"Sodium"
],
"type" : "library"
},
{
"c99name" : "SodiumFoundationCompat",
"module_type" : "SwiftTarget",
"name" : "SodiumFoundationCompat",
"path" : "Sources/SodiumFoundationCompat",
"product_memberships" : [
"SodiumFoundationCompat"
],
"sources" : [
"Data+Sodium.swift",
"SodiumFoundationCompat.swift"
],
"target_dependencies" : [
"Sodium"
],
"type" : "library"
},
{
"c99name" : "SodiumCoreTests",
"module_type" : "SwiftTarget",
"name" : "SodiumCoreTests",
"path" : "Tests/SodiumCoreTests",
"sources" : [
"SodiumTests+DataProtocol_Base64.swift",
"SodiumTests+DataProtocol_Random.swift",
"SodiumTests.swift"
],
"target_dependencies" : [
"SodiumCore"
],
"type" : "test"
},
{
"c99name" : "SodiumCore",
"module_type" : "SwiftTarget",
"name" : "SodiumCore",
"path" : "Sources/SodiumCore",
"product_memberships" : [
"Sodium",
"SodiumFoundationCompat",
"SodiumNIOCompat"
],
"sources" : [
"Ciphers/AEADCipher.swift",
"Ciphers/Cipher.swift",
"Ciphers/XChaCha20Poly1305.swift",
"Ciphers/XSalsa20Poly1305.swift",
"DataSize.swift",
"Sodium+Data.swift",
"Sodium+DataProtocol.swift",
"Sodium+DataProtocol_Base64.swift",
"Sodium+DataProtocol_Random.swift",
"Sodium+Error.swift",
"Sodium.swift",
"SymmetricKey.swift"
],
"target_dependencies" : [
"Clibsodium"
],
"type" : "library"
},
{
"c99name" : "Sodium",
"module_type" : "SwiftTarget",
"name" : "Sodium",
"path" : "Sources/Sodium",
"product_memberships" : [
"Sodium",
"SodiumFoundationCompat",
"SodiumNIOCompat"
],
"sources" : [
"Sodium.swift"
],
"target_dependencies" : [
"SodiumCore",
"SodiumSecretBox",
"SodiumSecretStream"
],
"type" : "library"
},
{
"c99name" : "Clibsodium",
"module_type" : "ClangTarget",
"name" : "Clibsodium",
"path" : "Sources/Clibsodium",
"product_memberships" : [
"Sodium",
"SodiumFoundationCompat",
"SodiumNIOCompat",
"Clibsodium"
],
"sources" : [
"crypto_aead/aegis128l/aead_aegis128l.c",
"crypto_aead/aegis128l/aegis128l_aesni.c",
"crypto_aead/aegis128l/aegis128l_armcrypto.c",
"crypto_aead/aegis128l/aegis128l_soft.c",
"crypto_aead/aegis256/aead_aegis256.c",
"crypto_aead/aegis256/aegis256_aesni.c",
"crypto_aead/aegis256/aegis256_armcrypto.c",
"crypto_aead/aegis256/aegis256_soft.c",
"crypto_aead/aes256gcm/aead_aes256gcm.c",
"crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c",
"crypto_aead/aes256gcm/armcrypto/aead_aes256gcm_armcrypto.c",
"crypto_aead/chacha20poly1305/aead_chacha20poly1305.c",
"crypto_aead/xchacha20poly1305/aead_xchacha20poly1305.c",
"crypto_auth/crypto_auth.c",
"crypto_auth/hmacsha256/auth_hmacsha256.c",
"crypto_auth/hmacsha512/auth_hmacsha512.c",
"crypto_auth/hmacsha512256/auth_hmacsha512256.c",
"crypto_box/crypto_box.c",
"crypto_box/crypto_box_easy.c",
"crypto_box/crypto_box_seal.c",
"crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c",
"crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c",
"crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c",
"crypto_core/ed25519/core_ed25519.c",
"crypto_core/ed25519/core_ristretto255.c",
"crypto_core/ed25519/ref10/ed25519_ref10.c",
"crypto_core/hchacha20/core_hchacha20.c",
"crypto_core/hsalsa20/core_hsalsa20.c",
"crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c",
"crypto_core/salsa/ref/core_salsa_ref.c",
"crypto_core/softaes/softaes.c",
"crypto_generichash/blake2b/generichash_blake2.c",
"crypto_generichash/blake2b/ref/blake2b-compress-avx2.c",
"crypto_generichash/blake2b/ref/blake2b-compress-ref.c",
"crypto_generichash/blake2b/ref/blake2b-compress-sse41.c",
"crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c",
"crypto_generichash/blake2b/ref/blake2b-ref.c",
"crypto_generichash/blake2b/ref/generichash_blake2b.c",
"crypto_generichash/crypto_generichash.c",
"crypto_hash/crypto_hash.c",
"crypto_hash/sha256/cp/hash_sha256_cp.c",
"crypto_hash/sha256/hash_sha256.c",
"crypto_hash/sha512/cp/hash_sha512_cp.c",
"crypto_hash/sha512/hash_sha512.c",
"crypto_kdf/blake2b/kdf_blake2b.c",
"crypto_kdf/crypto_kdf.c",
"crypto_kdf/hkdf/kdf_hkdf_sha256.c",
"crypto_kdf/hkdf/kdf_hkdf_sha512.c",
"crypto_kx/crypto_kx.c",
"crypto_onetimeauth/crypto_onetimeauth.c",
"crypto_onetimeauth/poly1305/donna/poly1305_donna.c",
"crypto_onetimeauth/poly1305/onetimeauth_poly1305.c",
"crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c",
"crypto_pwhash/argon2/argon2-core.c",
"crypto_pwhash/argon2/argon2-encoding.c",
"crypto_pwhash/argon2/argon2-fill-block-avx2.c",
"crypto_pwhash/argon2/argon2-fill-block-avx512f.c",
"crypto_pwhash/argon2/argon2-fill-block-ref.c",
"crypto_pwhash/argon2/argon2-fill-block-ssse3.c",
"crypto_pwhash/argon2/argon2.c",
"crypto_pwhash/argon2/blake2b-long.c",
"crypto_pwhash/argon2/pwhash_argon2i.c",
"crypto_pwhash/argon2/pwhash_argon2id.c",
"crypto_pwhash/crypto_pwhash.c",
"crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c",
"crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c",
"crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c",
"crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c",
"crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c",
"crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c",
"crypto_scalarmult/crypto_scalarmult.c",
"crypto_scalarmult/curve25519/ref10/x25519_ref10.c",
"crypto_scalarmult/curve25519/sandy2x/consts.S",
"crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c",
"crypto_scalarmult/curve25519/sandy2x/fe51_invert.c",
"crypto_scalarmult/curve25519/sandy2x/fe51_mul.S",
"crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S",
"crypto_scalarmult/curve25519/sandy2x/fe51_pack.S",
"crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c",
"crypto_scalarmult/curve25519/sandy2x/ladder.S",
"crypto_scalarmult/curve25519/sandy2x/sandy2x.S",
"crypto_scalarmult/curve25519/scalarmult_curve25519.c",
"crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c",
"crypto_scalarmult/ristretto255/ref10/scalarmult_ristretto255_ref10.c",
"crypto_secretbox/crypto_secretbox.c",
"crypto_secretbox/crypto_secretbox_easy.c",
"crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c",
"crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c",
"crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c",
"crypto_shorthash/crypto_shorthash.c",
"crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c",
"crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c",
"crypto_shorthash/siphash24/shorthash_siphash24.c",
"crypto_shorthash/siphash24/shorthash_siphashx24.c",
"crypto_sign/crypto_sign.c",
"crypto_sign/ed25519/ref10/keypair.c",
"crypto_sign/ed25519/ref10/obsolete.c",
"crypto_sign/ed25519/ref10/open.c",
"crypto_sign/ed25519/ref10/sign.c",
"crypto_sign/ed25519/sign_ed25519.c",
"crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c",
"crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c",
"crypto_stream/chacha20/ref/chacha20_ref.c",
"crypto_stream/chacha20/stream_chacha20.c",
"crypto_stream/crypto_stream.c",
"crypto_stream/salsa20/ref/salsa20_ref.c",
"crypto_stream/salsa20/stream_salsa20.c",
"crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S",
"crypto_stream/salsa20/xmm6/salsa20_xmm6.c",
"crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c",
"crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c",
"crypto_stream/salsa2012/ref/stream_salsa2012_ref.c",
"crypto_stream/salsa2012/stream_salsa2012.c",
"crypto_stream/salsa208/ref/stream_salsa208_ref.c",
"crypto_stream/salsa208/stream_salsa208.c",
"crypto_stream/xchacha20/stream_xchacha20.c",
"crypto_stream/xsalsa20/stream_xsalsa20.c",
"crypto_verify/verify.c",
"randombytes/internal/randombytes_internal_random.c",
"randombytes/randombytes.c",
"randombytes/sysrandom/randombytes_sysrandom.c",
"sodium/codecs.c",
"sodium/core.c",
"sodium/runtime.c",
"sodium/utils.c",
"sodium/version.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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/apple/swift-nio
[1/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (3.67s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (5.70s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[411/6069] Fetching swift-atomics, swift-system
[6070/22338] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.92s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.92s)
Fetched https://github.com/apple/swift-collections.git from cache (0.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
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-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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.0
Building for debugging...
[0/149] Compiling box_curve25519xsalsa20poly1305.c
[1/149] Compiling box_seal_curve25519xchacha20poly1305.c
[1/149] Compiling aegis256_armcrypto.c
[1/149] Write sources
[15/149] Compiling aead_xchacha20poly1305.c
[16/149] Compiling aead_chacha20poly1305.c
[17/149] Compiling _AtomicsShims.c
[18/149] Compiling version.c
[19/149] Compiling runtime.c
[20/149] Compiling utils.c
[21/149] Compiling core.c
[22/149] Compiling codecs.c
[22/149] Compiling randombytes_sysrandom.c
[24/149] Compiling aead_aes256gcm_aesni.c
[25/149] Compiling randombytes.c
[26/149] Compiling stream_xchacha20.c
[27/149] Compiling stream_xsalsa20.c
[28/149] Compiling stream_salsa208.c
[29/149] Compiling stream_salsa208_ref.c
[30/149] Compiling verify.c
[31/149] Compiling stream_salsa2012_ref.c
[32/149] Compiling stream_salsa2012.c
[33/149] Compiling salsa20_xmm6.c
[34/149] Write swift-version-24593BA9C3E375BF.txt
[35/149] Compiling salsa20_xmm6-asm.S
[36/149] Compiling stream_salsa20.c
[37/149] Compiling salsa20_ref.c
[38/149] Compiling crypto_stream.c
[39/149] Compiling stream_chacha20.c
[40/149] Compiling salsa20_xmm6int-sse2.c
[41/149] Compiling chacha20_ref.c
[42/161] Compiling aegis256_aesni.c
[43/172] Compiling chacha20_dolbeau-ssse3.c
[44/172] Compiling sign_ed25519.c
[45/172] Compiling sign.c
[45/172] Compiling randombytes_internal_random.c
[47/172] Compiling open.c
[48/172] Compiling obsolete.c
[49/172] Compiling crypto_sign.c
[50/172] Compiling shorthash_siphashx24.c
[51/172] Compiling keypair.c
[52/172] Compiling shorthash_siphash24.c
[53/172] Compiling shorthash_siphashx24_ref.c
[54/172] Compiling shorthash_siphash24_ref.c
[55/172] Compiling crypto_shorthash.c
[56/172] Compiling secretbox_xsalsa20poly1305.c
[57/172] Compiling secretstream_xchacha20poly1305.c
[58/172] Compiling secretbox_xchacha20poly1305.c
[59/172] Compiling crypto_secretbox.c
[60/172] Compiling salsa20_xmm6int-avx2.c
[61/172] Compiling crypto_secretbox_easy.c
[62/172] Compiling scalarmult_ristretto255_ref10.c
[63/172] Compiling scalarmult_curve25519.c
[64/172] Compiling scalarmult_ed25519_ref10.c
[65/172] Compiling ladder.S
[66/172] Compiling fe_frombytes_sandy2x.c
[67/172] Compiling chacha20_dolbeau-avx2.c
[68/172] Compiling sandy2x.S
[69/172] Compiling fe51_nsquare.S
[70/172] Compiling fe51_pack.S
[71/172] Compiling fe51_invert.c
[72/172] Compiling fe51_mul.S
[73/172] Compiling curve25519_sandy2x.c
[74/172] Compiling consts.S
[75/172] Compiling crypto_scalarmult.c
[76/172] Compiling scrypt_platform.c
[77/172] Compiling x25519_ref10.c
[78/172] Compiling pwhash_scryptsalsa208sha256.c
[79/172] Compiling pbkdf2-sha256.c
[80/172] Compiling crypto_scrypt-common.c
[80/172] Compiling pwhash_scryptsalsa208sha256_nosse.c
[82/172] Compiling crypto_pwhash.c
[83/172] Compiling pwhash_argon2id.c
[85/172] Emitting module InternalCollectionsUtilities
[85/172] Compiling pwhash_argon2i.c
[86/174] Compiling blake2b-long.c
[87/174] Compiling argon2.c
[88/174] Compiling pwhash_scryptsalsa208sha256_sse.c
[89/174] Compiling argon2-encoding.c
[90/174] Compiling argon2-fill-block-ref.c
[91/174] Compiling argon2-core.c
[92/174] Compiling argon2-fill-block-ssse3.c
[93/174] Compiling onetimeauth_poly1305.c
[94/174] Compiling poly1305_sse2.c
[95/174] Compiling poly1305_donna.c
[96/174] Compiling crypto_onetimeauth.c
[97/174] Compiling crypto_kx.c
[98/174] Compiling kdf_hkdf_sha256.c
[98/174] Compiling kdf_hkdf_sha512.c
[100/174] Compiling crypto_kdf.c
[101/174] Compiling kdf_blake2b.c
[102/174] Compiling hash_sha512.c
[103/174] Compiling hash_sha256.c
[104/174] Compiling crypto_hash.c
[105/174] Compiling hash_sha256_cp.c
[106/174] Compiling hash_sha512_cp.c
[107/174] Compiling argon2-fill-block-avx512f.c
[108/174] Compiling crypto_generichash.c
[109/174] Compiling generichash_blake2b.c
[110/174] Compiling blake2b-ref.c
[111/174] Compiling blake2b-compress-ref.c
[112/174] Compiling generichash_blake2.c
[113/174] Compiling blake2b-compress-sse41.c
[114/174] Compiling core_salsa_ref.c
[115/174] Compiling softaes.c
[116/174] Compiling core_hsalsa20.c
[117/174] Compiling blake2b-compress-ssse3.c
[118/174] Compiling core_hsalsa20_ref2.c
[119/174] Compiling argon2-fill-block-avx2.c
[120/174] Compiling core_ristretto255.c
[121/174] Compiling core_hchacha20.c
[122/174] Compiling core_ed25519.c
[123/174] Compiling crypto_box_easy.c
[124/174] Compiling box_curve25519xchacha20poly1305.c
[125/174] Compiling crypto_box_seal.c
[126/174] Compiling crypto_box.c
[127/174] Compiling auth_hmacsha512.c
[128/174] Compiling auth_hmacsha512256.c
[129/174] Compiling auth_hmacsha256.c
[130/174] Compiling ed25519_ref10.c
[131/174] Compiling crypto_auth.c
[132/174] Compiling aead_aes256gcm_armcrypto.c
[133/174] Compiling aead_aes256gcm.c
[134/174] Compiling aead_aegis256.c
[135/174] Compiling aegis256_soft.c
[136/174] Compiling aegis128l_soft.c
[137/174] Compiling aegis128l_armcrypto.c
[138/174] Compiling CNIOWindows WSAStartup.c
[139/174] Compiling CNIOWindows shim.c
[140/174] Compiling aead_aegis128l.c
[141/174] Compiling CNIOWASI CNIOWASI.c
[142/174] Compiling CNIOLinux liburing_shims.c
[143/174] Compiling CNIODarwin shim.c
[144/174] Compiling CNIOLinux shim.c
[145/174] Write sources
[146/193] Compiling blake2b-compress-avx2.c
[147/193] Compiling aegis128l_aesni.c
[149/193] Emitting module _NIOBase64
[150/193] Compiling _NIOBase64 Base64.swift
[151/206] Compiling Atomics Primitives.shims.swift
[152/206] Compiling Atomics AtomicInteger.swift
[155/206] Compiling Atomics AtomicOptionalWrappable.swift
[156/206] Compiling SodiumCore Sodium+DataProtocol.swift
[157/206] Compiling SodiumCore Sodium+DataProtocol_Base64.swift
[158/208] Compiling Atomics AtomicStorage.swift
[159/208] Compiling Atomics AtomicValue.swift
[160/208] Compiling _NIODataStructures PriorityQueue.swift
[161/208] Compiling _NIODataStructures _TinyArray.swift
[163/208] Compiling Atomics UnsafeAtomic.swift
[164/208] Compiling Atomics UnsafeAtomicLazyReference.swift
[165/208] Compiling Atomics AtomicReference.swift
[167/208] Compiling SodiumCore AEADCipher.swift
[168/208] Compiling SodiumCore Cipher.swift
[169/208] Compiling SodiumCore XChaCha20Poly1305.swift
[170/208] Compiling SodiumCore XSalsa20Poly1305.swift
[171/208] Compiling SodiumCore DataSize.swift
[172/208] Compiling SodiumCore Sodium+Data.swift
[173/208] Compiling Atomics ManagedAtomic.swift
[174/208] Compiling Atomics ManagedAtomicLazyReference.swift
[185/210] Compiling SodiumCore Sodium+DataProtocol_Random.swift
[186/210] Compiling SodiumCore Sodium.swift
[187/210] Compiling SodiumCore Sodium+Error.swift
[188/210] Compiling Atomics IntegerOperations.swift
[189/210] Compiling Atomics Unmanaged extensions.swift
[190/210] Emitting module SodiumCore
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/crypto_sign_edwards25519sha512batch.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/crypto_sign_edwards25519sha512batch.h'
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/ed25519_ref10_fe_25_5.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/ed25519_ref10_fe_25_5.h'
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/softaes.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/softaes.h'
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/common.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/common.h'
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/ed25519_ref10.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/ed25519_ref10.h'
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/implementations.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/implementations.h'
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/mutex.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/mutex.h'
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/ed25519_ref10_fe_51.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/ed25519_ref10_fe_51.h'
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/chacha20_ietf_ext.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/chacha20_ietf_ext.h'
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/sse2_64_32.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/sse2_64_32.h'
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sodium.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibsodium/include/sodium.h:76:1: warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/asm_cet.h'
74 |
75 | #endif
76 |
| `- warning: umbrella header for module 'Clibsodium' does not include header '/sodium/private/asm_cet.h'
[193/210] Compiling SodiumCore SymmetricKey.swift
[194/225] Compiling DequeModule Deque+CustomReflectable.swift
[195/225] Compiling DequeModule Deque+Descriptions.swift
[196/227] Emitting module _NIODataStructures
[197/227] Compiling _NIODataStructures Heap.swift
[200/228] Compiling DequeModule Deque+Equatable.swift
[201/228] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[204/229] Compiling DequeModule _DequeBuffer.swift
[205/229] Compiling DequeModule _DequeBufferHeader.swift
[206/229] Compiling DequeModule Deque+Extras.swift
[207/229] Compiling DequeModule Deque+Hashable.swift
[210/229] Compiling DequeModule _DequeSlot.swift
[211/229] Compiling DequeModule _UnsafeWrappedBuffer.swift
[212/239] Compiling DequeModule Deque+Testing.swift
[213/239] Compiling DequeModule Deque._Storage.swift
[214/239] Compiling DequeModule Deque._UnsafeHandle.swift
[215/239] Compiling DequeModule Deque.swift
[216/241] Compiling SodiumSecretStream SecretStreamCipher.swift
[217/241] Compiling SodiumSecretBox SodiumSecretBox.swift
[217/241] Compiling c-nioatomics.c
[219/241] Compiling SodiumSecretStream SodiumSecretStream.swift
[220/241] Compiling SodiumSecretStream SecretStreamTag.swift
[221/241] Emitting module SodiumSecretStream
[222/241] Compiling SodiumSecretStream SecretStream.swift
[223/241] Emitting module DequeModule
[224/241] Compiling DequeModule Deque+Codable.swift
[225/241] Compiling DequeModule Deque+Collection.swift
[226/242] Emitting module SodiumSecretBox
[227/242] Compiling SodiumSecretBox SecretBox.swift
[229/242] Compiling SodiumSecretStream SecretStreamXChaCha20Poly1305.swift
[230/243] Compiling SodiumSecretBox SecretBoxXSalsa20Poly1305.swift
[231/243] Compiling SodiumSecretBox SecretBoxCipher.swift
[232/243] Compiling SodiumSecretBox SecretBoxXChaCha20Poly1305.swift
[243/244] Emitting module Atomics
[245/247] Compiling Sodium Sodium.swift
[246/247] Emitting module Sodium
[247/251] Compiling c-atomics.c
[249/257] Compiling NIOConcurrencyHelpers lock.swift
[250/257] Compiling NIOConcurrencyHelpers atomics.swift
[251/257] Compiling NIOConcurrencyHelpers NIOLock.swift
[252/257] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[253/257] Emitting module NIOConcurrencyHelpers
[254/257] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[256/317] Compiling SodiumFoundationCompat SodiumFoundationCompat.swift
[257/317] Emitting module SodiumFoundationCompat
[258/317] Compiling SodiumFoundationCompat Data+Sodium.swift
[260/318] Compiling NIOCore AddressedEnvelope.swift
[261/318] Compiling NIOCore AsyncAwaitSupport.swift
[262/318] Compiling NIOCore AsyncChannel.swift
[263/318] Compiling NIOCore AsyncChannelHandler.swift
[264/318] Compiling NIOCore AsyncChannelInboundStream.swift
[265/318] Compiling NIOCore AsyncChannelOutboundWriter.swift
[266/318] Compiling NIOCore NIOAsyncSequenceProducer.swift
[267/318] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[268/318] Compiling NIOCore NIOAsyncWriter.swift
[269/326] Compiling NIOCore ChannelPipeline.swift
[270/326] Compiling NIOCore CircularBuffer.swift
[271/326] Compiling NIOCore Codec.swift
[272/326] Compiling NIOCore ConvenienceOptionSupport.swift
[273/326] Compiling NIOCore DeadChannel.swift
[274/326] Compiling NIOCore DispatchQueue+WithFuture.swift
[275/326] Compiling NIOCore EventLoop+Deprecated.swift
[276/326] Compiling NIOCore EventLoop+SerialExecutor.swift
[277/326] Compiling NIOCore MarkedCircularBuffer.swift
[278/326] Compiling NIOCore MulticastChannel.swift
[279/326] Compiling NIOCore NIOAny.swift
[280/326] Compiling NIOCore NIOCloseOnErrorHandler.swift
[281/326] Compiling NIOCore NIOLoopBound.swift
[282/326] Compiling NIOCore NIOScheduledCallback.swift
[283/326] Compiling NIOCore NIOSendable.swift
[284/326] Compiling NIOCore RecvByteBufferAllocator.swift
[285/326] Compiling NIOCore GlobalSingletons.swift
[286/326] Compiling NIOCore IO.swift
[287/326] Compiling NIOCore IOData.swift
[288/326] Compiling NIOCore IPProtocol.swift
[289/326] Compiling NIOCore IntegerBitPacking.swift
[290/326] Compiling NIOCore IntegerTypes.swift
[291/326] Compiling NIOCore Interfaces.swift
[292/326] Compiling NIOCore Linux.swift
[293/326] Compiling NIOCore EventLoop.swift
[294/326] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[295/326] Compiling NIOCore EventLoopFuture+Deprecated.swift
[296/326] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[297/326] Compiling NIOCore EventLoopFuture.swift
[298/326] Compiling NIOCore FileDescriptor.swift
[299/326] Compiling NIOCore FileHandle.swift
[300/326] Compiling NIOCore FileRegion.swift
[301/326] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[302/326] Compiling NIOCore BSDSocketAPI.swift
[303/326] Compiling NIOCore ByteBuffer-aux.swift
[304/326] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[305/326] Compiling NIOCore ByteBuffer-conversions.swift
[306/326] Compiling NIOCore ByteBuffer-core.swift
[307/326] Compiling NIOCore ByteBuffer-hex.swift
[308/326] Compiling NIOCore ByteBuffer-int.swift
[309/326] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[310/326] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[311/326] Compiling NIOCore SocketAddresses.swift
[312/326] Compiling NIOCore SocketOptionProvider.swift
[313/326] Compiling NIOCore SystemCallHelpers.swift
[314/326] Compiling NIOCore TimeAmount+Duration.swift
[315/326] Compiling NIOCore TypeAssistedChannelHandler.swift
[316/326] Compiling NIOCore UniversalBootstrapSupport.swift
[317/326] Compiling NIOCore Utilities.swift
[318/326] Compiling NIOCore ByteBuffer-multi-int.swift
[319/326] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[320/326] Compiling NIOCore ByteBuffer-views.swift
[321/326] Compiling NIOCore Channel.swift
[322/326] Compiling NIOCore ChannelHandler.swift
[323/326] Compiling NIOCore ChannelHandlers.swift
[324/326] Compiling NIOCore ChannelInvoker.swift
[325/326] Compiling NIOCore ChannelOption.swift
[326/326] Emitting module NIOCore
[328/330] Compiling SodiumNIOCompat SodiumNIOCompat.swift
[329/330] Compiling SodiumNIOCompat ByteBufferView+Sodium.swift
[330/330] Emitting module SodiumNIOCompat
Build complete! (28.61s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
}
],
"manifest_display_name" : "swift-sodium",
"name" : "swift-sodium",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Sodium",
"targets" : [
"Sodium"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SodiumFoundationCompat",
"targets" : [
"SodiumFoundationCompat"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SodiumNIOCompat",
"targets" : [
"SodiumNIOCompat"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Clibsodium",
"targets" : [
"Clibsodium"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SodiumSecretStreamTests",
"module_type" : "SwiftTarget",
"name" : "SodiumSecretStreamTests",
"path" : "Tests/SodiumSecretStreamTests",
"sources" : [
"SecretStreamTests.swift"
],
"target_dependencies" : [
"SodiumSecretStream"
],
"type" : "test"
},
{
"c99name" : "SodiumSecretStream",
"module_type" : "SwiftTarget",
"name" : "SodiumSecretStream",
"path" : "Sources/SodiumSecretStream",
"product_memberships" : [
"Sodium",
"SodiumFoundationCompat",
"SodiumNIOCompat"
],
"sources" : [
"SecretStream.swift",
"SecretStreamCipher.swift",
"SecretStreamTag.swift",
"SecretStreamXChaCha20Poly1305.swift",
"SodiumSecretStream.swift"
],
"target_dependencies" : [
"SodiumCore"
],
"type" : "library"
},
{
"c99name" : "SodiumSecretBoxTests",
"module_type" : "SwiftTarget",
"name" : "SodiumSecretBoxTests",
"path" : "Tests/SodiumSecretBoxTests",
"sources" : [
"SecretBoxTests.swift"
],
"target_dependencies" : [
"SodiumSecretBox"
],
"type" : "test"
},
{
"c99name" : "SodiumSecretBox",
"module_type" : "SwiftTarget",
"name" : "SodiumSecretBox",
"path" : "Sources/SodiumSecretBox",
"product_memberships" : [
"Sodium",
"SodiumFoundationCompat",
"SodiumNIOCompat"
],
"sources" : [
"SecretBox.swift",
"SecretBoxCipher.swift",
"SecretBoxXChaCha20Poly1305.swift",
"SecretBoxXSalsa20Poly1305.swift",
"SodiumSecretBox.swift"
],
"target_dependencies" : [
"SodiumCore"
],
"type" : "library"
},
{
"c99name" : "SodiumNIOCompat",
"module_type" : "SwiftTarget",
"name" : "SodiumNIOCompat",
"path" : "Sources/SodiumNIOCompat",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"SodiumNIOCompat"
],
"sources" : [
"ByteBufferView+Sodium.swift",
"SodiumNIOCompat.swift"
],
"target_dependencies" : [
"Sodium"
],
"type" : "library"
},
{
"c99name" : "SodiumFoundationCompat",
"module_type" : "SwiftTarget",
"name" : "SodiumFoundationCompat",
"path" : "Sources/SodiumFoundationCompat",
"product_memberships" : [
"SodiumFoundationCompat"
],
"sources" : [
"Data+Sodium.swift",
"SodiumFoundationCompat.swift"
],
"target_dependencies" : [
"Sodium"
],
"type" : "library"
},
{
"c99name" : "SodiumCoreTests",
"module_type" : "SwiftTarget",
"name" : "SodiumCoreTests",
"path" : "Tests/SodiumCoreTests",
"sources" : [
"SodiumTests+DataProtocol_Base64.swift",
"SodiumTests+DataProtocol_Random.swift",
"SodiumTests.swift"
],
"target_dependencies" : [
"SodiumCore"
],
"type" : "test"
},
{
"c99name" : "SodiumCore",
"module_type" : "SwiftTarget",
"name" : "SodiumCore",
"path" : "Sources/SodiumCore",
"product_memberships" : [
"Sodium",
"SodiumFoundationCompat",
"SodiumNIOCompat"
],
"sources" : [
"Ciphers/AEADCipher.swift",
"Ciphers/Cipher.swift",
"Ciphers/XChaCha20Poly1305.swift",
"Ciphers/XSalsa20Poly1305.swift",
"DataSize.swift",
"Sodium+Data.swift",
"Sodium+DataProtocol.swift",
"Sodium+DataProtocol_Base64.swift",
"Sodium+DataProtocol_Random.swift",
"Sodium+Error.swift",
"Sodium.swift",
"SymmetricKey.swift"
],
"target_dependencies" : [
"Clibsodium"
],
"type" : "library"
},
{
"c99name" : "Sodium",
"module_type" : "SwiftTarget",
"name" : "Sodium",
"path" : "Sources/Sodium",
"product_memberships" : [
"Sodium",
"SodiumFoundationCompat",
"SodiumNIOCompat"
],
"sources" : [
"Sodium.swift"
],
"target_dependencies" : [
"SodiumCore",
"SodiumSecretBox",
"SodiumSecretStream"
],
"type" : "library"
},
{
"c99name" : "Clibsodium",
"module_type" : "ClangTarget",
"name" : "Clibsodium",
"path" : "Sources/Clibsodium",
"product_memberships" : [
"Sodium",
"SodiumFoundationCompat",
"SodiumNIOCompat",
"Clibsodium"
],
"sources" : [
"crypto_aead/aegis128l/aead_aegis128l.c",
"crypto_aead/aegis128l/aegis128l_aesni.c",
"crypto_aead/aegis128l/aegis128l_armcrypto.c",
"crypto_aead/aegis128l/aegis128l_soft.c",
"crypto_aead/aegis256/aead_aegis256.c",
"crypto_aead/aegis256/aegis256_aesni.c",
"crypto_aead/aegis256/aegis256_armcrypto.c",
"crypto_aead/aegis256/aegis256_soft.c",
"crypto_aead/aes256gcm/aead_aes256gcm.c",
"crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c",
"crypto_aead/aes256gcm/armcrypto/aead_aes256gcm_armcrypto.c",
"crypto_aead/chacha20poly1305/aead_chacha20poly1305.c",
"crypto_aead/xchacha20poly1305/aead_xchacha20poly1305.c",
"crypto_auth/crypto_auth.c",
"crypto_auth/hmacsha256/auth_hmacsha256.c",
"crypto_auth/hmacsha512/auth_hmacsha512.c",
"crypto_auth/hmacsha512256/auth_hmacsha512256.c",
"crypto_box/crypto_box.c",
"crypto_box/crypto_box_easy.c",
"crypto_box/crypto_box_seal.c",
"crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c",
"crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c",
"crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c",
"crypto_core/ed25519/core_ed25519.c",
"crypto_core/ed25519/core_ristretto255.c",
"crypto_core/ed25519/ref10/ed25519_ref10.c",
"crypto_core/hchacha20/core_hchacha20.c",
"crypto_core/hsalsa20/core_hsalsa20.c",
"crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c",
"crypto_core/salsa/ref/core_salsa_ref.c",
"crypto_core/softaes/softaes.c",
"crypto_generichash/blake2b/generichash_blake2.c",
"crypto_generichash/blake2b/ref/blake2b-compress-avx2.c",
"crypto_generichash/blake2b/ref/blake2b-compress-ref.c",
"crypto_generichash/blake2b/ref/blake2b-compress-sse41.c",
"crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c",
"crypto_generichash/blake2b/ref/blake2b-ref.c",
"crypto_generichash/blake2b/ref/generichash_blake2b.c",
"crypto_generichash/crypto_generichash.c",
"crypto_hash/crypto_hash.c",
"crypto_hash/sha256/cp/hash_sha256_cp.c",
"crypto_hash/sha256/hash_sha256.c",
"crypto_hash/sha512/cp/hash_sha512_cp.c",
"crypto_hash/sha512/hash_sha512.c",
"crypto_kdf/blake2b/kdf_blake2b.c",
"crypto_kdf/crypto_kdf.c",
"crypto_kdf/hkdf/kdf_hkdf_sha256.c",
"crypto_kdf/hkdf/kdf_hkdf_sha512.c",
"crypto_kx/crypto_kx.c",
"crypto_onetimeauth/crypto_onetimeauth.c",
"crypto_onetimeauth/poly1305/donna/poly1305_donna.c",
"crypto_onetimeauth/poly1305/onetimeauth_poly1305.c",
"crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c",
"crypto_pwhash/argon2/argon2-core.c",
"crypto_pwhash/argon2/argon2-encoding.c",
"crypto_pwhash/argon2/argon2-fill-block-avx2.c",
"crypto_pwhash/argon2/argon2-fill-block-avx512f.c",
"crypto_pwhash/argon2/argon2-fill-block-ref.c",
"crypto_pwhash/argon2/argon2-fill-block-ssse3.c",
"crypto_pwhash/argon2/argon2.c",
"crypto_pwhash/argon2/blake2b-long.c",
"crypto_pwhash/argon2/pwhash_argon2i.c",
"crypto_pwhash/argon2/pwhash_argon2id.c",
"crypto_pwhash/crypto_pwhash.c",
"crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c",
"crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c",
"crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c",
"crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c",
"crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c",
"crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c",
"crypto_scalarmult/crypto_scalarmult.c",
"crypto_scalarmult/curve25519/ref10/x25519_ref10.c",
"crypto_scalarmult/curve25519/sandy2x/consts.S",
"crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c",
"crypto_scalarmult/curve25519/sandy2x/fe51_invert.c",
"crypto_scalarmult/curve25519/sandy2x/fe51_mul.S",
"crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S",
"crypto_scalarmult/curve25519/sandy2x/fe51_pack.S",
"crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c",
"crypto_scalarmult/curve25519/sandy2x/ladder.S",
"crypto_scalarmult/curve25519/sandy2x/sandy2x.S",
"crypto_scalarmult/curve25519/scalarmult_curve25519.c",
"crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c",
"crypto_scalarmult/ristretto255/ref10/scalarmult_ristretto255_ref10.c",
"crypto_secretbox/crypto_secretbox.c",
"crypto_secretbox/crypto_secretbox_easy.c",
"crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c",
"crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c",
"crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c",
"crypto_shorthash/crypto_shorthash.c",
"crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c",
"crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c",
"crypto_shorthash/siphash24/shorthash_siphash24.c",
"crypto_shorthash/siphash24/shorthash_siphashx24.c",
"crypto_sign/crypto_sign.c",
"crypto_sign/ed25519/ref10/keypair.c",
"crypto_sign/ed25519/ref10/obsolete.c",
"crypto_sign/ed25519/ref10/open.c",
"crypto_sign/ed25519/ref10/sign.c",
"crypto_sign/ed25519/sign_ed25519.c",
"crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c",
"crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c",
"crypto_stream/chacha20/ref/chacha20_ref.c",
"crypto_stream/chacha20/stream_chacha20.c",
"crypto_stream/crypto_stream.c",
"crypto_stream/salsa20/ref/salsa20_ref.c",
"crypto_stream/salsa20/stream_salsa20.c",
"crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S",
"crypto_stream/salsa20/xmm6/salsa20_xmm6.c",
"crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c",
"crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c",
"crypto_stream/salsa2012/ref/stream_salsa2012_ref.c",
"crypto_stream/salsa2012/stream_salsa2012.c",
"crypto_stream/salsa208/ref/stream_salsa208_ref.c",
"crypto_stream/salsa208/stream_salsa208.c",
"crypto_stream/xchacha20/stream_xchacha20.c",
"crypto_stream/xsalsa20/stream_xsalsa20.c",
"crypto_verify/verify.c",
"randombytes/internal/randombytes_internal_random.c",
"randombytes/randombytes.c",
"randombytes/sysrandom/randombytes_sysrandom.c",
"sodium/codecs.c",
"sodium/core.c",
"sodium/runtime.c",
"sodium/utils.c",
"sodium/version.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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
Done.