The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Endpoint with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OakCityLabs/Endpoint.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/OakCityLabs/Endpoint
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 849bf07 Make some of the HttpResponseValidator public.
Cloned https://github.com/OakCityLabs/Endpoint.git
Revision (git rev-parse @):
849bf0726209db87c495408823eeb1e6901ddb5c
SUCCESS checkout https://github.com/OakCityLabs/Endpoint.git at master
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.26s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.1.1 (0.05s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.1.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "endpoint",
      "name": "Endpoint",
      "url": "https://github.com/OakCityLabs/Endpoint.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Endpoint",
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.5.3",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/OakCityLabs/Endpoint.git
[1/493] Fetching endpoint
Fetched https://github.com/OakCityLabs/Endpoint.git (0.53s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.25s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.05s)
Creating working copy for https://github.com/OakCityLabs/Endpoint.git
Working copy of https://github.com/OakCityLabs/Endpoint.git resolved at master
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
warning: '.resolve-product-dependencies': dependency 'endpoint' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling Logging Logging.swift
[2/4] Compiling Logging LogHandler.swift
[3/4] Emitting module Logging
[4/4] Compiling Logging Locks.swift
[5/20] Emitting module Endpoint
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:269:27: warning: generic parameter 'Payload' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func ==<Payload>(lhs: Endpoint<Payload>, rhs: Endpoint<Payload>) -> Bool {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:11:21: note: 'Payload' previously declared here
open class Endpoint<Payload> {
                    ^
[6/22] Compiling Endpoint JsonResponseValidator.swift
[7/22] Compiling Endpoint MimeType.swift
[8/22] Compiling Endpoint DateFormatter.swift
[9/22] Compiling Endpoint Dictionary.swift
[10/22] Compiling Endpoint EndpointPageable.swift
[11/22] Compiling Endpoint EndpointServerError.swift
[12/22] Compiling Endpoint DispatchQueue.swift
[13/22] Compiling Endpoint String.swift
[14/22] Compiling Endpoint FileDownloadEndpoint.swift
[15/22] Compiling Endpoint HttpResponseValidator.swift
[16/22] Compiling Endpoint EndpointError.swift
[17/22] Compiling Endpoint EndpointHttpMethod.swift
[18/22] Compiling Endpoint ReachabilityTester.swift
[19/22] Compiling Endpoint ValidationError.swift
[20/22] Compiling Endpoint CodableEndpoint.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:269:27: warning: generic parameter 'Payload' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func ==<Payload>(lhs: Endpoint<Payload>, rhs: Endpoint<Payload>) -> Bool {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:11:21: note: 'Payload' previously declared here
open class Endpoint<Payload> {
                    ^
[21/22] Compiling Endpoint Endpoint.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:269:27: warning: generic parameter 'Payload' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func ==<Payload>(lhs: Endpoint<Payload>, rhs: Endpoint<Payload>) -> Bool {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:11:21: note: 'Payload' previously declared here
open class Endpoint<Payload> {
                    ^
[22/22] Compiling Endpoint EndpointController.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:269:27: warning: generic parameter 'Payload' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func ==<Payload>(lhs: Endpoint<Payload>, rhs: Endpoint<Payload>) -> Bool {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:11:21: note: 'Payload' previously declared here
open class Endpoint<Payload> {
                    ^
Build complete! (8.74s)
Build complete.
Done.