The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyHawk 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/cpageler93/swiftyhawk.git
Reference: 0.1.4
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cpageler93/swiftyhawk
 * tag               0.1.4      -> FETCH_HEAD
HEAD is now at 10409c4 Bump Version in README.md
Cloned https://github.com/cpageler93/swiftyhawk.git into spi-builder-workspace
10409c4bd28e9ea5ee92d200c74d74ddb89c5069
SUCCESS checkout https://github.com/cpageler93/swiftyhawk.git at 0.1.4
========================================
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)
Fetching https://github.com/krzyzanowskim/CryptoSwift from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift (0.27s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 0.8.0 (0.43s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 0.8.0
Building for debugging...
[1/57] Emitting module CryptoSwift
[2/64] Compiling CryptoSwift Operators.swift
[3/64] Compiling CryptoSwift PBKDF1.swift
[4/64] Compiling CryptoSwift PBKDF2.swift
[5/64] Compiling CryptoSwift PKCS5.swift
[6/64] Compiling CryptoSwift PKCS7.swift
[7/64] Compiling CryptoSwift PKCS7Padding.swift
[8/64] Compiling CryptoSwift Padding.swift
[9/64] Compiling CryptoSwift Poly1305.swift
[10/64] Compiling CryptoSwift UInt16+Extension.swift
[11/64] Compiling CryptoSwift UInt32+Extension.swift
[12/64] Compiling CryptoSwift UInt64+Extension.swift
[13/64] Compiling CryptoSwift UInt8+Extension.swift
[14/64] Compiling CryptoSwift Updatable.swift
[15/64] Compiling CryptoSwift Utils.swift
[16/64] Compiling CryptoSwift ZeroPadding.swift
[17/64] Compiling CryptoSwift Rabbit+Foundation.swift
[18/64] Compiling CryptoSwift String+FoundationExtension.swift
[19/64] Compiling CryptoSwift Utils+Foundation.swift
[20/64] Compiling CryptoSwift Generics.swift
[21/64] Compiling CryptoSwift HMAC.swift
[22/64] Compiling CryptoSwift Int+Extension.swift
[23/64] Compiling CryptoSwift MD5.swift
[24/64] Compiling CryptoSwift NoPadding.swift
[25/64] Compiling CryptoSwift Rabbit.swift
[26/64] Compiling CryptoSwift RandomAccessCryptor.swift
[27/64] Compiling CryptoSwift RandomBytesSequence.swift
[28/64] Compiling CryptoSwift SHA1.swift
[29/64] Compiling CryptoSwift SHA2.swift
[30/64] Compiling CryptoSwift SHA3.swift
[31/64] Compiling CryptoSwift SecureBytes.swift
[32/64] Compiling CryptoSwift String+Extension.swift
[33/64] Compiling CryptoSwift BlockMode.swift
[34/64] Compiling CryptoSwift BlockModeOptions.swift
[35/64] Compiling CryptoSwift BlockModeWorker.swift
[36/64] Compiling CryptoSwift CBC.swift
[37/64] Compiling CryptoSwift CFB.swift
[38/64] Compiling CryptoSwift CTR.swift
[39/64] Compiling CryptoSwift ECB.swift
[40/64] Compiling CryptoSwift OFB.swift
[41/64] Compiling CryptoSwift AES.Cryptors.swift
[42/64] Compiling CryptoSwift AES.swift
[43/64] Compiling CryptoSwift Array+Extension.swift
[44/64] Compiling CryptoSwift Array+Extensions.swift
[45/64] Compiling CryptoSwift Authenticator.swift
[46/64] Compiling CryptoSwift BatchedCollection.swift
[47/64] Compiling CryptoSwift Bit.swift
[48/64] Compiling CryptoSwift BlockCipher.swift
[49/64] Compiling CryptoSwift Digest.swift
[50/64] Compiling CryptoSwift DigestType.swift
[51/64] Compiling CryptoSwift AES+Foundation.swift
[52/64] Compiling CryptoSwift Array+Foundation.swift
[53/64] Compiling CryptoSwift Blowfish+Foundation.swift
[54/64] Compiling CryptoSwift ChaCha20+Foundation.swift
[55/64] Compiling CryptoSwift Data+Extension.swift
[56/64] Compiling CryptoSwift HMAC+Foundation.swift
[57/64] Compiling CryptoSwift PCBC.swift
[58/64] Compiling CryptoSwift RandomAccessBlockModeWorker.swift
[59/64] Compiling CryptoSwift Blowfish.swift
[60/64] Compiling CryptoSwift ChaCha20.swift
[61/64] Compiling CryptoSwift Checksum.swift
[62/64] Compiling CryptoSwift Cipher.swift
[63/64] Compiling CryptoSwift Collection+Extension.swift
[64/64] Compiling CryptoSwift Cryptors.swift
[65/71] Compiling SwiftyHawk HawkAlgorithm.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyHawk/HawkAlgorithm.swift:13:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum Algoritm {
    ^~~~~~~
[66/71] Compiling SwiftyHawk HawkCredentials.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyHawk/HawkCredentials.swift:13:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct Credentials {
    ^~~~~~~
[67/71] Compiling SwiftyHawk HawkCrypto.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyHawk/HawkCrypto.swift:14:5: warning: 'public' modifier is redundant for class declared in a public extension
    public class Crypto {
    ^~~~~~~
[68/71] Compiling SwiftyHawk Hawk.swift
[69/71] Emitting module SwiftyHawk
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyHawk/HawkAlgorithm.swift:13:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum Algoritm {
    ^~~~~~~
    
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyHawk/HawkClient.swift:13:5: warning: 'public' modifier is redundant for class declared in a public extension
    public class Client {
    ^~~~~~~
    
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyHawk/HawkCredentials.swift:13:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct Credentials {
    ^~~~~~~
    
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyHawk/HawkCrypto.swift:14:5: warning: 'public' modifier is redundant for class declared in a public extension
    public class Crypto {
    ^~~~~~~
[70/71] Compiling SwiftyHawk HawkUtils.swift
[71/71] Compiling SwiftyHawk HawkClient.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyHawk/HawkClient.swift:13:5: warning: 'public' modifier is redundant for class declared in a public extension
    public class Client {
    ^~~~~~~
Build complete! (6.13s)
Build complete.
Done.