The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build LLMChatOpenAI, reference 1.1.0 (7f5473), with Swift 6.0 for Linux on 15 Oct 2024 02:54:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kevinhermawan/swift-llm-chat-openai.git
Reference: 1.1.0
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/kevinhermawan/swift-llm-chat-openai
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 7f54739 release: 1.1.0
Cloned https://github.com/kevinhermawan/swift-llm-chat-openai.git
Revision (git rev-parse @):
7f54739d4fa44decb09c3e13f561db1b0dc27d3c
SUCCESS checkout https://github.com/kevinhermawan/swift-llm-chat-openai.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kevinhermawan/swift-llm-chat-openai.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:b1f5b321a5d74ef5eaf6f5f3afbfebaaa54c7954de6f859009c18a90e0e1c3b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/kevinhermawan/swift-json-schema.git
[1/88] Fetching swift-json-schema
[89/2126] Fetching swift-json-schema, swift-docc-plugin
[334/5267] Fetching swift-json-schema, swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.75s)
Fetched https://github.com/kevinhermawan/swift-json-schema.git from cache (0.76s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.77s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (1.86s)
Computing version for https://github.com/kevinhermawan/swift-json-schema.git
Computed https://github.com/kevinhermawan/swift-json-schema.git at 1.0.3 (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.50s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/kevinhermawan/swift-json-schema.git
Working copy of https://github.com/kevinhermawan/swift-json-schema.git resolved at 1.0.3
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/14] Compiling JSONSchema JSONSchema+String.swift
[7/15] Compiling JSONSchema JSONSchema+Integer.swift
[8/15] Compiling JSONSchema JSONSchema+Enum.swift
[9/15] Compiling JSONSchema JSONSchema+Array.swift
[10/15] Compiling JSONSchema JSONSchema+Boolean.swift
[11/15] Emitting module JSONSchema
[12/15] Compiling JSONSchema JSONSchema+Null.swift
[13/15] Compiling JSONSchema JSONSchema+Number.swift
[14/15] Compiling JSONSchema JSONSchema+Object.swift
[15/15] Compiling JSONSchema JSONSchema.swift
[17/22] Compiling LLMChatOpenAI LLMChatOpenAI.swift
/host/spi-builder-workspace/Sources/LLMChatOpenAI/LLMChatOpenAI.swift:111:72: error: cannot find type 'URLRequest' in scope
109 |     }
110 |
111 |     func createRequest(for url: URL, with body: RequestBody) throws -> URLRequest {
    |                                                                        `- error: cannot find type 'URLRequest' in scope
112 |         var request = URLRequest(url: url)
113 |         request.httpMethod = "POST"
/host/spi-builder-workspace/Sources/LLMChatOpenAI/LLMChatOpenAI.swift:120:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
118 |     }
119 |
120 |     func validateHTTPResponse(_ response: URLResponse) throws {
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
121 |         guard let httpResponse = response as? HTTPURLResponse, 200...299 ~= httpResponse.statusCode else {
122 |             throw URLError(.badServerResponse)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LLMChatOpenAI/LLMChatOpenAI.swift:44:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 42 |         let request = try createRequest(for: endpoint, with: body)
 43 |
 44 |         let (data, response) = try await URLSession.shared.data(for: request)
    |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 45 |         try validateHTTPResponse(response)
 46 |
/host/spi-builder-workspace/Sources/LLMChatOpenAI/LLMChatOpenAI.swift:112:23: error: cannot find 'URLRequest' in scope
110 |
111 |     func createRequest(for url: URL, with body: RequestBody) throws -> URLRequest {
112 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
113 |         request.httpMethod = "POST"
114 |         request.httpBody = try JSONEncoder().encode(body)
/host/spi-builder-workspace/Sources/LLMChatOpenAI/LLMChatOpenAI.swift:121:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
119 |
120 |     func validateHTTPResponse(_ response: URLResponse) throws {
121 |         guard let httpResponse = response as? HTTPURLResponse, 200...299 ~= httpResponse.statusCode else {
    |                                           `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
122 |             throw URLError(.badServerResponse)
123 |         }
/host/spi-builder-workspace/Sources/LLMChatOpenAI/LLMChatOpenAI.swift:121:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
119 |
120 |     func validateHTTPResponse(_ response: URLResponse) throws {
121 |         guard let httpResponse = response as? HTTPURLResponse, 200...299 ~= httpResponse.statusCode else {
    |                                               `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
122 |             throw URLError(.badServerResponse)
123 |         }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LLMChatOpenAI/LLMChatOpenAI.swift:121:90: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
119 |
120 |     func validateHTTPResponse(_ response: URLResponse) throws {
121 |         guard let httpResponse = response as? HTTPURLResponse, 200...299 ~= httpResponse.statusCode else {
    |                                                                                          `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
122 |             throw URLError(.badServerResponse)
123 |         }
[18/22] Compiling LLMChatOpenAI ChatMessage.swift
[19/22] Compiling LLMChatOpenAI ChatOptions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/22] Compiling LLMChatOpenAI ChatCompletion.swift
[21/22] Compiling LLMChatOpenAI ChatCompletionChunk.swift
[22/22] Emitting module LLMChatOpenAI
/host/spi-builder-workspace/Sources/LLMChatOpenAI/LLMChatOpenAI.swift:111:72: error: cannot find type 'URLRequest' in scope
109 |     }
110 |
111 |     func createRequest(for url: URL, with body: RequestBody) throws -> URLRequest {
    |                                                                        `- error: cannot find type 'URLRequest' in scope
112 |         var request = URLRequest(url: url)
113 |         request.httpMethod = "POST"
/host/spi-builder-workspace/Sources/LLMChatOpenAI/LLMChatOpenAI.swift:120:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
118 |     }
119 |
120 |     func validateHTTPResponse(_ response: URLResponse) throws {
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
121 |         guard let httpResponse = response as? HTTPURLResponse, 200...299 ~= httpResponse.statusCode else {
122 |             throw URLError(.badServerResponse)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
BUILD FAILURE 6.0 linux