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.0 for macOS (SPM) on 13 Jul 2025 11:12:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.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.0
Building package at path:  $PWD
https://github.com/guitaripod/DeepSeekKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[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/13] Write sources
[7/13] Write deepseek-cli-entitlement.plist
[8/13] Write sources
[9/13] Write swift-version-5BDAB9E9C0126B9D.txt
[11/41] Emitting module ArgumentParserToolInfo
[12/41] Compiling ArgumentParserToolInfo ToolInfo.swift
[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 CommandConfiguration.swift
[16/93] Compiling ArgumentParser CommandGroup.swift
[17/93] Compiling ArgumentParser EnumerableFlag.swift
[18/93] Compiling ArgumentParser ExpressibleByArgument.swift
[19/93] Compiling ArgumentParser ParsableArguments.swift
[20/93] Compiling ArgumentParser ArgumentDiscussion.swift
[21/93] Compiling ArgumentParser ArgumentHelp.swift
[22/93] Compiling ArgumentParser ArgumentVisibility.swift
[23/93] Compiling ArgumentParser CompletionKind.swift
[24/93] Compiling ArgumentParser Errors.swift
[25/93] Compiling ArgumentParser NonsenseFlagsValidator.swift
[26/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/93] Compiling ArgumentParser PositionalArgumentsValidator.swift
[28/93] Compiling ArgumentParser UniqueNamesValidator.swift
[29/93] Compiling ArgumentParser SequenceExtensions.swift
[30/93] Compiling ArgumentParser StringExtensions.swift
[31/93] Compiling ArgumentParser SwiftExtensions.swift
[32/93] Compiling ArgumentParser Tree.swift
[33/93] Compiling ArgumentParser CodingKeyValidator.swift
[34/93] Compiling ArgumentParser InputKey.swift
[35/93] Compiling ArgumentParser InputOrigin.swift
[36/93] Compiling ArgumentParser Name.swift
[37/93] Compiling ArgumentParser Parsed.swift
[38/93] Compiling ArgumentParser ParsedValues.swift
[39/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[40/93] Compiling ArgumentParser Argument.swift
[41/93] Compiling ArgumentParser ParserError.swift
[42/93] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/93] Compiling ArgumentParser CompletionsGenerator.swift
[44/93] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/93] Compiling ArgumentParser ArgumentSet.swift
[46/93] Compiling ArgumentParser CommandParser.swift
[48/93] Compiling DeepSeekKit StreamingHandler.swift
[49/93] Compiling DeepSeekKit URLSessionStreamingHandler.swift
[50/93] Compiling ArgumentParser HelpCommand.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.
[51/93] Compiling ArgumentParser HelpGenerator.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.
[52/93] Compiling ArgumentParser ParsableCommand.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.
[53/93] Compiling ArgumentParser SplitArguments.swift
[54/93] Compiling ArgumentParser DumpHelpGenerator.swift
[64/93] Compiling ArgumentParser ArgumentDecoder.swift
[65/93] Compiling ArgumentParser ArgumentDefinition.swift
[81/93] Compiling ArgumentParser Flag.swift
[82/93] Compiling ArgumentParser NameSpecification.swift
[83/93] Compiling ArgumentParser Option.swift
[84/93] Compiling ArgumentParser OptionGroup.swift
[85/93] Compiling ArgumentParser AsyncParsableCommand.swift
[88/93] Compiling ArgumentParser CollectionExtensions.swift
[89/93] Compiling ArgumentParser Mutex.swift
[90/93] Compiling ArgumentParser Platform.swift
[91/103] Compiling DeepSeekCLI Models.swift
[92/103] Compiling DeepSeekCLI Chat.swift
[93/103] Compiling DeepSeekCLI Balance.swift
[94/103] Emitting module DeepSeekCLI
[95/103] Compiling DeepSeekCLI FunctionCall.swift
[96/104] Compiling DeepSeekCLI DeepSeekCLI.swift
[97/104] Compiling DeepSeekCLI Stream.swift
[98/104] Compiling DeepSeekCLI Complete.swift
[99/104] Compiling DeepSeekCLI JSONMode.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! (27.05s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
[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.56s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.56s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.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 (1.07s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.46s)
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.