Build Information
Failed to build SelfSignedCert, reference 3.1.0 (a43228
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 08:47:55 UTC.
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/svdo/swift-SelfSignedCert.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/svdo/swift-SelfSignedCert
* tag 3.1.0 -> FETCH_HEAD
HEAD is now at a43228a Bump version to 3.1.0
Cloned https://github.com/svdo/swift-SelfSignedCert.git
Revision (git rev-parse @):
a43228a07d56314c9dde4595055f4e43f6c1b7d2
SUCCESS checkout https://github.com/svdo/swift-SelfSignedCert.git at 3.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/svdo/swift-SelfSignedCert.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/17] Emitting module SwiftBytes
[7/17] Compiling SwiftBytes Bytes.swift
[8/17] Compiling IDZSwiftCommonCrypto Updateable.swift
[9/17] Compiling IDZSwiftCommonCrypto KeyDerivation.swift
[10/18] Emitting module IDZSwiftCommonCrypto
[11/18] Compiling IDZSwiftCommonCrypto Cryptor.swift
[12/18] Compiling IDZSwiftCommonCrypto Crypto.swift
[13/18] Compiling IDZSwiftCommonCrypto HMAC.swift
[14/18] Compiling IDZSwiftCommonCrypto Random.swift
[15/18] Compiling IDZSwiftCommonCrypto Status.swift
[16/18] Compiling IDZSwiftCommonCrypto Digest.swift
[17/18] Compiling IDZSwiftCommonCrypto StreamCryptor.swift
[18/18] Compiling IDZSwiftCommonCrypto Utilities.swift
[19/28] Compiling SecurityExtensions SecKey+KeyData.swift
[20/28] Compiling SecurityExtensions SecIdentity.swift
[21/28] Compiling SecurityExtensions SecKey+Keychain.swift
[22/28] Compiling SecurityExtensions SecKey+KeyPair.swift
[23/28] Compiling SecurityExtensions HexString.swift
[24/28] Compiling SecurityExtensions SecCertificate.swift
[25/28] Emitting module SecurityExtensions
[26/28] Compiling SecurityExtensions SecIdentity+PrivateKey.swift
[27/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
21 | var signature = [UInt8](repeating: 0, count: 1024)
22 | var signatureLength = 1024
23 | let status = SecKeyRawSign(self, .PKCS1SHA1, digest, digest.count, &signature, &signatureLength)
| `- error: cannot find 'SecKeyRawSign' in scope
24 | guard status == errSecSuccess else {
25 | return nil
/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'
21 | var signature = [UInt8](repeating: 0, count: 1024)
22 | var signatureLength = 1024
23 | let status = SecKeyRawSign(self, .PKCS1SHA1, digest, digest.count, &signature, &signatureLength)
| `- error: cannot infer contextual base in reference to member 'PKCS1SHA1'
24 | guard status == errSecSuccess else {
25 | return nil
[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
29 | var cypherLength: Int = blockSize
30 |
31 | let resultCode = SecKeyEncrypt(self, SecPadding.PKCS1, block, block.count, &cypherText, &cypherLength)
| `- error: cannot find 'SecKeyEncrypt' in scope
32 | guard resultCode == errSecSuccess else {
33 | return nil
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-SecurityExtensions/SecurityExtensions/SecKey+Crypt.swift:71:30: error: cannot find 'SecKeyDecrypt' in scope
69 | var plainTextData: [UInt8] = Array(repeating: UInt8(0), count: Int(blockSize))
70 | var plainTextDataLength: Int = blockSize
71 | let resultCode = SecKeyDecrypt(self, SecPadding.PKCS1, block, block.count, &plainTextData, &plainTextDataLength)
| `- error: cannot find 'SecKeyDecrypt' in scope
72 | guard resultCode == errSecSuccess else {
73 | return nil
Fetching https://github.com/dapperstout/swift-bytes.git
Fetching https://github.com/svdo/swift-SecurityExtensions
Fetching https://github.com/iosdevzone/IDZSwiftCommonCrypto
[1/1226] Fetching swift-securityextensions
[124/1494] Fetching swift-securityextensions, swift-bytes
[326/3135] Fetching swift-securityextensions, swift-bytes, idzswiftcommoncrypto
Fetched https://github.com/svdo/swift-SecurityExtensions from cache (1.01s)
Fetched https://github.com/iosdevzone/IDZSwiftCommonCrypto from cache (1.01s)
Fetched https://github.com/dapperstout/swift-bytes.git from cache (1.01s)
Computing version for https://github.com/dapperstout/swift-bytes.git
Computed https://github.com/dapperstout/swift-bytes.git at 0.8.0 (1.50s)
Computing version for https://github.com/svdo/swift-SecurityExtensions
Computed https://github.com/svdo/swift-SecurityExtensions at 4.0.1 (0.45s)
Computing version for https://github.com/iosdevzone/IDZSwiftCommonCrypto
Computed https://github.com/iosdevzone/IDZSwiftCommonCrypto at 0.16.1 (0.47s)
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/svdo/swift-SecurityExtensions
Working copy of https://github.com/svdo/swift-SecurityExtensions resolved at 4.0.1
Creating working copy for https://github.com/iosdevzone/IDZSwiftCommonCrypto
Working copy of https://github.com/iosdevzone/IDZSwiftCommonCrypto resolved at 0.16.1
BUILD FAILURE 6.2 macosSpm