Build Information
Failed to build RSSwiftNetworking, reference 1.1.7 (0fb25c
), with Swift 6.2 (beta) for Linux on 20 Jun 2025 17:56:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rootstrap/RSSwiftNetworking.git
Reference: 1.1.7
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/rootstrap/RSSwiftNetworking
* tag 1.1.7 -> FETCH_HEAD
HEAD is now at 0fb25cd Merge pull request #16 from rootstrap/feature/separate-key-name-from-file-name
Cloned https://github.com/rootstrap/RSSwiftNetworking.git
Revision (git rev-parse @):
0fb25cd68154313e597e68f3f286da46ed9cc4f9
SUCCESS checkout https://github.com/rootstrap/RSSwiftNetworking.git at 1.1.7
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/rootstrap/RSSwiftNetworking.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.85s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (3.21s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Building for debugging...
[0/5] Write sources
[2/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/66] Emitting module RSSwiftNetworking
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Extensions/Endpoint+URLRequest.swift:14:21: error: cannot find type 'URLRequest' in scope
12 |
13 | /// Returns a `URLRequest` object to be executed in a `URLSessionTask`
14 | var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
15 | var request = URLRequest(url: requestURL)
16 | request.httpMethod = method.name
[7/69] Compiling Alamofire HTTPMethod.swift
[8/69] Compiling Alamofire Notifications.swift
[9/69] Compiling Alamofire ParameterEncoder.swift
[10/69] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[11/69] Compiling Alamofire UploadRequest.swift
[12/69] Compiling Alamofire Alamofire.swift
[13/69] Compiling Alamofire ParameterEncoding.swift
[14/69] Compiling Alamofire Protected.swift
[15/69] Compiling Alamofire Request.swift
[16/69] Compiling Alamofire Response.swift
[17/69] Compiling Alamofire Session.swift
[18/69] Compiling Alamofire SessionDelegate.swift
[19/69] Compiling Alamofire Result+Alamofire.swift
[20/69] Compiling Alamofire StringEncoding+Alamofire.swift
[21/69] Compiling Alamofire RequestTaskMap.swift
[22/69] Compiling RSSwiftNetworking ParameterEncoding.swift
[23/69] Compiling RSSwiftNetworking RailsAPIHeadersProvider.swift
[24/69] Compiling RSSwiftNetworking Network.swift
[25/69] Compiling Alamofire WebSocketRequest.swift
[26/69] Compiling Alamofire DispatchQueue+Alamofire.swift
[27/69] Compiling Alamofire OperationQueue+Alamofire.swift
[28/69] Compiling Alamofire AFError.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Extensions/Endpoint+URLRequest.swift:14:21: error: cannot find type 'URLRequest' in scope
12 |
13 | /// Returns a `URLRequest` object to be executed in a `URLSessionTask`
14 | var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
15 | var request = URLRequest(url: requestURL)
16 | request.httpMethod = method.name
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Extensions/Endpoint+URLRequest.swift:15:23: error: cannot find 'URLRequest' in scope
13 | /// Returns a `URLRequest` object to be executed in a `URLSessionTask`
14 | var urlRequest: URLRequest {
15 | var request = URLRequest(url: requestURL)
| `- error: cannot find 'URLRequest' in scope
16 | request.httpMethod = method.name
17 | request.allHTTPHeaderFields = headers
[29/69] Compiling Alamofire DataRequest.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Extensions/Endpoint+URLRequest.swift:14:21: error: cannot find type 'URLRequest' in scope
12 |
13 | /// Returns a `URLRequest` object to be executed in a `URLSessionTask`
14 | var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
15 | var request = URLRequest(url: requestURL)
16 | request.httpMethod = method.name
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Extensions/Endpoint+URLRequest.swift:15:23: error: cannot find 'URLRequest' in scope
13 | /// Returns a `URLRequest` object to be executed in a `URLSessionTask`
14 | var urlRequest: URLRequest {
15 | var request = URLRequest(url: requestURL)
| `- error: cannot find 'URLRequest' in scope
16 | request.httpMethod = method.name
17 | request.allHTTPHeaderFields = headers
[30/69] Compiling Alamofire DataStreamRequest.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Extensions/Endpoint+URLRequest.swift:14:21: error: cannot find type 'URLRequest' in scope
12 |
13 | /// Returns a `URLRequest` object to be executed in a `URLSessionTask`
14 | var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
15 | var request = URLRequest(url: requestURL)
16 | request.httpMethod = method.name
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Extensions/Endpoint+URLRequest.swift:15:23: error: cannot find 'URLRequest' in scope
13 | /// Returns a `URLRequest` object to be executed in a `URLSessionTask`
14 | var urlRequest: URLRequest {
15 | var request = URLRequest(url: requestURL)
| `- error: cannot find 'URLRequest' in scope
16 | request.httpMethod = method.name
17 | request.allHTTPHeaderFields = headers
[31/69] Compiling Alamofire Combine.swift
[32/69] Compiling Alamofire Concurrency.swift
[33/69] Compiling Alamofire EventMonitor.swift
[34/69] Compiling Alamofire MultipartFormData.swift
[35/69] Compiling Alamofire MultipartUpload.swift
[36/69] Compiling Alamofire NetworkReachabilityManager.swift
[37/69] Compiling Alamofire RedirectHandler.swift
[38/69] Compiling Alamofire RequestCompression.swift
[39/69] Compiling Alamofire RequestInterceptor.swift
[40/69] Compiling Alamofire ResponseSerialization.swift
[59/74] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[60/74] Compiling Alamofire AlamofireExtended.swift
[61/74] Compiling Alamofire AuthenticationInterceptor.swift
[62/74] Compiling Alamofire CachedResponseHandler.swift
[63/74] Emitting module Alamofire
[70/74] Compiling Alamofire RetryPolicy.swift
[71/74] Compiling Alamofire ServerTrustEvaluation.swift
[72/74] Compiling Alamofire URLEncodedFormEncoder.swift
[73/74] Compiling Alamofire Validation.swift
[74/74] Compiling Alamofire resource_bundle_accessor.swift
BUILD FAILURE 6.2 linux