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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openkitten/cryptokitten.git
Reference: 0.2.4-swift5
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/openkitten/cryptokitten
 * tag               0.2.4-swift5 -> FETCH_HEAD
HEAD is now at 04c357f Swift 5 support
Cloned https://github.com/openkitten/cryptokitten.git into spi-builder-workspace
04c357f2b6780ae966cdd7b339d08a7f63ade384
SUCCESS checkout https://github.com/openkitten/cryptokitten.git at 0.2.4-swift5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/10] Compiling CryptoKitten SHA2_32Implementations.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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)
                       ^
[2/11] Compiling CryptoKitten SHA2_64Implementations.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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)
                       ^
[3/11] Compiling CryptoKitten SHA1.swift
/Users/builder/builds/TDmZkXJm/3/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)
                       ^
[4/11] Emitting module CryptoKitten
/Users/builder/builds/TDmZkXJm/3/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 {
                                                            ^
[5/11] Compiling CryptoKitten HMAC.swift
[6/11] Compiling CryptoKitten Hash.swift
[7/11] Compiling CryptoKitten SHA2_64Base.swift
[8/11] Compiling CryptoKitten Helpers.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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
[9/11] Compiling CryptoKitten MD5.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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
[10/11] Compiling CryptoKitten SHA2_32Base.swift
[11/11] Compiling CryptoKitten PBKDF2_HMAC.swift
Build complete! (3.93s)
Build complete.
Done.