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 scrypt, reference master (e3d879), with Swift 6.0 for macOS (SPM) on 30 Oct 2024 22:48:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shamatar/scrypt-cryptoswift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shamatar/scrypt-cryptoswift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e3d8797 gitignore
Cloned https://github.com/shamatar/scrypt-cryptoswift.git
Revision (git rev-parse @):
e3d87976dfe5a9980c52fd3c3edf120fe25f764b
SUCCESS checkout https://github.com/shamatar/scrypt-cryptoswift.git at master
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12703] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.00s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 0.13.0 (2.69s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 0.13.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "scrypt-cryptoswift",
      "name": "scrypt",
      "url": "https://github.com/shamatar/scrypt-cryptoswift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/scrypt-cryptoswift",
      "dependencies": [
        {
          "identity": "cryptoswift",
          "name": "CryptoSwift",
          "url": "https://github.com/krzyzanowskim/CryptoSwift.git",
          "version": "0.13.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/shamatar/scrypt-cryptoswift.git
[1/504] Fetching scrypt-cryptoswift
Fetched https://github.com/shamatar/scrypt-cryptoswift.git from cache (0.89s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.62s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 0.13.1 (0.03s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 0.13.1
Creating working copy for https://github.com/shamatar/scrypt-cryptoswift.git
Working copy of https://github.com/shamatar/scrypt-cryptoswift.git resolved at master (e3d8797)
warning: '.resolve-product-dependencies': dependency 'scrypt-cryptoswift' is not used by any target
Found 1 product dependencies
  - CryptoSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/shamatar/scrypt-cryptoswift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/71] Emitting module CryptoSwift
[5/78] Compiling CryptoSwift AEAD.swift
[6/78] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[7/78] Compiling CryptoSwift AES.Cryptors.swift
[8/78] Compiling CryptoSwift AES.swift
[9/78] Compiling CryptoSwift Array+Extension.swift
[10/78] Compiling CryptoSwift Authenticator.swift
[11/78] Compiling CryptoSwift BatchedCollection.swift
[12/78] Compiling CryptoSwift Bit.swift
[13/78] Compiling CryptoSwift Int+Extension.swift
[14/78] Compiling CryptoSwift MD5.swift
[15/78] Compiling CryptoSwift NoPadding.swift
[16/78] Compiling CryptoSwift Operators.swift
[17/78] Compiling CryptoSwift PBKDF1.swift
[18/78] Compiling CryptoSwift PBKDF2.swift
[19/78] Compiling CryptoSwift PKCS5.swift
[20/78] Compiling CryptoSwift UInt16+Extension.swift
[21/78] Compiling CryptoSwift UInt32+Extension.swift
[22/78] Compiling CryptoSwift UInt64+Extension.swift
[23/78] Compiling CryptoSwift UInt8+Extension.swift
[24/78] Compiling CryptoSwift Updatable.swift
[25/78] Compiling CryptoSwift Utils.swift
[26/78] Compiling CryptoSwift ZeroPadding.swift
[27/78] Compiling CryptoSwift CTR.swift
[28/78] Compiling CryptoSwift CipherModeWorker.swift
[29/78] Compiling CryptoSwift ECB.swift
[30/78] Compiling CryptoSwift GCM.swift
[31/78] Compiling CryptoSwift OFB.swift
[32/78] Compiling CryptoSwift PCBC.swift
[33/78] Compiling CryptoSwift Blowfish.swift
[34/78] Compiling CryptoSwift CBCMAC.swift
[35/78] Compiling CryptoSwift CMAC.swift
[36/78] Compiling CryptoSwift ChaCha20.swift
[37/78] Compiling CryptoSwift Checksum.swift
[38/78] Compiling CryptoSwift Cipher.swift
[39/78] Compiling CryptoSwift Collection+Extension.swift
[40/78] Compiling CryptoSwift CompactMap.swift
[41/78] Compiling CryptoSwift Cryptor.swift
[42/78] Compiling CryptoSwift Cryptors.swift
[43/78] Compiling CryptoSwift PKCS7.swift
[44/78] Compiling CryptoSwift PKCS7Padding.swift
[45/78] Compiling CryptoSwift Padding.swift
[46/78] Compiling CryptoSwift Poly1305.swift
[47/78] Compiling CryptoSwift Rabbit.swift
[48/78] Compiling CryptoSwift RandomBytesSequence.swift
[49/78] Compiling CryptoSwift SHA1.swift
[50/78] Compiling CryptoSwift SHA2.swift
[51/78] Compiling CryptoSwift SHA3.swift
[52/78] Compiling CryptoSwift SecureBytes.swift
[53/78] Compiling CryptoSwift StreamDecryptor.swift
[54/78] Compiling CryptoSwift StreamEncryptor.swift
[55/78] Compiling CryptoSwift String+Extension.swift
[56/78] Compiling CryptoSwift UInt128.swift
[57/78] Compiling CryptoSwift BlockCipher.swift
[58/78] Compiling CryptoSwift BlockDecryptor.swift
[59/78] Compiling CryptoSwift BlockEncryptor.swift
[60/78] Compiling CryptoSwift BlockMode.swift
[61/78] Compiling CryptoSwift BlockModeOptions.swift
[62/78] Compiling CryptoSwift CBC.swift
[63/78] Compiling CryptoSwift CCM.swift
[64/78] Compiling CryptoSwift CFB.swift
[65/78] Compiling CryptoSwift Digest.swift
[66/78] Compiling CryptoSwift DigestType.swift
[67/78] Compiling CryptoSwift AES+Foundation.swift
[68/78] Compiling CryptoSwift Array+Foundation.swift
[69/78] Compiling CryptoSwift Blowfish+Foundation.swift
[70/78] Compiling CryptoSwift ChaCha20+Foundation.swift
[71/78] Compiling CryptoSwift Data+Extension.swift
[72/78] Compiling CryptoSwift HMAC+Foundation.swift
[73/78] Compiling CryptoSwift Rabbit+Foundation.swift
[74/78] Compiling CryptoSwift String+FoundationExtension.swift
[75/78] Compiling CryptoSwift Utils+Foundation.swift
[76/78] Compiling CryptoSwift Generics.swift
[77/78] Compiling CryptoSwift HKDF.swift
[78/78] Compiling CryptoSwift HMAC.swift
[79/81] Emitting module scrypt
[80/81] Compiling scrypt PointerArithmeticsImplimentation.swift
/Users/admin/builder/spi-builder-workspace/scrypt/Swift/PointerArithmeticsImplimentation.swift:103:11: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
101 |                 /* 1: X <-- B */
102 |         let typedBlock = block.assumingMemoryBound(to: UInt32.self)
103 |         X.assign(from: typedBlock, count: 32*r)
    |           |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
    |           `- note: use 'update(from:count:)' instead
104 |
105 |         /* 2: for i = 0 to N - 1 do */
[81/81] Compiling scrypt Scrypt.swift
Build complete! (16.72s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "0.14.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "scrypt",
  "name" : "scrypt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "scrypt",
      "targets" : [
        "scrypt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2"
  ],
  "targets" : [
    {
      "c99name" : "scrypt",
      "module_type" : "SwiftTarget",
      "name" : "scrypt",
      "path" : "scrypt/Swift",
      "product_dependencies" : [
        "CryptoSwift"
      ],
      "product_memberships" : [
        "scrypt"
      ],
      "sources" : [
        "PointerArithmeticsImplimentation.swift",
        "Scrypt.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.