The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Cryptor, reference master (8fc54c), with Swift 5.9 for Linux on 20 Nov 2024 07:15:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/BlueCryptor.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Kitura/BlueCryptor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8fc54cc README: Update shields to SwiftPackageIndex
Cloned https://github.com/Kitura/BlueCryptor.git
Revision (git rev-parse @):
8fc54cc4f71b8450938062d0a40fbc464c1ed181
SUCCESS checkout https://github.com/Kitura/BlueCryptor.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/Kitura/BlueCryptor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git (0.19s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (1.12s)
Creating working copy for https://github.com/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
Building for debugging...
[1/11] Emitting module Cryptor
[2/12] Compiling Cryptor Status.swift
[3/12] Compiling Cryptor Updatable.swift
[4/12] Compiling Cryptor StreamCryptor.swift
[5/12] Compiling Cryptor SSLPointerTricks.swift
[6/12] Compiling Cryptor KeyDerivation.swift
[7/12] Compiling Cryptor Random.swift
[8/12] Compiling Cryptor Crypto.swift
[9/12] Compiling Cryptor Cryptor.swift
[10/12] Compiling Cryptor Digest.swift
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:100:50: warning: 'MD4_Init' is deprecated
                                engine = DigestEngineCC<MD4_CTX>(initializer:MD4_Init, updater:MD4_Update, finalizer:MD4_Final, length:MD4_DIGEST_LENGTH)
                                                                             ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:100:68: warning: 'MD4_Update' is deprecated
                                engine = DigestEngineCC<MD4_CTX>(initializer:MD4_Init, updater:MD4_Update, finalizer:MD4_Final, length:MD4_DIGEST_LENGTH)
                                                                                               ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:100:90: warning: 'MD4_Final' is deprecated
                                engine = DigestEngineCC<MD4_CTX>(initializer:MD4_Init, updater:MD4_Update, finalizer:MD4_Final, length:MD4_DIGEST_LENGTH)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:107:50: warning: 'MD5_Init' is deprecated
                                engine = DigestEngineCC<MD5_CTX>(initializer:MD5_Init, updater:MD5_Update, finalizer:MD5_Final, length:MD5_DIGEST_LENGTH)
                                                                             ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:107:68: warning: 'MD5_Update' is deprecated
                                engine = DigestEngineCC<MD5_CTX>(initializer:MD5_Init, updater:MD5_Update, finalizer:MD5_Final, length:MD5_DIGEST_LENGTH)
                                                                                               ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:107:90: warning: 'MD5_Final' is deprecated
                                engine = DigestEngineCC<MD5_CTX>(initializer:MD5_Init, updater:MD5_Update, finalizer:MD5_Final, length:MD5_DIGEST_LENGTH)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:114:50: warning: 'SHA1_Init' is deprecated
                                engine = DigestEngineCC<SHA_CTX>(initializer:SHA1_Init, updater:SHA1_Update, finalizer:SHA1_Final, length:SHA_DIGEST_LENGTH)
                                                                             ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:114:69: warning: 'SHA1_Update' is deprecated
                                engine = DigestEngineCC<SHA_CTX>(initializer:SHA1_Init, updater:SHA1_Update, finalizer:SHA1_Final, length:SHA_DIGEST_LENGTH)
                                                                                                ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:114:92: warning: 'SHA1_Final' is deprecated
                                engine = DigestEngineCC<SHA_CTX>(initializer:SHA1_Init, updater:SHA1_Update, finalizer:SHA1_Final, length:SHA_DIGEST_LENGTH)
                                                                                                                       ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:121:53: warning: 'SHA224_Init' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer:SHA224_Init, updater:SHA224_Update, finalizer:SHA224_Final, length:SHA224_DIGEST_LENGTH)
                                                                                ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:121:74: warning: 'SHA224_Update' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer:SHA224_Init, updater:SHA224_Update, finalizer:SHA224_Final, length:SHA224_DIGEST_LENGTH)
                                                                                                     ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:121:99: warning: 'SHA224_Final' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer:SHA224_Init, updater:SHA224_Update, finalizer:SHA224_Final, length:SHA224_DIGEST_LENGTH)
                                                                                                                              ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:128:54: warning: 'SHA256_Init' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer: SHA256_Init, updater:SHA256_Update, finalizer:SHA256_Final, length:SHA256_DIGEST_LENGTH)
                                                                                 ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:128:75: warning: 'SHA256_Update' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer: SHA256_Init, updater:SHA256_Update, finalizer:SHA256_Final, length:SHA256_DIGEST_LENGTH)
                                                                                                      ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:128:100: warning: 'SHA256_Final' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer: SHA256_Init, updater:SHA256_Update, finalizer:SHA256_Final, length:SHA256_DIGEST_LENGTH)
                                                                                                                               ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:135:53: warning: 'SHA384_Init' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA384_Init, updater:SHA384_Update, finalizer:SHA384_Final, length:SHA384_DIGEST_LENGTH)
                                                                                ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:135:74: warning: 'SHA384_Update' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA384_Init, updater:SHA384_Update, finalizer:SHA384_Final, length:SHA384_DIGEST_LENGTH)
                                                                                                     ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:135:99: warning: 'SHA384_Final' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA384_Init, updater:SHA384_Update, finalizer:SHA384_Final, length:SHA384_DIGEST_LENGTH)
                                                                                                                              ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:142:53: warning: 'SHA512_Init' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA512_Init, updater:SHA512_Update, finalizer:SHA512_Final, length:SHA512_DIGEST_LENGTH)
                                                                                ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:142:74: warning: 'SHA512_Update' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA512_Init, updater:SHA512_Update, finalizer:SHA512_Final, length:SHA512_DIGEST_LENGTH)
                                                                                                     ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:142:99: warning: 'SHA512_Final' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA512_Init, updater:SHA512_Update, finalizer:SHA512_Final, length:SHA512_DIGEST_LENGTH)
                                                                                                                              ^
