The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cyphera, reference v0.0.1-alpha.2 (ff5e10), with Swift 6.2 for Linux on 16 Apr 2026 01:52:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cyphera-labs/cyphera-swift.git
Reference: v0.0.1-alpha.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/cyphera-labs/cyphera-swift
 * tag               v0.0.1-alpha.2 -> FETCH_HEAD
HEAD is now at ff5e104 fix: FF1 computeB sign bit bug + implement hash engine
Cloned https://github.com/cyphera-labs/cyphera-swift.git
Revision (git rev-parse @):
ff5e10430cfa5e41b6309db3d015bc17a3bfa6a3
SUCCESS checkout https://github.com/cyphera-labs/cyphera-swift.git at v0.0.1-alpha.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cyphera-labs/cyphera-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/4878] Fetching bigint
[441/18219] Fetching bigint, cryptoswift
Fetched https://github.com/attaswift/BigInt.git from cache (0.93s)
[3469/13341] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.49s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (6.31s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.80s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Building for debugging...
[0/5] Write sources
[0/5] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/127] Compiling CryptoSwift BigUInt.swift
[7/127] Compiling CryptoSwift BitwiseOps.swift
[8/129] Compiling CryptoSwift CMAC.swift
[9/129] Compiling CryptoSwift Addition.swift
[10/129] Compiling CryptoSwift BigInt.swift
[11/129] Compiling CryptoSwift PCBC.swift
[12/129] Compiling CryptoSwift Blowfish.swift
[13/129] Compiling CryptoSwift CBCMAC.swift
[14/129] Compiling BigInt Subtraction.swift
[15/129] Compiling BigInt Words and Bits.swift
[16/129] Compiling CryptoSwift BlockEncryptor.swift
[17/129] Compiling CryptoSwift BlockMode.swift
[18/129] Compiling CryptoSwift BlockModeOptions.swift
[19/129] Compiling CryptoSwift CBC.swift
[20/129] Compiling CryptoSwift CCM.swift
[21/129] Compiling CryptoSwift CFB.swift
[22/129] Emitting module BigInt
[23/129] Compiling CryptoSwift GCM.swift
[24/129] Compiling CryptoSwift OCB.swift
[25/129] Compiling CryptoSwift OFB.swift
[26/129] Compiling CryptoSwift CTR.swift
[27/129] Compiling CryptoSwift CipherModeWorker.swift
[28/129] Compiling CryptoSwift ECB.swift
[37/130] Compiling CryptoSwift Comparable.swift
[38/130] Compiling CryptoSwift DataConversion.swift
[39/130] Compiling CryptoSwift Division.swift
[40/130] Compiling CryptoSwift Exponentiation.swift
[41/130] Compiling CryptoSwift FloatingPointConversion.swift
[42/130] Compiling CryptoSwift GCD.swift
[43/130] Compiling CryptoSwift Hashable.swift
[59/144] Compiling CryptoSwift AEAD.swift
[60/144] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[61/144] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[62/144] Compiling CryptoSwift AES.Cryptors.swift
[63/144] Compiling CryptoSwift AES.swift
[64/144] Compiling CryptoSwift ASN1.swift
[65/144] Compiling CryptoSwift ASN1Decoder.swift
[66/144] Compiling CryptoSwift ASN1Encoder.swift
[67/144] Compiling CryptoSwift ASN1Scanner.swift
[68/144] Compiling CryptoSwift Array+Extension.swift
[69/144] Compiling CryptoSwift Authenticator.swift
[70/144] Compiling CryptoSwift BatchedCollection.swift
[71/144] Compiling CryptoSwift Bit.swift
[72/144] Compiling CryptoSwift BlockCipher.swift
[73/144] Compiling CryptoSwift BlockDecryptor.swift
[74/144] Emitting module CryptoSwift
[75/144] Compiling CryptoSwift IntegerConversion.swift
[76/144] Compiling CryptoSwift Multiplication.swift
[77/144] Compiling CryptoSwift PrimeTest.swift
[78/144] Compiling CryptoSwift Random.swift
[79/144] Compiling CryptoSwift Shifts.swift
[80/144] Compiling CryptoSwift SquareRoot.swift
[81/144] Compiling CryptoSwift Strideable.swift
[82/144] Compiling CryptoSwift StringConversion.swift
[83/144] Compiling CryptoSwift Subtraction.swift
[84/144] Compiling CryptoSwift WordsAndBits.swift
[85/144] Compiling CryptoSwift ChaCha20.swift
[86/144] Compiling CryptoSwift Checksum.swift
[87/144] Compiling CryptoSwift Cipher.swift
[88/144] Compiling CryptoSwift Collection+Extension.swift
[89/144] Compiling CryptoSwift CompactMap.swift
[90/144] Compiling CryptoSwift Cryptor.swift
[91/144] Compiling CryptoSwift Cryptors.swift
[92/144] Compiling CryptoSwift Digest.swift
[93/144] Compiling CryptoSwift DigestType.swift
[94/144] Compiling CryptoSwift AES+Foundation.swift
[95/144] Compiling CryptoSwift Array+Foundation.swift
[96/144] Compiling CryptoSwift Blowfish+Foundation.swift
[97/144] Compiling CryptoSwift ChaCha20+Foundation.swift
[98/144] Compiling CryptoSwift Data+Extension.swift
[99/144] Compiling CryptoSwift HMAC+Foundation.swift
[100/144] Compiling CryptoSwift Rabbit+Foundation.swift
[101/144] Compiling CryptoSwift String+FoundationExtension.swift
[102/144] Compiling CryptoSwift Utils+Foundation.swift
[103/144] Compiling CryptoSwift PKCS5.swift
[104/144] Compiling CryptoSwift PKCS7.swift
[105/144] Compiling CryptoSwift PKCS7Padding.swift
[106/144] Compiling CryptoSwift Padding.swift
[107/144] Compiling CryptoSwift Poly1305.swift
[108/144] Compiling CryptoSwift RSA+Cipher.swift
[109/144] Compiling CryptoSwift RSA+Signature.swift
[110/144] Compiling CryptoSwift RSA.swift
[111/144] Compiling CryptoSwift Rabbit.swift
[112/144] Compiling CryptoSwift SHA1.swift
[113/144] Compiling CryptoSwift SHA2.swift
[114/144] Compiling CryptoSwift SHA3.swift
[115/144] Compiling CryptoSwift Scrypt.swift
[116/144] Compiling CryptoSwift SecureBytes.swift
[117/144] Compiling CryptoSwift XChaCha20+Foundation.swift
[118/144] Compiling CryptoSwift Generics.swift
[119/144] Compiling CryptoSwift HKDF.swift
[120/144] Compiling CryptoSwift HMAC.swift
[121/144] Compiling CryptoSwift ISO10126Padding.swift
[122/144] Compiling CryptoSwift ISO78164Padding.swift
[123/144] Compiling CryptoSwift Int+Extension.swift
[124/144] Compiling CryptoSwift MD5.swift
[125/144] Compiling CryptoSwift NoPadding.swift
[126/144] Compiling CryptoSwift Operators.swift
[127/144] Compiling CryptoSwift DER.swift
[128/144] Compiling CryptoSwift PBKDF1.swift
[129/144] Compiling CryptoSwift PBKDF2.swift
[130/144] Compiling CryptoSwift PKCS1v15.swift
[131/144] Compiling CryptoSwift Signature.swift
[132/144] Compiling CryptoSwift StreamDecryptor.swift
[133/144] Compiling CryptoSwift StreamEncryptor.swift
[134/144] Compiling CryptoSwift String+Extension.swift
[135/144] Compiling CryptoSwift UInt128.swift
[136/144] Compiling CryptoSwift UInt16+Extension.swift
[137/144] Compiling CryptoSwift UInt32+Extension.swift
[138/144] Compiling CryptoSwift UInt64+Extension.swift
[139/144] Compiling CryptoSwift UInt8+Extension.swift
[140/144] Compiling CryptoSwift Updatable.swift
[141/144] Compiling CryptoSwift Utils.swift
[142/144] Compiling CryptoSwift XChaCha20.swift
[143/144] Compiling CryptoSwift ZeroPadding.swift
[144/144] Compiling CryptoSwift resource_bundle_accessor.swift
[146/152] Compiling Cyphera FF3.swift
[147/152] Compiling Cyphera Cyphera.swift
[148/152] Compiling Cyphera Alphabets.swift
[149/152] Compiling Cyphera Errors.swift
[150/152] Compiling Cyphera AESHelper.swift
[151/152] Compiling Cyphera FF1.swift
[152/152] Emitting module Cyphera
Build complete! (48.87s)
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.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.