Build Information
Successful build of Cyphera, reference main (2c3e76), with Swift 6.3 for Linux on 23 Apr 2026 14:27:11 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cyphera-labs/cyphera-swift.git
Reference: main
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/cyphera-labs/cyphera-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2c3e766 fix: canonical Apache 2.0 LICENSE, remove MIT references
Cloned https://github.com/cyphera-labs/cyphera-swift.git
Revision (git rev-parse @):
2c3e766bd6ee8302ff6e99d743f7b85828cdf2c4
SUCCESS checkout https://github.com/cyphera-labs/cyphera-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/cyphera-labs/cyphera-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/attaswift/BigInt.git
[1/4878] Fetching bigint
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetched https://github.com/attaswift/BigInt.git from cache (1.08s)
[1/13387] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.76s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.10.0 (8.12s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.83s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.10.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/125] Emitting module BigInt
[6/127] Emitting module CryptoSwift
[7/141] Compiling CryptoSwift Hashable.swift
[8/141] Compiling CryptoSwift IntegerConversion.swift
[9/141] Compiling CryptoSwift Multiplication.swift
[10/141] Compiling CryptoSwift PrimeTest.swift
[11/141] Compiling CryptoSwift Random.swift
[12/141] Compiling CryptoSwift Shifts.swift
[13/141] Compiling CryptoSwift SquareRoot.swift
[14/141] Compiling CryptoSwift Strideable.swift
[15/141] Compiling CryptoSwift StringConversion.swift
[16/141] Compiling CryptoSwift Subtraction.swift
[17/141] Compiling CryptoSwift WordsAndBits.swift
[18/141] Compiling CryptoSwift ChaCha20.swift
[19/141] Compiling CryptoSwift Checksum.swift
[20/141] Compiling CryptoSwift Cipher.swift
[21/141] Compiling CryptoSwift BigInt.swift
[22/141] Compiling CryptoSwift BigUInt.swift
[23/141] Compiling CryptoSwift AEAD.swift
[24/141] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[25/141] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[26/141] Compiling CryptoSwift CBCMAC.swift
[27/141] Compiling CryptoSwift CMAC.swift
[28/141] Compiling CryptoSwift Addition.swift
[29/141] Compiling BigInt Subtraction.swift
[30/141] Compiling BigInt Words and Bits.swift
[31/141] Compiling CryptoSwift Collection+Extension.swift
[32/141] Compiling CryptoSwift CompactMap.swift
[33/141] Compiling CryptoSwift Cryptor.swift
[34/141] Compiling CryptoSwift Cryptors.swift
[35/141] Compiling CryptoSwift Digest.swift
[36/141] Compiling CryptoSwift DigestType.swift
[37/141] Compiling CryptoSwift AES+Foundation.swift
[38/141] Compiling CryptoSwift Array+Foundation.swift
[39/141] Compiling CryptoSwift Blowfish+Foundation.swift
[40/141] Compiling CryptoSwift ChaCha20+Foundation.swift
[41/141] Compiling CryptoSwift Data+Extension.swift
[42/141] Compiling CryptoSwift HMAC+Foundation.swift
[43/141] Compiling CryptoSwift Rabbit+Foundation.swift
[44/141] Compiling CryptoSwift String+FoundationExtension.swift
[45/141] Compiling CryptoSwift Utils+Foundation.swift
[46/141] Compiling CryptoSwift XChaCha20+Foundation.swift
[47/141] Compiling CryptoSwift Generics.swift
[48/141] Compiling CryptoSwift HKDF.swift
[49/141] Compiling CryptoSwift HMAC.swift
[50/141] Compiling CryptoSwift ISO10126Padding.swift
[51/141] Compiling CryptoSwift ISO78164Padding.swift
[52/141] Compiling CryptoSwift Int+Extension.swift
[53/141] Compiling CryptoSwift MD5.swift
[54/141] Compiling CryptoSwift NoPadding.swift
[55/141] Compiling CryptoSwift Operators.swift
[56/141] Compiling CryptoSwift DER.swift
[57/141] Compiling CryptoSwift PBKDF1.swift
[58/141] Compiling CryptoSwift PBKDF2.swift
[59/141] Compiling CryptoSwift PKCS1v15.swift
[60/141] Compiling CryptoSwift PKCS5.swift
[61/141] Compiling CryptoSwift PKCS7.swift
[62/141] Compiling CryptoSwift PKCS7Padding.swift
[63/141] Compiling CryptoSwift Padding.swift
[64/141] Compiling CryptoSwift Poly1305.swift
[65/141] Compiling CryptoSwift RSA+Cipher.swift
[66/141] Compiling CryptoSwift RSA+Signature.swift
[67/141] Compiling CryptoSwift RSA.swift
[68/141] Compiling CryptoSwift Rabbit.swift
[69/141] Compiling CryptoSwift SHA1.swift
[70/141] Compiling CryptoSwift SHA2.swift
[71/141] Compiling CryptoSwift SHA3.swift
[72/141] Compiling CryptoSwift Scrypt.swift
[73/141] Compiling CryptoSwift BlockEncryptor.swift
[74/141] Compiling CryptoSwift BlockMode.swift
[75/141] Compiling CryptoSwift BlockModeOptions.swift
[76/141] Compiling CryptoSwift CBC.swift
[77/141] Compiling CryptoSwift CCM.swift
[78/141] Compiling CryptoSwift CFB.swift
[79/141] Compiling CryptoSwift CTR.swift
[80/141] Compiling CryptoSwift CipherModeWorker.swift
[81/141] Compiling CryptoSwift ECB.swift
[82/141] Compiling CryptoSwift GCM.swift
[83/141] Compiling CryptoSwift OCB.swift
[84/141] Compiling CryptoSwift OFB.swift
[85/141] Compiling CryptoSwift PCBC.swift
[86/141] Compiling CryptoSwift Blowfish.swift
[94/141] Compiling CryptoSwift Codable.swift
[95/141] Compiling CryptoSwift Comparable.swift
[96/141] Compiling CryptoSwift DataConversion.swift
[97/141] Compiling CryptoSwift Division.swift
[98/141] Compiling CryptoSwift Exponentiation.swift
[99/141] Compiling CryptoSwift FloatingPointConversion.swift
[100/141] Compiling CryptoSwift GCD.swift
[104/141] Compiling CryptoSwift AES.Cryptors.swift
[105/141] Compiling CryptoSwift AES.swift
[106/141] Compiling CryptoSwift ASN1.swift
[107/141] Compiling CryptoSwift ASN1Decoder.swift
[108/141] Compiling CryptoSwift ASN1Encoder.swift
[109/141] Compiling CryptoSwift ASN1Scanner.swift
[110/141] Compiling CryptoSwift Array+Extension.swift
[111/141] Compiling CryptoSwift Authenticator.swift
[112/141] Compiling CryptoSwift BatchedCollection.swift
[113/141] Compiling CryptoSwift Bit.swift
[114/141] Compiling CryptoSwift BlockCipher.swift
[115/141] Compiling CryptoSwift BlockDecryptor.swift
[129/142] Compiling CryptoSwift SecureBytes.swift
[130/142] Compiling CryptoSwift Signature.swift
[131/142] Compiling CryptoSwift StreamDecryptor.swift
[132/142] Compiling CryptoSwift StreamEncryptor.swift
[133/142] Compiling CryptoSwift String+Extension.swift
[134/142] Compiling CryptoSwift UInt128.swift
[135/142] Compiling CryptoSwift UInt16+Extension.swift
[136/142] Compiling CryptoSwift UInt32+Extension.swift
[137/142] Compiling CryptoSwift UInt64+Extension.swift
[138/142] Compiling CryptoSwift UInt8+Extension.swift
[139/142] Compiling CryptoSwift Updatable.swift
[140/142] Compiling CryptoSwift Utils.swift
[141/142] Compiling CryptoSwift XChaCha20.swift
[142/142] Compiling CryptoSwift ZeroPadding.swift
[144/150] Compiling Cyphera Errors.swift
[145/150] Compiling Cyphera AESHelper.swift
[146/150] Compiling Cyphera Cyphera.swift
[147/150] Emitting module Cyphera
[148/150] Compiling Cyphera Alphabets.swift
[149/150] Compiling Cyphera FF3.swift
[150/150] Compiling Cyphera FF1.swift
Build complete! (56.83s)
Build complete.
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
}
],
"manifest_display_name" : "Cyphera",
"name" : "Cyphera",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Cyphera",
"targets" : [
"Cyphera"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CypheraTests",
"module_type" : "SwiftTarget",
"name" : "CypheraTests",
"path" : "Tests/CypheraTests",
"sources" : [
"CypheraTests.swift",
"FF1Tests.swift",
"FF3Tests.swift"
],
"target_dependencies" : [
"Cyphera"
],
"type" : "test"
},
{
"c99name" : "Cyphera",
"module_type" : "SwiftTarget",
"name" : "Cyphera",
"path" : "Sources/Cyphera",
"product_dependencies" : [
"BigInt",
"CryptoSwift"
],
"product_memberships" : [
"Cyphera"
],
"sources" : [
"AESHelper.swift",
"Alphabets.swift",
"Cyphera.swift",
"Errors.swift",
"FF1.swift",
"FF3.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.