The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftJWKtoPEM, reference master (c1095b), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 12:57:42 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/ibm-cloud-security/swift-jwk-to-pem.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ibm-cloud-security/swift-jwk-to-pem
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c1095b6 ci: Add testing with Swift 5.0.3 and 5.1 (#11)
Cloned https://github.com/ibm-cloud-security/swift-jwk-to-pem.git
Revision (git rev-parse @):
c1095b683cccca80f80f5d88abd45351e7a0bd17
SUCCESS checkout https://github.com/ibm-cloud-security/swift-jwk-to-pem.git at master
Fetching https://github.com/IBM-Swift/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/IBM-Swift/OpenSSL.git from cache (0.61s)
Computing version for https://github.com/IBM-Swift/OpenSSL.git
Computed https://github.com/IBM-Swift/OpenSSL.git at 2.3.1 (1.36s)
Creating working copy for https://github.com/IBM-Swift/OpenSSL.git
Working copy of https://github.com/IBM-Swift/OpenSSL.git resolved at 2.3.1
========================================
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": "swift-jwk-to-pem",
      "name": "SwiftJWKtoPEM",
      "url": "https://github.com/ibm-cloud-security/swift-jwk-to-pem.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-jwk-to-pem",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "openssl",
          "name": "OpenSSL",
          "url": "https://github.com/IBM-Swift/OpenSSL.git",
          "version": "2.3.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenSSL",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ibm-cloud-security/swift-jwk-to-pem.git
[1/122] Fetching swift-jwk-to-pem
Fetched https://github.com/ibm-cloud-security/swift-jwk-to-pem.git from cache (0.69s)
Fetching https://github.com/IBM-Swift/OpenSSL.git from cache
Fetched https://github.com/IBM-Swift/OpenSSL.git from cache (0.42s)
Computing version for https://github.com/IBM-Swift/OpenSSL.git
Computed https://github.com/IBM-Swift/OpenSSL.git at 2.3.1 (0.48s)
Creating working copy for https://github.com/IBM-Swift/OpenSSL.git
Working copy of https://github.com/IBM-Swift/OpenSSL.git resolved at 2.3.1
Creating working copy for https://github.com/ibm-cloud-security/swift-jwk-to-pem.git
Working copy of https://github.com/ibm-cloud-security/swift-jwk-to-pem.git resolved at master (c1095b6)
warning: '.resolve-product-dependencies': dependency 'swift-jwk-to-pem' is not used by any target
Found 1 product dependencies
  - OpenSSL
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ibm-cloud-security/swift-jwk-to-pem.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling SwiftJWKtoPEM Utils.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/OpenSSL/Sources/OpenSSL/shim.h:20:10: error: 'openssl/conf.h' file not found
 18 | #define OpenSSLHelper_h
 19 |
 20 | #include <openssl/conf.h>
    |          `- error: 'openssl/conf.h' file not found
 21 | #include <openssl/evp.h>
 22 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJWKtoPEM/RSAKey+JWK.swift:15:8: error: could not build Objective-C module 'OpenSSL'
 13 |
 14 | import Foundation
 15 | import OpenSSL
    |        `- error: could not build Objective-C module 'OpenSSL'
 16 |
 17 | public class RSAKey {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/9] Emitting module SwiftJWKtoPEM
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/OpenSSL/Sources/OpenSSL/shim.h:20:10: error: 'openssl/conf.h' file not found
 18 | #define OpenSSLHelper_h
 19 |
 20 | #include <openssl/conf.h>
    |          `- error: 'openssl/conf.h' file not found
 21 | #include <openssl/evp.h>
 22 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJWKtoPEM/RSAKey+JWK.swift:15:8: error: could not build Objective-C module 'OpenSSL'
 13 |
 14 | import Foundation
 15 | import OpenSSL
    |        `- error: could not build Objective-C module 'OpenSSL'
 16 |
 17 | public class RSAKey {
[5/9] Compiling SwiftJWKtoPEM SSLPointerTricks.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/OpenSSL/Sources/OpenSSL/shim.h:20:10: error: 'openssl/conf.h' file not found
 18 | #define OpenSSLHelper_h
 19 |
 20 | #include <openssl/conf.h>
    |          `- error: 'openssl/conf.h' file not found
 21 | #include <openssl/evp.h>
 22 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJWKtoPEM/RSAKey+JWK.swift:15:8: error: could not build Objective-C module 'OpenSSL'
 13 |
 14 | import Foundation
 15 | import OpenSSL
    |        `- error: could not build Objective-C module 'OpenSSL'
 16 |
 17 | public class RSAKey {
[6/9] Compiling SwiftJWKtoPEM JWKError.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/OpenSSL/Sources/OpenSSL/shim.h:20:10: error: 'openssl/conf.h' file not found
 18 | #define OpenSSLHelper_h
 19 |
 20 | #include <openssl/conf.h>
    |          `- error: 'openssl/conf.h' file not found
 21 | #include <openssl/evp.h>
 22 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJWKtoPEM/RSAKey+JWK.swift:15:8: error: could not build Objective-C module 'OpenSSL'
 13 |
 14 | import Foundation
 15 | import OpenSSL
    |        `- error: could not build Objective-C module 'OpenSSL'
 16 |
 17 | public class RSAKey {
[7/9] Compiling SwiftJWKtoPEM JWK.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/OpenSSL/Sources/OpenSSL/shim.h:20:10: error: 'openssl/conf.h' file not found
 18 | #define OpenSSLHelper_h
 19 |
 20 | #include <openssl/conf.h>
    |          `- error: 'openssl/conf.h' file not found
 21 | #include <openssl/evp.h>
 22 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJWKtoPEM/RSAKey+JWK.swift:15:8: error: could not build Objective-C module 'OpenSSL'
 13 |
 14 | import Foundation
 15 | import OpenSSL
    |        `- error: could not build Objective-C module 'OpenSSL'
 16 |
 17 | public class RSAKey {
[8/9] Compiling SwiftJWKtoPEM Cert.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/OpenSSL/Sources/OpenSSL/shim.h:20:10: error: 'openssl/conf.h' file not found
 18 | #define OpenSSLHelper_h
 19 |
 20 | #include <openssl/conf.h>
    |          `- error: 'openssl/conf.h' file not found
 21 | #include <openssl/evp.h>
 22 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJWKtoPEM/RSAKey+JWK.swift:15:8: error: could not build Objective-C module 'OpenSSL'
 13 |
 14 | import Foundation
 15 | import OpenSSL
    |        `- error: could not build Objective-C module 'OpenSSL'
 16 |
 17 | public class RSAKey {
[9/9] Compiling SwiftJWKtoPEM RSAKey+JWK.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/OpenSSL/Sources/OpenSSL/shim.h:20:10: error: 'openssl/conf.h' file not found
 18 | #define OpenSSLHelper_h
 19 |
 20 | #include <openssl/conf.h>
    |          `- error: 'openssl/conf.h' file not found
 21 | #include <openssl/evp.h>
 22 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJWKtoPEM/RSAKey+JWK.swift:15:8: error: could not build Objective-C module 'OpenSSL'
 13 |
 14 | import Foundation
 15 | import OpenSSL
    |        `- error: could not build Objective-C module 'OpenSSL'
 16 |
 17 | public class RSAKey {
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
warning: you may be able to install openssl using your system-packager:
    brew install openssl
BUILD FAILURE 6.3 macosSpm