Build Information
Successful build of Netable with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/steamclock/netable.git
Reference: v2.3.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/steamclock/netable
* tag v2.3.0 -> FETCH_HEAD
HEAD is now at d1dc982 fix changelog missing 2.2.0, update interceptor stuff to 2.3.0
Cloned https://github.com/steamclock/netable.git
Revision (git rev-parse @):
d1dc982cd6a0ec0db37e6d3873069f929422c074
SUCCESS checkout https://github.com/steamclock/netable.git at v2.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/steamclock/netable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/23] Compiling Netable GraphQLRequest.swift
[4/23] Compiling Netable HTTPMethod.swift
[5/23] Compiling Netable ArrayDecodeStrategy.swift
[6/25] Compiling Netable Netable+Equatable.swift
[7/25] Compiling Netable Netable+Error.swift
[8/25] Compiling Netable String+FullyQualifiedURL.swift
[9/25] Compiling Netable SmartUnwrap.swift
[10/25] Compiling Netable URLRequest+EncodeParameters.swift
[11/25] Compiling Netable AdaptedRequest.swift
[12/25] Compiling Netable Interceptor.swift
[13/25] Compiling Netable InterceptorList.swift
[14/25] Emitting module Netable
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:26:37: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public struct FailableDecodable<Element: Decodable>: Decodable {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:15:26: note: 'Element' previously declared here
public struct LossyArray<Element>: Sendable where Element: Sendable {
^
[15/25] Compiling Netable Config.swift
[16/25] Compiling Netable DecodingError+Logging.swift
[17/25] Compiling Netable Error.swift
[18/25] Compiling Netable URLRequest+EncodeURL.swift
[19/25] Compiling Netable URLRequest+Multipart.swift
[20/25] Compiling Netable LogDestination.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:26:37: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public struct FailableDecodable<Element: Decodable>: Decodable {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:15:26: note: 'Element' previously declared here
public struct LossyArray<Element>: Sendable where Element: Sendable {
^
[21/25] Compiling Netable LossyArray.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:26:37: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public struct FailableDecodable<Element: Decodable>: Decodable {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:15:26: note: 'Element' previously declared here
public struct LossyArray<Element>: Sendable where Element: Sendable {
^
[22/25] Compiling Netable Netable.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:26:37: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public struct FailableDecodable<Element: Decodable>: Decodable {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:15:26: note: 'Element' previously declared here
public struct LossyArray<Element>: Sendable where Element: Sendable {
^
[23/25] Compiling Netable Request.swift
[24/25] Compiling Netable RequestFailedDelegate.swift
[25/25] Compiling Netable RetryConfiguration.swift
Build complete! (4.61s)
Build complete.
Done.