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

Failed to build SelfSignedCert, reference master (23913d), with Swift 5.10 for macOS (SPM) on 2 Oct 2025 23:58:16 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/svdo/swift-SelfSignedCert.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/svdo/swift-SelfSignedCert
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 23913d0 Update README.md
Cloned https://github.com/svdo/swift-SelfSignedCert.git
Revision (git rev-parse @):
23913d07d70697004edeb48cd5e1b293b05d5861
SUCCESS checkout https://github.com/svdo/swift-SelfSignedCert.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/svdo/swift-SelfSignedCert.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-33747A42983211AE.txt
[6/17] Compiling SwiftBytes Bytes.swift
[7/17] Emitting module SwiftBytes
[8/17] Emitting module IDZSwiftCommonCrypto
[9/17] Compiling IDZSwiftCommonCrypto Status.swift
[10/17] Compiling IDZSwiftCommonCrypto Updateable.swift
[11/18] Compiling IDZSwiftCommonCrypto Cryptor.swift
[12/18] Compiling IDZSwiftCommonCrypto StreamCryptor.swift
[13/18] Compiling IDZSwiftCommonCrypto KeyDerivation.swift
[14/18] Compiling IDZSwiftCommonCrypto Random.swift
[15/18] Compiling IDZSwiftCommonCrypto HMAC.swift
[16/18] Compiling IDZSwiftCommonCrypto Crypto.swift
[17/18] Compiling IDZSwiftCommonCrypto Digest.swift
[18/18] Compiling IDZSwiftCommonCrypto Utilities.swift
[19/28] Compiling SecurityExtensions SecKey+Signing.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-SecurityExtensions/SecurityExtensions/SecKey+Signing.swift:23:22: error: cannot find 'SecKeyRawSign' in scope
        let status = SecKeyRawSign(self, .PKCS1SHA1, digest, digest.count, &signature, &signatureLength)
                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-SecurityExtensions/SecurityExtensions/SecKey+Signing.swift:23:43: error: cannot infer contextual base in reference to member 'PKCS1SHA1'
        let status = SecKeyRawSign(self, .PKCS1SHA1, digest, digest.count, &signature, &signatureLength)
                                         ~^~~~~~~~~
[20/28] Compiling SecurityExtensions SecKey+Keychain.swift
[21/28] Compiling SecurityExtensions SecKey+KeyData.swift
[22/28] Compiling SecurityExtensions SecIdentity+PrivateKey.swift
[23/28] Compiling SecurityExtensions SecIdentity.swift
[24/28] Compiling SecurityExtensions SecCertificate.swift
[25/28] Compiling SecurityExtensions HexString.swift
[26/28] Emitting module SecurityExtensions
[27/28] Compiling SecurityExtensions SecKey+KeyPair.swift
[28/28] Compiling SecurityExtensions SecKey+Crypt.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-SecurityExtensions/SecurityExtensions/SecKey+Crypt.swift:31:30: error: cannot find 'SecKeyEncrypt' in scope
            let resultCode = SecKeyEncrypt(self, SecPadding.PKCS1, block, block.count, &cypherText, &cypherLength)
                             ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-SecurityExtensions/SecurityExtensions/SecKey+Crypt.swift:71:30: error: cannot find 'SecKeyDecrypt' in scope
            let resultCode = SecKeyDecrypt(self, SecPadding.PKCS1, block, block.count, &plainTextData, &plainTextDataLength)
                             ^~~~~~~~~~~~~
error: fatalError
Fetching https://github.com/iosdevzone/IDZSwiftCommonCrypto
Fetching https://github.com/dapperstout/swift-bytes.git
Fetching https://github.com/svdo/swift-SecurityExtensions
[1/1641] Fetching idzswiftcommoncrypto
[297/2867] Fetching idzswiftcommoncrypto, swift-securityextensions
[396/3135] Fetching idzswiftcommoncrypto, swift-securityextensions, swift-bytes
Fetched https://github.com/svdo/swift-SecurityExtensions from cache (1.39s)
Fetched https://github.com/iosdevzone/IDZSwiftCommonCrypto from cache (1.39s)
Fetched https://github.com/dapperstout/swift-bytes.git from cache (1.39s)
Computing version for https://github.com/dapperstout/swift-bytes.git
Computed https://github.com/dapperstout/swift-bytes.git at 0.8.0 (0.45s)
Computing version for https://github.com/svdo/swift-SecurityExtensions
Computed https://github.com/svdo/swift-SecurityExtensions at 4.0.1 (0.46s)
Computing version for https://github.com/iosdevzone/IDZSwiftCommonCrypto
Computed https://github.com/iosdevzone/IDZSwiftCommonCrypto at 0.16.1 (0.45s)
Creating working copy for https://github.com/dapperstout/swift-bytes.git
Working copy of https://github.com/dapperstout/swift-bytes.git resolved at 0.8.0
Creating working copy for https://github.com/iosdevzone/IDZSwiftCommonCrypto
Working copy of https://github.com/iosdevzone/IDZSwiftCommonCrypto resolved at 0.16.1
Creating working copy for https://github.com/svdo/swift-SecurityExtensions
Working copy of https://github.com/svdo/swift-SecurityExtensions resolved at 4.0.1
BUILD FAILURE 5.10 macosSpm