The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyHawk with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cpageler93/swiftyhawk.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cpageler93/swiftyhawk
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9db51f4 Bump Version in README.md
Cloned https://github.com/cpageler93/swiftyhawk.git
Revision (git rev-parse @):
9db51f46b3a02626fc1b8d1e663421a849d711b8
SUCCESS checkout https://github.com/cpageler93/swiftyhawk.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/cpageler93/swiftyhawk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/60] Compiling CryptoSwift Rabbit+Foundation.swift
[5/60] Compiling CryptoSwift String+FoundationExtension.swift
[6/60] Compiling CryptoSwift Utils+Foundation.swift
[7/60] Compiling CryptoSwift Generics.swift
[8/60] Compiling CryptoSwift HMAC.swift
[9/60] Compiling CryptoSwift Int+Extension.swift
[10/60] Compiling CryptoSwift MD5.swift
[11/60] Compiling CryptoSwift NoPadding.swift
[12/60] Compiling CryptoSwift AES.Cryptors.swift
[13/60] Compiling CryptoSwift AES.swift
[14/60] Compiling CryptoSwift Array+Extension.swift
[15/60] Compiling CryptoSwift Array+Extensions.swift
[16/60] Compiling CryptoSwift Authenticator.swift
[17/60] Compiling CryptoSwift BatchedCollection.swift
[18/60] Compiling CryptoSwift Bit.swift
[19/60] Compiling CryptoSwift BlockCipher.swift
[20/60] Compiling CryptoSwift BlockMode.swift
[21/60] Compiling CryptoSwift BlockModeOptions.swift
[22/60] Compiling CryptoSwift BlockModeWorker.swift
[23/60] Compiling CryptoSwift CBC.swift
[24/60] Compiling CryptoSwift CFB.swift
[25/60] Compiling CryptoSwift CTR.swift
[26/60] Compiling CryptoSwift ECB.swift
[27/60] Compiling CryptoSwift OFB.swift
[28/60] Compiling CryptoSwift Rabbit.swift
[29/60] Compiling CryptoSwift RandomAccessCryptor.swift
[30/60] Compiling CryptoSwift RandomBytesSequence.swift
[31/60] Compiling CryptoSwift SHA1.swift
[32/60] Compiling CryptoSwift SHA2.swift
[33/60] Compiling CryptoSwift SHA3.swift
[34/60] Compiling CryptoSwift SecureBytes.swift
[35/60] Compiling CryptoSwift String+Extension.swift
[36/67] Compiling CryptoSwift Digest.swift
[37/67] Compiling CryptoSwift DigestType.swift
[38/67] Compiling CryptoSwift AES+Foundation.swift
[39/67] Compiling CryptoSwift Array+Foundation.swift
[40/67] Compiling CryptoSwift Blowfish+Foundation.swift
[41/67] Compiling CryptoSwift ChaCha20+Foundation.swift
[42/67] Compiling CryptoSwift Data+Extension.swift
[43/67] Compiling CryptoSwift HMAC+Foundation.swift
[44/67] Compiling CryptoSwift PCBC.swift
[45/67] Compiling CryptoSwift RandomAccessBlockModeWorker.swift
[46/67] Compiling CryptoSwift Blowfish.swift
[47/67] Compiling CryptoSwift ChaCha20.swift
[48/67] Compiling CryptoSwift Checksum.swift
[49/67] Compiling CryptoSwift Cipher.swift
[50/67] Compiling CryptoSwift Collection+Extension.swift
[51/67] Compiling CryptoSwift Cryptors.swift
[52/67] Compiling CryptoSwift Operators.swift
[53/67] Compiling CryptoSwift PBKDF1.swift
[54/67] Compiling CryptoSwift PBKDF2.swift
[55/67] Compiling CryptoSwift PKCS5.swift
[56/67] Compiling CryptoSwift PKCS7.swift
[57/67] Compiling CryptoSwift PKCS7Padding.swift
[58/67] Compiling CryptoSwift Padding.swift
[59/67] Compiling CryptoSwift Poly1305.swift
[60/67] Emitting module CryptoSwift
[61/67] Compiling CryptoSwift UInt16+Extension.swift
[62/67] Compiling CryptoSwift UInt32+Extension.swift
[63/67] Compiling CryptoSwift UInt64+Extension.swift
[64/67] Compiling CryptoSwift UInt8+Extension.swift
[65/67] Compiling CryptoSwift Updatable.swift
[66/67] Compiling CryptoSwift Utils.swift
[67/67] Compiling CryptoSwift ZeroPadding.swift
[68/74] Compiling SwiftyHawk HawkUtils.swift
[69/74] Compiling SwiftyHawk HawkCrypto.swift
/Users/builder/builds/TDmZkXJm/0/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/74] Compiling SwiftyHawk HawkCredentials.swift
/Users/builder/builds/TDmZkXJm/0/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 {
    ^~~~~~~

[71/74] Compiling SwiftyHawk HawkAlgorithm.swift
/Users/builder/builds/TDmZkXJm/0/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 {
    ^~~~~~~

[72/74] Compiling SwiftyHawk HawkClient.swift
/Users/builder/builds/TDmZkXJm/0/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 {
    ^~~~~~~

[73/74] Emitting module SwiftyHawk
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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 {
    ^~~~~~~

[74/74] Compiling SwiftyHawk Hawk.swift
Build complete! (7.18s)
Fetching https://github.com/krzyzanowskim/CryptoSwift from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (0.47s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 0.8.0 (0.54s)
warning: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/CryptoSwift-02302490 is not valid git repository for 'https://github.com/krzyzanowskim/CryptoSwift', will fetch again.
Fetching https://github.com/krzyzanowskim/CryptoSwift from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (0.01s)
warning: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/CryptoSwift-02302490 is not valid git repository for 'https://github.com/krzyzanowskim/CryptoSwift', will fetch again.
Fetching https://github.com/krzyzanowskim/CryptoSwift from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (0.01s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 0.8.0
Build complete.
Done.