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 PerfectCURL, reference master (059384), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 01:43:29 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/perfectlysoft/perfect-curl.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect-curl
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0593841 Updated swift tools version. Updated PerfectLib version
Cloned https://github.com/perfectlysoft/perfect-curl.git
Revision (git rev-parse @):
0593841a172433e5c9841791a87f9fe56d8c0ce4
SUCCESS checkout https://github.com/perfectlysoft/perfect-curl.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/perfectlysoft/perfect-curl.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/18] Emitting module PerfectLib
[6/18] Compiling PerfectThread Threading.swift
[7/18] Compiling PerfectLib Bytes.swift
[8/18] Compiling PerfectLib Log.swift
[9/18] Compiling PerfectThread Promise.swift
[10/18] Emitting module PerfectThread
[11/18] Compiling PerfectThread ThreadQueue.swift
[12/18] Compiling PerfectLib PerfectServer.swift
[13/18] Compiling PerfectLib PerfectError.swift
[14/18] Compiling PerfectLib File.swift
[15/18] Compiling PerfectLib Dir.swift
[16/18] Compiling PerfectLib SysProcess.swift
[17/18] Compiling PerfectLib JSONConvertible.swift
[18/18] Compiling PerfectLib Utilities.swift
[19/26] Compiling PerfectCURL HTTPHeaders.swift
[20/26] Compiling PerfectCURL HTTPMethod.swift
[21/26] Compiling PerfectCURL CURLResponse.swift
[22/26] Compiling PerfectCURL CURLRequest.swift
[23/26] Compiling PerfectCURL cURL.swift
/Users/admin/builder/spi-builder-workspace/Sources/PerfectCURL/cURL.swift:202:4: warning: using '_' to ignore the result of a Void-returning function is redundant
200 | 		let perf = self.perform()
201 | 		if let h = perf.2 {
202 | 			_ = accumulator.header.append(contentsOf: h)
    |    `- warning: using '_' to ignore the result of a Void-returning function is redundant
203 | 		}
204 | 		if let b = perf.3 {
/Users/admin/builder/spi-builder-workspace/Sources/PerfectCURL/cURL.swift:205:4: warning: using '_' to ignore the result of a Void-returning function is redundant
203 | 		}
204 | 		if let b = perf.3 {
205 | 			_ = accumulator.body.append(contentsOf: b)
    |    `- warning: using '_' to ignore the result of a Void-returning function is redundant
206 | 		}
207 | 		if perf.0 == false { // done
[24/26] Compiling PerfectCURL CURLRequestOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/PerfectCURL/CURLRequestOptions.swift:126:19: error: cannot find 'CURLOPT_FTP_RESPONSE_TIMEOUT' in scope
124 | 			curl.setOption(CURLOPT_FTPPORT, s: optString)
125 | 		case .ftpResponseTimeout(let optInt):
126 | 			curl.setOption(CURLOPT_FTP_RESPONSE_TIMEOUT, int: optInt)
    |                   `- error: cannot find 'CURLOPT_FTP_RESPONSE_TIMEOUT' in scope
127 | 		case .sshPublicKey(let optString):
128 | 			curl.setOption(CURLOPT_SSH_PUBLIC_KEYFILE, s: optString)
[25/26] Compiling PerfectCURL CURLResponseInfos.swift
[26/26] Emitting module PerfectCURL
Fetching https://github.com/PerfectlySoft/PerfectLib.git
Fetching https://github.com/PerfectlySoft/Perfect-Thread.git
Fetching https://github.com/PerfectlySoft/Perfect-libcurl.git
[1/379] Fetching perfect-thread
[161/456] Fetching perfect-thread, perfect-libcurl
[401/11240] Fetching perfect-thread, perfect-libcurl, perfectlib
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (2.54s)
Fetched https://github.com/PerfectlySoft/Perfect-libcurl.git from cache (2.54s)
Fetched https://github.com/PerfectlySoft/Perfect-Thread.git from cache (2.54s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 4.0.1 (3.09s)
Computing version for https://github.com/PerfectlySoft/Perfect-Thread.git
Computed https://github.com/PerfectlySoft/Perfect-Thread.git at 3.0.7 (1.93s)
Computing version for https://github.com/PerfectlySoft/Perfect-libcurl.git
Computed https://github.com/PerfectlySoft/Perfect-libcurl.git at 2.1.0 (0.50s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-Thread.git
Working copy of https://github.com/PerfectlySoft/Perfect-Thread.git resolved at 3.0.7
Creating working copy for https://github.com/PerfectlySoft/Perfect-libcurl.git
Working copy of https://github.com/PerfectlySoft/Perfect-libcurl.git resolved at 2.1.0
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 4.0.1
warning: 'perfect-libcurl': ignoring declared target(s) 'cURL' in the system package
warning: 'spi-builder-workspace': dependency 'perfect-libcurl' is not used by any target
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install libcurl using your system-packager:
    brew install curl
warning: you may be able to install libcurl using your system-packager:
    brew install curl
BUILD FAILURE 6.2 macosSpm