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 CaptchaKit, reference 1.1.0 (2a65d1), with Swift 6.2 (beta) for macOS (SPM) on 9 Jul 2025 09:52:24 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/mikuwithbeer/CaptchaKit.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikuwithbeer/CaptchaKit
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 2a65d1e bump to 1.1.0
Cloned https://github.com/mikuwithbeer/CaptchaKit.git
Revision (git rev-parse @):
2a65d1e4ce86ffcde93b72a5cd6788b41bdfc5d8
SUCCESS checkout https://github.com/mikuwithbeer/CaptchaKit.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mikuwithbeer/CaptchaKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling CaptchaKit CaptchaService.swift
[4/7] Compiling CaptchaKit CaptchaKit.swift
[5/7] Compiling CaptchaKit CaptchaAPI.swift
[6/7] Emitting module CaptchaKit
[7/7] Compiling CaptchaKit CaptchaError.swift
Build complete! (3.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CaptchaKit",
  "name" : "CaptchaKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CaptchaKit",
      "targets" : [
        "CaptchaKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CaptchaKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CaptchaKitTests",
      "path" : "Tests/CaptchaKitTests",
      "sources" : [
        "CaptchaKitTests.swift"
      ],
      "target_dependencies" : [
        "CaptchaKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CaptchaKit",
      "module_type" : "SwiftTarget",
      "name" : "CaptchaKit",
      "path" : "Sources/CaptchaKit",
      "product_memberships" : [
        "CaptchaKit"
      ],
      "sources" : [
        "CaptchaAPI.swift",
        "CaptchaError.swift",
        "CaptchaKit.swift",
        "CaptchaService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.