Build Information
Successful build of DeepSeekKit, reference 1.0.1 (be5675
), with Swift 5.10 for macOS (SPM) on 13 Jul 2025 11:16:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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: 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: 5.10
Building package at path: $PWD
https://github.com/guitaripod/DeepSeekKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.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
[9/13] Write swift-version-33747A42983211AE.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]'
public let parameters: [String: Any]
^
[14/89] Compiling ArgumentParser ArgumentDiscussion.swift
[15/89] Compiling ArgumentParser ArgumentHelp.swift
[16/89] Compiling ArgumentParser ArgumentVisibility.swift
[17/89] Compiling ArgumentParser CompletionKind.swift
[18/89] Compiling ArgumentParser Errors.swift
[19/93] Emitting module ArgumentParser
[20/93] Compiling ArgumentParser InputKey.swift
[21/93] Compiling ArgumentParser InputOrigin.swift
[22/93] Compiling ArgumentParser Name.swift
[23/93] Compiling ArgumentParser Parsed.swift
[24/93] Compiling ArgumentParser ParsedValues.swift
[25/93] Compiling ArgumentParser SequenceExtensions.swift
[26/93] Compiling ArgumentParser StringExtensions.swift
[27/93] Compiling ArgumentParser SwiftExtensions.swift
[28/93] Compiling ArgumentParser Tree.swift
[29/93] Compiling ArgumentParser CodingKeyValidator.swift
[30/93] Compiling ArgumentParser NonsenseFlagsValidator.swift
[31/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/93] Compiling ArgumentParser PositionalArgumentsValidator.swift
[33/93] Compiling ArgumentParser UniqueNamesValidator.swift
[34/93] Compiling ArgumentParser ArgumentDefinition.swift
[35/93] Compiling ArgumentParser ArgumentSet.swift
[36/93] Compiling ArgumentParser CommandParser.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
[45/93] Compiling ArgumentParser ParsableCommand.swift
[46/93] Compiling ArgumentParser ArgumentDecoder.swift
[47/93] Compiling ArgumentParser DumpHelpGenerator.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]'
public let parameters: [String: Any]
^
[48/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]'
public let parameters: [String: Any]
^
[49/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]'
public let parameters: [String: Any]
^
[50/93] Compiling ArgumentParser AsyncParsableCommand.swift
[51/93] Compiling ArgumentParser ParserError.swift
[52/93] Compiling ArgumentParser SplitArguments.swift
[53/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/93] Compiling ArgumentParser Argument.swift
[57/93] Compiling ArgumentParser Flag.swift
[58/93] Compiling ArgumentParser NameSpecification.swift
[59/93] Compiling ArgumentParser Option.swift
[60/93] Compiling ArgumentParser OptionGroup.swift
[76/93] Compiling ArgumentParser MessageInfo.swift
[77/93] Compiling ArgumentParser UsageGenerator.swift
[78/93] Compiling ArgumentParser CollectionExtensions.swift
[79/93] Compiling ArgumentParser Mutex.swift
[80/93] Compiling ArgumentParser Platform.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:17: remark: '@preconcurrency' attribute on module 'Dispatch' is unused
@preconcurrency import class Dispatch.DispatchSemaphore
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:17: remark: '@preconcurrency' attribute on module 'Dispatch' is unused
@preconcurrency import class Dispatch.DispatchSemaphore
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:17: remark: '@preconcurrency' attribute on module 'Dispatch' is unused
@preconcurrency import class Dispatch.DispatchSemaphore
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:17: remark: '@preconcurrency' attribute on module 'Dispatch' is unused
@preconcurrency import class Dispatch.DispatchSemaphore
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:17: remark: '@preconcurrency' attribute on module 'Dispatch' is unused
@preconcurrency import class Dispatch.DispatchSemaphore
~~~~~~~~~~~~~~~~^
[88/93] Compiling ArgumentParser EnumerableFlag.swift
[89/93] Compiling ArgumentParser ExpressibleByArgument.swift
[90/93] Compiling ArgumentParser ParsableArguments.swift
[91/103] Compiling DeepSeekCLI Chat.swift
[92/103] Compiling DeepSeekCLI Complete.swift
[93/103] Emitting module DeepSeekCLI
[94/103] Compiling DeepSeekCLI Balance.swift
[95/104] Compiling DeepSeekCLI JSONMode.swift
[96/104] Compiling DeepSeekCLI Models.swift
[97/104] Compiling DeepSeekCLI FunctionCall.swift
[98/104] Compiling DeepSeekCLI DeepSeekCLI.swift
[99/104] Compiling DeepSeekCLI Reasoning.swift
[100/104] Compiling DeepSeekCLI Stream.swift
[101/104] Compiling DeepSeekCLI TestAll.swift
[101/104] Write Objects.LinkFileList
[102/104] Linking deepseek-cli
[103/104] Applying deepseek-cli
Build complete! (23.27s)
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-docc-plugin from cache (1.95s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.95s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.53s)
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.06s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.37s)
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/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.5
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.