The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DeepSeekKit, reference 1.0.1 (be5675), with Swift 5.10 for Linux on 13 Jul 2025 11:12:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guitaripod/DeepSeekKit.git
Reference: 1.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/guitaripod/DeepSeekKit
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at be56758 docs: Enhance DocC documentation throughout the framework
Cloned https://github.com/guitaripod/DeepSeekKit.git
Revision (git rev-parse @):
be567583dc60ef0266e7200d39f775beba934b1c
SUCCESS checkout https://github.com/guitaripod/DeepSeekKit.git at 1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/guitaripod/DeepSeekKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
[21/2094] Fetching swift-docc-plugin
[1174/17618] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.98s)
[3881/15524] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.95s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.24s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3425] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.01s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.13s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.92s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin Swift-DocC Preview
Building for debugging...
[4/15] Write sources
[8/15] Write swift-version-24593BA9C3E375BF.txt
[10/42] Emitting module DeepSeekKit
/host/spi-builder-workspace/Sources/DeepSeekKit/DeepSeekClient.swift:28:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'DeepSeekClient' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/DeepSeekKit/DeepSeekClient.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Models/Tool.swift:70:16: warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' has non-sendable type '[String : Any]'
    public let parameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:8:17: warning: stored property 'session' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'URLSession'
    private let session: URLSession
                ^
