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 1.0.1 (be5675), with Swift 6.2 (beta) for macOS (SPM) on 13 Jul 2025 11:13:44 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: 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
========================================
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
[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] Emitting module ArgumentParser
[15/93] Compiling ArgumentParser ArgumentDiscussion.swift
[16/93] Compiling ArgumentParser ArgumentHelp.swift
[17/93] Compiling ArgumentParser ArgumentVisibility.swift
[18/93] Compiling ArgumentParser CompletionKind.swift
[19/93] Compiling ArgumentParser Errors.swift
[20/93] Compiling ArgumentParser NonsenseFlagsValidator.swift
[21/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/93] Compiling ArgumentParser PositionalArgumentsValidator.swift
[23/93] Compiling ArgumentParser UniqueNamesValidator.swift
[24/93] Compiling ArgumentParser ParsedValues.swift
[25/93] Compiling ArgumentParser SequenceExtensions.swift
[26/93] Compiling ArgumentParser StringExtensions.swift
[27/93] Compiling ArgumentParser Name.swift
[28/93] Compiling ArgumentParser Parsed.swift
[29/93] Compiling ArgumentParser SwiftExtensions.swift
[30/93] Compiling ArgumentParser Tree.swift
[31/93] Compiling ArgumentParser CodingKeyValidator.swift
[37/93] Compiling DeepSeekKit StreamingHandler.swift
[38/93] Compiling DeepSeekKit URLSessionStreamingHandler.swift
[39/93] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/93] Compiling ArgumentParser CompletionsGenerator.swift
[41/93] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/93] Compiling ArgumentParser AsyncParsableCommand.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.
[43/93] Compiling ArgumentParser InputKey.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.
[44/93] Compiling ArgumentParser InputOrigin.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.
[45/93] Compiling ArgumentParser NameSpecification.swift
[46/93] Compiling ArgumentParser Option.swift
[47/93] Compiling ArgumentParser OptionGroup.swift
[48/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[49/93] Compiling ArgumentParser Argument.swift
[50/93] Compiling ArgumentParser ParserError.swift
[51/93] Compiling ArgumentParser SplitArguments.swift
[52/93] Compiling ArgumentParser DumpHelpGenerator.swift
[53/93] Compiling ArgumentParser HelpCommand.swift
[54/93] Compiling ArgumentParser HelpGenerator.swift
[55/93] Compiling ArgumentParser Flag.swift
[76/93] Compiling ArgumentParser CommandConfiguration.swift
[77/93] Compiling ArgumentParser CommandGroup.swift
[78/93] Compiling ArgumentParser EnumerableFlag.swift
[79/93] Compiling ArgumentParser ExpressibleByArgument.swift
[80/93] Compiling ArgumentParser ParsableArguments.swift
[81/93] Compiling ArgumentParser ParsableCommand.swift
[82/93] Compiling ArgumentParser ArgumentDecoder.swift
[83/93] Compiling ArgumentParser ArgumentDefinition.swift
[84/93] Compiling ArgumentParser ArgumentSet.swift
[85/93] Compiling ArgumentParser CommandParser.swift
[88/93] Compiling ArgumentParser CollectionExtensions.swift
[89/93] Compiling ArgumentParser Mutex.swift
[90/93] Compiling ArgumentParser Platform.swift
[91/103] Compiling DeepSeekCLI Chat.swift
[92/103] Compiling DeepSeekCLI Balance.swift
[93/103] Compiling DeepSeekCLI Complete.swift
[94/104] Emitting module DeepSeekCLI
[95/104] Compiling DeepSeekCLI JSONMode.swift
[96/104] Compiling DeepSeekCLI DeepSeekCLI.swift
[97/104] Compiling DeepSeekCLI Models.swift
[98/104] Compiling DeepSeekCLI FunctionCall.swift
[99/104] Compiling DeepSeekCLI Stream.swift
[100/104] Compiling DeepSeekCLI Reasoning.swift
[101/104] Compiling DeepSeekCLI TestAll.swift
[101/104] Write Objects.LinkFileList
[102/104] Linking deepseek-cli
[103/104] Applying deepseek-cli
Build complete! (24.45s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[211/17618] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.51s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.51s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.04s)
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.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.77s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.41s)
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
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
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.