Build Information
Successful build of DeepSeekKit, reference 1.0.1 (be5675
), with Swift 6.2 (beta) for Linux on 13 Jul 2025 11:14:04 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-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: 6.2
Building package at path: $PWD
https://github.com/guitaripod/DeepSeekKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.60s)
[1/15524] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.87s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.80s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3425] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.95s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.43s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.41s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/15] Write sources
[8/15] Write swift-version-24593BA9C3E375BF.txt
[10/42] Emitting module ArgumentParserToolInfo
[11/42] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/43] Wrapping AST for ArgumentParserToolInfo for debugging
[14/87] Compiling ArgumentParser ArgumentDecoder.swift
[15/87] Compiling ArgumentParser ArgumentDefinition.swift
[16/87] Compiling ArgumentParser ArgumentSet.swift
[17/87] Compiling ArgumentParser CommandParser.swift
[18/87] Compiling ArgumentParser InputKey.swift
[19/87] Compiling ArgumentParser InputOrigin.swift
[20/87] Compiling ArgumentParser Name.swift
[21/90] Compiling ArgumentParser Parsed.swift
[22/90] Compiling ArgumentParser ParsedValues.swift
[23/90] Compiling ArgumentParser ParserError.swift
[24/90] Emitting module DeepSeekKit
/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]'; this is an error in the Swift 6 language mode
68 |
69 | /// The parameters schema in JSON Schema format. Defines the structure and validation rules for function parameters.
70 | public let parameters: [String: Any]
| `- warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' has non-Sendable type '[String : Any]'; this is an error in the Swift 6 language mode
71 |
72 | /// Creates a new function definition.
[25/90] Compiling ArgumentParser MessageInfo.swift
[26/90] Compiling ArgumentParser UsageGenerator.swift
[27/90] Compiling ArgumentParser ParsableArguments.swift
[28/90] Compiling ArgumentParser ParsableCommand.swift
[29/90] Compiling ArgumentParser SplitArguments.swift
[30/90] Compiling ArgumentParser DumpHelpGenerator.swift
[31/90] Compiling ArgumentParser HelpCommand.swift
[32/90] Compiling ArgumentParser HelpGenerator.swift
[33/90] Compiling ArgumentParser BashCompletionsGenerator.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]'; this is an error in the Swift 6 language mode
68 |
69 | /// The parameters schema in JSON Schema format. Defines the structure and validation rules for function parameters.
70 | public let parameters: [String: Any]
| `- warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' has non-Sendable type '[String : Any]'; this is an error in the Swift 6 language mode
71 |
72 | /// Creates a new function definition.
[34/90] Compiling ArgumentParser CompletionsGenerator.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]'; this is an error in the Swift 6 language mode
68 |
69 | /// The parameters schema in JSON Schema format. Defines the structure and validation rules for function parameters.
70 | public let parameters: [String: Any]
| `- warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' has non-Sendable type '[String : Any]'; this is an error in the Swift 6 language mode
71 |
72 | /// Creates a new function definition.
[35/90] Compiling ArgumentParser FishCompletionsGenerator.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]'; this is an error in the Swift 6 language mode
68 |
69 | /// The parameters schema in JSON Schema format. Defines the structure and validation rules for function parameters.
70 | public let parameters: [String: Any]
| `- warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' has non-Sendable type '[String : Any]'; this is an error in the Swift 6 language mode
71 |
72 | /// Creates a new function definition.
[36/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/90] Compiling ArgumentParser Argument.swift
[38/90] Compiling ArgumentParser ArgumentDiscussion.swift
[39/90] Compiling DeepSeekKit CURLStreamingHandler.swift
[40/90] Compiling DeepSeekKit StreamingHandler.swift
[41/90] Compiling DeepSeekKit URLSessionStreamingHandler.swift
[42/91] Compiling ArgumentParser CollectionExtensions.swift
[43/91] Compiling ArgumentParser Mutex.swift
[44/91] Compiling ArgumentParser Platform.swift
[45/91] Compiling ArgumentParser SequenceExtensions.swift
[46/91] Compiling ArgumentParser StringExtensions.swift
[47/91] Compiling ArgumentParser SwiftExtensions.swift
[49/97] Compiling ArgumentParser ArgumentVisibility.swift
[50/97] Compiling ArgumentParser CompletionKind.swift
[51/97] Compiling ArgumentParser Errors.swift
[52/97] Compiling ArgumentParser Flag.swift
[53/97] Compiling ArgumentParser NameSpecification.swift
[54/97] Compiling ArgumentParser Option.swift
[63/97] Compiling ArgumentParser CommandConfiguration.swift
[64/97] Compiling ArgumentParser CommandGroup.swift
[65/97] Compiling ArgumentParser EnumerableFlag.swift
[66/97] Compiling ArgumentParser ExpressibleByArgument.swift
[73/97] Wrapping AST for DeepSeekKit for debugging
[75/97] Compiling ArgumentParser Tree.swift
[76/97] Compiling ArgumentParser CodingKeyValidator.swift
[77/97] Compiling ArgumentParser NonsenseFlagsValidator.swift
[78/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[79/97] Compiling ArgumentParser PositionalArgumentsValidator.swift
[80/97] Compiling ArgumentParser UniqueNamesValidator.swift
[81/97] Emitting module ArgumentParser
[94/98] Wrapping AST for ArgumentParser for debugging
[96/108] Compiling DeepSeekCLI DeepSeekCLI.swift
[97/109] Compiling DeepSeekCLI Models.swift
[98/109] Compiling DeepSeekCLI JSONMode.swift
[99/109] Compiling DeepSeekCLI Stream.swift
[100/109] Compiling DeepSeekCLI Reasoning.swift
[101/109] Compiling DeepSeekCLI Balance.swift
[102/109] Compiling DeepSeekCLI Chat.swift
[103/109] Emitting module DeepSeekCLI
[104/109] Compiling DeepSeekCLI Complete.swift
[105/109] Compiling DeepSeekCLI FunctionCall.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! (45.72s)
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-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.