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.10 for Linux on 20 Nov 2024 07:15:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $PWD
https://github.com/Kitura/BlueCryptor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.17s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (0.91s)
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...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Compiling Cryptor SSLPointerTricks.swift
[4/13] 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)
                        ^
[5/13] 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)
                        ^
[6/13] Compiling Cryptor KeyDerivation.swift
[7/13] Compiling Cryptor Random.swift
[8/13] Compiling Cryptor Crypto.swift
[9/13] Compiling Cryptor Cryptor.swift
[10/13] Emitting module Cryptor
[11/13] Compiling Cryptor Status.swift
[12/14] Compiling Cryptor StreamCryptor.swift
[13/14] Compiling Cryptor Updatable.swift
[14/14] Compiling Cryptor Utilities.swift
Build complete! (7.41s)
Build complete.
Done.