The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Relax, reference 2.2.1 (30de4b), with Swift 6.2 for Linux on 21 Jun 2025 02:40:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tdeleon/Relax.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/18] Emitting module Relax
[5/19] Compiling Relax Request+Modifiers.swift
[6/19] Compiling Relax Request+Send.swift
[7/19] Compiling Relax Request+SendAsync.swift
[8/19] Compiling Relax Request+SendPublisher.swift
[9/19] Compiling Relax Body.swift
[10/19] Compiling Relax Headers.swift
[11/19] Compiling Relax APIComponent.swift
[12/19] Compiling Relax Endpoint.swift
[13/19] Compiling Relax Service.swift
[14/19] Compiling Relax Errors.swift
[15/19] Compiling Relax PathComponents.swift
[16/19] Compiling Relax QueryItems.swift
[17/19] Compiling Relax RequestProperty.swift
[18/19] Compiling Relax Request+Configuration.swift
[19/19] Compiling Relax Request.swift
[21/25] Emitting module URLMock
[22/25] Compiling URLMock MockResponse.swift
[23/25] Compiling URLMock Response.swift
[24/25] Compiling URLMock URLMock.swift
[25/25] Compiling URLMock URLRequestValidation.swift
Build complete! (21.10s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Relax",
  "name" : "Relax",
  "path" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.