FoundationNetworking.URLSession:1:12: note: class 'URLSession' does not conform to the 'Sendable' protocol
open class URLSession : NSObject {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:9:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:10:17: warning: stored property 'encoder' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'JSONEncoder'
    private let encoder: JSONEncoder
                ^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/BalanceService.swift:6:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'BalanceService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/ChatService.swift:24:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'ChatService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/ModelService.swift:6:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'ModelService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:38:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'CURLStreamingHandler' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:2:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[11/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/45] Emitting module ArgumentParserToolInfo
[13/46] Wrapping AST for ArgumentParserToolInfo for debugging
[15/90] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:38:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'CURLStreamingHandler' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:2:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:76:31: warning: capture of 'baseURL' with non-sendable type 'URL' in a `@Sendable` closure
                    let url = baseURL.appendingPathComponent("chat/completions")
                              ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[16/90] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:38:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'CURLStreamingHandler' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:2:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:76:31: warning: capture of 'baseURL' with non-sendable type 'URL' in a `@Sendable` closure
                    let url = baseURL.appendingPathComponent("chat/completions")
                              ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[17/90] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:38:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'CURLStreamingHandler' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:2:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Streaming/CURLStreamingHandler.swift:76:31: warning: capture of 'baseURL' with non-sendable type 'URL' in a `@Sendable` closure
                    let url = baseURL.appendingPathComponent("chat/completions")
                              ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[18/90] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/DeepSeekClient.swift:28:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'DeepSeekClient' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/DeepSeekKit/DeepSeekClient.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[19/90] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/DeepSeekClient.swift:28:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'DeepSeekClient' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/DeepSeekKit/DeepSeekClient.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[20/90] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/DeepSeekClient.swift:28:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'DeepSeekClient' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/DeepSeekKit/DeepSeekClient.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[21/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/DeepSeekClient.swift:28:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'DeepSeekClient' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/DeepSeekKit/DeepSeekClient.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[22/90] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/BalanceService.swift:6:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'BalanceService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/ChatService.swift:24:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'ChatService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/ModelService.swift:6:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'ModelService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
[23/90] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/BalanceService.swift:6:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'BalanceService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/ChatService.swift:24:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'ChatService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/ModelService.swift:6:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'ModelService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
[24/90] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/BalanceService.swift:6:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'BalanceService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/ChatService.swift:24:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'ChatService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
/host/spi-builder-workspace/Sources/DeepSeekKit/Services/ModelService.swift:6:17: warning: stored property 'requestBuilder' of 'Sendable'-conforming class 'ModelService' has non-sendable type 'RequestBuilder'
    private let requestBuilder: RequestBuilder
                ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/RequestBuilder.swift:7:8: note: consider making struct 'RequestBuilder' conform to the 'Sendable' protocol
struct RequestBuilder {
       ^
                      : Sendable
[25/90] Compiling ArgumentParser Flag.swift
[26/90] Compiling ArgumentParser NameSpecification.swift
[27/90] Compiling ArgumentParser Option.swift
[28/90] Compiling ArgumentParser OptionGroup.swift
[29/90] Compiling ArgumentParser EnumerableFlag.swift
[30/90] Compiling ArgumentParser ExpressibleByArgument.swift
[31/90] Compiling ArgumentParser InputKey.swift
[32/90] Compiling ArgumentParser InputOrigin.swift
[33/90] Compiling ArgumentParser Name.swift
[34/90] Compiling ArgumentParser Parsed.swift
[35/90] Compiling ArgumentParser ParsedValues.swift
[36/90] Compiling ArgumentParser ArgumentVisibility.swift
[37/90] Compiling ArgumentParser CompletionKind.swift
[38/90] Compiling ArgumentParser Errors.swift
[39/90] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/Models/Tool.swift:70:16: warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' has non-sendable type '[String : Any]'
    public let parameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:8:17: warning: stored property 'session' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'URLSession'
    private let session: URLSession
                ^
FoundationNetworking.URLSession:1:12: note: class 'URLSession' does not conform to the 'Sendable' protocol
open class URLSession : NSObject {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:9:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:10:17: warning: stored property 'encoder' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'JSONEncoder'
    private let encoder: JSONEncoder
                ^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
           ^
[40/90] Compiling ArgumentParser ArgumentDiscussion.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/Models/Tool.swift:70:16: warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' has non-sendable type '[String : Any]'
    public let parameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:8:17: warning: stored property 'session' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'URLSession'
    private let session: URLSession
                ^
FoundationNetworking.URLSession:1:12: note: class 'URLSession' does not conform to the 'Sendable' protocol
open class URLSession : NSObject {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:9:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:10:17: warning: stored property 'encoder' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'JSONEncoder'
    private let encoder: JSONEncoder
                ^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
           ^
[41/90] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/Models/Tool.swift:70:16: warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' has non-sendable type '[String : Any]'
    public let parameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:8:17: warning: stored property 'session' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'URLSession'
    private let session: URLSession
                ^
FoundationNetworking.URLSession:1:12: note: class 'URLSession' does not conform to the 'Sendable' protocol
open class URLSession : NSObject {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:9:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/DeepSeekKit/Networking/URLSessionNetworking.swift:10:17: warning: stored property 'encoder' of 'Sendable'-conforming class 'URLSessionNetworking' has non-sendable type 'JSONEncoder'
    private let encoder: JSONEncoder
                ^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
           ^
[43/91] Emitting module ArgumentParser
[56/97] Wrapping AST for DeepSeekKit for debugging
[58/97] Compiling ArgumentParser Tree.swift
[59/97] Compiling ArgumentParser CodingKeyValidator.swift
[60/97] Compiling ArgumentParser NonsenseFlagsValidator.swift
[61/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[62/97] Compiling ArgumentParser PositionalArgumentsValidator.swift
[63/97] Compiling ArgumentParser UniqueNamesValidator.swift
[76/97] Compiling ArgumentParser CollectionExtensions.swift
[77/97] Compiling ArgumentParser Mutex.swift
[78/97] Compiling ArgumentParser Platform.swift
[79/97] Compiling ArgumentParser SequenceExtensions.swift
[80/97] Compiling ArgumentParser StringExtensions.swift
[81/97] Compiling ArgumentParser SwiftExtensions.swift
[84/97] Compiling ArgumentParser ArgumentDecoder.swift
[85/97] Compiling ArgumentParser ArgumentDefinition.swift
[86/97] Compiling ArgumentParser ArgumentSet.swift
[87/97] Compiling ArgumentParser CommandParser.swift
[88/97] Compiling ArgumentParser SplitArguments.swift
[89/97] Compiling ArgumentParser DumpHelpGenerator.swift
[90/97] Compiling ArgumentParser HelpCommand.swift
[91/97] Compiling ArgumentParser HelpGenerator.swift
[92/97] Compiling ArgumentParser MessageInfo.swift
[93/97] Compiling ArgumentParser UsageGenerator.swift
[94/98] Wrapping AST for ArgumentParser for debugging
[96/108] Compiling DeepSeekCLI Complete.swift
[97/108] Compiling DeepSeekCLI FunctionCall.swift
[98/109] Compiling DeepSeekCLI Models.swift
[99/109] Emitting module DeepSeekCLI
[100/109] Compiling DeepSeekCLI Balance.swift
[101/109] Compiling DeepSeekCLI Chat.swift
[102/109] Compiling DeepSeekCLI Stream.swift
[103/109] Compiling DeepSeekCLI DeepSeekCLI.swift
[104/109] Compiling DeepSeekCLI JSONMode.swift
[105/109] Compiling DeepSeekCLI Reasoning.swift
[106/109] Compiling DeepSeekCLI TestAll.swift
[107/110] Wrapping AST for DeepSeekCLI for debugging
[108/110] Write Objects.LinkFileList
[109/110] Linking deepseek-cli
Build complete! (41.69s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "DeepSeekKit",
  "name" : "DeepSeekKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "DeepSeekKit",
      "targets" : [
        "DeepSeekKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "deepseek-cli",
      "targets" : [
        "DeepSeekCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeepSeekKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DeepSeekKitTests",
      "path" : "Tests/DeepSeekKitTests",
      "sources" : [
        "Builders/FunctionBuilderTests.swift",
        "Errors/DeepSeekErrorTests.swift",
        "Models/ChatCompletionRequestTests.swift",
        "Models/ChatMessageTests.swift",
        "Models/CompletionRequestTests.swift",
        "Models/ResponseTests.swift",
        "Models/ToolTests.swift",
        "Networking/RequestBuilderTests.swift"
      ],
      "target_dependencies" : [
        "DeepSeekKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeepSeekKit",
      "module_type" : "SwiftTarget",
      "name" : "DeepSeekKit",
      "path" : "Sources/DeepSeekKit",
      "product_memberships" : [
        "DeepSeekKit",
        "deepseek-cli"
      ],
      "sources" : [
        "Core/BalanceServiceProtocol.swift",
        "Core/ChatServiceProtocol.swift",
        "Core/DeepSeekProtocol.swift",
        "Core/ModelServiceProtocol.swift",
        "Core/NetworkingProtocol.swift",
        "DeepSeekClient.swift",
        "DeepSeekKit.swift",
        "Errors/DeepSeekError.swift",
        "Extensions/ChatMessage+Convenience.swift",
        "Extensions/FunctionBuilder.swift",
        "Models/BalanceResponse.swift",
        "Models/ChatCompletionChunk.swift",
        "Models/ChatCompletionRequest.swift",
        "Models/ChatCompletionResponse.swift",
        "Models/ChatMessage.swift",
        "Models/CompletionRequest.swift",
        "Models/CompletionResponse.swift",
        "Models/Model.swift",
        "Models/Tool.swift",
        "Networking/RequestBuilder.swift",
        "Networking/URLSessionNetworking.swift",
        "Services/BalanceService.swift",
        "Services/ChatService.swift",
        "Services/ModelService.swift",
        "Streaming/CURLStreamingHandler.swift",
        "Streaming/StreamingHandler.swift",
        "Streaming/URLSessionStreamingHandler.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DeepSeekCLI",
      "module_type" : "SwiftTarget",
      "name" : "DeepSeekCLI",
      "path" : "Sources/DeepSeekCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "deepseek-cli"
      ],
      "sources" : [
        "Commands/Balance.swift",
        "Commands/Chat.swift",
        "Commands/Complete.swift",
        "Commands/FunctionCall.swift",
        "Commands/JSONMode.swift",
        "Commands/Models.swift",
        "Commands/Reasoning.swift",
        "Commands/Stream.swift",
        "DeepSeekCLI.swift",
        "TestAll.swift"
      ],
      "target_dependencies" : [
        "DeepSeekKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.