Build Information
Successful build of Request 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/carson-katri/swift-request.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/carson-katri/swift-request
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4fd7f59 Attempt workflow fix
Cloned https://github.com/carson-katri/swift-request.git
Revision (git rev-parse @):
4fd7f593d10dfe310721de86bda601d817d11547
SUCCESS checkout https://github.com/carson-katri/swift-request.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-request",
"name": "Request",
"url": "https://github.com/carson-katri/swift-request.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-request",
"dependencies": [
]
}
]
}
Fetching https://github.com/carson-katri/swift-request.git from cache
Fetched https://github.com/carson-katri/swift-request.git (0.19s)
Creating working copy for https://github.com/carson-katri/swift-request.git
Working copy of https://github.com/carson-katri/swift-request.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swift-request' 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/5] Compiling Json Literals.swift
[2/5] Compiling Json JsonSubscript.swift
[3/5] Emitting module Json
[4/5] Compiling Json Json.swift
[5/5] Compiling Json JsonBuilder.swift
[6/40] Compiling Request Auth.swift
[7/40] Compiling Request CacheType.swift
[8/40] Compiling Request MediaType.swift
[9/40] Compiling Request RequestError.swift
[10/40] Compiling Request UserAgent.swift
[11/44] Compiling Request Requested.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:80:17: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public init<Content: View, Placeholder: View>(
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:17:34: note: 'Content' previously declared here
public struct RequestView<Value, Content> : View where Value: Decodable, Content: View {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:94:42: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public init<ResponseType: Decodable, Content: View, Placeholder: View>(
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:17:34: note: 'Content' previously declared here
public struct RequestView<Value, Content> : View where Value: Decodable, Content: View {
^
[12/44] Compiling Request RequestStatus.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:80:17: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public init<Content: View, Placeholder: View>(
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:17:34: note: 'Content' previously declared here
public struct RequestView<Value, Content> : View where Value: Decodable, Content: View {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:94:42: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public init<ResponseType: Decodable, Content: View, Placeholder: View>(
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:17:34: note: 'Content' previously declared here
public struct RequestView<Value, Content> : View where Value: Decodable, Content: View {
^
[13/44] Compiling Request RequestImage.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:80:17: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public init<Content: View, Placeholder: View>(
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:17:34: note: 'Content' previously declared here
public struct RequestView<Value, Content> : View where Value: Decodable, Content: View {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:94:42: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public init<ResponseType: Decodable, Content: View, Placeholder: View>(
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:17:34: note: 'Content' previously declared here
public struct RequestView<Value, Content> : View where Value: Decodable, Content: View {
^
[14/44] Compiling Request RequestView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:80:17: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public init<Content: View, Placeholder: View>(
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:17:34: note: 'Content' previously declared here
public struct RequestView<Value, Content> : View where Value: Decodable, Content: View {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:94:42: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public init<ResponseType: Decodable, Content: View, Placeholder: View>(
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:17:34: note: 'Content' previously declared here
public struct RequestView<Value, Content> : View where Value: Decodable, Content: View {
^
[15/44] Compiling Request Body.swift
[16/44] Compiling Request CombinedParams.swift
[17/44] Compiling Request EmptyParam.swift
[18/44] Compiling Request Header.swift
[19/44] Compiling Request Headers.swift
[20/44] Compiling Request Method.swift
[21/44] Compiling Request Query.swift
[22/44] Compiling Request QueryParam.swift
[23/44] Compiling Request RequestParam.swift
[24/44] Compiling Request SessionParam.swift
[25/44] Compiling Request Timeout.Source.swift
[26/44] Compiling Request Timeout.swift
[27/44] Compiling Request ProtocolType.swift
[28/44] Compiling Request Url.swift
[29/44] Compiling Request Form.Value.swift
[30/44] Compiling Request Form.swift
[31/44] Compiling Request FormBuilder.Combined.swift
[32/44] Compiling Request FormBuilder.Empty.swift
[33/44] Compiling Request FormBuilder.swift
[34/44] Compiling Request RequestChain.swift
[35/44] Compiling Request RequestGroup+Combine.swift
[36/44] Compiling Request RequestGroup.swift
[37/44] Compiling Request Form.Data.swift
[38/44] Compiling Request Form.File.swift
[39/44] Compiling Request FormParam.swift
[40/44] Compiling Request Request+Combine.swift
[41/44] Compiling Request Request.swift
[42/44] Compiling Request RequestBuilder.swift
[43/44] Compiling Request AnyParam.swift
[44/44] Emitting module Request
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:80:17: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public init<Content: View, Placeholder: View>(
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:17:34: note: 'Content' previously declared here
public struct RequestView<Value, Content> : View where Value: Decodable, Content: View {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:94:42: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public init<ResponseType: Decodable, Content: View, Placeholder: View>(
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Request/SwiftUI/Views/RequestView.swift:17:34: note: 'Content' previously declared here
public struct RequestView<Value, Content> : View where Value: Decodable, Content: View {
^
Build complete! (11.32s)
Build complete.
Done.