Build Information
Successful build of DeepSeekKit, reference master (4d5758
), with Swift 6.0 for Linux on 13 Jul 2025 11:14:29 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-6.0-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: 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.0
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-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
[1/2094] Fetching swift-docc-plugin
[462/17618] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (1.66s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.95s)
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.82s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (1.07s)
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
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
[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/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.
[11/45] Emitting module ArgumentParserToolInfo
[12/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/46] Compiling DeepSeekKit CURLStreamingHandler.swift
[15/46] Compiling DeepSeekKit StreamingHandler.swift
[16/46] Compiling DeepSeekKit URLSessionStreamingHandler.swift
[17/46] Compiling DeepSeekKit BalanceService.swift
[18/46] Compiling DeepSeekKit ChatService.swift
[19/46] Compiling DeepSeekKit ModelService.swift
[20/46] Compiling DeepSeekKit BalanceServiceProtocol.swift
[21/46] Compiling DeepSeekKit ChatServiceProtocol.swift
[22/46] Compiling DeepSeekKit DeepSeekProtocol.swift
[23/46] Compiling DeepSeekKit ModelServiceProtocol.swift
[24/46] Compiling DeepSeekKit NetworkingProtocol.swift
[25/46] Compiling DeepSeekKit DeepSeekClient.swift
[26/46] Compiling DeepSeekKit DeepSeekKit.swift
[27/46] Compiling DeepSeekKit DeepSeekError.swift
[28/46] Compiling DeepSeekKit Tool.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.
[29/46] Compiling DeepSeekKit RequestBuilder.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.
[30/46] Compiling DeepSeekKit URLSessionNetworking.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.
[31/46] Compiling DeepSeekKit ChatCompletionRequest.swift
[32/46] Compiling DeepSeekKit ChatCompletionResponse.swift
[33/46] Compiling DeepSeekKit ChatMessage.swift
[34/46] Compiling DeepSeekKit ChatMessage+Convenience.swift
[35/46] Compiling DeepSeekKit FunctionBuilder.swift
[36/46] Compiling DeepSeekKit BalanceResponse.swift
[37/46] Compiling DeepSeekKit ChatCompletionChunk.swift
[38/46] Compiling DeepSeekKit CompletionRequest.swift
[39/46] Compiling DeepSeekKit CompletionResponse.swift
[40/46] Compiling DeepSeekKit Model.swift
[40/47] Wrapping AST for ArgumentParserToolInfo for debugging
[42/91] Wrapping AST for DeepSeekKit for debugging
[44/91] Compiling ArgumentParser OptionGroup.swift
[45/91] Compiling ArgumentParser AsyncParsableCommand.swift
[46/91] Compiling ArgumentParser CommandConfiguration.swift
[47/91] Compiling ArgumentParser CommandGroup.swift
[48/91] Compiling ArgumentParser EnumerableFlag.swift
[49/91] Compiling ArgumentParser ExpressibleByArgument.swift
[50/97] Emitting module ArgumentParser
[51/97] Compiling ArgumentParser Tree.swift
[52/97] Compiling ArgumentParser CodingKeyValidator.swift
[53/97] Compiling ArgumentParser NonsenseFlagsValidator.swift
[54/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[55/97] Compiling ArgumentParser PositionalArgumentsValidator.swift
[56/97] Compiling ArgumentParser UniqueNamesValidator.swift
[57/97] Compiling ArgumentParser BashCompletionsGenerator.swift
[58/97] Compiling ArgumentParser CompletionsGenerator.swift
[59/97] Compiling ArgumentParser FishCompletionsGenerator.swift
[60/97] Compiling ArgumentParser ZshCompletionsGenerator.swift
[61/97] Compiling ArgumentParser Argument.swift
[62/97] Compiling ArgumentParser ArgumentDiscussion.swift
[63/97] Compiling ArgumentParser ArgumentHelp.swift
[64/97] Compiling ArgumentParser ArgumentVisibility.swift
[65/97] Compiling ArgumentParser CompletionKind.swift
[66/97] Compiling ArgumentParser Errors.swift
[67/97] Compiling ArgumentParser Flag.swift
[68/97] Compiling ArgumentParser NameSpecification.swift
[69/97] Compiling ArgumentParser Option.swift
[70/97] Compiling ArgumentParser CollectionExtensions.swift
[71/97] Compiling ArgumentParser Mutex.swift
[72/97] Compiling ArgumentParser Platform.swift
[73/97] Compiling ArgumentParser SequenceExtensions.swift
[74/97] Compiling ArgumentParser StringExtensions.swift
[75/97] Compiling ArgumentParser SwiftExtensions.swift
[76/97] Compiling ArgumentParser SplitArguments.swift
[77/97] Compiling ArgumentParser DumpHelpGenerator.swift
[78/97] Compiling ArgumentParser HelpCommand.swift
[79/97] Compiling ArgumentParser HelpGenerator.swift
[80/97] Compiling ArgumentParser MessageInfo.swift
[81/97] Compiling ArgumentParser UsageGenerator.swift
[82/97] Compiling ArgumentParser InputKey.swift
[83/97] Compiling ArgumentParser InputOrigin.swift
[84/97] Compiling ArgumentParser Name.swift
[85/97] Compiling ArgumentParser Parsed.swift
[86/97] Compiling ArgumentParser ParsedValues.swift
[87/97] Compiling ArgumentParser ParserError.swift
[88/97] Compiling ArgumentParser ParsableArguments.swift
[89/97] Compiling ArgumentParser ParsableCommand.swift
[90/97] Compiling ArgumentParser ArgumentDecoder.swift
[91/97] Compiling ArgumentParser ArgumentDefinition.swift
[92/97] Compiling ArgumentParser ArgumentSet.swift
[93/97] Compiling ArgumentParser CommandParser.swift
[94/98] Wrapping AST for ArgumentParser for debugging
[96/108] Compiling DeepSeekCLI Models.swift
[97/109] Compiling DeepSeekCLI DeepSeekCLI.swift
[98/109] Compiling DeepSeekCLI JSONMode.swift
[99/109] Compiling DeepSeekCLI Stream.swift
[100/109] Compiling DeepSeekCLI Reasoning.swift
[101/109] Compiling DeepSeekCLI Complete.swift
[102/109] Compiling DeepSeekCLI FunctionCall.swift
[103/109] Emitting module DeepSeekCLI
[104/109] Compiling DeepSeekCLI Balance.swift
[105/109] Compiling DeepSeekCLI Chat.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! (49.48s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.