Build Information
Successful build of Request 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/carson-katri/swift-request.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/carson-katri/swift-request.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/8] Compiling Json JsonBuilder.swift
[5/8] Compiling Json JsonSubscript.swift
[6/8] Compiling Json Literals.swift
[7/8] Emitting module Json
[8/8] Compiling Json Json.swift
[9/43] Compiling Request Form.Value.swift
[10/43] Compiling Request Form.swift
[11/43] Compiling Request FormBuilder.Combined.swift
[12/43] Compiling Request FormBuilder.Empty.swift
[13/43] Compiling Request FormBuilder.swift
[14/47] Compiling Request Method.swift
[15/47] Compiling Request Query.swift
[16/47] Compiling Request QueryParam.swift
[17/47] Compiling Request RequestParam.swift
[18/47] Compiling Request SessionParam.swift
[19/47] Compiling Request RequestChain.swift
[20/47] Compiling Request RequestGroup+Combine.swift
[21/47] Compiling Request RequestGroup.swift
[22/47] Compiling Request Form.Data.swift
[23/47] Compiling Request Form.File.swift
[24/47] Compiling Request Timeout.Source.swift
[25/47] Compiling Request Timeout.swift
[26/47] Compiling Request ProtocolType.swift
[27/47] Compiling Request Url.swift
[28/47] Compiling Request Body.swift
[29/47] Compiling Request CombinedParams.swift
[30/47] Compiling Request EmptyParam.swift
[31/47] Compiling Request Header.swift
[32/47] Compiling Request Headers.swift
[33/47] Compiling Request Requested.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
^
[34/47] Compiling Request RequestStatus.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
^
[35/47] Compiling Request RequestImage.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
^
[36/47] Compiling Request RequestView.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
^
[37/47] Compiling Request Auth.swift
[38/47] Compiling Request CacheType.swift
[39/47] Compiling Request MediaType.swift
[40/47] Compiling Request RequestError.swift
[41/47] Compiling Request UserAgent.swift
[42/47] Emitting module Request
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
^
[43/47] Compiling Request FormParam.swift
[44/47] Compiling Request Request+Combine.swift
[45/47] Compiling Request Request.swift
[46/47] Compiling Request RequestBuilder.swift
[47/47] Compiling Request AnyParam.swift
Build complete! (5.13s)
Build complete.
Done.