The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cryptor with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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 cec97c2 silence compiler warnings (#74)
Cloned https://github.com/Kitura/BlueCryptor.git
Revision (git rev-parse @):
cec97c24b111351e70e448972a7d3fe68a756d6d
SUCCESS checkout https://github.com/Kitura/BlueCryptor.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Kitura/BlueCryptor.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.54s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (1.07s)
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 Updatable.swift
[4/14] Compiling Cryptor Crypto.swift
[5/14] Compiling Cryptor Cryptor.swift
[6/14] Emitting module Cryptor
[7/14] 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)
                        ^
[8/14] 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)
                        ^
[9/14] Compiling Cryptor KeyDerivation.swift
[10/14] Compiling Cryptor Random.swift
[11/14] Compiling Cryptor SSLPointerTricks.swift
[12/14] Compiling Cryptor Status.swift
[13/14] Compiling Cryptor StreamCryptor.swift
[14/14] Compiling Cryptor Utilities.swift
Build complete! (12.75s)
Build complete.
Done.

Build Machine: Linux 1