Build Information
Failed to build FullyRESTful, reference 3.1.5 (ac769c), with Swift 6.2 for Android on 20 Jun 2025 09:52:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/southkin/FullyRESTful.git
Reference: 3.1.5
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/southkin/FullyRESTful
* tag 3.1.5 -> FETCH_HEAD
HEAD is now at ac769c1 curlLog 컨텐츠타입 제외하는코드 제거
Cloned https://github.com/southkin/FullyRESTful.git
Revision (git rev-parse @):
ac769c1d5dd324ed227ff770a9f2b371f0f67808
SUCCESS checkout https://github.com/southkin/FullyRESTful.git at 3.1.5
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/southkin/FullyRESTful.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/southkin/KinKit
[1/198] Fetching kinkit
Fetched https://github.com/southkin/KinKit from cache (0.26s)
Computing version for https://github.com/southkin/KinKit
Computed https://github.com/southkin/KinKit at 1.0.3 (0.65s)
Creating working copy for https://github.com/southkin/KinKit
Working copy of https://github.com/southkin/KinKit resolved at 1.0.3
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/12] Compiling Shared StringExtension.swift
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/StringExtension.swift:153:22: error: missing argument label 'arguments:' in call
151 | }
152 | func localized(with argument:CVarArg..., comment:String = "") -> String {
153 | return String(format: self.localized(comment: comment), argument)
| `- error: missing argument label 'arguments:' in call
154 | }
155 | }
[6/12] Compiling Shared URLRequestExtension.swift
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLRequestExtension.swift:9:18: error: cannot find type 'URLRequest' in scope
7 |
8 |
9 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
10 | var curlString: String {
11 | guard let url = self.url else { return "" }
[7/13] Compiling Shared DataExtension.swift
[8/13] Compiling Shared DecimalExtension.swift
[9/13] Compiling Shared URLSessionExtension.swift
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLSessionExtension.swift:8:8: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended [#NominalTypes]
6 | //
7 |
8 | public extension URLSession {
| `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended [#NominalTypes]
9 | func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
10 | if #available(iOS 15, *) {
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLSessionExtension.swift:9:31: error: cannot find type 'URLRequest' in scope
7 |
8 | public extension URLSession {
9 | func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
| `- error: cannot find type 'URLRequest' in scope
10 | if #available(iOS 15, *) {
11 | return try await data(for: request)
[#NominalTypes]: <https://docs.swift.org/compiler/documentation/diagnostics/nominal-types>
[10/13] Compiling Shared DictionaryExtension.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/13] Compiling Shared EncodableExtension.swift
[12/13] Compiling Shared Shared.swift
[13/13] Emitting module Shared
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLRequestExtension.swift:9:18: error: cannot find type 'URLRequest' in scope
7 |
8 |
9 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
10 | var curlString: String {
11 | guard let url = self.url else { return "" }
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLSessionExtension.swift:8:8: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended [#NominalTypes]
6 | //
7 |
8 | public extension URLSession {
| `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended [#NominalTypes]
9 | func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
10 | if #available(iOS 15, *) {
[#NominalTypes]: <https://docs.swift.org/compiler/documentation/diagnostics/nominal-types>
BUILD FAILURE 6.2 android