The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Endpoints, reference master (231912), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 16:13:00 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/isotopsweden/endpoints.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/isotopsweden/endpoints
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2319120 Clean up README/project in preparation of release (#30)
Cloned https://github.com/isotopsweden/endpoints.git
Revision (git rev-parse @):
2319120f00bc5a0fe7f5e492245a0da8c6b5d655
SUCCESS checkout https://github.com/isotopsweden/endpoints.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/isotopsweden/endpoints.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/16] Compiling Endpoints Request.swift
[5/17] Compiling Endpoints TransporterResponse.swift
[6/17] Compiling Endpoints Request+Cancellable.swift
[7/17] Compiling Endpoints Transporter.swift
[8/17] Compiling Endpoints Decoder.swift
[9/17] Compiling Endpoints Endpoint.swift
[10/17] Compiling Endpoints Communicator+publisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Endpoints/Communicator/Communicator.swift:32:9: warning: capture of non-sendable type 'E.Type' in an isolated closure
 30 |     public func performRequest<E>(
 31 |         to endpoint: E,
 32 |         completionHandler: @escaping CompletionHandler<E.ResponseType>
    |         `- warning: capture of non-sendable type 'E.Type' in an isolated closure
 33 |     ) -> Request? where E: Endpoint {
 34 |         let request: URLRequest
[11/17] Compiling Endpoints Communicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Endpoints/Communicator/Communicator.swift:32:9: warning: capture of non-sendable type 'E.Type' in an isolated closure
 30 |     public func performRequest<E>(
 31 |         to endpoint: E,
 32 |         completionHandler: @escaping CompletionHandler<E.ResponseType>
    |         `- warning: capture of non-sendable type 'E.Type' in an isolated closure
 33 |     ) -> Request? where E: Endpoint {
 34 |         let request: URLRequest
[12/17] Compiling Endpoints HTTPURLResponse+successfulStatusCode.swift
[13/17] Compiling Endpoints CommunicatorError.swift
[14/17] Compiling Endpoints CommunicatorResponse.swift
[15/17] Emitting module Endpoints
[16/17] Compiling Endpoints Logger.swift
[17/17] Compiling Endpoints URLSession+Transporter.swift
[18/19] Emitting module EndpointsTesting
[19/19] Compiling EndpointsTesting TestTransporter.swift
Build complete! (3.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Endpoints",
  "name" : "Endpoints",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "Endpoints",
      "targets" : [
        "Endpoints"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EndpointsTesting",
      "targets" : [
        "EndpointsTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EndpointsTests",
      "module_type" : "SwiftTarget",
      "name" : "EndpointsTests",
      "path" : "Tests/EndpointsTests",
      "sources" : [
        "EndpointsTests.swift",
        "Helpers/CommunicatorError.ErrorReason+Equatable.swift",
        "Helpers/TestSubscriber.swift",
        "Helpers/XCTestCase+assertResult.swift",
        "Models/TestMessage.swift",
        "TestEndpoint.swift",
        "TestFixtures.swift"
      ],
      "target_dependencies" : [
        "Endpoints",
        "EndpointsTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EndpointsTesting",
      "module_type" : "SwiftTarget",
      "name" : "EndpointsTesting",
      "path" : "Sources/EndpointsTesting",
      "product_memberships" : [
        "EndpointsTesting"
      ],
      "sources" : [
        "TestTransporter.swift"
      ],
      "target_dependencies" : [
        "Endpoints"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Endpoints",
      "module_type" : "SwiftTarget",
      "name" : "Endpoints",
      "path" : "Sources/Endpoints",
      "product_memberships" : [
        "Endpoints",
        "EndpointsTesting"
      ],
      "sources" : [
        "Communicator/Communicator+publisher.swift",
        "Communicator/Communicator.swift",
        "Communicator/CommunicatorError.swift",
        "Communicator/CommunicatorResponse.swift",
        "Decoder.swift",
        "Endpoint.swift",
        "HTTPURLResponse+successfulStatusCode.swift",
        "Logger.swift",
        "Request/Request+Cancellable.swift",
        "Request/Request.swift",
        "Transporter/Transporter.swift",
        "Transporter/TransporterResponse.swift",
        "Transporter/URLSession+Transporter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.