Build Information
Failed to build FullyRESTful, reference main (88b484), with Swift 6.1 for Android on 20 Jun 2025 09:28:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/southkin/FullyRESTful.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/southkin/FullyRESTful
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 88b484e try
Cloned https://github.com/southkin/FullyRESTful.git
Revision (git rev-parse @):
88b484e112ae202a03bbe40a87cc24540f3e52d5
SUCCESS checkout https://github.com/southkin/FullyRESTful.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/southkin/FullyRESTful.git
https://github.com/southkin/FullyRESTful.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "kinkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/southkin/KinKit"
}
],
"manifest_display_name" : "FullyRESTful",
"name" : "FullyRESTful",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FullyRESTful",
"targets" : [
"FullyRESTful"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FullyRESTfulTests",
"module_type" : "SwiftTarget",
"name" : "FullyRESTfulTests",
"path" : "Tests/FullyRESTfulTests",
"sources" : [
"FullyRESTfulTests.swift"
],
"target_dependencies" : [
"FullyRESTful"
],
"type" : "test"
},
{
"c99name" : "FullyRESTful",
"module_type" : "SwiftTarget",
"name" : "FullyRESTful",
"path" : "Sources/FullyRESTful",
"product_dependencies" : [
"KinKit"
],
"product_memberships" : [
"FullyRESTful"
],
"sources" : [
"FullyRESTful.swift",
"ServerInfo.swift",
"TestAPI.swift",
"Websocket.swift",
"extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/southkin/KinKit
[1/198] Fetching kinkit
Fetched https://github.com/southkin/KinKit from cache (0.19s)
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-24593BA9C3E375BF.txt
[5/12] Compiling Shared DataExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/12] Emitting module Shared
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
6 | //
7 |
8 | public extension URLSession {
| `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
9 | func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
10 | if #available(iOS 15, *) {
[7/13] Compiling Shared DictionaryExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/13] Compiling Shared DecimalExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/13] Compiling Shared EncodableExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/13] Compiling Shared URLRequestExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 "" }
[11/13] Compiling Shared StringExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 | }
[12/13] Compiling Shared URLSessionExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLSessionExtension.swift:8:8: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
6 | //
7 |
8 | public extension URLSession {
| `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
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)
[13/13] Compiling Shared Shared.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] 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 "" }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/10] 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
6 | //
7 |
8 | public extension URLSession {
| `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
9 | func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
10 | if #available(iOS 15, *) {
[4/10] Compiling Shared DataExtension.swift
[5/10] Compiling Shared DecimalExtension.swift
[6/10] Compiling Shared EncodableExtension.swift
[7/10] 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
6 | //
7 |
8 | public extension URLSession {
| `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
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)
[8/10] Compiling Shared DictionaryExtension.swift
[9/10] Compiling Shared Shared.swift
[10/10] 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 | }
BUILD FAILURE 6.1 android