/host/spi-builder-workspace/Sources/Cryptor/HMAC.swift:313:4: warning: 'HMAC_Update' is deprecated
                        HMAC_Update(context, buffer.assumingMemoryBound(to: UInt8.self), byteCount)
                        ^
/host/spi-builder-workspace/Sources/Cryptor/HMAC.swift:330:4: warning: 'HMAC_Final' is deprecated
                        HMAC_Final(context, &hmac, &length)
                        ^
[11/12] Compiling Cryptor HMAC.swift
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:100:50: warning: 'MD4_Init' is deprecated
                                engine = DigestEngineCC<MD4_CTX>(initializer:MD4_Init, updater:MD4_Update, finalizer:MD4_Final, length:MD4_DIGEST_LENGTH)
                                                                             ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:100:68: warning: 'MD4_Update' is deprecated
                                engine = DigestEngineCC<MD4_CTX>(initializer:MD4_Init, updater:MD4_Update, finalizer:MD4_Final, length:MD4_DIGEST_LENGTH)
                                                                                               ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:100:90: warning: 'MD4_Final' is deprecated
                                engine = DigestEngineCC<MD4_CTX>(initializer:MD4_Init, updater:MD4_Update, finalizer:MD4_Final, length:MD4_DIGEST_LENGTH)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:107:50: warning: 'MD5_Init' is deprecated
                                engine = DigestEngineCC<MD5_CTX>(initializer:MD5_Init, updater:MD5_Update, finalizer:MD5_Final, length:MD5_DIGEST_LENGTH)
                                                                             ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:107:68: warning: 'MD5_Update' is deprecated
                                engine = DigestEngineCC<MD5_CTX>(initializer:MD5_Init, updater:MD5_Update, finalizer:MD5_Final, length:MD5_DIGEST_LENGTH)
                                                                                               ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:107:90: warning: 'MD5_Final' is deprecated
                                engine = DigestEngineCC<MD5_CTX>(initializer:MD5_Init, updater:MD5_Update, finalizer:MD5_Final, length:MD5_DIGEST_LENGTH)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:114:50: warning: 'SHA1_Init' is deprecated
                                engine = DigestEngineCC<SHA_CTX>(initializer:SHA1_Init, updater:SHA1_Update, finalizer:SHA1_Final, length:SHA_DIGEST_LENGTH)
                                                                             ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:114:69: warning: 'SHA1_Update' is deprecated
                                engine = DigestEngineCC<SHA_CTX>(initializer:SHA1_Init, updater:SHA1_Update, finalizer:SHA1_Final, length:SHA_DIGEST_LENGTH)
                                                                                                ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:114:92: warning: 'SHA1_Final' is deprecated
                                engine = DigestEngineCC<SHA_CTX>(initializer:SHA1_Init, updater:SHA1_Update, finalizer:SHA1_Final, length:SHA_DIGEST_LENGTH)
                                                                                                                       ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:121:53: warning: 'SHA224_Init' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer:SHA224_Init, updater:SHA224_Update, finalizer:SHA224_Final, length:SHA224_DIGEST_LENGTH)
                                                                                ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:121:74: warning: 'SHA224_Update' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer:SHA224_Init, updater:SHA224_Update, finalizer:SHA224_Final, length:SHA224_DIGEST_LENGTH)
                                                                                                     ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:121:99: warning: 'SHA224_Final' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer:SHA224_Init, updater:SHA224_Update, finalizer:SHA224_Final, length:SHA224_DIGEST_LENGTH)
                                                                                                                              ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:128:54: warning: 'SHA256_Init' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer: SHA256_Init, updater:SHA256_Update, finalizer:SHA256_Final, length:SHA256_DIGEST_LENGTH)
                                                                                 ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:128:75: warning: 'SHA256_Update' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer: SHA256_Init, updater:SHA256_Update, finalizer:SHA256_Final, length:SHA256_DIGEST_LENGTH)
                                                                                                      ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:128:100: warning: 'SHA256_Final' is deprecated
                                engine = DigestEngineCC<SHA256_CTX>(initializer: SHA256_Init, updater:SHA256_Update, finalizer:SHA256_Final, length:SHA256_DIGEST_LENGTH)
                                                                                                                               ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:135:53: warning: 'SHA384_Init' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA384_Init, updater:SHA384_Update, finalizer:SHA384_Final, length:SHA384_DIGEST_LENGTH)
                                                                                ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:135:74: warning: 'SHA384_Update' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA384_Init, updater:SHA384_Update, finalizer:SHA384_Final, length:SHA384_DIGEST_LENGTH)
                                                                                                     ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:135:99: warning: 'SHA384_Final' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA384_Init, updater:SHA384_Update, finalizer:SHA384_Final, length:SHA384_DIGEST_LENGTH)
                                                                                                                              ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:142:53: warning: 'SHA512_Init' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA512_Init, updater:SHA512_Update, finalizer:SHA512_Final, length:SHA512_DIGEST_LENGTH)
                                                                                ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:142:74: warning: 'SHA512_Update' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA512_Init, updater:SHA512_Update, finalizer:SHA512_Final, length:SHA512_DIGEST_LENGTH)
                                                                                                     ^
/host/spi-builder-workspace/Sources/Cryptor/Digest.swift:142:99: warning: 'SHA512_Final' is deprecated
                                engine = DigestEngineCC<SHA512_CTX>(initializer:SHA512_Init, updater:SHA512_Update, finalizer:SHA512_Final, length:SHA512_DIGEST_LENGTH)
                                                                                                                              ^
/host/spi-builder-workspace/Sources/Cryptor/HMAC.swift:313:4: warning: 'HMAC_Update' is deprecated
                        HMAC_Update(context, buffer.assumingMemoryBound(to: UInt8.self), byteCount)
                        ^
/host/spi-builder-workspace/Sources/Cryptor/HMAC.swift:330:4: warning: 'HMAC_Final' is deprecated
                        HMAC_Final(context, &hmac, &length)
                        ^
[12/12] Compiling Cryptor Utilities.swift
Build complete! (15.28s)
Build complete.
Done.