The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Requestify, reference main (30a69c), with Swift 6.2 (beta) for Linux on 22 Jun 2025 03:49:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/insub4067/Requestify.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/insub4067/Requestify
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 30a69cd Update Params.swift
Cloned https://github.com/insub4067/Requestify.git
Revision (git rev-parse @):
30a69cdd036797e6db965fd5b6d0b8329f1542f9
SUCCESS checkout https://github.com/insub4067/Requestify.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/insub4067/Requestify.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.70s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (3.12s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/43] Compiling Alamofire URLRequest+Alamofire.swift
[6/43] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[7/43] Compiling Alamofire AlamofireExtended.swift
[8/43] Compiling Alamofire AuthenticationInterceptor.swift
[9/43] Compiling Alamofire CachedResponseHandler.swift
[10/48] Compiling Alamofire WebSocketRequest.swift
[11/48] Compiling Alamofire DispatchQueue+Alamofire.swift
[12/48] Compiling Alamofire OperationQueue+Alamofire.swift
[13/48] Compiling Alamofire Result+Alamofire.swift
[14/48] Compiling Alamofire StringEncoding+Alamofire.swift
[15/48] Compiling Alamofire NetworkReachabilityManager.swift
[16/48] Compiling Alamofire RedirectHandler.swift
[17/48] Compiling Alamofire RequestCompression.swift
[18/48] Compiling Alamofire RequestInterceptor.swift
[19/48] Compiling Alamofire ResponseSerialization.swift
[20/48] Emitting module Alamofire
[21/48] Compiling Alamofire HTTPMethod.swift
[22/48] Compiling Alamofire Notifications.swift
[23/48] Compiling Alamofire ParameterEncoder.swift
[24/48] Compiling Alamofire ParameterEncoding.swift
[25/48] Compiling Alamofire Protected.swift
[26/48] Compiling Alamofire Request.swift
[27/48] Compiling Alamofire Combine.swift
[28/48] Compiling Alamofire Concurrency.swift
[29/48] Compiling Alamofire EventMonitor.swift
[30/48] Compiling Alamofire MultipartFormData.swift
[31/48] Compiling Alamofire MultipartUpload.swift
[32/48] Compiling Alamofire RequestTaskMap.swift
[33/48] Compiling Alamofire Response.swift
[34/48] Compiling Alamofire Session.swift
[35/48] Compiling Alamofire SessionDelegate.swift
[36/48] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[37/48] Compiling Alamofire UploadRequest.swift
[38/48] Compiling Alamofire Alamofire.swift
[39/48] Compiling Alamofire AFError.swift
[40/48] Compiling Alamofire DataRequest.swift
[41/48] Compiling Alamofire DataStreamRequest.swift
[42/48] Compiling Alamofire DownloadRequest.swift
[43/48] Compiling Alamofire HTTPHeaders.swift
[44/48] Compiling Alamofire RetryPolicy.swift
[45/48] Compiling Alamofire ServerTrustEvaluation.swift
[46/48] Compiling Alamofire URLEncodedFormEncoder.swift
[47/48] Compiling Alamofire Validation.swift
[48/48] Compiling Alamofire resource_bundle_accessor.swift
[50/55] Compiling Requestify RequestBuilderError.swift
[51/55] Compiling Requestify printApiLog.swift
[52/55] Compiling Requestify Params.swift
[53/55] Compiling Requestify Encodable+.swift
[54/55] Compiling Requestify Requestify.swift
/host/spi-builder-workspace/Sources/Requestify/Requestify.swift:111:20: warning: capture of 'self' with non-Sendable type 'Requestify' in a '@Sendable' closure [#SendableClosureCaptures]
  8 | #endif
  9 |
 10 | public struct Requestify {
    |               `- note: consider making struct 'Requestify' conform to the 'Sendable' protocol
 11 |
 12 |     var urlString: String = ""
    :
109 |             )
110 |             .responseDecodable(of: R.self) { response in
111 |                 if printLog {
    |                    `- warning: capture of 'self' with non-Sendable type 'Requestify' in a '@Sendable' closure [#SendableClosureCaptures]
112 |                     printApiLog(response, object: object, printResponse: self.printResponse)
113 |                 }
/host/spi-builder-workspace/Sources/Requestify/Requestify.swift:112:21: warning: capture of non-Sendable type 'R.Type' in an isolated closure
110 |             .responseDecodable(of: R.self) { response in
111 |                 if printLog {
112 |                     printApiLog(response, object: object, printResponse: self.printResponse)
    |                     `- warning: capture of non-Sendable type 'R.Type' in an isolated closure
113 |                 }
114 |                 switch response.result {
/host/spi-builder-workspace/Sources/Requestify/Requestify.swift:102:53: warning: capture of non-Sendable type 'R.Type' in an isolated closure
100 |
101 |     @discardableResult func request<R: Codable>(_ expect: R.Type) async throws -> R {
102 |         try await withCheckedThrowingContinuation { continuation in
    |                                                     `- warning: capture of non-Sendable type 'R.Type' in an isolated closure
103 |             AF.request(
104 |                 self.urlString,
/host/spi-builder-workspace/Sources/Requestify/Requestify.swift:134:20: warning: capture of 'self' with non-Sendable type 'Requestify' in a '@Sendable' closure [#SendableClosureCaptures]
  8 | #endif
  9 |
 10 | public struct Requestify {
    |               `- note: consider making struct 'Requestify' conform to the 'Sendable' protocol
 11 |
 12 |     var urlString: String = ""
    :
132 |             )
133 |             .response { response in
134 |                 if printLog {
    |                    `- warning: capture of 'self' with non-Sendable type 'Requestify' in a '@Sendable' closure [#SendableClosureCaptures]
135 |                     printApiLog(response, object: object, printResponse: self.printResponse)
136 |                 }
/host/spi-builder-workspace/Sources/Requestify/Requestify.swift:160:20: warning: capture of 'self' with non-Sendable type 'Requestify' in a '@Sendable' closure [#SendableClosureCaptures]
  8 | #endif
  9 |
 10 | public struct Requestify {
    |               `- note: consider making struct 'Requestify' conform to the 'Sendable' protocol
 11 |
 12 |     var urlString: String = ""
    :
158 |             )
159 |             .responseDecodable(of: R.self) { response in
160 |                 if printLog {
    |                    `- warning: capture of 'self' with non-Sendable type 'Requestify' in a '@Sendable' closure [#SendableClosureCaptures]
161 |                     printApiLog(response, object: object, printResponse: self.printResponse)
162 |                 }
/host/spi-builder-workspace/Sources/Requestify/Requestify.swift:161:21: warning: capture of non-Sendable type 'R.Type' in an isolated closure
159 |             .responseDecodable(of: R.self) { response in
160 |                 if printLog {
161 |                     printApiLog(response, object: object, printResponse: self.printResponse)
    |                     `- warning: capture of non-Sendable type 'R.Type' in an isolated closure
162 |                 }
163 |                 switch response.result {
/host/spi-builder-workspace/Sources/Requestify/Requestify.swift:148:53: warning: capture of non-Sendable type 'R.Type' in an isolated closure
146 |
147 |     @discardableResult func upload<R: Codable>(_ expect: R.Type) async throws -> R {
148 |         try await withCheckedThrowingContinuation { continuation in
    |                                                     `- warning: capture of non-Sendable type 'R.Type' in an isolated closure
149 |             AF.upload(
150 |                 multipartFormData: { multipartFormData in
/host/spi-builder-workspace/Sources/Requestify/Requestify.swift:186:20: warning: capture of 'self' with non-Sendable type 'Requestify' in a '@Sendable' closure [#SendableClosureCaptures]
  8 | #endif
  9 |
 10 | public struct Requestify {
    |               `- note: consider making struct 'Requestify' conform to the 'Sendable' protocol
 11 |
 12 |     var urlString: String = ""
    :
184 |             )
185 |             .response { response in
186 |                 if printLog {
    |                    `- warning: capture of 'self' with non-Sendable type 'Requestify' in a '@Sendable' closure [#SendableClosureCaptures]
187 |                     printApiLog(response, object: object, printResponse: self.printResponse)
188 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[55/55] Emitting module Requestify
Build complete! (22.56s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.4.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    }
  ],
  "manifest_display_name" : "Requestify",
  "name" : "Requestify",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Requestify",
      "targets" : [
        "Requestify"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RequestifyTests",
      "module_type" : "SwiftTarget",
      "name" : "RequestifyTests",
      "path" : "Tests/RequestifyTests",
      "sources" : [
        "ParamsTests.swift",
        "RequestifyTests.swift"
      ],
      "target_dependencies" : [
        "Requestify"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Requestify",
      "module_type" : "SwiftTarget",
      "name" : "Requestify",
      "path" : "Sources/Requestify",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "Requestify"
      ],
      "sources" : [
        "Params.swift",
        "Requestify.swift",
        "Utils/Encodable+.swift",
        "Utils/RequestBuilderError.swift",
        "Utils/printApiLog.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.