Build Information
Successful build of Apic 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/JuanjoArreola/Apic.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/JuanjoArreola/Apic
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0ac166a Added public constructors to ResponseContainer
Cloned https://github.com/JuanjoArreola/Apic.git
Revision (git rev-parse @):
0ac166aace6d08c4d2ec9012b82f0b1b09795978
SUCCESS checkout https://github.com/JuanjoArreola/Apic.git at master
Fetching https://github.com/JuanjoArreola/AsyncRequest.git
[1/137] Fetching asyncrequest
Fetched https://github.com/JuanjoArreola/AsyncRequest.git (0.26s)
Computing version for https://github.com/JuanjoArreola/AsyncRequest.git
Computed https://github.com/JuanjoArreola/AsyncRequest.git at 2.3.0 (0.44s)
Creating working copy for https://github.com/JuanjoArreola/AsyncRequest.git
Working copy of https://github.com/JuanjoArreola/AsyncRequest.git resolved at 2.3.0
========================================
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": "apic",
"name": "Apic",
"url": "https://github.com/JuanjoArreola/Apic.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Apic",
"dependencies": [
{
"identity": "asyncrequest",
"name": "AsyncRequest",
"url": "https://github.com/JuanjoArreola/AsyncRequest.git",
"version": "2.3.0",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncRequest",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/JuanjoArreola/Apic.git
[1/1466] Fetching apic
Fetched https://github.com/JuanjoArreola/Apic.git (0.31s)
Fetching https://github.com/JuanjoArreola/AsyncRequest.git from cache
Fetched https://github.com/JuanjoArreola/AsyncRequest.git (0.16s)
Computing version for https://github.com/JuanjoArreola/AsyncRequest.git
Computed https://github.com/JuanjoArreola/AsyncRequest.git at 2.3.0 (0.03s)
Creating working copy for https://github.com/JuanjoArreola/AsyncRequest.git
Working copy of https://github.com/JuanjoArreola/AsyncRequest.git resolved at 2.3.0
Creating working copy for https://github.com/JuanjoArreola/Apic.git
Working copy of https://github.com/JuanjoArreola/Apic.git resolved at master
warning: '.resolve-product-dependencies': dependency 'apic' is not used by any target
Found 1 product dependencies
- AsyncRequest
========================================
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/9] Compiling AsyncRequest URLSessionRequest.swift
[2/9] Compiling AsyncRequest TimeoutRequest.swift
[3/10] Compiling AsyncRequest RequestGroup.swift
[4/10] Compiling AsyncRequest Request.swift
[5/10] Compiling AsyncRequest RequestError.swift
[6/10] Compiling AsyncRequest RequestHandlers.swift
[7/10] Compiling AsyncRequest Cancellable.swift
[8/10] Compiling AsyncRequest GroupRequestHandlers.swift
[9/10] Emitting module AsyncRequest
[10/10] Compiling AsyncRequest UUIDTimeoutRequest.swift
[11/25] Compiling Apic ResponseError.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ResponseError.swift:24:25: warning: function call causes an infinite recursion
return self.localizedDescription
^
[12/25] Compiling Apic ResponseParser.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ResponseError.swift:24:25: warning: function call causes an infinite recursion
return self.localizedDescription
^
[13/25] Compiling Apic RequestParameters.swift
[14/25] Compiling Apic ResponseContainer.swift
[15/27] Compiling Apic HostReachabilityInfo.swift
[16/27] Compiling Apic ParameterEncoding.swift
[17/27] Compiling Apic ReachabilityManager.swift
[18/27] Compiling Apic RepositorySessionDataDelegate.swift
[19/27] Compiling Apic Part.swift
[20/27] Compiling Apic Reachability.swift
[21/27] Compiling Apic DefaultResponseParser.swift
[22/27] Compiling Apic ErrorContainer.swift
[23/27] Emitting module Apic
[24/27] Compiling Apic AbstractRepository.swift
[25/27] Compiling Apic BaseRepository.swift
[26/27] Compiling Apic Route.swift
[27/27] Compiling Apic URLRequest+ParameterEncoding.swift
Build complete! (11.14s)
Build complete.
Done.