The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EthereumAddress 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/EthereumAddress.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/shamatar/EthereumAddress
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a8eb4fc release 1.3.0
Cloned https://github.com/shamatar/EthereumAddress.git
Revision (git rev-parse @):
a8eb4fc1dc03c068bf88585d8f5a2dd3572664ca
SUCCESS checkout https://github.com/shamatar/EthereumAddress.git at master
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (0.31s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (0.11s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ethereumaddress",
      "name": "EthereumAddress",
      "url": "https://github.com/shamatar/EthereumAddress.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EthereumAddress",
      "dependencies": [
        {
          "identity": "cryptoswift",
          "name": "CryptoSwift",
          "url": "https://github.com/krzyzanowskim/CryptoSwift.git",
          "version": "1.0.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/shamatar/EthereumAddress.git from cache
Fetched https://github.com/shamatar/EthereumAddress.git (0.17s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (0.18s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (0.02s)
Creating working copy for https://github.com/shamatar/EthereumAddress.git
Working copy of https://github.com/shamatar/EthereumAddress.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 1.0.0
warning: '.resolve-product-dependencies': dependency 'ethereumaddress' 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/67] Compiling CryptoSwift NoPadding.swift
[2/67] Compiling CryptoSwift Operators.swift
[3/67] Compiling CryptoSwift PBKDF1.swift
[4/67] Compiling CryptoSwift PBKDF2.swift
[5/67] Compiling CryptoSwift PKCS5.swift
[6/67] Compiling CryptoSwift PKCS7.swift
[7/67] Compiling CryptoSwift PKCS7Padding.swift
[8/67] Compiling CryptoSwift Padding.swift
[9/67] Compiling CryptoSwift Poly1305.swift
[10/76] Compiling CryptoSwift BlockEncryptor.swift
[11/76] Compiling CryptoSwift BlockMode.swift
[12/76] Compiling CryptoSwift BlockModeOptions.swift
[13/76] Compiling CryptoSwift CBC.swift
[14/76] Compiling CryptoSwift CCM.swift
[15/76] Compiling CryptoSwift CFB.swift
[16/76] Compiling CryptoSwift CTR.swift
[17/76] Compiling CryptoSwift CipherModeWorker.swift
[18/76] Compiling CryptoSwift ECB.swift
[19/76] Compiling CryptoSwift GCM.swift
[20/76] Compiling CryptoSwift HMAC+Foundation.swift
[21/76] Compiling CryptoSwift Rabbit+Foundation.swift
[22/76] Compiling CryptoSwift String+FoundationExtension.swift
[23/76] Compiling CryptoSwift Utils+Foundation.swift
[24/76] Compiling CryptoSwift Generics.swift
[25/76] Compiling CryptoSwift HKDF.swift
[26/76] Compiling CryptoSwift HMAC.swift
[27/76] Compiling CryptoSwift Int+Extension.swift
[28/76] Compiling CryptoSwift MD5.swift
[29/76] Emitting module CryptoSwift
[30/76] Compiling CryptoSwift Cryptor.swift
[31/76] Compiling CryptoSwift Cryptors.swift
[32/76] Compiling CryptoSwift Digest.swift
[33/76] Compiling CryptoSwift DigestType.swift
[34/76] Compiling CryptoSwift AES+Foundation.swift
[35/76] Compiling CryptoSwift Array+Foundation.swift
[36/76] Compiling CryptoSwift Blowfish+Foundation.swift
[37/76] Compiling CryptoSwift ChaCha20+Foundation.swift
[38/76] Compiling CryptoSwift Data+Extension.swift
[39/76] Compiling CryptoSwift String+Extension.swift
[40/76] Compiling CryptoSwift UInt128.swift
[41/76] Compiling CryptoSwift UInt16+Extension.swift
[42/76] Compiling CryptoSwift UInt32+Extension.swift
[43/76] Compiling CryptoSwift UInt64+Extension.swift
[44/76] Compiling CryptoSwift UInt8+Extension.swift
[45/76] Compiling CryptoSwift Updatable.swift
[46/76] Compiling CryptoSwift Utils.swift
[47/76] Compiling CryptoSwift ZeroPadding.swift
[48/76] Compiling CryptoSwift AEAD.swift
[49/76] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[50/76] Compiling CryptoSwift AES.Cryptors.swift
[51/76] Compiling CryptoSwift AES.swift
[52/76] Compiling CryptoSwift Array+Extension.swift
[53/76] Compiling CryptoSwift Authenticator.swift
[54/76] Compiling CryptoSwift BatchedCollection.swift
[55/76] Compiling CryptoSwift Bit.swift
[56/76] Compiling CryptoSwift BlockCipher.swift
[57/76] Compiling CryptoSwift BlockDecryptor.swift
[58/76] Compiling CryptoSwift OFB.swift
[59/76] Compiling CryptoSwift PCBC.swift
[60/76] Compiling CryptoSwift Blowfish.swift
[61/76] Compiling CryptoSwift CBCMAC.swift
[62/76] Compiling CryptoSwift CMAC.swift
[63/76] Compiling CryptoSwift ChaCha20.swift
[64/76] Compiling CryptoSwift Checksum.swift
[65/76] Compiling CryptoSwift Cipher.swift
[66/76] Compiling CryptoSwift Collection+Extension.swift
[67/76] Compiling CryptoSwift CompactMap.swift
[68/76] Compiling CryptoSwift Rabbit.swift
[69/76] Compiling CryptoSwift RandomBytesSequence.swift
[70/76] Compiling CryptoSwift SHA1.swift
[71/76] Compiling CryptoSwift SHA2.swift
[72/76] Compiling CryptoSwift SHA3.swift
[73/76] Compiling CryptoSwift Scrypt.swift
[74/76] Compiling CryptoSwift SecureBytes.swift
[75/76] Compiling CryptoSwift StreamDecryptor.swift
[76/76] Compiling CryptoSwift StreamEncryptor.swift
[77/79] Compiling EthereumAddress EthereumAddress.swift
[78/79] Emitting module EthereumAddress
[79/79] Compiling EthereumAddress Extensions.swift
Build complete! (8.80s)
Build complete.
Done.