This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

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.23.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/TDmZkXJm/3/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 into spi-builder-workspace
4fd7f593d10dfe310721de86bda601d817d11547
SUCCESS checkout https://github.com/carson-katri/swift-request.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0.app" xcrun swift build --arch arm64
Building for debugging...
[1/5] Emitting module Json
[2/5] Compiling Json Literals.swift
[3/5] Compiling Json JsonBuilder.swift
[4/5] Compiling Json JsonSubscript.swift
[5/5] Compiling Json Json.swift
[6/40] Compiling Request Body.swift
[7/40] Compiling Request CombinedParams.swift
[8/40] Compiling Request EmptyParam.swift
[9/40] Compiling Request Header.swift
[10/40] Compiling Request Headers.swift
[11/44] Emitting module Request
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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 Auth.swift
[13/44] Compiling Request CacheType.swift
[14/44] Compiling Request MediaType.swift
[15/44] Compiling Request RequestError.swift
[16/44] Compiling Request UserAgent.swift
[17/44] Compiling Request RequestChain.swift
[18/44] Compiling Request RequestGroup+Combine.swift
[19/44] Compiling Request RequestGroup.swift
[20/44] Compiling Request Form.Data.swift
[21/44] Compiling Request Form.File.swift
[22/44] Compiling Request Method.swift
[23/44] Compiling Request Query.swift
[24/44] Compiling Request QueryParam.swift
[25/44] Compiling Request RequestParam.swift
[26/44] Compiling Request SessionParam.swift
[27/44] Compiling Request Form.Value.swift
[28/44] Compiling Request Form.swift
[29/44] Compiling Request FormBuilder.Combined.swift
[30/44] Compiling Request FormBuilder.Empty.swift
[31/44] Compiling Request FormBuilder.swift
[32/44] Compiling Request Timeout.Source.swift
[33/44] Compiling Request Timeout.swift
[34/44] Compiling Request ProtocolType.swift
[35/44] Compiling Request Url.swift
[36/44] Compiling Request Requested.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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/44] Compiling Request RequestStatus.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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 {
                                 ^
[38/44] Compiling Request RequestImage.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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 {
                                 ^
[39/44] Compiling Request RequestView.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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 {
                                 ^
[40/44] Compiling Request FormParam.swift
[41/44] Compiling Request Request+Combine.swift
[42/44] Compiling Request Request.swift
[43/44] Compiling Request RequestBuilder.swift
[44/44] Compiling Request AnyParam.swift
Build complete! (12.24s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/carson-katri/swift-request.git from cache
Fetched https://github.com/carson-katri/swift-request.git (0.28s)
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
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-request",
      "dependencies": [

      ]
    }
  ]
}
Found 0 product dependencies
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.