The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of cuid2, reference master (60597a), with Swift 6.0 for Linux on 16 Sep 2024 04:36:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/cuid2.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/RussBaz/cuid2.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/attaswift/BigInt.git
[1/4706] Fetching bigint
[2354/17409] Fetching bigint, cryptoswift
[6613/29578] Fetching bigint, cryptoswift, swift-argument-parser
Fetched https://github.com/attaswift/BigInt.git from cache (1.45s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.45s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.47s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (2.73s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.4.0 (0.52s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.2 (0.59s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.4.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.2
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/17] Write sources
[6/17] Copying PrivacyInfo.xcprivacy
[6/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/141] Emitting module BigInt
[11/143] Compiling CryptoSwift BlockDecryptor.swift
[12/143] Compiling CryptoSwift CMAC.swift
[13/143] Compiling CryptoSwift Addition.swift
[14/143] Compiling CryptoSwift AEAD.swift
[15/143] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[16/143] Emitting module ArgumentParserToolInfo
[17/143] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/144] Compiling BigInt Subtraction.swift
[19/144] Compiling BigInt Words and Bits.swift
[20/144] Wrapping AST for ArgumentParserToolInfo for debugging
[22/181] Compiling ArgumentParser ArgumentVisibility.swift
[23/181] Compiling ArgumentParser CompletionKind.swift
[24/181] Compiling ArgumentParser Errors.swift
[25/181] Compiling ArgumentParser Flag.swift
[26/181] Compiling ArgumentParser NameSpecification.swift
[27/186] Compiling ArgumentParser FishCompletionsGenerator.swift
[28/186] Compiling ArgumentParser ZshCompletionsGenerator.swift
[29/186] Compiling ArgumentParser Argument.swift
[33/186] Compiling ArgumentParser ArgumentHelp.swift
[36/186] Compiling ArgumentParser ParsableArguments.swift
[37/186] Compiling ArgumentParser ParsableArgumentsValidation.swift
[38/186] Compiling ArgumentParser ParsableCommand.swift
[39/186] Compiling ArgumentParser Option.swift
[40/186] Compiling ArgumentParser OptionGroup.swift
[41/186] Compiling ArgumentParser AsyncParsableCommand.swift
[43/187] Compiling ArgumentParser EnumerableFlag.swift
[44/187] Compiling ArgumentParser ExpressibleByArgument.swift
[48/187] Compiling ArgumentParser ArgumentDecoder.swift
[49/187] Compiling ArgumentParser ArgumentDefinition.swift
[50/187] Compiling ArgumentParser ArgumentSet.swift
[51/187] Compiling ArgumentParser CommandParser.swift
[52/187] Compiling ArgumentParser InputKey.swift
[53/187] Compiling ArgumentParser InputOrigin.swift
[54/187] Compiling ArgumentParser DumpHelpGenerator.swift
[55/187] Compiling ArgumentParser HelpCommand.swift
[56/187] Compiling ArgumentParser HelpGenerator.swift
[57/201] Emitting module ArgumentParser
[58/201] Compiling ArgumentParser BashCompletionsGenerator.swift
[59/201] Compiling ArgumentParser CompletionsGenerator.swift
[63/201] Wrapping AST for BigInt for debugging
[65/201] Compiling ArgumentParser MessageInfo.swift
[66/201] Compiling ArgumentParser UsageGenerator.swift
[67/201] Compiling ArgumentParser Name.swift
[68/201] Compiling ArgumentParser Parsed.swift
[69/201] Compiling ArgumentParser ParsedValues.swift
[70/201] Compiling ArgumentParser ParserError.swift
[71/201] Compiling ArgumentParser SplitArguments.swift
[72/201] Compiling ArgumentParser CollectionExtensions.swift
[73/201] Compiling ArgumentParser Platform.swift
[74/201] Compiling ArgumentParser SequenceExtensions.swift
[75/201] Compiling ArgumentParser StringExtensions.swift
[76/201] Compiling ArgumentParser Tree.swift
[77/201] Compiling CryptoSwift PCBC.swift
[78/201] Compiling CryptoSwift Blowfish.swift
[79/201] Compiling CryptoSwift CBCMAC.swift
[80/201] Emitting module CryptoSwift
[95/201] Compiling ArgumentParser CommandConfiguration.swift
[126/202] Wrapping AST for ArgumentParser for debugging
[128/202] Compiling CryptoSwift CompactMap.swift
[129/202] Compiling CryptoSwift Cryptor.swift
[130/202] Compiling CryptoSwift Cryptors.swift
[131/202] Compiling CryptoSwift Digest.swift
[132/202] Compiling CryptoSwift DigestType.swift
[133/202] Compiling CryptoSwift AES+Foundation.swift
[134/202] Compiling CryptoSwift Array+Foundation.swift
[135/202] Compiling CryptoSwift Blowfish+Foundation.swift
[136/202] Compiling CryptoSwift ChaCha20+Foundation.swift
[137/202] Compiling CryptoSwift Data+Extension.swift
[138/202] Compiling CryptoSwift HMAC+Foundation.swift
[139/202] Compiling CryptoSwift Rabbit+Foundation.swift
[140/202] Compiling CryptoSwift String+FoundationExtension.swift
[141/202] Compiling CryptoSwift Utils+Foundation.swift
[142/202] Compiling CryptoSwift PKCS5.swift
[143/202] Compiling CryptoSwift PKCS7.swift
[144/202] Compiling CryptoSwift PKCS7Padding.swift
[145/202] Compiling CryptoSwift Padding.swift
[146/202] Compiling CryptoSwift Poly1305.swift
[147/202] Compiling CryptoSwift RSA+Cipher.swift
[148/202] Compiling CryptoSwift RSA+Signature.swift
[149/202] Compiling CryptoSwift RSA.swift
[150/202] Compiling CryptoSwift Rabbit.swift
[151/202] Compiling CryptoSwift SHA1.swift
[152/202] Compiling CryptoSwift SHA2.swift
[153/202] Compiling CryptoSwift SHA3.swift
[154/202] Compiling CryptoSwift Scrypt.swift
[155/202] Compiling CryptoSwift SecureBytes.swift
[156/202] Compiling CryptoSwift Integer Conversion.swift
[157/202] Compiling CryptoSwift Multiplication.swift
[158/202] Compiling CryptoSwift Prime Test.swift
[159/202] Compiling CryptoSwift Random.swift
[160/202] Compiling CryptoSwift Shifts.swift
[161/202] Compiling CryptoSwift Square Root.swift
[162/202] Compiling CryptoSwift Strideable.swift
[163/202] Compiling CryptoSwift String Conversion.swift
[164/202] Compiling CryptoSwift Subtraction.swift
[165/202] Compiling CryptoSwift Words and Bits.swift
[166/202] Compiling CryptoSwift ChaCha20.swift
[167/202] Compiling CryptoSwift Checksum.swift
[168/202] Compiling CryptoSwift Cipher.swift
[169/202] Compiling CryptoSwift Collection+Extension.swift
[170/202] Compiling CryptoSwift XChaCha20+Foundation.swift
[171/202] Compiling CryptoSwift Generics.swift
[172/202] Compiling CryptoSwift HKDF.swift
[173/202] Compiling CryptoSwift HMAC.swift
[174/202] Compiling CryptoSwift ISO10126Padding.swift
[175/202] Compiling CryptoSwift ISO78164Padding.swift
[176/202] Compiling CryptoSwift Int+Extension.swift
[177/202] Compiling CryptoSwift MD5.swift
[178/202] Compiling CryptoSwift NoPadding.swift
[179/202] Compiling CryptoSwift Operators.swift
[180/202] Compiling CryptoSwift DER.swift
[181/202] Compiling CryptoSwift PBKDF1.swift
[182/202] Compiling CryptoSwift PBKDF2.swift
[183/202] Compiling CryptoSwift PKCS1v15.swift
[184/202] Compiling CryptoSwift Signature.swift
[185/202] Compiling CryptoSwift StreamDecryptor.swift
[186/202] Compiling CryptoSwift StreamEncryptor.swift
[187/202] Compiling CryptoSwift String+Extension.swift
[188/202] Compiling CryptoSwift UInt128.swift
[189/202] Compiling CryptoSwift UInt16+Extension.swift
[190/202] Compiling CryptoSwift UInt32+Extension.swift
[191/202] Compiling CryptoSwift UInt64+Extension.swift
[192/202] Compiling CryptoSwift UInt8+Extension.swift
[193/202] Compiling CryptoSwift Updatable.swift
[194/202] Compiling CryptoSwift Utils.swift
[195/202] Compiling CryptoSwift XChaCha20.swift
[196/202] Compiling CryptoSwift ZeroPadding.swift
[197/202] Compiling CryptoSwift resource_bundle_accessor.swift
[198/203] Wrapping AST for CryptoSwift for debugging
[200/205] Compiling cuid2 cuid2.swift
[201/205] Emitting module cuid2
[202/206] Wrapping AST for cuid2 for debugging
[204/208] Emitting module tool
[205/208] Compiling tool tool.swift
[206/209] Wrapping AST for tool for debugging
[207/209] Write Objects.LinkFileList
[208/209] Linking cuid2cli
Build complete! (57.27s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.