Build Information
Successful build of Netable 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/steamclock/netable.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/steamclock/netable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "netable",
"name": "Netable",
"url": "https://github.com/steamclock/netable.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/netable",
"dependencies": [
]
}
]
}
Fetching https://github.com/steamclock/netable.git
[1/3634] Fetching netable
Fetched https://github.com/steamclock/netable.git (1.37s)
Creating working copy for https://github.com/steamclock/netable.git
Working copy of https://github.com/steamclock/netable.git resolved at main
warning: '.resolve-product-dependencies': dependency 'netable' is not used by any target
Found 0 product dependencies
========================================
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/21] Compiling Netable AdaptedRequest.swift
[2/21] Compiling Netable Interceptor.swift
[3/21] Compiling Netable InterceptorList.swift
[4/21] Compiling Netable GraphQLRequest.swift
[5/21] Compiling Netable HTTPMethod.swift
[6/21] Compiling Netable ArrayDecodeStrategy.swift
[7/23] Emitting module Netable
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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 {
^
[8/23] Compiling Netable Netable+Equatable.swift
[9/23] Compiling Netable Netable+Error.swift
[10/23] Compiling Netable String+FullyQualifiedURL.swift
[11/23] Compiling Netable SmartUnwrap.swift
[12/23] Compiling Netable URLRequest+EncodeParameters.swift
[13/23] Compiling Netable Config.swift
[14/23] Compiling Netable DecodingError+Logging.swift
[15/23] Compiling Netable Error.swift
[16/23] Compiling Netable Request.swift
[17/23] Compiling Netable RequestFailedDelegate.swift
[18/23] Compiling Netable RetryConfiguration.swift
[19/23] Compiling Netable LogDestination.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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 {
^
[20/23] Compiling Netable LossyArray.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/23] Compiling Netable Netable.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/23] Compiling Netable URLRequest+EncodeURL.swift
[23/23] Compiling Netable URLRequest+Multipart.swift
Build complete! (11.82s)
Build complete.
Done.