The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PerfectCURL with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectlysoft/perfect-curl.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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:             5.10
Building package at path:  $workDir
https://github.com/perfectlysoft/perfect-curl.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/17] Compiling PerfectLib SysProcess.swift
[6/18] Compiling PerfectLib PerfectServer.swift
[7/18] Compiling PerfectLib PerfectError.swift
[8/18] Compiling PerfectLib Log.swift
[9/18] Compiling PerfectLib JSONConvertible.swift
[10/18] Compiling PerfectThread Threading.swift
[11/18] Compiling PerfectLib File.swift
[12/18] Emitting module PerfectLib
[13/18] Compiling PerfectLib Bytes.swift
[14/18] Compiling PerfectLib Dir.swift
[15/18] Compiling PerfectThread Promise.swift
[16/18] Compiling PerfectThread ThreadQueue.swift
[17/18] Emitting module PerfectThread
[18/18] Compiling PerfectLib Utilities.swift
[19/26] Compiling PerfectCURL CURLResponseInfos.swift
[20/26] Compiling PerfectCURL cURL.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PerfectCURL/cURL.swift:202:4: warning: using '_' to ignore the result of a Void-returning function is redundant
                        _ = accumulator.header.append(contentsOf: h)
                        ^~~~

/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PerfectCURL/cURL.swift:205:4: warning: using '_' to ignore the result of a Void-returning function is redundant
                        _ = accumulator.body.append(contentsOf: b)
                        ^~~~

[21/26] Compiling PerfectCURL HTTPHeaders.swift
[22/26] Compiling PerfectCURL HTTPMethod.swift
[23/26] Compiling PerfectCURL CURLRequest.swift
[24/26] Emitting module PerfectCURL
[25/26] Compiling PerfectCURL CURLResponse.swift
[26/26] Compiling PerfectCURL CURLRequestOptions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PerfectCURL/CURLRequestOptions.swift:126:19: error: cannot find 'CURLOPT_FTP_RESPONSE_TIMEOUT' in scope
                        curl.setOption(CURLOPT_FTP_RESPONSE_TIMEOUT, int: optInt)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: fatalError
Fetching https://github.com/PerfectlySoft/PerfectLib.git from cache
Fetching https://github.com/PerfectlySoft/Perfect-Thread.git from cache
Fetching https://github.com/PerfectlySoft/Perfect-libcurl.git from cache
Fetched https://github.com/PerfectlySoft/Perfect-libcurl.git from cache (0.19s)
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (0.19s)
Fetched https://github.com/PerfectlySoft/Perfect-Thread.git from cache (0.19s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 4.0.1 (0.45s)
Computing version for https://github.com/PerfectlySoft/Perfect-Thread.git
Computed https://github.com/PerfectlySoft/Perfect-Thread.git at 3.0.7 (0.02s)
Computing version for https://github.com/PerfectlySoft/Perfect-libcurl.git
Computed https://github.com/PerfectlySoft/Perfect-libcurl.git at 2.1.0 (0.01s)
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 4.0.1
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
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/3] Emitting module PerfectCURL
[3/3] Compiling PerfectCURL CURLRequestOptions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PerfectCURL/CURLRequestOptions.swift:126:19: error: cannot find 'CURLOPT_FTP_RESPONSE_TIMEOUT' in scope
                        curl.setOption(CURLOPT_FTP_RESPONSE_TIMEOUT, int: optInt)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: fatalError
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
BUILD FAILURE 5.10 macosSpm