The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftAWSSignatureV4, reference 2.0.0 (fb039c), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 23:09:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crspybits/SwiftAWSSignatureV4.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crspybits/SwiftAWSSignatureV4
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at fb039c4 Upgrade to Swift 5, & upgrade BlueCryptor dependency version. Use basic http dates Correct query encoding Specify minimum mac version 10.11
Cloned https://github.com/crspybits/SwiftAWSSignatureV4.git
Revision (git rev-parse @):
fb039c4ae7002aa2e8296f12d3ced2d23d70ac27
SUCCESS checkout https://github.com/crspybits/SwiftAWSSignatureV4.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/crspybits/SwiftAWSSignatureV4.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/14] Compiling Cryptor Updatable.swift
[5/15] Compiling Cryptor KeyDerivation.swift
[6/15] Compiling Cryptor Status.swift
[7/15] Compiling Cryptor SSLPointerTricks.swift
[8/15] Compiling Cryptor Random.swift
[9/15] Compiling Cryptor StreamCryptor.swift
[10/15] Compiling Cryptor HMAC.swift
[11/15] Compiling Cryptor Crypto.swift
[12/15] Compiling Cryptor Cryptor.swift
[13/15] Compiling Cryptor Digest.swift
[14/15] Emitting module Cryptor
[15/15] Compiling Cryptor Utilities.swift
[16/20] Compiling SwiftAWSSignatureV4 URLRequest+AWSAccountSigning.swift
[17/20] Compiling SwiftAWSSignatureV4 String+Extensions.swift
[18/20] Emitting module SwiftAWSSignatureV4
[19/20] Compiling SwiftAWSSignatureV4 AWSAccount.swift
[20/20] Compiling SwiftAWSSignatureV4 Chunking.swift
Build complete! (6.94s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.85s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.41s)
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.32",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    }
  ],
  "manifest_display_name" : "SwiftAWSSignatureV4",
  "name" : "SwiftAWSSignatureV4",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "SwiftAWSSignatureV4",
      "targets" : [
        "SwiftAWSSignatureV4"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftAWSSignatureV4Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAWSSignatureV4Tests",
      "path" : "Tests/SwiftAWSSignatureV4Tests",
      "sources" : [
        "HexTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAWSSignatureV4"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAWSSignatureV4",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAWSSignatureV4",
      "path" : "Sources/SwiftAWSSignatureV4",
      "product_dependencies" : [
        "Cryptor"
      ],
      "product_memberships" : [
        "SwiftAWSSignatureV4"
      ],
      "sources" : [
        "AWSAccount.swift",
        "Chunking.swift",
        "String+Extensions.swift",
        "URLRequest+AWSAccountSigning.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.