Build Information
Successful build of langchain-swift, reference main (bc6067
), with Swift 6.2 (beta) for macOS (SPM) on 7 Sep 2025 15:09:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/bilibili/BilibiliClient.swift:122:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | defer {
121 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
122 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
123 | }
124 | let response = try await httpClient.execute(request, timeout: .seconds(30))
[1342/1440] Compiling LangChain BilibiliCredential.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/HFInferenceApi.swift:27:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
25 | defer {
26 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
27 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | }
29 | var request = HTTPClientRequest(url: "https://api-inference.huggingface.co/pipeline/\(task)/\(repo)")
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/LlamaAPIWrapper.swift:31:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
29 | defer {
30 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
31 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
32 | }
33 | do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/OpenWeatherAPIWrapper.swift:76:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
74 | defer {
75 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
76 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
77 | }
78 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/anotheropenai/OpenAITTSAPIWrapper.swift:44:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
42 | defer {
43 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
44 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
45 | }
46 | do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/bilibili/BilibiliClient.swift:21:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | defer {
20 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
21 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
22 | }
23 | do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/bilibili/BilibiliClient.swift:122:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | defer {
121 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
122 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
123 | }
124 | let response = try await httpClient.execute(request, timeout: .seconds(30))
[1343/1440] Compiling LangChain BilibiliVideo.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/HFInferenceApi.swift:27:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
25 | defer {
26 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
27 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | }
29 | var request = HTTPClientRequest(url: "https://api-inference.huggingface.co/pipeline/\(task)/\(repo)")
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/LlamaAPIWrapper.swift:31:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
29 | defer {
30 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
31 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
32 | }
33 | do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/OpenWeatherAPIWrapper.swift:76:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
74 | defer {
75 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
76 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
77 | }
78 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/anotheropenai/OpenAITTSAPIWrapper.swift:44:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
42 | defer {
43 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
44 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
45 | }
46 | do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/bilibili/BilibiliClient.swift:21:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | defer {
20 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
21 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
22 | }
23 | do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/bilibili/BilibiliClient.swift:122:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | defer {
121 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
122 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
123 | }
124 | let response = try await httpClient.execute(request, timeout: .seconds(30))
[1344/1440] Compiling LangChain ChatGLM.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1345/1440] Compiling LangChain ChatOllama.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1346/1440] Compiling LangChain ChatOpenAI.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1347/1440] Compiling LangChain Dalle.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1348/1440] Compiling LangChain Gemini.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1349/1440] Compiling LangChain HuggingFace.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1350/1440] Compiling LangChain LLM.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1351/1440] Compiling LangChain LMStudio.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1352/1440] Compiling LangChain Llama2.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1353/1440] Compiling LangChain Local.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1354/1440] Compiling LangChain Ollama.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Dalle.swift:30:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | let configuration = Configuration(apiKey: apiKey, api: API(scheme: .https, host: baseUrl))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/LMStudio.swift:64:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
62 | defer {
63 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
64 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
65 | }
66 | let url = "http://\(baseUrl)/v1/chat/completions"
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Ollama.swift:119:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
117 | let httpClient = getHTTPClient()
118 | defer {
119 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
120 | }
121 | let requestURL = baseURL + "/api/" + endpoint
[1355/1440] Compiling LangChain LangChain.swift
[1356/1440] Compiling LangChain Agent.swift
[1357/1440] Compiling LangChain Cache.swift
[1358/1440] Compiling LangChain BaseCallbackHandler.swift
[1359/1440] Compiling LangChain StdOutCallbackHandler.swift
[1360/1440] Compiling LangChain TraceCallbackHandler.swift
[1361/1440] Compiling LangChain BaseChain.swift
[1362/1440] Compiling LangChain DNChain.swift
[1363/1440] Compiling LangChain LLMChain.swift
[1364/1440] Compiling LangChain SequentialChain.swift
[1365/1440] Compiling LangChain SimpleSequentialChain.swift
[1366/1440] Compiling LangChain ChatGLMAPIWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/chatglm/ChatGLMAPIWrapper.swift:74:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
72 | defer {
73 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
74 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
75 | }
76 | let response = try await httpClient.execute(request, timeout: .seconds(30))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:13:13: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
11 | defer { context.deallocate() }
12 |
13 | key.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
14 | CCHmacInit(context, algorithm.HMACAlgorithm, buffer, size_t(key.count))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:17:16: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
15 | }
16 |
17 | string.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
18 | CCHmacUpdate(context, buffer, size_t(string.count))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/report/TraceManager.swift:39:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | defer {
38 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
39 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
40 | }
41 | do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1367/1440] Compiling LangChain ChatGLMModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/chatglm/ChatGLMAPIWrapper.swift:74:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
72 | defer {
73 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
74 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
75 | }
76 | let response = try await httpClient.execute(request, timeout: .seconds(30))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:13:13: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
11 | defer { context.deallocate() }
12 |
13 | key.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
14 | CCHmacInit(context, algorithm.HMACAlgorithm, buffer, size_t(key.count))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:17:16: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
15 | }
16 |
17 | string.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
18 | CCHmacUpdate(context, buffer, size_t(string.count))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/report/TraceManager.swift:39:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | defer {
38 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
39 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
40 | }
41 | do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1368/1440] Compiling LangChain DalleImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/chatglm/ChatGLMAPIWrapper.swift:74:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
72 | defer {
73 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
74 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
75 | }
76 | let response = try await httpClient.execute(request, timeout: .seconds(30))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:13:13: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
11 | defer { context.deallocate() }
12 |
13 | key.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
14 | CCHmacInit(context, algorithm.HMACAlgorithm, buffer, size_t(key.count))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:17:16: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
15 | }
16 |
17 | string.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
18 | CCHmacUpdate(context, buffer, size_t(string.count))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/report/TraceManager.swift:39:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | defer {
38 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
39 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
40 | }
41 | do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1369/1440] Compiling LangChain Cryptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/chatglm/ChatGLMAPIWrapper.swift:74:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
72 | defer {
73 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
74 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
75 | }
76 | let response = try await httpClient.execute(request, timeout: .seconds(30))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:13:13: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
11 | defer { context.deallocate() }
12 |
13 | key.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
14 | CCHmacInit(context, algorithm.HMACAlgorithm, buffer, size_t(key.count))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:17:16: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
15 | }
16 |
17 | string.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
18 | CCHmacUpdate(context, buffer, size_t(string.count))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/report/TraceManager.swift:39:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | defer {
38 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
39 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
40 | }
41 | do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1370/1440] Compiling LangChain String.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/chatglm/ChatGLMAPIWrapper.swift:74:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
72 | defer {
73 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
74 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
75 | }
76 | let response = try await httpClient.execute(request, timeout: .seconds(30))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:13:13: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
11 | defer { context.deallocate() }
12 |
13 | key.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
14 | CCHmacInit(context, algorithm.HMACAlgorithm, buffer, size_t(key.count))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:17:16: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
15 | }
16 |
17 | string.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
18 | CCHmacUpdate(context, buffer, size_t(string.count))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/report/TraceManager.swift:39:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | defer {
38 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
39 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
40 | }
41 | do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1371/1440] Compiling LangChain JWT.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/chatglm/ChatGLMAPIWrapper.swift:74:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
72 | defer {
73 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
74 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
75 | }
76 | let response = try await httpClient.execute(request, timeout: .seconds(30))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:13:13: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
11 | defer { context.deallocate() }
12 |
13 | key.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
14 | CCHmacInit(context, algorithm.HMACAlgorithm, buffer, size_t(key.count))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:17:16: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
15 | }
16 |
17 | string.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
18 | CCHmacUpdate(context, buffer, size_t(string.count))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/report/TraceManager.swift:39:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | defer {
38 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
39 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
40 | }
41 | do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1372/1440] Compiling LangChain PubmedAPIWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/chatglm/ChatGLMAPIWrapper.swift:74:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
72 | defer {
73 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
74 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
75 | }
76 | let response = try await httpClient.execute(request, timeout: .seconds(30))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:13:13: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
11 | defer { context.deallocate() }
12 |
13 | key.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
14 | CCHmacInit(context, algorithm.HMACAlgorithm, buffer, size_t(key.count))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:17:16: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
15 | }
16 |
17 | string.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
18 | CCHmacUpdate(context, buffer, size_t(string.count))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/report/TraceManager.swift:39:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | defer {
38 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
39 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
40 | }
41 | do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1373/1440] Compiling LangChain PubmedPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/chatglm/ChatGLMAPIWrapper.swift:74:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
72 | defer {
73 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
74 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
75 | }
76 | let response = try await httpClient.execute(request, timeout: .seconds(30))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:13:13: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
11 | defer { context.deallocate() }
12 |
13 | key.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
14 | CCHmacInit(context, algorithm.HMACAlgorithm, buffer, size_t(key.count))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:17:16: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
15 | }
16 |
17 | string.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
18 | CCHmacUpdate(context, buffer, size_t(string.count))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/report/TraceManager.swift:39:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | defer {
38 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
39 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
40 | }
41 | do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1374/1440] Compiling LangChain ReportKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/chatglm/ChatGLMAPIWrapper.swift:74:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
72 | defer {
73 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
74 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
75 | }
76 | let response = try await httpClient.execute(request, timeout: .seconds(30))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:13:13: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
11 | defer { context.deallocate() }
12 |
13 | key.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
14 | CCHmacInit(context, algorithm.HMACAlgorithm, buffer, size_t(key.count))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:17:16: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
15 | }
16 |
17 | string.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
18 | CCHmacUpdate(context, buffer, size_t(string.count))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/report/TraceManager.swift:39:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | defer {
38 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
39 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
40 | }
41 | do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1375/1440] Compiling LangChain TraceManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/chatglm/ChatGLMAPIWrapper.swift:74:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
72 | defer {
73 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
74 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
75 | }
76 | let response = try await httpClient.execute(request, timeout: .seconds(30))
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:13:13: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
11 | defer { context.deallocate() }
12 |
13 | key.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
14 | CCHmacInit(context, algorithm.HMACAlgorithm, buffer, size_t(key.count))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/jwt/Cryptor.swift:17:16: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
15 | }
16 |
17 | string.withUnsafeBytes { (buffer: UnsafePointer<UInt8>) in
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
18 | CCHmacUpdate(context, buffer, size_t(string.count))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/pubmed/PubmedPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/report/TraceManager.swift:39:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | defer {
38 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
39 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
40 | }
41 | do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1376/1440] Compiling LangChain WikipediaAPIWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
[1377/1440] Compiling LangChain WikipediaPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
[1378/1440] Compiling LangChain Transcript.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
[1379/1440] Compiling LangChain TranscriptList.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
[1380/1440] Compiling LangChain TranscriptListFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
[1381/1440] Compiling LangChain YoutubeHackClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
[1382/1440] Compiling LangChain YoutubeInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
[1383/1440] Compiling LangChain SimilaritySearchKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
[1384/1440] Compiling LangChain Supabase.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
[1385/1440] Compiling LangChain VectorStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaAPIWrapper.swift:18:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
16 | defer {
17 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
18 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/wikipedia/WikipediaPage.swift:22:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
20 | defer {
21 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
22 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
23 | }
24 |
[1386/1440] Compiling LangChain SimpleJsonOutputParser.swift
[1387/1440] Compiling LangChain MultiPromptRouter.swift
[1388/1440] Compiling LangChain PromptTemplate.swift
[1389/1440] Compiling LangChain MrklPrompt.swift
[1390/1440] Compiling LangChain BaseRetriever.swift
[1391/1440] Compiling LangChain MultiVectorRetriever.swift
[1392/1440] Compiling LangChain ParentDocumentRetriever.swift
[1393/1440] Compiling LangChain PubmedRetriever.swift
[1394/1440] Compiling LangChain WikipediaRetriever.swift
[1395/1440] Compiling LangChain BaseStore.swift
[1396/1440] Compiling LangChain InMemoryStore.swift
[1397/1440] Compiling LangChain ImageOCRLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1398/1440] Compiling LangChain NotionLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1399/1440] Compiling LangChain PDFLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1400/1440] Compiling LangChain RSSLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1401/1440] Compiling LangChain TextLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1402/1440] Compiling LangChain YoutubeLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1403/1440] Compiling LangChain Distilbert.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1404/1440] Compiling LangChain Embeddings.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1405/1440] Compiling LangChain OllamaEmbeddings.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1406/1440] Compiling LangChain OpenAIEmbeddings.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1407/1440] Compiling LangChain Baidu.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/ImageOCRLoader.swift:30:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
28 | defer {
29 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
30 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
31 | }
32 | var text = ""
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/YoutubeLoader.swift:29:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | defer {
28 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
29 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/Baidu.swift:26:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
24 | defer {
25 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
26 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
27 | }
28 | let env = LC.loadEnv()
[1408/1440] Compiling LangChain LocalFileStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1409/1440] Compiling LangChain Schema.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1410/1440] Compiling LangChain BaseTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1411/1440] Compiling LangChain Dummy.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1412/1440] Compiling LangChain GetLocationTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1413/1440] Compiling LangChain InvalidTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1414/1440] Compiling LangChain JavascriptREPLTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1415/1440] Compiling LangChain Serper.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1416/1440] Compiling LangChain TTSTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1417/1440] Compiling LangChain WeatherTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1418/1440] Compiling LangChain GoogleSerperAPIWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/utilities/GoogleSerperAPIWrapper.swift:43:29: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
41 | defer {
42 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
43 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
44 | }
45 | do {
[1419/1440] Compiling LangChain OpenAI.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1420/1440] Compiling LangChain Base.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1421/1440] Compiling LangChain Chat.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1422/1440] Compiling LangChain ReadOnlySharedMemory.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1423/1440] Compiling LangChain BaseOutputParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1424/1440] Compiling LangChain DateOutputParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1425/1440] Compiling LangChain EnumOutputParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1426/1440] Compiling LangChain ListOutputParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1427/1440] Compiling LangChain MRKLOutputParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1428/1440] Compiling LangChain ObjectOutputParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1429/1440] Compiling LangChain RouterOutputParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/llms/OpenAI.swift:36:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
34 | defer {
35 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
36 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
37 | }
38 |
[1430/1440] Compiling LangChain TransformChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1431/1440] Compiling LangChain BaseCombineDocumentsChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1432/1440] Compiling LangChain BaseConversationalRetrievalChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1433/1440] Compiling LangChain ConversationalRetrievalChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1434/1440] Compiling LangChain StuffDocumentsChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1435/1440] Compiling LangChain LLMRouterChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1436/1440] Compiling LangChain MultiRouteChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1437/1440] Compiling LangChain AudioLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1438/1440] Compiling LangChain BaseLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1439/1440] Compiling LangChain BilibiliLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1440/1440] Compiling LangChain HtmlLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:50:33: warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
48 | defer {
49 | // it's important to shutdown the httpClient after all requests are done, even if one failed. See: https://github.com/swift-server/async-http-client
50 | try? httpClient.syncShutdown()
| `- warning: instance method 'syncShutdown' is unavailable from asynchronous contexts; syncShutdown() can block indefinitely, prefer shutdown(); this is an error in the Swift 6 language mode
51 | }
52 | // do {
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/document_loaders/AudioLoader.swift:99:24: warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
97 | return try await withCheckedThrowingContinuation { continuation in
98 | exporter.exportAsynchronously(completionHandler: {
99 | switch exporter.status {
| `- warning: capture of 'exporter' with non-sendable type 'AVAssetExportSession' in a '@Sendable' closure [#SendableClosureCaptures]
100 | case AVAssetExportSession.Status.failed:
101 | print("Export failed. \(exporter.error!.localizedDescription)")
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetExportSession.h:159:12: note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
157 | NS_SWIFT_NONSENDABLE
158 | API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
159 | @interface AVAssetExportSession : NSObject
| `- note: class 'AVAssetExportSession' does not conform to the 'Sendable' protocol
160 | {
161 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (113.13s)
Fetching https://github.com/buhe/SwiftyNotion
Fetching https://github.com/drmohundro/SWXMLHash
Fetching https://github.com/nmdias/FeedKit
Fetching https://github.com/google/generative-ai-swift
Fetching https://github.com/juyan/swift-filestore
Fetching https://github.com/scinfu/SwiftSoup
Fetching https://github.com/buhe/similarity-search-kit
[1/212] Fetching swift-filestore
[21/706] Fetching swift-filestore, similarity-search-kit
[155/903] Fetching swift-filestore, similarity-search-kit, swiftynotion
Fetched https://github.com/buhe/SwiftyNotion from cache (0.75s)
[341/9614] Fetching swift-filestore, similarity-search-kit, feedkit
Fetching https://github.com/SwiftyJSON/SwiftyJSON
[342/12759] Fetching swift-filestore, similarity-search-kit, feedkit, generative-ai-swift
[657/15606] Fetching swift-filestore, similarity-search-kit, feedkit, generative-ai-swift, swxmlhash
[771/20198] Fetching swift-filestore, similarity-search-kit, feedkit, generative-ai-swift, swxmlhash, swiftsoup
Fetched https://github.com/google/generative-ai-swift from cache (1.07s)
[4126/17053] Fetching swift-filestore, similarity-search-kit, feedkit, swxmlhash, swiftsoup
Fetching https://github.com/supabase-community/supabase-swift
Fetched https://github.com/drmohundro/SWXMLHash from cache (1.16s)
[6520/14206] Fetching swift-filestore, similarity-search-kit, feedkit, swiftsoup
Fetching https://github.com/buhe/openai-kit
Fetched https://github.com/nmdias/FeedKit from cache (1.38s)
[4967/11497] Fetching swift-filestore, similarity-search-kit, swiftsoup, swiftyjson
[6582/11925] Fetching swift-filestore, similarity-search-kit, swiftsoup, swiftyjson, openai-kit
[11040/26501] Fetching swift-filestore, similarity-search-kit, swiftsoup, swiftyjson, openai-kit, supabase-swift
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (1.31s)
[5450/20302] Fetching swift-filestore, similarity-search-kit, swiftsoup, openai-kit, supabase-swift
Fetched https://github.com/buhe/openai-kit from cache (0.97s)
[5698/19874] Fetching swift-filestore, similarity-search-kit, swiftsoup, supabase-swift
Fetched https://github.com/supabase-community/supabase-swift from cache (1.42s)
[4976/5298] Fetching swift-filestore, similarity-search-kit, swiftsoup
Fetched https://github.com/scinfu/SwiftSoup from cache (5.06s)
Fetched https://github.com/juyan/swift-filestore from cache (5.06s)
Fetched https://github.com/buhe/similarity-search-kit from cache (5.06s)
Computing version for https://github.com/nmdias/FeedKit
Computed https://github.com/nmdias/FeedKit at 9.1.2 (8.06s)
Computing version for https://github.com/buhe/SwiftyNotion
Computed https://github.com/buhe/SwiftyNotion at 0.1.5 (0.55s)
Computing version for https://github.com/buhe/similarity-search-kit
Computed https://github.com/buhe/similarity-search-kit at 0.0.16 (0.54s)
Computing version for https://github.com/drmohundro/SWXMLHash
Computed https://github.com/drmohundro/SWXMLHash at 7.0.2 (0.58s)
Computing version for https://github.com/buhe/openai-kit
Computed https://github.com/buhe/openai-kit at 1.8.5 (0.54s)
Fetching https://github.com/swift-server/async-http-client.git
[1/14119] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.51s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (2.07s)
Computing version for https://github.com/juyan/swift-filestore
Computed https://github.com/juyan/swift-filestore at 0.7.0 (0.53s)
Computing version for https://github.com/supabase-community/supabase-swift
Computed https://github.com/supabase-community/supabase-swift at 0.3.0 (0.57s)
Fetching https://github.com/supabase-community/postgrest-swift
Fetching https://github.com/supabase-community/functions-swift
Fetching https://github.com/supabase-community/realtime-swift.git
Fetching https://github.com/supabase-community/gotrue-swift
Fetching https://github.com/supabase-community/storage-swift.git
[1/377] Fetching realtime-swift
[51/2373] Fetching realtime-swift, gotrue-swift
[191/2545] Fetching realtime-swift, gotrue-swift, functions-swift
[358/3859] Fetching realtime-swift, gotrue-swift, functions-swift, postgrest-swift
[634/4259] Fetching realtime-swift, gotrue-swift, functions-swift, postgrest-swift, storage-swift
Fetched https://github.com/supabase-community/functions-swift from cache (0.72s)
[1492/4087] Fetching realtime-swift, gotrue-swift, postgrest-swift, storage-swift
Fetched https://github.com/supabase-community/realtime-swift.git from cache (0.85s)
[3531/3710] Fetching gotrue-swift, postgrest-swift, storage-swift
Fetched https://github.com/supabase-community/postgrest-swift from cache (0.89s)
Fetched https://github.com/supabase-community/storage-swift.git from cache (0.89s)
Fetched https://github.com/supabase-community/gotrue-swift from cache (0.89s)
Computing version for https://github.com/supabase-community/realtime-swift.git
Computed https://github.com/supabase-community/realtime-swift.git at 0.0.2 (1.44s)
Computing version for https://github.com/supabase-community/functions-swift
Computed https://github.com/supabase-community/functions-swift at 1.1.1 (0.55s)
Fetching https://github.com/kean/Get
[1/2349] Fetching get
Fetched https://github.com/kean/Get from cache (1.13s)
Computing version for https://github.com/supabase-community/postgrest-swift
Computed https://github.com/supabase-community/postgrest-swift at 1.0.3 (1.66s)
Fetching https://github.com/binaryscraping/GetExtensions
[1/33] Fetching getextensions
Fetched https://github.com/binaryscraping/GetExtensions from cache (0.63s)
Computing version for https://github.com/binaryscraping/GetExtensions
Computed https://github.com/binaryscraping/GetExtensions at 1.0.0 (1.16s)
Computing version for https://github.com/supabase-community/storage-swift.git
Computed https://github.com/supabase-community/storage-swift.git at 0.1.4 (0.52s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (0.52s)
Computing version for https://github.com/supabase-community/gotrue-swift
Computed https://github.com/supabase-community/gotrue-swift at 1.3.0 (0.66s)
Fetching https://github.com/kean/URLQueryEncoder
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/128] Fetching urlqueryencoder
[121/4514] Fetching urlqueryencoder, keychainaccess
Fetched https://github.com/kean/URLQueryEncoder from cache (1.36s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.36s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (1.92s)
Computing version for https://github.com/kean/URLQueryEncoder
Computed https://github.com/kean/URLQueryEncoder at 0.2.1 (0.51s)
Computing version for https://github.com/google/generative-ai-swift
Computed https://github.com/google/generative-ai-swift at 0.5.6 (0.49s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (0.48s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1814] Fetching swift-atomics
[74/4512] Fetching swift-atomics, swift-nio-transport-services
[209/10497] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms
[374/14400] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-log
[598/20527] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-log, swift-nio-extras
[1235/32188] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (1.05s)
[16810/30374] Fetching swift-nio-transport-services, swift-algorithms, swift-log, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.11s)
[18698/27676] Fetching swift-algorithms, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.51s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.51s)
Fetched https://github.com/apple/swift-log.git from cache (1.51s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.51s)
[1/15075] Fetching swift-nio-ssl
[4675/93107] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.83s)
[6243/78032] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.22s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (5.74s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.51s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.63s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4937] Fetching swift-system
[594/22347] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.91s)
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.44s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.46s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.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-http-structured-headers.git
[1/2470] Fetching swift-service-lifecycle
[26/4099] Fetching swift-service-lifecycle, swift-asn1
[215/5016] Fetching swift-service-lifecycle, swift-asn1, swift-http-types
[452/6192] Fetching swift-service-lifecycle, swift-asn1, swift-http-types, swift-http-structured-headers
[509/12653] Fetching swift-service-lifecycle, swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates
[2376/17843] Fetching swift-service-lifecycle, swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.94s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.94s)
[4878/13744] Fetching swift-http-types, swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.14s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.14s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.14s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.14s)
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.58s)
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.55s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.41s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.40s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.55s)
Fetching https://github.com/apple/swift-crypto.git
[1/16377] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.71s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (3.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (0.73s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 2.11.0 (0.44s)
Fetching https://github.com/nicklockwood/LRUCache.git
[1/320] Fetching lrucache
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.74s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.1.2 (1.26s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.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/buhe/openai-kit
Working copy of https://github.com/buhe/openai-kit resolved at 1.8.5
Creating working copy for https://github.com/binaryscraping/GetExtensions
Working copy of https://github.com/binaryscraping/GetExtensions resolved at 1.0.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.6.2
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.4.0
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.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.27.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.25.1
Creating working copy for https://github.com/buhe/similarity-search-kit
Working copy of https://github.com/buhe/similarity-search-kit resolved at 0.0.16
Creating working copy for https://github.com/kean/URLQueryEncoder
Working copy of https://github.com/kean/URLQueryEncoder resolved at 0.2.1
Creating working copy for https://github.com/supabase-community/storage-swift.git
Working copy of https://github.com/supabase-community/storage-swift.git resolved at 0.1.4
Creating working copy for https://github.com/scinfu/SwiftSoup
Working copy of https://github.com/scinfu/SwiftSoup resolved at 2.11.0
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
Creating working copy for https://github.com/supabase-community/realtime-swift.git
Working copy of https://github.com/supabase-community/realtime-swift.git resolved at 0.0.2
Creating working copy for https://github.com/supabase-community/functions-swift
Working copy of https://github.com/supabase-community/functions-swift resolved at 1.1.1
Creating working copy for https://github.com/google/generative-ai-swift
Working copy of https://github.com/google/generative-ai-swift resolved at 0.5.6
Creating working copy for https://github.com/drmohundro/SWXMLHash
Working copy of https://github.com/drmohundro/SWXMLHash resolved at 7.0.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.1.0
Creating working copy for https://github.com/supabase-community/gotrue-swift
Working copy of https://github.com/supabase-community/gotrue-swift resolved at 1.3.0
Creating working copy for https://github.com/nmdias/FeedKit
Working copy of https://github.com/nmdias/FeedKit resolved at 9.1.2
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
Creating working copy for https://github.com/juyan/swift-filestore
Working copy of https://github.com/juyan/swift-filestore resolved at 0.7.0
Creating working copy for https://github.com/buhe/SwiftyNotion
Working copy of https://github.com/buhe/SwiftyNotion resolved at 0.1.5
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/supabase-community/supabase-swift
Working copy of https://github.com/supabase-community/supabase-swift resolved at 0.3.0
Creating working copy for https://github.com/supabase-community/postgrest-swift
Working copy of https://github.com/supabase-community/postgrest-swift 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.13.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.34.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.1
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.38.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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.4
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.29.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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/LangChain/vectorstores/supabase/supabase.sql
Build complete.
{
"dependencies" : [
{
"identity" : "openai-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/buhe/openai-kit"
},
{
"identity" : "supabase-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/supabase-community/supabase-swift"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON"
},
{
"identity" : "swxmlhash",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.2",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/drmohundro/SWXMLHash"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup"
},
{
"identity" : "swift-filestore",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/juyan/swift-filestore"
},
{
"identity" : "similarity-search-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.16",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/buhe/similarity-search-kit"
},
{
"identity" : "generative-ai-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/generative-ai-swift"
},
{
"identity" : "swiftynotion",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/buhe/SwiftyNotion"
},
{
"identity" : "feedkit",
"requirement" : {
"range" : [
{
"lower_bound" : "9.1.2",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nmdias/FeedKit"
}
],
"manifest_display_name" : "langchain-swift",
"name" : "langchain-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "LangChain",
"targets" : [
"LangChain"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LangChainTests",
"module_type" : "SwiftTarget",
"name" : "LangChainTests",
"path" : "Tests/LangChainTests",
"sources" : [
"Base64.swift",
"BySplit.swift",
"langchain_swiftTests.swift"
],
"target_dependencies" : [
"LangChain"
],
"type" : "test"
},
{
"c99name" : "LangChain",
"module_type" : "SwiftTarget",
"name" : "LangChain",
"path" : "Sources/LangChain",
"product_dependencies" : [
"OpenAIKit",
"Supabase",
"SwiftyJSON",
"SWXMLHash",
"SwiftSoup",
"SwiftFileStore",
"SimilaritySearchKit",
"GoogleGenerativeAI",
"SwiftyNotion",
"FeedKit"
],
"product_memberships" : [
"LangChain"
],
"sources" : [
"LangChain.swift",
"agents/Agent.swift",
"cache/Cache.swift",
"callbacks/BaseCallbackHandler.swift",
"callbacks/StdOutCallbackHandler.swift",
"callbacks/TraceCallbackHandler.swift",
"chains/BaseChain.swift",
"chains/DNChain.swift",
"chains/LLMChain.swift",
"chains/SequentialChain.swift",
"chains/SimpleSequentialChain.swift",
"chains/TransformChain.swift",
"chains/qa/BaseCombineDocumentsChain.swift",
"chains/qa/BaseConversationalRetrievalChain.swift",
"chains/qa/ConversationalRetrievalChain.swift",
"chains/qa/StuffDocumentsChain.swift",
"chains/router/LLMRouterChain.swift",
"chains/router/MultiRouteChain.swift",
"document_loaders/AudioLoader.swift",
"document_loaders/BaseLoader.swift",
"document_loaders/BilibiliLoader.swift",
"document_loaders/HtmlLoader.swift",
"document_loaders/ImageOCRLoader.swift",
"document_loaders/NotionLoader.swift",
"document_loaders/PDFLoader.swift",
"document_loaders/RSSLoader.swift",
"document_loaders/TextLoader.swift",
"document_loaders/YoutubeLoader.swift",
"embeddings/Distilbert.swift",
"embeddings/Embeddings.swift",
"embeddings/OllamaEmbeddings.swift",
"embeddings/OpenAIEmbeddings.swift",
"llms/Baidu.swift",
"llms/ChatGLM.swift",
"llms/ChatOllama.swift",
"llms/ChatOpenAI.swift",
"llms/Dalle.swift",
"llms/Gemini.swift",
"llms/HuggingFace.swift",
"llms/LLM.swift",
"llms/LMStudio.swift",
"llms/Llama2.swift",
"llms/Local.swift",
"llms/Ollama.swift",
"llms/OpenAI.swift",
"memory/Base.swift",
"memory/Chat.swift",
"memory/ReadOnlySharedMemory.swift",
"parser/BaseOutputParser.swift",
"parser/DateOutputParser.swift",
"parser/EnumOutputParser.swift",
"parser/ListOutputParser.swift",
"parser/MRKLOutputParser.swift",
"parser/ObjectOutputParser.swift",
"parser/RouterOutputParser.swift",
"parser/SimpleJsonOutputParser.swift",
"prompts/MultiPromptRouter.swift",
"prompts/PromptTemplate.swift",
"prompts/mrkl/MrklPrompt.swift",
"retriever/BaseRetriever.swift",
"retriever/MultiVectorRetriever.swift",
"retriever/ParentDocumentRetriever.swift",
"retriever/PubmedRetriever.swift",
"retriever/WikipediaRetriever.swift",
"schema/BaseStore.swift",
"schema/InMemoryStore.swift",
"schema/LocalFileStore.swift",
"schema/Schema.swift",
"tools/BaseTool.swift",
"tools/Dummy.swift",
"tools/GetLocationTool.swift",
"tools/InvalidTool.swift",
"tools/JavascriptREPLTool.swift",
"tools/Serper.swift",
"tools/TTSTool.swift",
"tools/WeatherTool.swift",
"utilities/GoogleSerperAPIWrapper.swift",
"utilities/HFInferenceApi.swift",
"utilities/LC.swift",
"utilities/LlamaAPIWrapper.swift",
"utilities/OpenWeatherAPIWrapper.swift",
"utilities/TextSplitter.swift",
"utilities/ThreadManager.swift",
"utilities/anotheropenai/OpenAITTSAPIWrapper.swift",
"utilities/baidu/BaiduClient.swift",
"utilities/bilibili/BilibiliClient.swift",
"utilities/bilibili/BilibiliCredential.swift",
"utilities/bilibili/BilibiliVideo.swift",
"utilities/chatglm/ChatGLMAPIWrapper.swift",
"utilities/chatglm/ChatGLMModel.swift",
"utilities/dalle/DalleImage.swift",
"utilities/jwt/Cryptor.swift",
"utilities/jwt/Extensions/String.swift",
"utilities/jwt/JWT.swift",
"utilities/pubmed/PubmedAPIWrapper.swift",
"utilities/pubmed/PubmedPage.swift",
"utilities/report/ReportKey.swift",
"utilities/report/TraceManager.swift",
"utilities/wikipedia/WikipediaAPIWrapper.swift",
"utilities/wikipedia/WikipediaPage.swift",
"utilities/youtube/Transcript.swift",
"utilities/youtube/TranscriptList.swift",
"utilities/youtube/TranscriptListFetcher.swift",
"utilities/youtube/YoutubeHackClient.swift",
"utilities/youtube/YoutubeInfo.swift",
"vectorstores/SimilaritySearchKit.swift",
"vectorstores/Supabase.swift",
"vectorstores/VectorStore.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.