Build Information
Successful build of DeepSeekKit, reference 1.0.1 (be5675), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 13:30:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guitaripod/DeepSeekKit.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/5949] Fetching swift-docc-plugin, swift-docc-symbolkit
[487/23472] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-argument-parser
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.24s)
[2278/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.69s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (4.89s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.73s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "deepseekkit",
"name": "DeepSeekKit",
"url": "https://github.com/guitaripod/DeepSeekKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DeepSeekKit",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser",
"version": "1.7.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/guitaripod/DeepSeekKit.git
[1/423] Fetching deepseekkit
Fetched https://github.com/guitaripod/DeepSeekKit.git from cache (0.91s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.16s)
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
Creating working copy for https://github.com/guitaripod/DeepSeekKit.git
Working copy of https://github.com/guitaripod/DeepSeekKit.git resolved at 1.0.1 (be56758)
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/guitaripod/DeepSeekKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/12] Write sources
[4/12] Write deepseek-cli-entitlement.plist
[5/12] Write sources
[8/12] Write swift-version--6988338F2F200930.txt
[10/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/40] Emitting module ArgumentParserToolInfo
[12/79] Emitting module DeepSeekKit
/Users/admin/builder/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.
[13/81] Compiling ArgumentParser CommandConfiguration.swift
[14/81] Compiling ArgumentParser CommandGroup.swift
[15/81] Compiling ArgumentParser EnumerableFlag.swift
[16/81] Compiling ArgumentParser ExpressibleByArgument.swift
[17/85] Compiling ArgumentParser InputOrigin.swift
[18/85] Compiling ArgumentParser Name.swift
[19/85] Compiling ArgumentParser Parsed.swift
[20/85] Compiling ArgumentParser ParsedValues.swift
[21/85] Compiling ArgumentParser NameSpecification.swift
[22/85] Compiling ArgumentParser Option.swift
[23/85] Compiling ArgumentParser OptionGroup.swift
[24/85] Compiling ArgumentParser AsyncParsableCommand.swift
[25/85] Compiling ArgumentParser Platform.swift
[26/85] Compiling ArgumentParser SequenceExtensions.swift
[27/85] Compiling ArgumentParser StringExtensions.swift
[28/85] Compiling ArgumentParser Tree.swift
[29/85] Compiling ArgumentParser UsageGenerator.swift
[30/85] Compiling ArgumentParser CollectionExtensions.swift
[31/85] Compiling ArgumentParser ArgumentHelp.swift
[32/85] Compiling DeepSeekKit StreamingHandler.swift
[33/85] Compiling DeepSeekKit URLSessionStreamingHandler.swift
[34/85] Compiling ArgumentParser ParsableArguments.swift
[35/85] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/85] Compiling ArgumentParser ParsableCommand.swift
[37/85] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/85] Compiling ArgumentParser CompletionsGenerator.swift
[39/85] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/85] Compiling ArgumentParser DumpHelpGenerator.swift
[41/85] Compiling ArgumentParser HelpCommand.swift
[42/85] Emitting module ArgumentParser
[46/85] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/85] Compiling ArgumentParser Argument.swift
[48/85] Compiling ArgumentParser ArgumentVisibility.swift
/Users/admin/builder/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.
[49/85] Compiling ArgumentParser CompletionKind.swift
/Users/admin/builder/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.
[50/85] Compiling ArgumentParser Errors.swift
/Users/admin/builder/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.
[51/85] Compiling ArgumentParser Flag.swift
[52/85] Compiling ArgumentParser ParserError.swift
[53/85] Compiling ArgumentParser SplitArguments.swift
[55/85] Compiling ArgumentParser HelpGenerator.swift
[56/85] Compiling ArgumentParser MessageInfo.swift
[80/85] Compiling ArgumentParser ArgumentSet.swift
[81/85] Compiling ArgumentParser CommandParser.swift
[82/85] Compiling ArgumentParser InputKey.swift
[83/95] Compiling DeepSeekCLI Stream.swift
[84/95] Compiling DeepSeekCLI DeepSeekCLI.swift
[85/95] Compiling DeepSeekCLI Models.swift
[86/95] Compiling DeepSeekCLI JSONMode.swift
[87/95] Compiling DeepSeekCLI FunctionCall.swift
[88/95] Compiling DeepSeekCLI Chat.swift
[89/95] Compiling DeepSeekCLI Complete.swift
[90/95] Compiling DeepSeekCLI Balance.swift
[91/95] Emitting module DeepSeekCLI
[92/95] Compiling DeepSeekCLI Reasoning.swift
[93/96] Compiling DeepSeekCLI TestAll.swift
[93/96] Write Objects.LinkFileList
[94/96] Linking deepseek-cli
[95/96] Applying deepseek-cli
Build complete! (15.28s)
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" : "/Users/admin/builder/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"
}
Done.