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 Relax, reference 2.2.1 (30de4b), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 02:44:06 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/tdeleon/Relax.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tdeleon/Relax
 * tag               2.2.1      -> FETCH_HEAD
HEAD is now at 30de4b5 Merge pull request #60 from tdeleon/develop
Cloned https://github.com/tdeleon/Relax.git
Revision (git rev-parse @):
30de4b526965f008ab776baac3325a98ce6787f0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tdeleon/Relax.git at 2.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tdeleon/Relax.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/18] Compiling Relax RequestProperty.swift
[5/18] Compiling Relax Request+Configuration.swift
[6/18] Compiling Relax PathComponents.swift
[7/18] Compiling Relax QueryItems.swift
[8/18] Compiling Relax Request+Modifiers.swift
[9/18] Compiling Relax Body.swift
[10/18] Compiling Relax Headers.swift
[11/18] Compiling Relax Service.swift
[12/18] Compiling Relax Errors.swift
[13/18] Compiling Relax APIComponent.swift
[14/18] Compiling Relax Endpoint.swift
[15/18] Compiling Relax Request+SendAsync.swift
[16/18] Emitting module Relax
[17/19] Compiling Relax Request+SendPublisher.swift
[18/19] Compiling Relax Request+Send.swift
[19/19] Compiling Relax Request.swift
[20/24] Compiling URLMock URLRequestValidation.swift
[21/24] Compiling URLMock URLMock.swift
[22/24] Compiling URLMock MockResponse.swift
[23/24] Compiling URLMock Response.swift
[24/24] Emitting module URLMock
Build complete! (11.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Relax",
  "name" : "Relax",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Relax",
      "targets" : [
        "Relax"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "URLMock",
      "targets" : [
        "URLMock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLMock",
      "module_type" : "SwiftTarget",
      "name" : "URLMock",
      "path" : "Sources/URLMock",
      "product_memberships" : [
        "URLMock"
      ],
      "sources" : [
        "MockResponse/MockResponse.swift",
        "MockResponse/Response.swift",
        "URLMock.swift",
        "URLRequestValidation.swift"
      ],
      "target_dependencies" : [
        "Relax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RelaxTests",
      "module_type" : "SwiftTarget",
      "name" : "RelaxTests",
      "path" : "Tests/RelaxTests",
      "sources" : [
        "AsyncTests/AsyncCancellationTests.swift",
        "AsyncTests/AsyncCodableTests.swift",
        "AsyncTests/AsyncErrorTests.swift",
        "AsyncTests/AsyncRequestTests.swift",
        "CombineTests/CombineCodableTests.swift",
        "CombineTests/CombineErrorTests.swift",
        "CombineTests/CombineRequestTests.swift",
        "CompletionTests/CompletionErrorTests.swift",
        "CompletionTests/CompletionRequestTests.swift",
        "Errors/HTTPErrorTests.swift",
        "Errors/RequestErrorTests.swift",
        "Helpers/ErrorTest.swift",
        "Helpers/MockError.swift",
        "Helpers/MockServices.swift",
        "Helpers/Service+Testing.swift",
        "Request/Properties/BodyTests.swift",
        "Request/Properties/ConfigurationTests.swift",
        "Request/Properties/HeaderTests.swift",
        "Request/Properties/HeaderTypeTests.swift",
        "Request/Properties/PathComponentsTests.swift",
        "Request/Properties/QueryItemTests.swift",
        "Request/Properties/RequestPropertiesBuilderTests.swift",
        "Request/Properties/RequestPropertiesTests.swift",
        "Request/RequestModifiersTests.swift",
        "Request/RequestTests.swift",
        "Request/ServiceTests.swift"
      ],
      "target_dependencies" : [
        "Relax",
        "URLMock"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Relax",
      "module_type" : "SwiftTarget",
      "name" : "Relax",
      "path" : "Sources/Relax",
      "product_memberships" : [
        "Relax",
        "URLMock"
      ],
      "sources" : [
        "API Structure/APIComponent.swift",
        "API Structure/Endpoint.swift",
        "API Structure/Service.swift",
        "Errors.swift",
        "Request/Properties/Body.swift",
        "Request/Properties/Headers.swift",
        "Request/Properties/PathComponents.swift",
        "Request/Properties/QueryItems.swift",
        "Request/Properties/RequestProperty.swift",
        "Request/Request+Configuration.swift",
        "Request/Request+Modifiers.swift",
        "Request/Request+Send.swift",
        "Request/Request+SendAsync.swift",
        "Request/Request+SendPublisher.swift",
        "Request/Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.