The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RequestSwift, reference master (47cea3), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 18:41:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/BiAtoms/Socket.swift.git
[1/424] Fetching socket.swift
Fetched https://github.com/BiAtoms/Socket.swift.git from cache (0.67s)
Computing version for https://github.com/BiAtoms/Socket.swift.git
Computed https://github.com/BiAtoms/Socket.swift.git at 2.4.0 (1.35s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "request.swift",
      "name": "RequestSwift",
      "url": "https://github.com/BiAtoms/Request.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Request.swift",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "socket.swift",
          "name": "SocketSwift",
          "url": "https://github.com/BiAtoms/Socket.swift.git",
          "version": "2.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Socket.swift",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/BiAtoms/Request.swift.git
[1/299] Fetching request.swift
Fetched https://github.com/BiAtoms/Request.swift.git from cache (0.65s)
Fetching https://github.com/BiAtoms/Socket.swift.git from cache
Fetched https://github.com/BiAtoms/Socket.swift.git from cache (0.44s)
Computing version for https://github.com/BiAtoms/Socket.swift.git
Computed https://github.com/BiAtoms/Socket.swift.git at 2.4.0 (0.50s)
Creating working copy for https://github.com/BiAtoms/Request.swift.git
Working copy of https://github.com/BiAtoms/Request.swift.git resolved at master (47cea3d)
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
warning: '.resolve-product-dependencies': dependency 'request.swift' is not used by any target
Found 1 product dependencies
  - SocketSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/BiAtoms/Request.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/12] Compiling SocketSwift TLS.swift
[5/12] Compiling SocketSwift Protocol.swift
[6/12] Compiling SocketSwift OS.swift
[7/12] Compiling SocketSwift Error.swift
[8/12] Compiling SocketSwift Family.swift
[9/12] Emitting module SocketSwift
[10/12] Compiling SocketSwift Socket.swift
[11/12] Compiling SocketSwift Type.swift
[12/12] Compiling SocketSwift Option.swift
[13/22] Compiling RequestSwift ResponseParser.swift
[14/22] Compiling RequestSwift RequestWriter.swift
[15/22] Compiling RequestSwift Response.swift
[16/22] Compiling RequestSwift RequestMethod.swift
[17/22] Compiling RequestSwift RequestError.swift
[18/22] Compiling RequestSwift Requester.swift
[19/22] Compiling RequestSwift Request.swift
[20/22] Compiling RequestSwift Client.swift
[21/22] Emitting module RequestSwift
[22/22] Compiling RequestSwift ParameterEncoding.swift
Build complete! (6.05s)
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.