The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ChatGPTSwift, reference 1.4.3 (b5abba), with Swift 6.1 for Android on 28 May 2025 17:00:23 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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flyer2001/ChatGPTSwift.git
Reference: 1.4.3
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
 * tag               1.4.3      -> FETCH_HEAD
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 1.4.3
========================================
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-4609320-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
Fetched https://github.com/alfianlosari/GPTEncoder.git from cache (0.38s)
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.33s)
Computing version for https://github.com/alfianlosari/GPTEncoder.git
Computed https://github.com/alfianlosari/GPTEncoder.git at 1.0.4 (2.36s)
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 (0.62s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5959] Fetching swift-algorithms
[1015/9795] Fetching swift-algorithms, swift-log
[2058/11505] Fetching swift-algorithms, swift-log, swift-atomics
[2093/23032] Fetching swift-algorithms, swift-log, swift-atomics, swift-nio-http2
[4071/28946] Fetching swift-algorithms, swift-log, swift-atomics, swift-nio-http2, swift-nio-extras
[7110/31613] Fetching swift-algorithms, swift-log, swift-atomics, swift-nio-http2, swift-nio-extras, swift-nio-transport-services
Fetched https://github.com/apple/swift-algorithms.git from cache (0.72s)
[15895/25654] Fetching swift-log, swift-atomics, swift-nio-http2, swift-nio-extras, swift-nio-transport-services
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.81s)
Fetching https://github.com/apple/swift-nio.git
[14112/22987] Fetching swift-log, swift-atomics, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.90s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.90s)
[8681/17441] Fetching swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.02s)
[4727/11527] Fetching swift-nio-http2
[11528/26370] Fetching swift-nio-http2, swift-nio-ssl
[13013/102463] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.32s)
[25332/90936] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.48s)
[51744/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.12s)
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 (9.59s)
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.68s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.80s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.78s)
Fetching https://github.com/apple/swift-http-types.git
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-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1590] Fetching swift-asn1
[367/2731] Fetching swift-asn1, swift-http-structured-headers
[2732/8886] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
[2794/11312] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle
[3697/12216] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-http-types
[6125/17201] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
[7783/15611] Fetching swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.81s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.83s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.84s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.84s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.70s)
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 (0.69s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.75s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.08s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.95s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.65s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.26s)
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.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.03s)
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 (0.86s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (4.97s)
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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.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/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/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-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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Building for debugging...
[0/5] Copying vocab.bpe
[0/5] Copying encoder.json
[0/5] Write sources
[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 Helper.swift
[9/12] Compiling GPTEncoder Extensions.swift
[10/12] Compiling GPTEncoder GPTEncoder.swift
[11/12] Compiling GPTEncoder Atomic.swift
[12/12] Emitting module GPTEncoder
[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-4609320-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 Helper.swift
[3/8] Compiling GPTEncoder resource_bundle_accessor.swift
[4/8] Compiling GPTEncoder GPTEncoderResources.swift
[5/8] Compiling GPTEncoder Extensions.swift
[6/8] Compiling GPTEncoder Atomic.swift
[7/8] Emitting module GPTEncoder
[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