Build Information
Successful build of Cyphera, reference main (2c3e76), with Swift 6.1 for Linux on 23 Apr 2026 14:28:44 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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.1
Building package at path: $PWD
https://github.com/cyphera-labs/cyphera-swift.git
https://github.com/cyphera-labs/cyphera-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/attaswift/BigInt.git
[1/4878] Fetching bigint
[148/18265] Fetching bigint, cryptoswift
Fetched https://github.com/attaswift/BigInt.git from cache (1.86s)
[3615/13387] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (4.06s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.10.0 (8.94s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (1.21s)
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] Compiling CryptoSwift BlockEncryptor.swift
[6/125] Compiling CryptoSwift BlockMode.swift
[7/125] Compiling CryptoSwift BlockModeOptions.swift
[8/125] Compiling CryptoSwift CBC.swift
[9/125] Compiling CryptoSwift CCM.swift
[10/127] Compiling CryptoSwift Bit.swift
[11/127] Compiling CryptoSwift BlockCipher.swift
[12/127] Compiling CryptoSwift BlockDecryptor.swift
[13/127] Compiling BigInt Subtraction.swift
[14/127] Compiling BigInt Words and Bits.swift
[15/127] Emitting module CryptoSwift
[16/127] Compiling CryptoSwift AEAD.swift
[17/127] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[18/127] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[19/127] Compiling CryptoSwift AES.Cryptors.swift
[20/127] Compiling CryptoSwift AES.swift
[21/127] Compiling CryptoSwift ASN1.swift
[22/127] Compiling CryptoSwift ASN1Decoder.swift
[23/127] Compiling CryptoSwift ASN1Encoder.swift
[24/127] Compiling CryptoSwift ASN1Scanner.swift
[25/127] Compiling CryptoSwift Array+Extension.swift
[26/127] Compiling CryptoSwift Authenticator.swift
[27/127] Compiling CryptoSwift BatchedCollection.swift
[31/141] Compiling CryptoSwift Utils+Foundation.swift
[32/141] Compiling CryptoSwift XChaCha20+Foundation.swift
[33/141] Compiling CryptoSwift Generics.swift
[34/141] Compiling CryptoSwift HKDF.swift
[35/141] Compiling CryptoSwift HMAC.swift
[36/141] Compiling CryptoSwift ISO10126Padding.swift
[37/141] Compiling CryptoSwift ISO78164Padding.swift
[38/141] Compiling CryptoSwift Int+Extension.swift
[39/141] Compiling CryptoSwift MD5.swift
[40/141] Compiling CryptoSwift NoPadding.swift
[41/141] Compiling CryptoSwift Operators.swift
[42/141] Compiling CryptoSwift DER.swift
[43/141] Compiling CryptoSwift PBKDF1.swift
[44/141] Compiling CryptoSwift PBKDF2.swift
[48/141] Emitting module BigInt
[65/141] Compiling CryptoSwift CipherModeWorker.swift
[66/141] Compiling CryptoSwift ECB.swift
[67/141] Compiling CryptoSwift GCM.swift
[68/141] Compiling CryptoSwift OCB.swift
[69/141] Compiling CryptoSwift OFB.swift
[70/141] Compiling CryptoSwift PCBC.swift
[71/141] Compiling CryptoSwift Blowfish.swift
[73/142] Compiling CryptoSwift CBCMAC.swift
[74/142] Compiling CryptoSwift CMAC.swift
[75/142] Compiling CryptoSwift Addition.swift
[76/142] Compiling CryptoSwift BigInt.swift
[77/142] Compiling CryptoSwift BigUInt.swift
[78/142] Compiling CryptoSwift BitwiseOps.swift
[79/142] Compiling CryptoSwift CS.swift
[80/142] Compiling CryptoSwift Codable.swift
[81/142] Compiling CryptoSwift Comparable.swift
[82/142] Compiling CryptoSwift DataConversion.swift
[83/142] Compiling CryptoSwift Division.swift
[84/142] Compiling CryptoSwift Exponentiation.swift
[85/142] Compiling CryptoSwift FloatingPointConversion.swift
[86/142] Compiling CryptoSwift GCD.swift
[87/142] Compiling CryptoSwift Hashable.swift
[88/142] Compiling CryptoSwift IntegerConversion.swift
[89/142] Compiling CryptoSwift Multiplication.swift
[90/142] Compiling CryptoSwift PrimeTest.swift
[91/142] Compiling CryptoSwift Random.swift
[92/142] Compiling CryptoSwift Shifts.swift
[93/142] Compiling CryptoSwift SquareRoot.swift
[94/142] Compiling CryptoSwift Strideable.swift
[95/142] Compiling CryptoSwift StringConversion.swift
[96/142] Compiling CryptoSwift Subtraction.swift
[97/142] Compiling CryptoSwift WordsAndBits.swift
[98/142] Compiling CryptoSwift ChaCha20.swift
[99/142] Compiling CryptoSwift Checksum.swift
[100/142] Compiling CryptoSwift Cipher.swift
[101/142] Compiling CryptoSwift PKCS1v15.swift
[102/142] Compiling CryptoSwift PKCS5.swift
[103/142] Compiling CryptoSwift PKCS7.swift
[104/142] Compiling CryptoSwift PKCS7Padding.swift
[105/142] Compiling CryptoSwift Padding.swift
[106/142] Compiling CryptoSwift Poly1305.swift
[107/142] Compiling CryptoSwift RSA+Cipher.swift
[108/142] Compiling CryptoSwift RSA+Signature.swift
[109/142] Compiling CryptoSwift RSA.swift
[110/142] Compiling CryptoSwift Rabbit.swift
[111/142] Compiling CryptoSwift SHA1.swift
[112/142] Compiling CryptoSwift SHA2.swift
[113/142] Compiling CryptoSwift SHA3.swift
[114/142] Compiling CryptoSwift Scrypt.swift
[115/142] Compiling CryptoSwift Collection+Extension.swift
[116/142] Compiling CryptoSwift CompactMap.swift
[117/142] Compiling CryptoSwift Cryptor.swift
[118/142] Compiling CryptoSwift Cryptors.swift
[119/142] Compiling CryptoSwift Digest.swift
[120/142] Compiling CryptoSwift DigestType.swift
[121/142] Compiling CryptoSwift AES+Foundation.swift
[122/142] Compiling CryptoSwift Array+Foundation.swift
[123/142] Compiling CryptoSwift Blowfish+Foundation.swift
[124/142] Compiling CryptoSwift ChaCha20+Foundation.swift
[125/142] Compiling CryptoSwift Data+Extension.swift
[126/142] Compiling CryptoSwift HMAC+Foundation.swift
[127/142] Compiling CryptoSwift Rabbit+Foundation.swift
[128/142] Compiling CryptoSwift String+FoundationExtension.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 FF3.swift
[145/150] Compiling Cyphera Errors.swift
[146/150] Compiling Cyphera AESHelper.swift
[147/150] Emitting module Cyphera
[148/150] Compiling Cyphera Cyphera.swift
[149/150] Compiling Cyphera Alphabets.swift
[150/150] Compiling Cyphera FF1.swift
Build complete! (88.61s)
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.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.