The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftyHawk, reference master (9db51f), with Swift 6.1 for Linux on 25 Apr 2025 13:28:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/cpageler93/swiftyhawk.git
https://github.com/cpageler93/swiftyhawk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/krzyzanowskim/CryptoSwift
[1/12934] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (2.51s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 0.15.0 (6.51s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 0.15.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/70] Emitting module CryptoSwift
[5/79] Compiling CryptoSwift NoPadding.swift
[6/79] Compiling CryptoSwift Operators.swift
[7/79] Compiling CryptoSwift PBKDF1.swift
[8/79] Compiling CryptoSwift PBKDF2.swift
[9/79] Compiling CryptoSwift PKCS5.swift
[10/79] Compiling CryptoSwift PKCS7.swift
[11/79] Compiling CryptoSwift PKCS7Padding.swift
[12/79] Compiling CryptoSwift Padding.swift
[13/79] Compiling CryptoSwift Poly1305.swift
[14/79] Compiling CryptoSwift AEAD.swift
[15/79] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[16/79] Compiling CryptoSwift AES.Cryptors.swift
[17/79] Compiling CryptoSwift AES.swift
[18/79] Compiling CryptoSwift Array+Extension.swift
[19/79] Compiling CryptoSwift Authenticator.swift
[20/79] Compiling CryptoSwift BatchedCollection.swift
[21/79] Compiling CryptoSwift Bit.swift
[22/79] Compiling CryptoSwift BlockCipher.swift
[23/79] Compiling CryptoSwift BlockDecryptor.swift
[24/79] Compiling CryptoSwift HMAC+Foundation.swift
[25/79] Compiling CryptoSwift Rabbit+Foundation.swift
[26/79] Compiling CryptoSwift String+FoundationExtension.swift
[27/79] Compiling CryptoSwift Utils+Foundation.swift
[28/79] Compiling CryptoSwift Generics.swift
[29/79] Compiling CryptoSwift HKDF.swift
[30/79] Compiling CryptoSwift HMAC.swift
[31/79] Compiling CryptoSwift Int+Extension.swift
[32/79] Compiling CryptoSwift MD5.swift
[33/79] Compiling CryptoSwift OFB.swift
[34/79] Compiling CryptoSwift PCBC.swift
[35/79] Compiling CryptoSwift Blowfish.swift
[36/79] Compiling CryptoSwift CBCMAC.swift
[37/79] Compiling CryptoSwift CMAC.swift
[38/79] Compiling CryptoSwift ChaCha20.swift
[39/79] Compiling CryptoSwift Checksum.swift
[40/79] Compiling CryptoSwift Cipher.swift
[41/79] Compiling CryptoSwift Collection+Extension.swift
[42/79] Compiling CryptoSwift CompactMap.swift
[43/79] Compiling CryptoSwift Cryptor.swift
[44/79] Compiling CryptoSwift Cryptors.swift
[45/79] Compiling CryptoSwift Digest.swift
[46/79] Compiling CryptoSwift DigestType.swift
[47/79] Compiling CryptoSwift AES+Foundation.swift
[48/79] Compiling CryptoSwift Array+Foundation.swift
[49/79] Compiling CryptoSwift Blowfish+Foundation.swift
[50/79] Compiling CryptoSwift ChaCha20+Foundation.swift
[51/79] Compiling CryptoSwift Data+Extension.swift
[52/79] Compiling CryptoSwift BlockEncryptor.swift
[53/79] Compiling CryptoSwift BlockMode.swift
[54/79] Compiling CryptoSwift BlockModeOptions.swift
[55/79] Compiling CryptoSwift CBC.swift
[56/79] Compiling CryptoSwift CCM.swift
[57/79] Compiling CryptoSwift CFB.swift
[58/79] Compiling CryptoSwift CTR.swift
[59/79] Compiling CryptoSwift CipherModeWorker.swift
[60/79] Compiling CryptoSwift ECB.swift
[61/79] Compiling CryptoSwift GCM.swift
[62/79] Compiling CryptoSwift String+Extension.swift
[63/79] Compiling CryptoSwift UInt128.swift
[64/79] Compiling CryptoSwift UInt16+Extension.swift
[65/79] Compiling CryptoSwift UInt32+Extension.swift
[66/79] Compiling CryptoSwift UInt64+Extension.swift
[67/79] Compiling CryptoSwift UInt8+Extension.swift
[68/79] Compiling CryptoSwift Updatable.swift
[69/79] Compiling CryptoSwift Utils.swift
[70/79] Compiling CryptoSwift ZeroPadding.swift
[71/79] Compiling CryptoSwift Rabbit.swift
[72/79] Compiling CryptoSwift RandomBytesSequence.swift
[73/79] Compiling CryptoSwift SHA1.swift
[74/79] Compiling CryptoSwift SHA2.swift
[75/79] Compiling CryptoSwift SHA3.swift
[76/79] Compiling CryptoSwift Scrypt.swift
[77/79] Compiling CryptoSwift SecureBytes.swift
[78/79] Compiling CryptoSwift StreamDecryptor.swift
[79/79] Compiling CryptoSwift StreamEncryptor.swift
[81/87] Compiling SwiftyHawk HawkUtils.swift
[82/87] Compiling SwiftyHawk HawkCrypto.swift
/host/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"
[83/87] Compiling SwiftyHawk Hawk.swift
[84/87] Emitting module SwiftyHawk
/host/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
/host/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 {
/host/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
/host/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"
[85/87] Compiling SwiftyHawk HawkCredentials.swift
/host/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
[86/87] Compiling SwiftyHawk HawkAlgorithm.swift
/host/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
[87/87] Compiling SwiftyHawk HawkClient.swift
/host/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 {
Build complete! (21.33s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.