Build Information
Successful build of DeepSeekKit, reference master (4d5758), with Swift 6.3 for Linux on 23 Apr 2026 08:34:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guitaripod/DeepSeekKit.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4d5758f Update GitHub username from marcusziade to guitaripod
Cloned https://github.com/guitaripod/DeepSeekKit.git
Revision (git rev-parse @):
4d5758f6a3c4e724eaa83dab8d91ef579d9a3bb3
SUCCESS checkout https://github.com/guitaripod/DeepSeekKit.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/guitaripod/DeepSeekKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
[1/2277] Fetching swift-docc-plugin
[229/19741] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (1.57s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.58s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (5.71s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.73s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.73s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.77s)
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.6
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[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] Emitting module DeepSeekKit
/host/spi-builder-workspace/Sources/DeepSeekKit/Models/Tool.swift:70:16: warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' contains non-Sendable type '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' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
71 |
72 | /// Creates a new function definition.
[12/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/46] Wrapping AST for ArgumentParserToolInfo for debugging
[15/92] Emitting module ArgumentParser
[16/98] Compiling ArgumentParser ParentCommand.swift
[17/98] Compiling ArgumentParser AsyncParsableCommand.swift
[18/98] Compiling ArgumentParser CommandConfiguration.swift
[19/98] Compiling ArgumentParser CommandGroup.swift
[20/98] Compiling ArgumentParser EnumerableFlag.swift
[21/98] Compiling ArgumentParser ExpressibleByArgument.swift
[22/98] Compiling ArgumentParser ParsableArguments.swift
[23/98] Compiling ArgumentParser ArgumentVisibility.swift
[24/98] Compiling ArgumentParser CompletionKind.swift
[25/98] Compiling ArgumentParser Errors.swift
[26/98] Compiling ArgumentParser Flag.swift
[27/98] Compiling ArgumentParser NameSpecification.swift
[28/98] Compiling ArgumentParser Option.swift
[29/98] Compiling ArgumentParser OptionGroup.swift
[33/98] Compiling ArgumentParser ParsableCommand.swift
[34/98] Compiling ArgumentParser ArgumentDecoder.swift
[35/98] Compiling ArgumentParser ArgumentDefinition.swift
[40/98] Compiling ArgumentParser ArgumentSet.swift
[41/98] Compiling ArgumentParser CommandParser.swift
[42/98] Compiling ArgumentParser InputKey.swift
[43/98] Compiling ArgumentParser Foundation.swift
[44/98] Compiling ArgumentParser Mutex.swift
[45/98] Compiling ArgumentParser Platform.swift
[46/98] Compiling ArgumentParser SequenceExtensions.swift
[47/98] Compiling ArgumentParser StringExtensions.swift
[48/98] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/DeepSeekKit/Models/Tool.swift:70:16: warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' contains non-Sendable type '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' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
71 |
72 | /// Creates a new function definition.
/host/spi-builder-workspace/Sources/DeepSeekKit/Models/Tool.swift:70:16: warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' contains non-Sendable type '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' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
71 |
72 | /// Creates a new function definition.
/host/spi-builder-workspace/Sources/DeepSeekKit/Models/Tool.swift:70:16: warning: stored property 'parameters' of 'Sendable'-conforming struct 'FunctionDefinition' contains non-Sendable type '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' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
71 |
72 | /// Creates a new function definition.
[55/98] Compiling ArgumentParser Argument.swift
[56/98] Compiling ArgumentParser ArgumentDiscussion.swift
[57/98] Compiling ArgumentParser ArgumentHelp.swift
[59/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[60/98] Compiling ArgumentParser CompletionsGenerator.swift
[61/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[62/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
[63/99] Wrapping AST for DeepSeekKit for debugging
[65/99] Compiling ArgumentParser Tree.swift
[66/99] Compiling ArgumentParser CodingKeyValidator.swift
[67/99] Compiling ArgumentParser NonsenseFlagsValidator.swift
[68/99] Compiling ArgumentParser ParsableArgumentsValidation.swift
[69/99] Compiling ArgumentParser PositionalArgumentsValidator.swift
[70/99] Compiling ArgumentParser UniqueNamesValidator.swift
[71/99] Compiling ArgumentParser DumpHelpGenerator.swift
[72/99] Compiling ArgumentParser HelpCommand.swift
[73/99] Compiling ArgumentParser HelpGenerator.swift
[74/99] Compiling ArgumentParser MessageInfo.swift
[75/99] Compiling ArgumentParser UsageGenerator.swift
[76/99] Compiling ArgumentParser CollectionExtensions.swift
[77/99] Compiling ArgumentParser InputOrigin.swift
[78/99] Compiling ArgumentParser Name.swift
[79/99] Compiling ArgumentParser Parsed.swift
[80/99] Compiling ArgumentParser ParsedValues.swift
[81/99] Compiling ArgumentParser ParserError.swift
[82/99] Compiling ArgumentParser SplitArguments.swift
[96/100] Wrapping AST for ArgumentParser for debugging
[98/110] Emitting module DeepSeekCLI
[99/111] Compiling DeepSeekCLI DeepSeekCLI.swift
[100/111] Compiling DeepSeekCLI Stream.swift
[101/111] Compiling DeepSeekCLI JSONMode.swift
[102/111] Compiling DeepSeekCLI Models.swift
[103/111] Compiling DeepSeekCLI Reasoning.swift
[104/111] Compiling DeepSeekCLI Balance.swift
[105/111] Compiling DeepSeekCLI Chat.swift
[106/111] Compiling DeepSeekCLI Complete.swift
[107/111] Compiling DeepSeekCLI FunctionCall.swift
[108/111] Compiling DeepSeekCLI TestAll.swift
[109/112] Wrapping AST for DeepSeekCLI for debugging
[110/112] Write Objects.LinkFileList
[111/112] Linking deepseek-cli
Build complete! (64.12s)
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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.