Build Information
Failed to build ChatGPTSwift, reference main (b5abba), with Swift 6.1 for Android on 28 May 2025 17:05:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flyer2001/ChatGPTSwift.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/flyer2001/ChatGPTSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b5abba7 fix and up to 1.4.3
Cloned https://github.com/flyer2001/ChatGPTSwift.git
Revision (git rev-parse @):
b5abba79abc79a2c7fec1d56996eeba9aef82a4b
SUCCESS checkout https://github.com/flyer2001/ChatGPTSwift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/flyer2001/ChatGPTSwift.git
https://github.com/flyer2001/ChatGPTSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "gptencoder",
"requirement" : {
"exact" : [
"1.0.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/alfianlosari/GPTEncoder.git"
}
],
"manifest_display_name" : "ChatGPTSwift",
"name" : "ChatGPTSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "ChatGPTSwift",
"targets" : [
"ChatGPTSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChatGPTSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ChatGPTSwiftTests",
"path" : "Tests/ChatGPTSwiftTests",
"sources" : [
"ChatGPTSwiftTests.swift"
],
"target_dependencies" : [
"ChatGPTSwift"
],
"type" : "test"
},
{
"c99name" : "ChatGPTSwift",
"module_type" : "SwiftTarget",
"name" : "ChatGPTSwift",
"path" : "Sources/ChatGPTSwift",
"product_dependencies" : [
"AsyncHTTPClient",
"GPTEncoder"
],
"product_memberships" : [
"ChatGPTSwift"
],
"sources" : [
"ChatGPTAPI.swift",
"Models.swift",
"String+Error.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/alfianlosari/GPTEncoder.git
Fetching https://github.com/swift-server/async-http-client.git
[1/73] Fetching gptencoder
[74/14087] Fetching gptencoder, async-http-client
Fetched https://github.com/alfianlosari/GPTEncoder.git from cache (0.53s)
[561/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.59s)
Computing version for https://github.com/alfianlosari/GPTEncoder.git
Computed https://github.com/alfianlosari/GPTEncoder.git at 1.0.4 (2.66s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.18s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/3836] Fetching swift-log
[308/9795] Fetching swift-log, swift-algorithms
[1854/12462] Fetching swift-log, swift-algorithms, swift-nio-transport-services
[1881/14172] Fetching swift-log, swift-algorithms, swift-nio-transport-services, swift-atomics
[3616/25699] Fetching swift-log, swift-algorithms, swift-nio-transport-services, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.12s)
Fetching https://github.com/apple/swift-nio-ssl.git
[13926/23032] Fetching swift-log, swift-algorithms, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (1.30s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.45s)
[8611/17486] Fetching swift-algorithms, swift-nio-http2
[14029/32329] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl
[18511/108422] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (3.48s)
[36710/102463] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.51s)
[26389/90936] Fetching swift-nio-ssl, swift-nio
[41275/96850] Fetching swift-nio-ssl, swift-nio, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.75s)
[69630/90936] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.65s)
Fetched https://github.com/apple/swift-nio.git from cache (10.38s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (12.76s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.96s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.23s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.22s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[47/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[187/5157] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.77s)
[1/4985] Fetching swift-async-algorithms
[2295/11140] Fetching swift-async-algorithms, swift-certificates
[2296/12044] Fetching swift-async-algorithms, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-asn1.git from cache (1.48s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.48s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.49s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.49s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.04s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.12s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.27s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.07s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.05s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.17s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.91s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.63s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.06s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.07s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.03s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/alfianlosari/GPTEncoder.git
Working copy of https://github.com/alfianlosari/GPTEncoder.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Building for debugging...
[0/5] Copying vocab.bpe
[1/5] Write sources
[3/5] Copying encoder.json
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/12] Compiling GPTEncoder GPTEncoderResources.swift
[7/12] Compiling GPTEncoder resource_bundle_accessor.swift
[8/12] Compiling GPTEncoder Atomic.swift
[9/12] Emitting module GPTEncoder
[10/12] Compiling GPTEncoder Helper.swift
[11/12] Compiling GPTEncoder Extensions.swift
[12/12] Compiling GPTEncoder GPTEncoder.swift
[14/17] Compiling ChatGPTSwift String+Error.swift
/host/spi-builder-workspace/Sources/ChatGPTSwift/String+Error.swift:10:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'CustomNSError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
8 | import Foundation
9 |
10 | extension String: CustomNSError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'CustomNSError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 |
12 | public var errorUserInfo: [String : Any] {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/17] Compiling ChatGPTSwift Models.swift
[16/17] Emitting module ChatGPTSwift
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:175:41: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
173 | #else
174 |
175 | private let urlSession = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
176 | private var urlRequest: URLRequest {
177 | let url = URL(string: urlString)!
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:176:29: error: cannot find type 'URLRequest' in scope
174 |
175 | private let urlSession = URLSession.shared
176 | private var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
177 | let url = URL(string: urlString)!
178 | var urlRequest = URLRequest(url: url)
/host/spi-builder-workspace/Sources/ChatGPTSwift/String+Error.swift:10:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'CustomNSError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
8 | import Foundation
9 |
10 | extension String: CustomNSError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'CustomNSError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 |
12 | public var errorUserInfo: [String : Any] {
[17/17] Compiling ChatGPTSwift ChatGPTAPI.swift
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:175:41: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
173 | #else
174 |
175 | private let urlSession = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
176 | private var urlRequest: URLRequest {
177 | let url = URL(string: urlString)!
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:176:29: error: cannot find type 'URLRequest' in scope
174 |
175 | private let urlSession = URLSession.shared
176 | private var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
177 | let url = URL(string: urlString)!
178 | var urlRequest = URLRequest(url: url)
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:178:26: error: cannot find 'URLRequest' in scope
176 | private var urlRequest: URLRequest {
177 | let url = URL(string: urlString)!
178 | var urlRequest = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
179 | urlRequest.httpMethod = "POST"
180 | headers.forEach { urlRequest.setValue($1, forHTTPHeaderField: $0) }
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:212:42: error: 'nil' is not compatible with closure result type 'String'
210 | var responseText = ""
211 | return AsyncThrowingStream { [weak self] in
212 | guard let self else { return nil }
| `- error: 'nil' is not compatible with closure result type 'String'
213 | for try await line in result.lines {
214 | try Task.checkCancellation()
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/8] Compiling GPTEncoder GPTEncoderResources.swift
[3/8] Compiling GPTEncoder resource_bundle_accessor.swift
[4/8] Compiling GPTEncoder Atomic.swift
[5/8] Compiling GPTEncoder Helper.swift
[6/8] Emitting module GPTEncoder
[7/8] Compiling GPTEncoder Extensions.swift
[8/8] Compiling GPTEncoder GPTEncoder.swift
[10/13] Compiling ChatGPTSwift String+Error.swift
/host/spi-builder-workspace/Sources/ChatGPTSwift/String+Error.swift:10:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'CustomNSError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
8 | import Foundation
9 |
10 | extension String: CustomNSError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'CustomNSError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 |
12 | public var errorUserInfo: [String : Any] {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/13] Compiling ChatGPTSwift Models.swift
[12/13] Emitting module ChatGPTSwift
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:175:41: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
173 | #else
174 |
175 | private let urlSession = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
176 | private var urlRequest: URLRequest {
177 | let url = URL(string: urlString)!
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:176:29: error: cannot find type 'URLRequest' in scope
174 |
175 | private let urlSession = URLSession.shared
176 | private var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
177 | let url = URL(string: urlString)!
178 | var urlRequest = URLRequest(url: url)
/host/spi-builder-workspace/Sources/ChatGPTSwift/String+Error.swift:10:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'CustomNSError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
8 | import Foundation
9 |
10 | extension String: CustomNSError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'CustomNSError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 |
12 | public var errorUserInfo: [String : Any] {
[13/13] Compiling ChatGPTSwift ChatGPTAPI.swift
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:175:41: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
173 | #else
174 |
175 | private let urlSession = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
176 | private var urlRequest: URLRequest {
177 | let url = URL(string: urlString)!
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:176:29: error: cannot find type 'URLRequest' in scope
174 |
175 | private let urlSession = URLSession.shared
176 | private var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
177 | let url = URL(string: urlString)!
178 | var urlRequest = URLRequest(url: url)
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:178:26: error: cannot find 'URLRequest' in scope
176 | private var urlRequest: URLRequest {
177 | let url = URL(string: urlString)!
178 | var urlRequest = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
179 | urlRequest.httpMethod = "POST"
180 | headers.forEach { urlRequest.setValue($1, forHTTPHeaderField: $0) }
/host/spi-builder-workspace/Sources/ChatGPTSwift/ChatGPTAPI.swift:212:42: error: 'nil' is not compatible with closure result type 'String'
210 | var responseText = ""
211 | return AsyncThrowingStream { [weak self] in
212 | guard let self else { return nil }
| `- error: 'nil' is not compatible with closure result type 'String'
213 | for try await line in result.lines {
214 | try Task.checkCancellation()
BUILD FAILURE 6.1 android