Build Information
Failed to build RSSwiftNetworking, reference 1.1.7 (0fb25c
), with Swift 6.2 (beta) for Android on 20 Jun 2025 17:57:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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: android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.92s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (5.39s)
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
[0/5] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[4/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/66] Compiling Alamofire DataStreamRequest.swift
[7/66] Compiling Alamofire DownloadRequest.swift
[8/66] Compiling Alamofire HTTPHeaders.swift
[9/66] Compiling Alamofire Alamofire.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
[10/66] 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
[11/66] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/69] Compiling Alamofire RequestTaskMap.swift
[13/69] Compiling Alamofire Response.swift
[14/69] Compiling Alamofire Session.swift
[15/69] 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
[16/69] Compiling RSSwiftNetworking MultipartMedia.swift
[17/69] Compiling RSSwiftNetworking APIClient.swift
[18/69] Compiling RSSwiftNetworking Cancellable.swift
[19/69] Compiling RSSwiftNetworking RailsAPIHeadersProvider.swift
[20/69] Compiling RSSwiftNetworking Network.swift
[21/69] Compiling Alamofire RequestCompression.swift
[22/69] Compiling Alamofire RequestInterceptor.swift
[23/69] Compiling Alamofire ResponseSerialization.swift
[24/74] Compiling RSSwiftNetworking RailsAPIEndpoint.swift
[25/74] Compiling RSSwiftNetworking APIEndpoint.swift
[26/74] Compiling RSSwiftNetworking DecodingConfiguration.swift
[27/74] Compiling RSSwiftNetworking EncodingConfiguration.swift
[28/74] Compiling RSSwiftNetworking Endpoint.swift
[29/74] Compiling RSSwiftNetworking HTTPHeader.swift
[30/74] Compiling RSSwiftNetworking HeaderProvider.swift
[31/74] Compiling RSSwiftNetworking NetworkProvider.swift
[32/74] Compiling RSSwiftNetworking BaseAPIClient.swift
[38/74] Compiling Alamofire WebSocketRequest.swift
[39/74] Compiling Alamofire DispatchQueue+Alamofire.swift
[40/74] Compiling Alamofire OperationQueue+Alamofire.swift
[41/74] Compiling Alamofire Result+Alamofire.swift
[42/74] Compiling Alamofire StringEncoding+Alamofire.swift
[43/74] Compiling Alamofire HTTPMethod.swift
[44/74] Compiling Alamofire Notifications.swift
[45/74] Compiling Alamofire ParameterEncoder.swift
[46/74] Compiling Alamofire ParameterEncoding.swift
[47/74] Compiling Alamofire Protected.swift
[48/74] Compiling Alamofire Request.swift
[59/74] Compiling RSSwiftNetworking ParameterEncoding.swift
[60/74] Emitting module Alamofire
BUILD FAILURE 6.2 android