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 RequestSwift, reference master (47cea3), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 21:49:13 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/BiAtoms/Request.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BiAtoms/Request.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 47cea3d Update for swift 5
Submodule path 'Sources/Frameworks/SocketSwift': checked out '36911c13adfe12859ed43dcba878052b1897fcd3'
Submodule 'Sources/Frameworks/SocketSwift' (https://github.com/BiAtoms/Socket.swift) registered for path 'Sources/Frameworks/SocketSwift'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/Frameworks/SocketSwift'...
Cloned https://github.com/BiAtoms/Request.swift.git
Revision (git rev-parse @):
47cea3de9cb961f77c659a27894d32454b42e25f
SUCCESS checkout https://github.com/BiAtoms/Request.swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/BiAtoms/Request.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/12] Compiling SocketSwift Socket.swift
[5/12] Compiling SocketSwift Type.swift
[6/12] Compiling SocketSwift TLS.swift
[7/12] Compiling SocketSwift Protocol.swift
[8/12] Compiling SocketSwift OS.swift
[9/12] Compiling SocketSwift Family.swift
[10/12] Compiling SocketSwift Error.swift
[11/12] Emitting module SocketSwift
[12/12] Compiling SocketSwift Option.swift
[13/22] Compiling RequestSwift RequestWriter.swift
[14/22] Compiling RequestSwift RequestMethod.swift
[15/22] Compiling RequestSwift RequestError.swift
[16/22] Compiling RequestSwift Response.swift
[17/22] Compiling RequestSwift Requester.swift
[18/22] Compiling RequestSwift ResponseParser.swift
[19/22] Compiling RequestSwift Client.swift
[20/22] Compiling RequestSwift Request.swift
[21/22] Compiling RequestSwift ParameterEncoding.swift
[22/22] Emitting module RequestSwift
Build complete! (7.89s)
Fetching https://github.com/BiAtoms/Socket.swift.git
[1/424] Fetching socket.swift
Fetched https://github.com/BiAtoms/Socket.swift.git from cache (0.69s)
Computing version for https://github.com/BiAtoms/Socket.swift.git
Computed https://github.com/BiAtoms/Socket.swift.git at 2.4.0 (1.23s)
Creating working copy for https://github.com/BiAtoms/Socket.swift.git
Working copy of https://github.com/BiAtoms/Socket.swift.git resolved at 2.4.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "socket.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "2.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/BiAtoms/Socket.swift.git"
    }
  ],
  "manifest_display_name" : "RequestSwift",
  "name" : "RequestSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RequestSwift",
      "targets" : [
        "RequestSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RequestSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "RequestSwiftTests",
      "path" : "Tests/RequestSwiftTests",
      "sources" : [
        "RequestSwiftTests.swift"
      ],
      "target_dependencies" : [
        "RequestSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RequestSwift",
      "module_type" : "SwiftTarget",
      "name" : "RequestSwift",
      "path" : "Sources",
      "product_dependencies" : [
        "SocketSwift"
      ],
      "product_memberships" : [
        "RequestSwift"
      ],
      "sources" : [
        "Client.swift",
        "ParameterEncoding.swift",
        "Request.swift",
        "RequestError.swift",
        "RequestMethod.swift",
        "RequestWriter.swift",
        "Requester.swift",
        "Response.swift",
        "ResponseParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.