The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftAWSSignatureV4, reference master (c66f2d), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 04:15:30 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crspybits/SwiftAWSSignatureV4.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crspybits/SwiftAWSSignatureV4
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c66f2db Updated docs.
Cloned https://github.com/crspybits/SwiftAWSSignatureV4.git
Revision (git rev-parse @):
c66f2db1211ad1969e3d11791b9de62361c78f45
SUCCESS checkout https://github.com/crspybits/SwiftAWSSignatureV4.git at master
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.84s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.32 (1.54s)
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.32
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftawssignaturev4",
      "name": "SwiftAWSSignatureV4",
      "url": "https://github.com/crspybits/SwiftAWSSignatureV4.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftAWSSignatureV4",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "bluecryptor",
          "name": "Cryptor",
          "url": "https://github.com/IBM-Swift/BlueCryptor.git",
          "version": "1.0.200",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueCryptor",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/crspybits/SwiftAWSSignatureV4.git
[1/209] Fetching swiftawssignaturev4
Fetched https://github.com/crspybits/SwiftAWSSignatureV4.git from cache (0.72s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git from cache
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.45s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.02s)
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
Creating working copy for https://github.com/crspybits/SwiftAWSSignatureV4.git
Working copy of https://github.com/crspybits/SwiftAWSSignatureV4.git resolved at master (c66f2db)
warning: '.resolve-product-dependencies': dependency 'swiftawssignaturev4' is not used by any target
Found 1 product dependencies
  - Cryptor
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/crspybits/SwiftAWSSignatureV4.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/14] Compiling Cryptor SSLPointerTricks.swift
[5/14] Compiling Cryptor Status.swift
[6/14] Compiling Cryptor StreamCryptor.swift
[7/14] Compiling Cryptor Random.swift
[8/14] Compiling Cryptor Updatable.swift
[9/14] Compiling Cryptor HMAC.swift
[10/14] Compiling Cryptor KeyDerivation.swift
[11/14] Emitting module Cryptor
[12/14] Compiling Cryptor Crypto.swift
[13/14] Compiling Cryptor Cryptor.swift
[14/14] Compiling Cryptor Digest.swift
[15/15] Compiling Cryptor Utilities.swift
[16/20] Compiling SwiftAWSSignatureV4 String+Extensions.swift
[17/20] Compiling SwiftAWSSignatureV4 AWSAccount.swift
[18/20] Compiling SwiftAWSSignatureV4 URLRequest+AWSAccountSigning.swift
[19/20] Emitting module SwiftAWSSignatureV4
[20/20] Compiling SwiftAWSSignatureV4 Chunking.swift
Build complete! (6.75s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "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" : [
  ],
  "products" : [
    {
      "name" : "SwiftAWSSignatureV4",
      "targets" : [
        "SwiftAWSSignatureV4"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftAWSSignatureV4Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAWSSignatureV4Tests",
      "path" : "Tests/SwiftAWSSignatureV4Tests",
      "sources" : [
        "HexTests.swift",
        "SigningTests.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.2"
}
Done.