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 Arachne, reference 0.8.0 (e8326e), with Swift 6.2 (beta) for macOS (SPM) on 21 Aug 2025 17:01:03 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemisia-absynthium/arachne.git
Reference: 0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/artemisia-absynthium/arachne
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at e8326eb Merge branch 'release/0.8.0'
Cloned https://github.com/artemisia-absynthium/arachne.git
Revision (git rev-parse @):
e8326eba297a994dac51afc5be2a2e5e3766a15a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/artemisia-absynthium/arachne.git at 0.8.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/artemisia-absynthium/arachne.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/12] Compiling Arachne ArachnePlugin.swift
[4/12] Compiling Arachne AROutput.swift
[5/12] Compiling Arachne URLRequest+Extension.swift
[6/12] Compiling Arachne URLUtil.swift
[7/12] Compiling Arachne HttpMethod.swift
[8/12] Compiling Arachne ARError.swift
[9/12] Compiling Arachne ArachneDownloadDelegate.swift
[10/12] Compiling Arachne ArachneService.swift
[11/12] Emitting module Arachne
[12/12] Compiling Arachne ArachneProvider.swift
Build complete! (5.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Arachne",
  "name" : "Arachne",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "driverkit",
      "version" : "19.0"
    }
  ],
  "products" : [
    {
      "name" : "Arachne",
      "targets" : [
        "Arachne"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ArachneTests",
      "module_type" : "SwiftTarget",
      "name" : "ArachneTests",
      "path" : "Tests/ArachneTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ArachneTests/Resources/image.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ArachneTests.swift",
        "Model/MyModel.swift",
        "Model/MyService.swift",
        "Model/MyServiceWithDefaults.swift",
        "Util/StubURLProtocol.swift",
        "Util/Util.swift"
      ],
      "target_dependencies" : [
        "Arachne"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Arachne",
      "module_type" : "SwiftTarget",
      "name" : "Arachne",
      "path" : "Sources/Arachne",
      "product_memberships" : [
        "Arachne"
      ],
      "sources" : [
        "ArachneProvider.swift",
        "ArachneService.swift",
        "Download/ArachneDownloadDelegate.swift",
        "Error/ARError.swift",
        "Extensions/URLRequest+Extension.swift",
        "Model/AROutput.swift",
        "Plugins/ArachnePlugin.swift",
        "Util/HttpMethod.swift",
        "Util/URLUtil.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.