The Swift Package Index logo.Swift Package Index

Build Information

Successful build of scrypt with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shamatar/scrypt-cryptoswift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (0.32s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 0.13.0 (0.46s)
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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 (0.29s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (0.30s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 0.13.1 (0.02s)
Creating working copy for https://github.com/shamatar/scrypt-cryptoswift.git
Working copy of https://github.com/shamatar/scrypt-cryptoswift.git resolved at master
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 0.13.1
warning: '.resolve-product-dependencies': dependency 'scrypt-cryptoswift' is not used by any target
Found 1 product dependencies
  - CryptoSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/66] Emitting module CryptoSwift
[2/75] Compiling CryptoSwift CompactMap.swift
[3/75] Compiling CryptoSwift Cryptor.swift
[4/75] Compiling CryptoSwift Cryptors.swift
[5/75] Compiling CryptoSwift Digest.swift
[6/75] Compiling CryptoSwift DigestType.swift
[7/75] Compiling CryptoSwift AES+Foundation.swift
[8/75] Compiling CryptoSwift Array+Foundation.swift
[9/75] Compiling CryptoSwift Blowfish+Foundation.swift
[10/75] Compiling CryptoSwift ChaCha20+Foundation.swift
[11/75] Compiling CryptoSwift Data+Extension.swift
[12/75] Compiling CryptoSwift HMAC+Foundation.swift
[13/75] Compiling CryptoSwift Rabbit+Foundation.swift
[14/75] Compiling CryptoSwift String+FoundationExtension.swift
[15/75] Compiling CryptoSwift Utils+Foundation.swift
[16/75] Compiling CryptoSwift Generics.swift
[17/75] Compiling CryptoSwift HKDF.swift
[18/75] Compiling CryptoSwift HMAC.swift
[19/75] Compiling CryptoSwift Int+Extension.swift
[20/75] Compiling CryptoSwift String+Extension.swift
[21/75] Compiling CryptoSwift UInt128.swift
[22/75] Compiling CryptoSwift UInt16+Extension.swift
[23/75] Compiling CryptoSwift UInt32+Extension.swift
[24/75] Compiling CryptoSwift UInt64+Extension.swift
[25/75] Compiling CryptoSwift UInt8+Extension.swift
[26/75] Compiling CryptoSwift Updatable.swift
[27/75] Compiling CryptoSwift Utils.swift
[28/75] Compiling CryptoSwift ZeroPadding.swift
[29/75] Compiling CryptoSwift Poly1305.swift
[30/75] Compiling CryptoSwift Rabbit.swift
[31/75] Compiling CryptoSwift RandomBytesSequence.swift
[32/75] Compiling CryptoSwift SHA1.swift
[33/75] Compiling CryptoSwift SHA2.swift
[34/75] Compiling CryptoSwift SHA3.swift
[35/75] Compiling CryptoSwift SecureBytes.swift
[36/75] Compiling CryptoSwift StreamDecryptor.swift
[37/75] Compiling CryptoSwift StreamEncryptor.swift
[38/75] Compiling CryptoSwift OFB.swift
[39/75] Compiling CryptoSwift PCBC.swift
[40/75] Compiling CryptoSwift Blowfish.swift
[41/75] Compiling CryptoSwift CBCMAC.swift
[42/75] Compiling CryptoSwift CMAC.swift
[43/75] Compiling CryptoSwift ChaCha20.swift
[44/75] Compiling CryptoSwift Checksum.swift
[45/75] Compiling CryptoSwift Cipher.swift
[46/75] Compiling CryptoSwift Collection+Extension.swift
[47/75] Compiling CryptoSwift MD5.swift
[48/75] Compiling CryptoSwift NoPadding.swift
[49/75] Compiling CryptoSwift Operators.swift
[50/75] Compiling CryptoSwift PBKDF1.swift
[51/75] Compiling CryptoSwift PBKDF2.swift
[52/75] Compiling CryptoSwift PKCS5.swift
[53/75] Compiling CryptoSwift PKCS7.swift
[54/75] Compiling CryptoSwift PKCS7Padding.swift
[55/75] Compiling CryptoSwift Padding.swift
[56/75] Compiling CryptoSwift AEAD.swift
[57/75] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[58/75] Compiling CryptoSwift AES.Cryptors.swift
[59/75] Compiling CryptoSwift AES.swift
[60/75] Compiling CryptoSwift Array+Extension.swift
[61/75] Compiling CryptoSwift Authenticator.swift
[62/75] Compiling CryptoSwift BatchedCollection.swift
[63/75] Compiling CryptoSwift Bit.swift
[64/75] Compiling CryptoSwift BlockCipher.swift
[65/75] Compiling CryptoSwift BlockDecryptor.swift
[66/75] Compiling CryptoSwift BlockEncryptor.swift
[67/75] Compiling CryptoSwift BlockMode.swift
[68/75] Compiling CryptoSwift BlockModeOptions.swift
[69/75] Compiling CryptoSwift CBC.swift
[70/75] Compiling CryptoSwift CCM.swift
[71/75] Compiling CryptoSwift CFB.swift
[72/75] Compiling CryptoSwift CTR.swift
[73/75] Compiling CryptoSwift CipherModeWorker.swift
[74/75] Compiling CryptoSwift ECB.swift
[75/75] Compiling CryptoSwift GCM.swift
[76/78] Compiling scrypt Scrypt.swift
[77/78] Emitting module scrypt
[78/78] Compiling scrypt PointerArithmeticsImplimentation.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/scrypt/Swift/PointerArithmeticsImplimentation.swift:103:11: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        X.assign(from: typedBlock, count: 32*r)
          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/scrypt/Swift/PointerArithmeticsImplimentation.swift:103:11: note: use 'update(from:count:)' instead
        X.assign(from: typedBlock, count: 32*r)
          ^~~~~~
          update
Build complete! (12.03s)
Build complete.
Done.