The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CryptoKitten 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/openkitten/cryptokitten.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/openkitten/cryptokitten
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 04c357f Swift 5 support
Cloned https://github.com/openkitten/cryptokitten.git
Revision (git rev-parse @):
04c357f2b6780ae966cdd7b339d08a7f63ade384
SUCCESS checkout https://github.com/openkitten/cryptokitten.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cryptokitten",
      "name": "CryptoKitten",
      "url": "https://github.com/openkitten/cryptokitten.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cryptokitten",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/openkitten/cryptokitten.git
[1/626] Fetching cryptokitten
Fetched https://github.com/openkitten/cryptokitten.git (0.43s)
Creating working copy for https://github.com/openkitten/cryptokitten.git
Working copy of https://github.com/openkitten/cryptokitten.git resolved at master
warning: '.resolve-product-dependencies': dependency 'cryptokitten' is not used by any target
Found 0 product dependencies
========================================
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/10] Compiling CryptoKitten SHA2_64Base.swift
[2/11] Compiling CryptoKitten SHA2_32Implementations.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/SHA2_32Implementations.swift:11:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 63)
                       ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/SHA2_32Implementations.swift:82:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 63)
                       ^
[3/11] Compiling CryptoKitten SHA2_64Implementations.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/SHA2_64Implementations.swift:11:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 127)
                       ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/SHA2_64Implementations.swift:87:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 127)
                       ^
[4/11] Compiling CryptoKitten SHA2_32Base.swift
[5/11] Compiling CryptoKitten SHA1.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/SHA1.swift:35:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 63)
                       ^
[6/11] Compiling CryptoKitten HMAC.swift
[7/11] Compiling CryptoKitten Hash.swift
[8/11] Emitting module CryptoKitten
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/Helpers.swift:3:61: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension Swift.Collection where Iterator.Element == UInt8, IndexDistance == Int {
                                                            ^
[9/11] Compiling CryptoKitten PBKDF2_HMAC.swift
[10/11] Compiling CryptoKitten Helpers.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/Helpers.swift:3:61: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension Swift.Collection where Iterator.Element == UInt8, IndexDistance == Int {
                                                            ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:60:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 63)
                       ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:71:19: warning: 'initialize(to:count:)' is deprecated: renamed to 'initialize(repeating:count:)'
        remainder.initialize(to: 0, count: 64)
                  ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:71:19: note: use 'initialize(repeating:count:)' instead
        remainder.initialize(to: 0, count: 64)
                  ^          ~~
                             repeating
[11/11] Compiling CryptoKitten MD5.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/Helpers.swift:3:61: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension Swift.Collection where Iterator.Element == UInt8, IndexDistance == Int {
                                                            ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:60:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 63)
                       ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:71:19: warning: 'initialize(to:count:)' is deprecated: renamed to 'initialize(repeating:count:)'
        remainder.initialize(to: 0, count: 64)
                  ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:71:19: note: use 'initialize(repeating:count:)' instead
        remainder.initialize(to: 0, count: 64)
                  ^          ~~
                             repeating
Build complete! (7.27s)
Build complete.
Done.