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 1.0.1 (90d8e1), with Swift 5.10 for macOS (SPM) on 13 Jul 2025 11:24:45 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: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guitaripod/AnthropicKit
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 90d8e17 Improve docs
Cloned https://github.com/guitaripod/AnthropicKit.git
Revision (git rev-parse @):
90d8e1779a003615a3729f6b5132b311c018c0a6
SUCCESS checkout https://github.com/guitaripod/AnthropicKit.git at 1.0.1
========================================
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] Emitting module ArgumentParserToolInfo
[12/30] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/76] Compiling ArgumentParser CommandConfiguration.swift
[14/76] Compiling ArgumentParser CommandGroup.swift
[15/76] Compiling ArgumentParser EnumerableFlag.swift
[16/76] Compiling ArgumentParser ExpressibleByArgument.swift
[17/76] Compiling ArgumentParser ParsableArguments.swift
[18/80] Compiling AnthropicKit StreamEventParser.swift
[19/81] Compiling AnthropicKit HTTPClient.swift
[20/81] Compiling ArgumentParser MessageInfo.swift
[21/81] Compiling ArgumentParser UsageGenerator.swift
[22/81] Compiling ArgumentParser CollectionExtensions.swift
[23/81] Compiling ArgumentParser Mutex.swift
[24/81] Compiling ArgumentParser NonsenseFlagsValidator.swift
[25/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/81] Compiling ArgumentParser PositionalArgumentsValidator.swift
[27/81] Compiling ArgumentParser UniqueNamesValidator.swift
[28/81] Compiling ArgumentParser ArgumentDiscussion.swift
[29/81] Compiling ArgumentParser ArgumentHelp.swift
[30/81] Compiling ArgumentParser ArgumentVisibility.swift
[31/81] Compiling ArgumentParser CompletionKind.swift
[32/81] Compiling ArgumentParser Errors.swift
[37/81] Compiling ArgumentParser Platform.swift
[40/81] Compiling AnthropicKit Organization.swift
[45/81] Compiling AnthropicKit CURLHTTPClient.swift
[46/81] Emitting module AnthropicKit
[47/81] Compiling AnthropicKit URLSessionHTTPClient.swift
[48/81] Emitting module ArgumentParser
[49/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[50/81] Compiling ArgumentParser CompletionsGenerator.swift
[51/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[52/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[53/81] Compiling ArgumentParser Argument.swift
[54/81] Compiling ArgumentParser Flag.swift
[55/81] Compiling ArgumentParser NameSpecification.swift
[56/81] Compiling ArgumentParser Option.swift
[57/81] Compiling ArgumentParser OptionGroup.swift
[58/81] Compiling ArgumentParser AsyncParsableCommand.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 InputKey.swift
[70/81] Compiling ArgumentParser InputOrigin.swift
[71/81] Compiling ArgumentParser Name.swift
[72/81] Compiling ArgumentParser Parsed.swift
[73/81] Compiling ArgumentParser ParsedValues.swift
[74/81] Compiling ArgumentParser ParsableCommand.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
~~~~~~~~~~~~~~~~^
[75/81] Compiling ArgumentParser ArgumentDecoder.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
~~~~~~~~~~~~~~~~^
[76/81] Compiling ArgumentParser ArgumentDefinition.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
~~~~~~~~~~~~~~~~^
[77/81] Compiling ArgumentParser ArgumentSet.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
~~~~~~~~~~~~~~~~^
[78/81] Compiling ArgumentParser CommandParser.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
~~~~~~~~~~~~~~~~^
[79/83] Emitting module AnthropicKitCLI
[80/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] Write Objects.LinkFileList
[81/83] Linking anthropic-cli
[82/83] Applying anthropic-cli
Build complete! (22.26s)
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-argument-parser.git from cache (1.95s)
Fetched https://github.com/apple/swift-docc-plugin 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.21s)
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.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.45s)
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.35s)
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.