The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CryptoSwift with Swift 5.7 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzyzanowskim/CryptoSwift.git
Reference: 1.8.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/krzyzanowskim/CryptoSwift
 * tag               1.8.2      -> FETCH_HEAD
HEAD is now at c9c3df6 Update SwiftPM package supported platforms
Cloned https://github.com/krzyzanowskim/CryptoSwift.git
Revision (git rev-parse @):
c9c3df6ab812de32bae61fc0cd1bf6d45170ebf0
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/krzyzanowskim/CryptoSwift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-docc-plugin
[1/1457] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.37s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.30s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2684] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.32s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.80s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Compiling plugin Swift-DocC...
Compiling plugin Swift-DocC Preview...
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/102] Compiling CryptoSwift CMAC.swift
[3/102] Compiling CryptoSwift Addition.swift
[4/102] Compiling CryptoSwift BigInt.swift
[5/102] Compiling CryptoSwift BigUInt.swift
[6/102] Compiling CryptoSwift Bitwise Ops.swift
[7/102] Compiling CryptoSwift CS.swift
[8/102] Compiling CryptoSwift Codable.swift
[9/102] Compiling CryptoSwift Comparable.swift
[10/102] Compiling CryptoSwift Data Conversion.swift
[11/102] Compiling CryptoSwift Division.swift
[12/102] Compiling CryptoSwift Exponentiation.swift
[13/102] Compiling CryptoSwift Floating Point Conversion.swift
[14/102] Compiling CryptoSwift GCD.swift
[15/102] Compiling CryptoSwift Hashable.swift
[16/116] Emitting module CryptoSwift
[17/116] Compiling CryptoSwift Integer Conversion.swift
[18/116] Compiling CryptoSwift Multiplication.swift
[19/116] Compiling CryptoSwift Prime Test.swift
[20/116] Compiling CryptoSwift Random.swift
[21/116] Compiling CryptoSwift Shifts.swift
[22/116] Compiling CryptoSwift Square Root.swift
[23/116] Compiling CryptoSwift Strideable.swift
[24/116] Compiling CryptoSwift String Conversion.swift
[25/116] Compiling CryptoSwift Subtraction.swift
[26/116] Compiling CryptoSwift Words and Bits.swift
[27/116] Compiling CryptoSwift ChaCha20.swift
[28/116] Compiling CryptoSwift Checksum.swift
[29/116] Compiling CryptoSwift Cipher.swift
[30/116] Compiling CryptoSwift Collection+Extension.swift
[31/116] Compiling CryptoSwift AEAD.swift
[32/116] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[33/116] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[34/116] Compiling CryptoSwift AES.Cryptors.swift
[35/116] Compiling CryptoSwift AES.swift
[36/116] Compiling CryptoSwift ASN1.swift
[37/116] Compiling CryptoSwift ASN1Decoder.swift
[38/116] Compiling CryptoSwift ASN1Encoder.swift
[39/116] Compiling CryptoSwift ASN1Scanner.swift
[40/116] Compiling CryptoSwift Array+Extension.swift
[41/116] Compiling CryptoSwift Authenticator.swift
[42/116] Compiling CryptoSwift BatchedCollection.swift
[43/116] Compiling CryptoSwift Bit.swift
[44/116] Compiling CryptoSwift BlockCipher.swift
[45/116] Compiling CryptoSwift BlockDecryptor.swift
[46/116] Compiling CryptoSwift Signature.swift
[47/116] Compiling CryptoSwift StreamDecryptor.swift
[48/116] Compiling CryptoSwift StreamEncryptor.swift
[49/116] Compiling CryptoSwift String+Extension.swift
[50/116] Compiling CryptoSwift UInt128.swift
[51/116] Compiling CryptoSwift UInt16+Extension.swift
[52/116] Compiling CryptoSwift UInt32+Extension.swift
[53/116] Compiling CryptoSwift UInt64+Extension.swift
[54/116] Compiling CryptoSwift UInt8+Extension.swift
[55/116] Compiling CryptoSwift Updatable.swift
[56/116] Compiling CryptoSwift Utils.swift
[57/116] Compiling CryptoSwift XChaCha20.swift
[58/116] Compiling CryptoSwift ZeroPadding.swift
[59/116] Compiling CryptoSwift resource_bundle_accessor.swift
[60/116] Compiling CryptoSwift CompactMap.swift
[61/116] Compiling CryptoSwift Cryptor.swift
[62/116] Compiling CryptoSwift Cryptors.swift
[63/116] Compiling CryptoSwift Digest.swift
[64/116] Compiling CryptoSwift DigestType.swift
[65/116] Compiling CryptoSwift AES+Foundation.swift
[66/116] Compiling CryptoSwift Array+Foundation.swift
[67/116] Compiling CryptoSwift Blowfish+Foundation.swift
[68/116] Compiling CryptoSwift ChaCha20+Foundation.swift
[69/116] Compiling CryptoSwift Data+Extension.swift
[70/116] Compiling CryptoSwift HMAC+Foundation.swift
[71/116] Compiling CryptoSwift Rabbit+Foundation.swift
[72/116] Compiling CryptoSwift String+FoundationExtension.swift
[73/116] Compiling CryptoSwift Utils+Foundation.swift
[74/116] Compiling CryptoSwift BlockEncryptor.swift
[75/116] Compiling CryptoSwift BlockMode.swift
[76/116] Compiling CryptoSwift BlockModeOptions.swift
[77/116] Compiling CryptoSwift CBC.swift
[78/116] Compiling CryptoSwift CCM.swift
[79/116] Compiling CryptoSwift CFB.swift
[80/116] Compiling CryptoSwift CTR.swift
[81/116] Compiling CryptoSwift CipherModeWorker.swift
[82/116] Compiling CryptoSwift ECB.swift
[83/116] Compiling CryptoSwift GCM.swift
[84/116] Compiling CryptoSwift OCB.swift
[85/116] Compiling CryptoSwift OFB.swift
[86/116] Compiling CryptoSwift PCBC.swift
[87/116] Compiling CryptoSwift Blowfish.swift
[88/116] Compiling CryptoSwift CBCMAC.swift
[89/116] Compiling CryptoSwift XChaCha20+Foundation.swift
[90/116] Compiling CryptoSwift Generics.swift
[91/116] Compiling CryptoSwift HKDF.swift
[92/116] Compiling CryptoSwift HMAC.swift
[93/116] Compiling CryptoSwift ISO10126Padding.swift
[94/116] Compiling CryptoSwift ISO78164Padding.swift
[95/116] Compiling CryptoSwift Int+Extension.swift
[96/116] Compiling CryptoSwift MD5.swift
[97/116] Compiling CryptoSwift NoPadding.swift
[98/116] Compiling CryptoSwift Operators.swift
[99/116] Compiling CryptoSwift DER.swift
[100/116] Compiling CryptoSwift PBKDF1.swift
[101/116] Compiling CryptoSwift PBKDF2.swift
[102/116] Compiling CryptoSwift PKCS1v15.swift
[103/116] Compiling CryptoSwift PKCS5.swift
[104/116] Compiling CryptoSwift PKCS7.swift
[105/116] Compiling CryptoSwift PKCS7Padding.swift
[106/116] Compiling CryptoSwift Padding.swift
[107/116] Compiling CryptoSwift Poly1305.swift
[108/116] Compiling CryptoSwift RSA+Cipher.swift
[109/116] Compiling CryptoSwift RSA+Signature.swift
[110/116] Compiling CryptoSwift RSA.swift
[111/116] Compiling CryptoSwift Rabbit.swift
[112/116] Compiling CryptoSwift SHA1.swift
[113/116] Compiling CryptoSwift SHA2.swift
[114/116] Compiling CryptoSwift SHA3.swift
[115/116] Compiling CryptoSwift Scrypt.swift
[116/116] Compiling CryptoSwift SecureBytes.swift
Build complete! (17.12s)
Build complete.
Done.

Build Machine: Linux 1