The Swift Package Index logo.Swift Package Index

Build Information

Failed to build S3SignerAWS, reference master (cdca19), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 13:43:58 UTC.

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/justinm1/s3signeraws.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/justinm1/s3signeraws
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cdca194 Update to OpenCrypto  (#17)
Cloned https://github.com/justinm1/s3signeraws.git
Revision (git rev-parse @):
cdca1940c608d096d3f99ae445f268daaa572d2a
SUCCESS checkout https://github.com/justinm1/s3signeraws.git at master
Fetching https://github.com/vapor/open-crypto.git
[1/2786] Fetching open-crypto
Fetched https://github.com/vapor/open-crypto.git from cache (0.97s)
Computing version for https://github.com/vapor/open-crypto.git
Computed https://github.com/vapor/open-crypto.git at 4.0.0-beta.2 (1.66s)
Creating working copy for https://github.com/vapor/open-crypto.git
Working copy of https://github.com/vapor/open-crypto.git resolved at 4.0.0-beta.2
========================================
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": "s3signeraws",
      "name": "S3SignerAWS",
      "url": "https://github.com/justinm1/s3signeraws.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/s3signeraws",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "open-crypto",
          "name": "open-crypto",
          "url": "https://github.com/vapor/open-crypto.git",
          "version": "4.0.0-beta.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/open-crypto",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/justinm1/s3signeraws.git
[1/358] Fetching s3signeraws
Fetched https://github.com/justinm1/s3signeraws.git from cache (0.71s)
Fetching https://github.com/vapor/open-crypto.git from cache
Fetched https://github.com/vapor/open-crypto.git from cache (0.45s)
Computing version for https://github.com/vapor/open-crypto.git
Computed https://github.com/vapor/open-crypto.git at 4.0.0-beta.2 (0.52s)
Creating working copy for https://github.com/vapor/open-crypto.git
Working copy of https://github.com/vapor/open-crypto.git resolved at 4.0.0-beta.2
Creating working copy for https://github.com/justinm1/s3signeraws.git
Working copy of https://github.com/justinm1/s3signeraws.git resolved at master (cdca194)
warning: '.resolve-product-dependencies': dependency 's3signeraws' is not used by any target
Found 1 product dependencies
  - open-crypto
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/justinm1/s3signeraws.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c:1:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/open-crypto/Sources/COpenCrypto/include/c_open_crypto.h:4:10: fatal error: 'openssl/conf.h' file not found
    4 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[2/4] Compiling COpenCrypto c_open_crypto.c
[2/4] Write swift-version--6988338F2F200930.txt
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install openssl using your system-packager:
    brew install openssl@1.1
warning: you may be able to install openssl using your system-packager:
    brew install openssl@1.1
BUILD FAILURE 6.3 macosSpm