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 main (624c74), with Swift 6.2 (beta) for macOS (SPM) on 5 Sep 2025 20:16:53 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/artemisia-absynthium/arachne
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 624c74b Update codeql.yml
Cloned https://github.com/artemisia-absynthium/arachne.git
Revision (git rev-parse @):
624c74b2d0a12064abc4c8a6f83c819a2d0af0ff
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/artemisia-absynthium/arachne.git at main
========================================
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 URLUtil.swift
[5/12] Compiling Arachne HttpMethod.swift
[6/12] Compiling Arachne AROutput.swift
[7/12] Compiling Arachne ArachneService.swift
[8/12] Compiling Arachne URLRequest+Extension.swift
[9/12] Compiling Arachne ArachneDownloadDelegate.swift
[10/12] Compiling Arachne ARError.swift
[11/12] Compiling Arachne ArachneProvider.swift
[12/12] Emitting module Arachne
Build complete! (5.91s)
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.