The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of cuid2, reference 0.0.1 (60597a), with Swift 6.1 for Linux on 28 Apr 2025 22:13:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/cuid2.git
Reference: 0.0.1
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/RussBaz/cuid2
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 60597a5 Initial commit
Cloned https://github.com/RussBaz/cuid2.git
Revision (git rev-parse @):
60597a59f1f4e0ca0a92d2f4c0e55e16e7d44092
SUCCESS checkout https://github.com/RussBaz/cuid2.git at 0.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RussBaz/cuid2.git
https://github.com/RussBaz/cuid2.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    }
  ],
  "manifest_display_name" : "cuid2",
  "name" : "cuid2",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "cuid2",
      "targets" : [
        "cuid2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "cuid2cli",
      "targets" : [
        "tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tool",
      "module_type" : "SwiftTarget",
      "name" : "tool",
      "path" : "Sources/tool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "cuid2cli"
      ],
      "sources" : [
        "tool.swift"
      ],
      "target_dependencies" : [
        "cuid2"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "cuid2Tests",
      "module_type" : "SwiftTarget",
      "name" : "cuid2Tests",
      "path" : "Tests/cuid2Tests",
      "sources" : [
        "cuid2Tests.swift"
      ],
      "target_dependencies" : [
        "cuid2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "cuid2",
      "module_type" : "SwiftTarget",
      "name" : "cuid2",
      "path" : "Sources/cuid2",
      "product_dependencies" : [
        "CryptoSwift",
        "BigInt"
      ],
      "product_memberships" : [
        "cuid2",
        "cuid2cli"
      ],
      "sources" : [
        "cuid2.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-argument-parser
[1/4771] Fetching bigint
[97/17705] Fetching bigint, cryptoswift
[6583/32655] Fetching bigint, cryptoswift, swift-argument-parser
Fetched https://github.com/attaswift/BigInt.git from cache (0.44s)
[8875/27884] Fetching cryptoswift, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.20s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.22s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.65s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (2.29s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.1 (0.43s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/17] Write sources
[4/17] Copying PrivacyInfo.xcprivacy
[6/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/141] Emitting module BigInt
[11/143] Emitting module ArgumentParserToolInfo
[12/143] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/144] Compiling CryptoSwift AEAD.swift
[14/144] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[15/144] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[16/144] Wrapping AST for ArgumentParserToolInfo for debugging
[18/182] Compiling ArgumentParser ParsableCommand.swift
[19/182] Compiling ArgumentParser ArgumentDecoder.swift
[20/182] Compiling ArgumentParser ParsableArguments.swift
[21/182] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/182] Compiling ArgumentParser Flag.swift
[23/182] Compiling ArgumentParser NameSpecification.swift
[24/182] Compiling ArgumentParser Option.swift
[25/182] Compiling ArgumentParser BashCompletionsGenerator.swift
[26/182] Compiling ArgumentParser CompletionsGenerator.swift
[27/182] Compiling ArgumentParser FishCompletionsGenerator.swift
[28/182] Compiling ArgumentParser ZshCompletionsGenerator.swift
[29/182] Compiling ArgumentParser Argument.swift
[30/182] Compiling ArgumentParser ArgumentHelp.swift
[31/182] Compiling ArgumentParser OptionGroup.swift
[32/182] Compiling ArgumentParser AsyncParsableCommand.swift
[33/182] Compiling ArgumentParser CommandConfiguration.swift
[34/182] Compiling ArgumentParser ArgumentVisibility.swift
[35/182] Compiling ArgumentParser CompletionKind.swift
[36/182] Compiling ArgumentParser Errors.swift
[37/183] Wrapping AST for BigInt for debugging
[39/183] Emitting module ArgumentParser
[46/188] Compiling ArgumentParser ParserError.swift
[47/188] Compiling ArgumentParser SplitArguments.swift
[48/188] Compiling ArgumentParser DumpHelpGenerator.swift
[49/188] Compiling ArgumentParser HelpCommand.swift
[50/188] Compiling ArgumentParser HelpGenerator.swift
[51/188] Compiling ArgumentParser MessageInfo.swift
[52/188] Compiling ArgumentParser UsageGenerator.swift
[53/188] Compiling ArgumentParser CollectionExtensions.swift
[54/188] Compiling ArgumentParser Platform.swift
[55/188] Compiling ArgumentParser SequenceExtensions.swift
[56/188] Compiling ArgumentParser StringExtensions.swift
[57/188] Compiling ArgumentParser Tree.swift
[58/188] Compiling CryptoSwift GCD.swift
[59/188] Compiling CryptoSwift Hashable.swift
[69/202] Compiling ArgumentParser CommandGroup.swift
[70/202] Compiling ArgumentParser EnumerableFlag.swift
[71/202] Compiling ArgumentParser ExpressibleByArgument.swift
[76/202] Compiling ArgumentParser Name.swift
[77/202] Compiling ArgumentParser Parsed.swift
[78/202] Compiling ArgumentParser ParsedValues.swift
[86/202] Compiling ArgumentParser ArgumentDefinition.swift
[87/202] Compiling ArgumentParser ArgumentSet.swift
[88/202] Compiling ArgumentParser CommandParser.swift
[89/202] Compiling ArgumentParser InputKey.swift
[90/202] Compiling ArgumentParser InputOrigin.swift
[96/203] Wrapping AST for ArgumentParser for debugging
[98/203] Compiling CryptoSwift Signature.swift
[99/203] Compiling CryptoSwift StreamDecryptor.swift
[100/203] Compiling CryptoSwift StreamEncryptor.swift
[101/203] Compiling CryptoSwift String+Extension.swift
[102/203] Compiling CryptoSwift UInt128.swift
[103/203] Compiling CryptoSwift UInt16+Extension.swift
[104/203] Compiling CryptoSwift UInt32+Extension.swift
[105/203] Compiling CryptoSwift UInt64+Extension.swift
[106/203] Compiling CryptoSwift UInt8+Extension.swift
[107/203] Compiling CryptoSwift Updatable.swift
[108/203] Compiling CryptoSwift Utils.swift
[109/203] Compiling CryptoSwift XChaCha20.swift
[110/203] Compiling CryptoSwift ZeroPadding.swift
[111/203] Compiling CryptoSwift resource_bundle_accessor.swift
[127/203] Emitting module CryptoSwift
[143/203] Compiling CryptoSwift CompactMap.swift
[144/203] Compiling CryptoSwift Cryptor.swift
[145/203] Compiling CryptoSwift Cryptors.swift
[146/203] Compiling CryptoSwift Digest.swift
[147/203] Compiling CryptoSwift DigestType.swift
[148/203] Compiling CryptoSwift AES+Foundation.swift
[149/203] Compiling CryptoSwift Array+Foundation.swift
[150/203] Compiling CryptoSwift Blowfish+Foundation.swift
[151/203] Compiling CryptoSwift ChaCha20+Foundation.swift
[152/203] Compiling CryptoSwift Data+Extension.swift
[153/203] Compiling CryptoSwift HMAC+Foundation.swift
[154/203] Compiling CryptoSwift Rabbit+Foundation.swift
[155/203] Compiling CryptoSwift String+FoundationExtension.swift
[156/203] Compiling CryptoSwift Utils+Foundation.swift
[157/203] Compiling CryptoSwift IntegerConversion.swift
[158/203] Compiling CryptoSwift Multiplication.swift
[159/203] Compiling CryptoSwift PrimeTest.swift
[160/203] Compiling CryptoSwift Random.swift
[161/203] Compiling CryptoSwift Shifts.swift
[162/203] Compiling CryptoSwift SquareRoot.swift
[163/203] Compiling CryptoSwift Strideable.swift
[164/203] Compiling CryptoSwift StringConversion.swift
[165/203] Compiling CryptoSwift Subtraction.swift
[166/203] Compiling CryptoSwift WordsAndBits.swift
[167/203] Compiling CryptoSwift ChaCha20.swift
[168/203] Compiling CryptoSwift Checksum.swift
[169/203] Compiling CryptoSwift Cipher.swift
[170/203] Compiling CryptoSwift Collection+Extension.swift
[171/203] Compiling CryptoSwift PKCS5.swift
[172/203] Compiling CryptoSwift PKCS7.swift
[173/203] Compiling CryptoSwift PKCS7Padding.swift
[174/203] Compiling CryptoSwift Padding.swift
[175/203] Compiling CryptoSwift Poly1305.swift
[176/203] Compiling CryptoSwift RSA+Cipher.swift
[177/203] Compiling CryptoSwift RSA+Signature.swift
[178/203] Compiling CryptoSwift RSA.swift
[179/203] Compiling CryptoSwift Rabbit.swift
[180/203] Compiling CryptoSwift SHA1.swift
[181/203] Compiling CryptoSwift SHA2.swift
[182/203] Compiling CryptoSwift SHA3.swift
[183/203] Compiling CryptoSwift Scrypt.swift
[184/203] Compiling CryptoSwift SecureBytes.swift
[185/203] Compiling CryptoSwift XChaCha20+Foundation.swift
[186/203] Compiling CryptoSwift Generics.swift
[187/203] Compiling CryptoSwift HKDF.swift
[188/203] Compiling CryptoSwift HMAC.swift
[189/203] Compiling CryptoSwift ISO10126Padding.swift
[190/203] Compiling CryptoSwift ISO78164Padding.swift
[191/203] Compiling CryptoSwift Int+Extension.swift
[192/203] Compiling CryptoSwift MD5.swift
[193/203] Compiling CryptoSwift NoPadding.swift
[194/203] Compiling CryptoSwift Operators.swift
[195/203] Compiling CryptoSwift DER.swift
[196/203] Compiling CryptoSwift PBKDF1.swift
[197/203] Compiling CryptoSwift PBKDF2.swift
[198/203] Compiling CryptoSwift PKCS1v15.swift
[199/206] Wrapping AST for CryptoSwift for debugging
[201/206] Emitting module cuid2
[202/206] Compiling cuid2 cuid2.swift
[203/207] Wrapping AST for cuid2 for debugging
[205/209] Emitting module tool
[206/209] Compiling tool tool.swift
[207/210] Wrapping AST for tool for debugging
[208/210] Write Objects.LinkFileList
[209/210] Linking cuid2cli
Build complete! (23.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    }
  ],
  "manifest_display_name" : "cuid2",
  "name" : "cuid2",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "cuid2",
      "targets" : [
        "cuid2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "cuid2cli",
      "targets" : [
        "tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tool",
      "module_type" : "SwiftTarget",
      "name" : "tool",
      "path" : "Sources/tool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "cuid2cli"
      ],
      "sources" : [
        "tool.swift"
      ],
      "target_dependencies" : [
        "cuid2"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "cuid2Tests",
      "module_type" : "SwiftTarget",
      "name" : "cuid2Tests",
      "path" : "Tests/cuid2Tests",
      "sources" : [
        "cuid2Tests.swift"
      ],
      "target_dependencies" : [
        "cuid2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "cuid2",
      "module_type" : "SwiftTarget",
      "name" : "cuid2",
      "path" : "Sources/cuid2",
      "product_dependencies" : [
        "CryptoSwift",
        "BigInt"
      ],
      "product_memberships" : [
        "cuid2",
        "cuid2cli"
      ],
      "sources" : [
        "cuid2.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.