The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DeepSeekKit, reference master (4d5758), with Swift 6.2 (beta) for macOS (SPM) on 13 Jul 2025 11:16:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/guitaripod/DeepSeekKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[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/13] Write sources
[7/13] Write deepseek-cli-entitlement.plist
[7/13] Write sources
[9/13] Write swift-version-1EA4D86E10B52AF.txt
[11/41] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/41] Emitting module ArgumentParserToolInfo
[13/87] 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' 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.
[14/89] Compiling ArgumentParser CommandConfiguration.swift
[15/89] Compiling ArgumentParser CommandGroup.swift
[16/89] Compiling ArgumentParser EnumerableFlag.swift
[17/89] Compiling ArgumentParser ExpressibleByArgument.swift
[18/89] Compiling ArgumentParser ParsableArguments.swift
[19/93] Compiling ArgumentParser BashCompletionsGenerator.swift
[20/93] Compiling ArgumentParser CompletionsGenerator.swift
[21/93] Compiling ArgumentParser FishCompletionsGenerator.swift
[22/93] Emitting module ArgumentParser
[23/93] Compiling ArgumentParser CompletionKind.swift
[24/93] Compiling ArgumentParser Errors.swift
[25/93] Compiling DeepSeekKit StreamingHandler.swift
[26/93] Compiling DeepSeekKit URLSessionStreamingHandler.swift
[27/93] Compiling ArgumentParser ArgumentDiscussion.swift
/Users/admin/builder/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.
[28/93] Compiling ArgumentParser ArgumentHelp.swift
/Users/admin/builder/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/93] 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' 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/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/93] Compiling ArgumentParser Argument.swift
[32/93] Compiling ArgumentParser Flag.swift
[33/93] Compiling ArgumentParser NameSpecification.swift
[34/93] Compiling ArgumentParser Option.swift
[35/93] Compiling ArgumentParser OptionGroup.swift
[36/93] Compiling ArgumentParser AsyncParsableCommand.swift
[37/93] Compiling ArgumentParser MessageInfo.swift
[40/93] Compiling ArgumentParser Name.swift
[41/93] Compiling ArgumentParser Parsed.swift
[42/93] Compiling ArgumentParser ParsedValues.swift
[48/93] Compiling ArgumentParser SequenceExtensions.swift
[49/93] Compiling ArgumentParser StringExtensions.swift
[50/93] Compiling ArgumentParser SwiftExtensions.swift
[51/93] Compiling ArgumentParser Tree.swift
[52/93] Compiling ArgumentParser CodingKeyValidator.swift
[53/93] Compiling ArgumentParser UsageGenerator.swift
[54/93] Compiling ArgumentParser CollectionExtensions.swift
[55/93] Compiling ArgumentParser Mutex.swift
[59/93] Compiling ArgumentParser Platform.swift
[62/93] Compiling ArgumentParser NonsenseFlagsValidator.swift
[63/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[64/93] Compiling ArgumentParser PositionalArgumentsValidator.swift
[65/93] Compiling ArgumentParser UniqueNamesValidator.swift
[81/93] Compiling ArgumentParser ParserError.swift
[82/93] Compiling ArgumentParser SplitArguments.swift
[83/93] Compiling ArgumentParser DumpHelpGenerator.swift
[84/93] Compiling ArgumentParser HelpCommand.swift
[85/93] Compiling ArgumentParser HelpGenerator.swift
[86/93] Compiling ArgumentParser ParsableCommand.swift
[87/93] Compiling ArgumentParser ArgumentDecoder.swift
[88/93] Compiling ArgumentParser ArgumentDefinition.swift
[89/93] Compiling ArgumentParser ArgumentSet.swift
[90/93] Compiling ArgumentParser CommandParser.swift
[91/103] Compiling DeepSeekCLI Chat.swift
[92/103] Compiling DeepSeekCLI Balance.swift
[93/103] Emitting module DeepSeekCLI
[94/104] Compiling DeepSeekCLI Models.swift
[95/104] Compiling DeepSeekCLI Stream.swift
[96/104] Compiling DeepSeekCLI JSONMode.swift
[97/104] Compiling DeepSeekCLI DeepSeekCLI.swift
[98/104] Compiling DeepSeekCLI FunctionCall.swift
[99/104] Compiling DeepSeekCLI Reasoning.swift
[100/104] Compiling DeepSeekCLI Complete.swift
[101/104] Compiling DeepSeekCLI TestAll.swift
[101/104] Write Objects.LinkFileList
[102/104] Linking deepseek-cli
[103/104] Applying deepseek-cli
Build complete! (25.21s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
[1/2094] Fetching swift-docc-plugin
[232/17618] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.48s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.48s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.41s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3425] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.44s)
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
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.