The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DeepSeekKit, reference 1.0.1 (be5675), with Swift 6.3 for Linux on 16 Apr 2026 13:17:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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

Build 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 /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.3
Building package at path:  $PWD
https://github.com/guitaripod/DeepSeekKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/19800] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.44s)
[11215/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.76s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.96s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.94s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.42s)
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.7.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.6
[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 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.
[11/45] Emitting module ArgumentParserToolInfo
[12/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/46] Wrapping AST for ArgumentParserToolInfo for debugging
[15/92] Emitting module ArgumentParser
[16/98] Compiling ArgumentParser InputOrigin.swift
[17/98] Compiling ArgumentParser Name.swift
[18/98] Compiling ArgumentParser Parsed.swift
[19/98] Compiling ArgumentParser ParsedValues.swift
[20/98] Compiling ArgumentParser ParserError.swift
[21/98] Compiling ArgumentParser SplitArguments.swift
[22/98] Compiling ArgumentParser ArgumentVisibility.swift
[23/98] Compiling ArgumentParser CompletionKind.swift
[24/98] Compiling ArgumentParser Errors.swift
[25/98] Compiling ArgumentParser Flag.swift
[26/98] Compiling ArgumentParser NameSpecification.swift
[27/98] Compiling ArgumentParser Option.swift
[28/98] Compiling ArgumentParser OptionGroup.swift
[33/98] Compiling ArgumentParser ArgumentSet.swift
[34/98] Compiling ArgumentParser CommandParser.swift
[35/98] Compiling ArgumentParser InputKey.swift
[36/98] Compiling ArgumentParser Foundation.swift
[37/98] Compiling ArgumentParser Mutex.swift
[38/98] Compiling ArgumentParser Platform.swift
[39/98] Compiling ArgumentParser SequenceExtensions.swift
[40/98] Compiling ArgumentParser StringExtensions.swift
[41/98] Compiling ArgumentParser SwiftExtensions.swift
[42/98] Compiling ArgumentParser Tree.swift
[43/98] Compiling ArgumentParser CodingKeyValidator.swift
[44/98] Compiling ArgumentParser NonsenseFlagsValidator.swift
[45/98] Compiling ArgumentParser ParsableArgumentsValidation.swift
[46/98] Compiling ArgumentParser PositionalArgumentsValidator.swift
[47/98] Compiling ArgumentParser UniqueNamesValidator.swift
[48/98] Compiling ArgumentParser DumpHelpGenerator.swift
[49/98] Compiling ArgumentParser HelpCommand.swift
[50/98] Compiling ArgumentParser HelpGenerator.swift
[51/98] Compiling ArgumentParser MessageInfo.swift
[52/98] Compiling ArgumentParser UsageGenerator.swift
[53/98] Compiling ArgumentParser CollectionExtensions.swift
[54/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/98] Compiling ArgumentParser CompletionsGenerator.swift
[56/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/98] Compiling ArgumentParser Argument.swift
[59/98] Compiling ArgumentParser ArgumentDiscussion.swift
[60/98] Compiling ArgumentParser ArgumentHelp.swift
[64/98] Compiling ArgumentParser ParentCommand.swift
[65/98] Compiling ArgumentParser AsyncParsableCommand.swift
[66/98] Compiling ArgumentParser CommandConfiguration.swift
[67/98] Compiling ArgumentParser CommandGroup.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.
[68/98] Compiling ArgumentParser EnumerableFlag.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.
[69/98] Compiling ArgumentParser ExpressibleByArgument.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.
[70/98] Compiling ArgumentParser ParsableArguments.swift
[71/98] Compiling ArgumentParser ParsableCommand.swift
[72/98] Compiling ArgumentParser ArgumentDecoder.swift
[73/98] Compiling ArgumentParser ArgumentDefinition.swift
[81/99] Wrapping AST for DeepSeekKit for debugging
[96/100] Wrapping AST for ArgumentParser for debugging
[98/110] Compiling DeepSeekCLI DeepSeekCLI.swift
[99/111] Compiling DeepSeekCLI Stream.swift
[100/111] Compiling DeepSeekCLI Models.swift
[101/111] Compiling DeepSeekCLI Reasoning.swift
[102/111] Compiling DeepSeekCLI JSONMode.swift
[103/111] Compiling DeepSeekCLI Balance.swift
[104/111] Compiling DeepSeekCLI Chat.swift
[105/111] Emitting module DeepSeekCLI
[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! (29.56s)
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.