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 RSSwiftNetworking, reference main (c1a44b), with Swift 6.2 (beta) for Linux on 20 Jun 2025 17:56:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c1a44b6 Merge pull request #17 from rootstrap/refactor/version-number-fix
Cloned https://github.com/rootstrap/RSSwiftNetworking.git
Revision (git rev-parse @):
c1a44b60c4e949092629948158a2b27472a5e0be
SUCCESS checkout https://github.com/rootstrap/RSSwiftNetworking.git at main
========================================
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-4606859-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 (5.99s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (8.27s)
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
[3/5] Write sources
[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 RSSwiftNetworking APIClientError.swift
[8/69] Compiling RSSwiftNetworking APIError.swift
[9/69] Compiling RSSwiftNetworking ErrorDomain.swift
[10/69] Compiling RSSwiftNetworking HeaderProvider.swift
[11/69] Compiling RSSwiftNetworking NetworkProvider.swift
[12/69] Compiling RSSwiftNetworking BaseAPIClient.swift
[13/69] Compiling Alamofire NetworkReachabilityManager.swift
[14/69] Compiling Alamofire RedirectHandler.swift
[15/69] Compiling Alamofire RequestCompression.swift
[16/69] Compiling Alamofire RequestInterceptor.swift
[17/69] Compiling Alamofire ResponseSerialization.swift
[18/74] Compiling RSSwiftNetworking RailsAPIEndpoint.swift
[19/74] Compiling RSSwiftNetworking APIEndpoint.swift
[20/74] Compiling RSSwiftNetworking DecodingConfiguration.swift
[21/74] Compiling RSSwiftNetworking ParameterEncoding.swift
[22/74] Compiling RSSwiftNetworking RailsAPIHeadersProvider.swift
[23/74] Compiling RSSwiftNetworking Network.swift
[24/74] Compiling Alamofire DispatchQueue+Alamofire.swift
[25/74] Compiling Alamofire OperationQueue+Alamofire.swift
[26/74] Compiling Alamofire Result+Alamofire.swift
[27/74] Compiling Alamofire StringEncoding+Alamofire.swift
[28/74] Compiling Alamofire URLRequest+Alamofire.swift
[29/74] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[30/74] Compiling Alamofire AlamofireExtended.swift
[31/74] Compiling Alamofire AuthenticationInterceptor.swift
[32/74] Compiling Alamofire CachedResponseHandler.swift
[33/74] Compiling RSSwiftNetworking APIClient+Concurrency.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
[34/74] Compiling RSSwiftNetworking Data+Base64.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
[35/74] Compiling RSSwiftNetworking Endpoint+URLRequest.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
[39/74] Compiling RSSwiftNetworking EncodingConfiguration.swift
[40/74] Compiling RSSwiftNetworking Endpoint.swift
[41/74] Compiling RSSwiftNetworking HTTPHeader.swift
[54/74] Compiling RSSwiftNetworking JSONDecoder+DecodingConfiguration.swift
[55/74] Compiling RSSwiftNetworking String+File.swift
[56/74] Compiling RSSwiftNetworking Base64Media.swift
[57/74] Compiling RSSwiftNetworking MultipartMedia.swift
[58/74] Compiling RSSwiftNetworking APIClient.swift
[59/74] Compiling RSSwiftNetworking Cancellable.swift
[63/74] Emitting module Alamofire
BUILD FAILURE 6.2 linux