Build Information
Successful build of SwiftyHawk, reference master (9db51f
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 00:45:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cpageler93/swiftyhawk.git
Reference: master
Initialized empty Git repository in /Users/admin/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
Fetching https://github.com/krzyzanowskim/CryptoSwift
[1/12934] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (1.66s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 0.8.0 (2.28s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 0.8.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftyhawk",
"name": "SwiftyHawk",
"url": "https://github.com/cpageler93/swiftyhawk.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftyhawk",
"dependencies": [
{
"identity": "cryptoswift",
"name": "CryptoSwift",
"url": "https://github.com/krzyzanowskim/CryptoSwift",
"version": "0.15.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/cpageler93/swiftyhawk.git
[1/85] Fetching swiftyhawk
Fetched https://github.com/cpageler93/swiftyhawk.git from cache (0.62s)
Fetching https://github.com/krzyzanowskim/CryptoSwift from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (0.54s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 0.15.0 (3.73s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 0.15.0
Creating working copy for https://github.com/cpageler93/swiftyhawk.git
Working copy of https://github.com/cpageler93/swiftyhawk.git resolved at master (9db51f4)
warning: '.resolve-product-dependencies': dependency 'swiftyhawk' is not used by any target
Found 1 product dependencies
- CryptoSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/cpageler93/swiftyhawk.git
https://github.com/cpageler93/swiftyhawk.git
{
"dependencies" : [
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift"
}
],
"manifest_display_name" : "SwiftyHawk",
"name" : "SwiftyHawk",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyHawk",
"targets" : [
"SwiftyHawk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyHawkTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyHawkTests",
"path" : "Tests/SwiftyHawkTests",
"sources" : [
"HawkClientTests.swift",
"HawkCryptoTests.swift"
],
"target_dependencies" : [
"SwiftyHawk"
],
"type" : "test"
},
{
"c99name" : "SwiftyHawk",
"module_type" : "SwiftTarget",
"name" : "SwiftyHawk",
"path" : "Sources/SwiftyHawk",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"SwiftyHawk"
],
"sources" : [
"Hawk.swift",
"HawkAlgorithm.swift",
"HawkClient.swift",
"HawkCredentials.swift",
"HawkCrypto.swift",
"HawkUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/61] Compiling CryptoSwift PKCS7Padding.swift
[5/61] Compiling CryptoSwift Padding.swift
[6/61] Compiling CryptoSwift Poly1305.swift
[7/61] Compiling CryptoSwift Rabbit.swift
[8/61] Compiling CryptoSwift RandomAccessCryptor.swift
[9/61] Compiling CryptoSwift RandomBytesSequence.swift
[10/67] Compiling CryptoSwift NoPadding.swift
[11/67] Compiling CryptoSwift Operators.swift
[12/67] Compiling CryptoSwift PBKDF1.swift
[13/67] Compiling CryptoSwift PBKDF2.swift
[14/67] Compiling CryptoSwift PKCS5.swift
[15/67] Compiling CryptoSwift PKCS7.swift
[16/67] Compiling CryptoSwift SHA1.swift
[17/67] Compiling CryptoSwift SHA2.swift
[18/67] Compiling CryptoSwift SHA3.swift
[19/67] Compiling CryptoSwift SecureBytes.swift
[20/67] Compiling CryptoSwift String+Extension.swift
[21/67] Compiling CryptoSwift UInt16+Extension.swift
[22/67] Compiling CryptoSwift ECB.swift
[23/67] Compiling CryptoSwift OFB.swift
[24/67] Compiling CryptoSwift PCBC.swift
[25/67] Compiling CryptoSwift RandomAccessBlockModeWorker.swift
[26/67] Compiling CryptoSwift Blowfish.swift
[27/67] Compiling CryptoSwift ChaCha20.swift
[28/67] Compiling CryptoSwift Checksum.swift
[29/67] Compiling CryptoSwift AES.Cryptors.swift
[30/67] Compiling CryptoSwift AES.swift
[31/67] Compiling CryptoSwift Array+Extension.swift
[32/67] Compiling CryptoSwift Array+Extensions.swift
[33/67] Compiling CryptoSwift Authenticator.swift
[34/67] Compiling CryptoSwift BatchedCollection.swift
[35/67] Compiling CryptoSwift Bit.swift
[36/67] Emitting module CryptoSwift
[37/67] Compiling CryptoSwift UInt32+Extension.swift
[38/67] Compiling CryptoSwift UInt64+Extension.swift
[39/67] Compiling CryptoSwift UInt8+Extension.swift
[40/67] Compiling CryptoSwift Updatable.swift
[41/67] Compiling CryptoSwift Utils.swift
[42/67] Compiling CryptoSwift ZeroPadding.swift
[43/67] Compiling CryptoSwift Cipher.swift
[44/67] Compiling CryptoSwift Collection+Extension.swift
[45/67] Compiling CryptoSwift Cryptors.swift
[46/67] Compiling CryptoSwift Digest.swift
[47/67] Compiling CryptoSwift DigestType.swift
[48/67] Compiling CryptoSwift AES+Foundation.swift
[49/67] Compiling CryptoSwift BlockCipher.swift
[50/67] Compiling CryptoSwift BlockMode.swift
[51/67] Compiling CryptoSwift BlockModeOptions.swift
[52/67] Compiling CryptoSwift BlockModeWorker.swift
[53/67] Compiling CryptoSwift CBC.swift
[54/67] Compiling CryptoSwift CFB.swift
[55/67] Compiling CryptoSwift CTR.swift
[56/67] Compiling CryptoSwift Array+Foundation.swift
[57/67] Compiling CryptoSwift Blowfish+Foundation.swift
[58/67] Compiling CryptoSwift ChaCha20+Foundation.swift
[59/67] Compiling CryptoSwift Data+Extension.swift
[60/67] Compiling CryptoSwift HMAC+Foundation.swift
[61/67] Compiling CryptoSwift Rabbit+Foundation.swift
[62/67] Compiling CryptoSwift String+FoundationExtension.swift
[63/67] Compiling CryptoSwift Utils+Foundation.swift
[64/67] Compiling CryptoSwift Generics.swift
[65/67] Compiling CryptoSwift HMAC.swift
[66/67] Compiling CryptoSwift Int+Extension.swift
[67/67] Compiling CryptoSwift MD5.swift
[68/74] Compiling SwiftyHawk HawkUtils.swift
[69/74] Compiling SwiftyHawk HawkCredentials.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyHawk/HawkCredentials.swift:13:5: warning: 'public' modifier is redundant for struct declared in a public extension
11 | public extension Hawk {
12 |
13 | public struct Credentials {
| `- warning: 'public' modifier is redundant for struct declared in a public extension
14 |
15 | public var id: String
[70/74] Compiling SwiftyHawk HawkCrypto.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyHawk/HawkCrypto.swift:14:5: warning: 'public' modifier is redundant for class declared in a public extension
12 | public extension Hawk {
13 |
14 | public class Crypto {
| `- warning: 'public' modifier is redundant for class declared in a public extension
15 |
16 | public static let headerVersion = "1"
[71/74] Compiling SwiftyHawk Hawk.swift
[72/74] Emitting module SwiftyHawk
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyHawk/HawkAlgorithm.swift:13:5: warning: 'public' modifier is redundant for enum declared in a public extension
11 | public extension Hawk {
12 |
13 | public enum Algoritm {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
14 | case sha1
15 | case sha256
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyHawk/HawkClient.swift:13:5: warning: 'public' modifier is redundant for class declared in a public extension
11 | public extension Hawk {
12 |
13 | public class Client {
| `- warning: 'public' modifier is redundant for class declared in a public extension
14 |
15 | public enum Error: Swift.Error {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyHawk/HawkCredentials.swift:13:5: warning: 'public' modifier is redundant for struct declared in a public extension
11 | public extension Hawk {
12 |
13 | public struct Credentials {
| `- warning: 'public' modifier is redundant for struct declared in a public extension
14 |
15 | public var id: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyHawk/HawkCrypto.swift:14:5: warning: 'public' modifier is redundant for class declared in a public extension
12 | public extension Hawk {
13 |
14 | public class Crypto {
| `- warning: 'public' modifier is redundant for class declared in a public extension
15 |
16 | public static let headerVersion = "1"
[73/74] Compiling SwiftyHawk HawkClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyHawk/HawkClient.swift:13:5: warning: 'public' modifier is redundant for class declared in a public extension
11 | public extension Hawk {
12 |
13 | public class Client {
| `- warning: 'public' modifier is redundant for class declared in a public extension
14 |
15 | public enum Error: Swift.Error {
[74/74] Compiling SwiftyHawk HawkAlgorithm.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyHawk/HawkAlgorithm.swift:13:5: warning: 'public' modifier is redundant for enum declared in a public extension
11 | public extension Hawk {
12 |
13 | public enum Algoritm {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
14 | case sha1
15 | case sha256
Build complete! (5.12s)
Build complete.
{
"dependencies" : [
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift"
}
],
"manifest_display_name" : "SwiftyHawk",
"name" : "SwiftyHawk",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyHawk",
"targets" : [
"SwiftyHawk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyHawkTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyHawkTests",
"path" : "Tests/SwiftyHawkTests",
"sources" : [
"HawkClientTests.swift",
"HawkCryptoTests.swift"
],
"target_dependencies" : [
"SwiftyHawk"
],
"type" : "test"
},
{
"c99name" : "SwiftyHawk",
"module_type" : "SwiftTarget",
"name" : "SwiftyHawk",
"path" : "Sources/SwiftyHawk",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"SwiftyHawk"
],
"sources" : [
"Hawk.swift",
"HawkAlgorithm.swift",
"HawkClient.swift",
"HawkCredentials.swift",
"HawkCrypto.swift",
"HawkUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.