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 AnthropicKit, reference master (d0b75a), with Swift 5.10 for macOS (SPM) on 13 Jul 2025 11:19:29 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/AnthropicKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guitaripod/AnthropicKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d0b75a1 Update GitHub username from marcusziade to guitaripod
Cloned https://github.com/guitaripod/AnthropicKit.git
Revision (git rev-parse @):
d0b75a14c55bac4687643dff3563bb315c145349
SUCCESS checkout https://github.com/guitaripod/AnthropicKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/guitaripod/AnthropicKit.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
[8/13] Write anthropic-cli-entitlement.plist
[9/13] Write swift-version-33747A42983211AE.txt
[11/30] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/30] Emitting module ArgumentParserToolInfo
[13/76] Emitting module ArgumentParser
[14/80] Compiling AnthropicKit HTTPClient.swift
[15/80] Compiling ArgumentParser CommandGroup.swift
[16/80] Compiling ArgumentParser EnumerableFlag.swift
[17/80] Compiling AnthropicKit CURLHTTPClient.swift
[18/80] Compiling AnthropicKit StreamEventParser.swift
[19/80] Compiling ArgumentParser ExpressibleByArgument.swift
[20/80] Compiling ArgumentParser ParsableArguments.swift
[21/81] Compiling ArgumentParser ArgumentDiscussion.swift
[22/81] Compiling ArgumentParser ArgumentHelp.swift
[23/81] Compiling ArgumentParser ArgumentVisibility.swift
[24/81] Compiling ArgumentParser CompletionKind.swift
[25/81] Compiling ArgumentParser Errors.swift
[26/81] Compiling ArgumentParser MessageInfo.swift
[27/81] Compiling ArgumentParser UsageGenerator.swift
[28/81] Compiling ArgumentParser CollectionExtensions.swift
[29/81] Compiling ArgumentParser Mutex.swift
[30/81] Compiling ArgumentParser Platform.swift
[31/81] Compiling ArgumentParser ArgumentDefinition.swift
[32/81] Compiling ArgumentParser ArgumentSet.swift
[33/81] Compiling ArgumentParser CommandParser.swift
[34/81] Compiling ArgumentParser CommandConfiguration.swift
[35/81] Compiling ArgumentParser ParsableCommand.swift
[36/81] Compiling ArgumentParser ArgumentDecoder.swift
[37/81] Emitting module AnthropicKit
[38/81] Compiling AnthropicKit Organization.swift
[39/81] Compiling ArgumentParser NonsenseFlagsValidator.swift
[40/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[41/81] Compiling ArgumentParser PositionalArgumentsValidator.swift
[42/81] Compiling ArgumentParser UniqueNamesValidator.swift
[48/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/81] Compiling ArgumentParser CompletionsGenerator.swift
[50/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/81] Compiling ArgumentParser Argument.swift
[53/81] Compiling AnthropicKit URLSessionHTTPClient.swift
[54/81] Compiling ArgumentParser InputKey.swift
[55/81] Compiling ArgumentParser InputOrigin.swift
[56/81] Compiling ArgumentParser Name.swift
[57/81] Compiling ArgumentParser Parsed.swift
[58/81] Compiling ArgumentParser ParsedValues.swift
[59/81] Compiling ArgumentParser SequenceExtensions.swift
[60/81] Compiling ArgumentParser StringExtensions.swift
[61/81] Compiling ArgumentParser SwiftExtensions.swift
[62/81] Compiling ArgumentParser Tree.swift
[63/81] Compiling ArgumentParser CodingKeyValidator.swift
[64/81] Compiling ArgumentParser ParserError.swift
[65/81] Compiling ArgumentParser SplitArguments.swift
[66/81] Compiling ArgumentParser DumpHelpGenerator.swift
[67/81] Compiling ArgumentParser HelpCommand.swift
[68/81] Compiling ArgumentParser HelpGenerator.swift
[69/81] Compiling ArgumentParser Flag.swift
[70/81] Compiling ArgumentParser NameSpecification.swift
[71/81] Compiling ArgumentParser Option.swift
[72/81] Compiling ArgumentParser OptionGroup.swift
[73/81] Compiling ArgumentParser AsyncParsableCommand.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
~~~~~~~~~~~~~~~~^
[79/83] Compiling AnthropicKitCLI main.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnthropicKitCLI/main.swift:133:13: warning: default will never be executed
            default:
            ^
[80/83] Emitting module AnthropicKitCLI
[80/83] Write Objects.LinkFileList
[81/83] Linking anthropic-cli
[82/83] Applying anthropic-cli
Build complete! (22.68s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser.git
[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.93s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.93s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.49s)
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.48s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.38s)
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.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AnthropicKit",
  "name" : "AnthropicKit",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "AnthropicKit",
      "targets" : [
        "AnthropicKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "anthropic-cli",
      "targets" : [
        "AnthropicKitCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnthropicKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AnthropicKitTests",
      "path" : "Tests/AnthropicKitTests",
      "sources" : [
        "APIConfigurationTests.swift",
        "ErrorTests.swift",
        "MessageRequestTests.swift",
        "MessageTests.swift",
        "StreamEventParserTests.swift"
      ],
      "target_dependencies" : [
        "AnthropicKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnthropicKitIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "AnthropicKitIntegrationTests",
      "path" : "Tests/AnthropicKitIntegrationTests",
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "AnthropicKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnthropicKitCLI",
      "module_type" : "SwiftTarget",
      "name" : "AnthropicKitCLI",
      "path" : "Sources/AnthropicKitCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "anthropic-cli"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "AnthropicKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AnthropicKit",
      "module_type" : "SwiftTarget",
      "name" : "AnthropicKit",
      "path" : "Sources/AnthropicKit",
      "product_memberships" : [
        "AnthropicKit",
        "anthropic-cli"
      ],
      "sources" : [
        "API/APIConfiguration.swift",
        "API/APIProtocol.swift",
        "API/AnthropicAPI.swift",
        "Models/APIError.swift",
        "Models/Batch.swift",
        "Models/File.swift",
        "Models/Message.swift",
        "Models/MessageRequest.swift",
        "Models/MessageResponse.swift",
        "Models/Model.swift",
        "Models/Organization.swift",
        "Networking/CURLHTTPClient.swift",
        "Networking/HTTPClient.swift",
        "Networking/StreamEventParser.swift",
        "Networking/URLSessionHTTPClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.