Build Information
Failed to build RSSwiftNetworking, reference main (c1a44b
), with Swift 6.2 (beta) for Android on 20 Jun 2025 17:57:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 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: 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-4606859-3":/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 (4.18s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (4.67s)
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
[1/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/66] Compiling Alamofire DataStreamRequest.swift
[7/66] Compiling Alamofire DownloadRequest.swift
[8/66] Compiling Alamofire HTTPHeaders.swift
[9/66] Compiling Alamofire URLRequest+Alamofire.swift
[10/66] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[11/66] Compiling Alamofire AlamofireExtended.swift
[12/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
[13/66] Compiling Alamofire ParameterEncoding.swift
[14/66] Compiling Alamofire Protected.swift
[15/66] Compiling Alamofire Request.swift
[16/66] Compiling Alamofire HTTPMethod.swift
[17/66] Compiling Alamofire Notifications.swift
[18/66] Compiling Alamofire ParameterEncoder.swift
[19/69] 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
[20/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
[21/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
[22/69] Compiling Alamofire RequestTaskMap.swift
[23/69] Compiling Alamofire Response.swift
[24/69] Compiling Alamofire Session.swift
[25/69] Compiling Alamofire SessionDelegate.swift
[26/69] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[27/69] Compiling Alamofire UploadRequest.swift
[28/69] Compiling Alamofire NetworkReachabilityManager.swift
[29/69] Compiling Alamofire RedirectHandler.swift
[30/69] Compiling Alamofire RequestCompression.swift
[31/69] Compiling Alamofire RequestInterceptor.swift
[32/69] Compiling Alamofire ResponseSerialization.swift
[36/74] Compiling RSSwiftNetworking ParameterEncoding.swift
[37/74] Compiling RSSwiftNetworking RailsAPIHeadersProvider.swift
[38/74] Compiling RSSwiftNetworking Network.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 Combine.swift
[44/74] Compiling Alamofire Concurrency.swift
[45/74] Compiling Alamofire EventMonitor.swift
[46/74] Compiling Alamofire MultipartFormData.swift
[47/74] Compiling Alamofire MultipartUpload.swift
[60/74] Emitting module Alamofire
BUILD FAILURE 6.2 android