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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OakCityLabs/Endpoint.git
Reference: 1.0.20
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/OakCityLabs/Endpoint
 * tag               1.0.20     -> FETCH_HEAD
HEAD is now at 849bf07 Make some of the HttpResponseValidator public.
Cloned https://github.com/OakCityLabs/Endpoint.git into spi-builder-workspace
849bf0726209db87c495408823eeb1e6901ddb5c
SUCCESS checkout https://github.com/OakCityLabs/Endpoint.git at 1.0.20
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.1.1 (0.02s)
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
Building for debugging...
[1/4] Compiling Logging LogHandler.swift
[2/4] Compiling Logging Locks.swift
[3/4] Compiling Logging Logging.swift
[4/4] Emitting module Logging
[5/20] Compiling Endpoint DispatchQueue.swift
[6/20] Compiling Endpoint String.swift
[7/20] Compiling Endpoint FileDownloadEndpoint.swift
[8/20] Compiling Endpoint HttpResponseValidator.swift
[9/20] Compiling Endpoint DateFormatter.swift
[10/20] Compiling Endpoint Dictionary.swift
[11/20] Compiling Endpoint JsonResponseValidator.swift
[12/20] Compiling Endpoint MimeType.swift
[13/22] Compiling Endpoint EndpointError.swift
[14/22] Compiling Endpoint EndpointHttpMethod.swift
[15/22] Emitting module Endpoint
/Users/builder/builds/TDmZkXJm/1/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:11:21: note: 'Payload' previously declared here
open class Endpoint<Payload> {
                    ^
[16/22] Compiling Endpoint EndpointPageable.swift
[17/22] Compiling Endpoint EndpointServerError.swift
[18/22] Compiling Endpoint CodableEndpoint.swift
/Users/builder/builds/TDmZkXJm/1/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:11:21: note: 'Payload' previously declared here
open class Endpoint<Payload> {
                    ^
[19/22] Compiling Endpoint Endpoint.swift
/Users/builder/builds/TDmZkXJm/1/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Endpoint/Endpoint.swift:11:21: note: 'Payload' previously declared here
open class Endpoint<Payload> {
                    ^
[20/22] Compiling Endpoint EndpointController.swift
/Users/builder/builds/TDmZkXJm/1/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/builder/builds/TDmZkXJm/1/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 ReachabilityTester.swift
[22/22] Compiling Endpoint ValidationError.swift
Build complete! (6.68s)
Build complete.
Done.