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 AsyncRequest, reference 2.3.0 (79ff30), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 02:20:34 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/JuanjoArreola/AsyncRequest.git
Reference: 2.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JuanjoArreola/AsyncRequest
 * tag               2.3.0      -> FETCH_HEAD
HEAD is now at 79ff309 Package updated
Cloned https://github.com/JuanjoArreola/AsyncRequest.git
Revision (git rev-parse @):
79ff3093749d325465bed47e6553e630d9020020
SUCCESS checkout https://github.com/JuanjoArreola/AsyncRequest.git at 2.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JuanjoArreola/AsyncRequest.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 AsyncRequest URLSessionRequest.swift
[4/12] Compiling AsyncRequest UUIDTimeoutRequest.swift
[5/12] Compiling AsyncRequest RequestGroup.swift
[6/12] Compiling AsyncRequest RequestError.swift
[7/12] Compiling AsyncRequest TimeoutRequest.swift
[8/12] Compiling AsyncRequest RequestHandlers.swift
[9/12] Compiling AsyncRequest GroupRequestHandlers.swift
[10/12] Emitting module AsyncRequest
[11/12] Compiling AsyncRequest Cancellable.swift
[12/12] Compiling AsyncRequest Request.swift
Build complete! (4.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncRequest",
  "name" : "AsyncRequest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncRequest",
      "targets" : [
        "AsyncRequest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncRequestTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncRequestTests",
      "path" : "Tests",
      "sources" : [
        "AsyncRequestTests/AsyncRequestTests.swift",
        "AsyncRequestTests/GroupRequestTests.swift",
        "AsyncRequestTests/RequestProxyTests.swift",
        "AsyncRequestTests/URLSessionRequestTests.swift",
        "LinuxMain.swift"
      ],
      "target_dependencies" : [
        "AsyncRequest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncRequest",
      "module_type" : "SwiftTarget",
      "name" : "AsyncRequest",
      "path" : "Sources",
      "product_memberships" : [
        "AsyncRequest"
      ],
      "sources" : [
        "Cancellable.swift",
        "GroupRequestHandlers.swift",
        "Request.swift",
        "RequestError.swift",
        "RequestGroup.swift",
        "RequestHandlers.swift",
        "TimeoutRequest.swift",
        "URLSessionRequest.swift",
        "UUIDTimeoutRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.