The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Request, reference v2.3.2 (a69983), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 03:29:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/josercc/Request.git
Reference: v2.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/josercc/Request
 * tag               v2.3.2     -> FETCH_HEAD
HEAD is now at a69983d 修复可以支持最低部署版本
Cloned https://github.com/josercc/Request.git
Revision (git rev-parse @):
a69983df5b59bd10bfcf0ddb36f1297dcbdc8bcc
SUCCESS checkout https://github.com/josercc/Request.git at v2.3.2
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/Pircate/CleanJSON.git
[1/1929] Fetching cleanjson
[349/33426] Fetching cleanjson, alamofire
Fetched https://github.com/Pircate/CleanJSON.git from cache (1.54s)
[5670/31497] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (6.96s)
Computing version for https://github.com/Pircate/CleanJSON.git
Computed https://github.com/Pircate/CleanJSON.git at 1.0.9 (7.73s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.11.2 (0.59s)
Creating working copy for https://github.com/Pircate/CleanJSON.git
Working copy of https://github.com/Pircate/CleanJSON.git resolved at 1.0.9
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.11.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "request",
      "name": "Request",
      "url": "https://github.com/josercc/Request.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Request",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "alamofire",
          "name": "Alamofire",
          "url": "https://github.com/Alamofire/Alamofire.git",
          "version": "5.11.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Alamofire",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "cleanjson",
          "name": "CleanJSON",
          "url": "https://github.com/Pircate/CleanJSON.git",
          "version": "1.0.9",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CleanJSON",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/josercc/Request.git
[1/133] Fetching request
Fetched https://github.com/josercc/Request.git from cache (0.63s)
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetching https://github.com/Pircate/CleanJSON.git from cache
Fetched https://github.com/Alamofire/Alamofire.git from cache (0.61s)
Fetched https://github.com/Pircate/CleanJSON.git from cache (0.61s)
Computing version for https://github.com/Pircate/CleanJSON.git
Computed https://github.com/Pircate/CleanJSON.git at 1.0.9 (0.68s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.11.2 (0.05s)
Creating working copy for https://github.com/josercc/Request.git
Working copy of https://github.com/josercc/Request.git resolved at v2.3.2 (a69983d)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.11.2
Creating working copy for https://github.com/Pircate/CleanJSON.git
Working copy of https://github.com/Pircate/CleanJSON.git resolved at 1.0.9
warning: '.resolve-product-dependencies': dependency 'request' is not used by any target
Found 2 product dependencies
  - Alamofire
  - CleanJSON
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/josercc/Request.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/63] Compiling Alamofire OperationQueue+Alamofire.swift
[7/63] Compiling Alamofire Result+Alamofire.swift
[8/63] Compiling Alamofire StringEncoding+Alamofire.swift
[9/63] Compiling Alamofire URLRequest+Alamofire.swift
[10/67] Compiling Alamofire Alamofire.swift
[11/67] Compiling Alamofire AFError.swift
[12/67] Emitting module CleanJSON
[13/67] Compiling Alamofire DataRequest.swift
[14/67] Compiling Alamofire DataStreamRequest.swift
[15/68] Compiling Alamofire RequestCompression.swift
[16/68] Compiling Alamofire RequestInterceptor.swift
[17/68] Compiling Alamofire ResponseSerialization.swift
[18/68] Compiling Alamofire RetryPolicy.swift
[19/68] Compiling Alamofire HTTPHeaders.swift
[20/68] Compiling Alamofire HTTPMethod.swift
[21/68] Compiling Alamofire Notifications.swift
[22/68] Compiling Alamofire ParameterEncoder.swift
[23/68] Compiling Alamofire ParameterEncoding.swift
[24/68] Emitting module Alamofire
[29/68] Compiling Alamofire DownloadRequest.swift
[30/68] Compiling Alamofire Protected.swift
[31/68] Compiling Alamofire Request.swift
[32/68] Compiling CleanJSON _CleanJSONDecoder+SingleValueDecodingContainer.swift
[39/68] Compiling Alamofire RequestTaskMap.swift
[40/68] Compiling Alamofire Response.swift
[41/68] Compiling CleanJSON _CleanJSONDecoder+Unbox.swift
[46/68] Compiling Alamofire Session.swift
[47/68] Compiling Alamofire SessionDelegate.swift
[48/68] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[49/68] Compiling Alamofire UploadRequest.swift
[50/68] Compiling Alamofire WebSocketRequest.swift
[51/68] Compiling Alamofire DispatchQueue+Alamofire.swift
[52/68] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[53/68] Compiling Alamofire AlamofireExtended.swift
[54/68] Compiling Alamofire AuthenticationInterceptor.swift
[55/68] Compiling Alamofire CachedResponseHandler.swift
[56/68] Compiling Alamofire Combine.swift
[57/68] Compiling Alamofire Concurrency.swift
[58/68] Compiling Alamofire EventMonitor.swift
[59/68] Compiling Alamofire MultipartFormData.swift
[60/68] Compiling Alamofire MultipartUpload.swift
[61/68] Compiling Alamofire NetworkReachabilityManager.swift
[62/68] Compiling Alamofire OfflineRetrier.swift
[63/68] Compiling Alamofire RedirectHandler.swift
[64/68] Compiling CleanJSON _CleanJSONDecoder.swift
[65/68] Compiling Alamofire ServerTrustEvaluation.swift
[66/68] Compiling Alamofire URLEncodedFormEncoder.swift
[67/68] Compiling Alamofire Validation.swift
[68/68] Compiling Alamofire resource_bundle_accessor.swift
[69/73] Compiling Request Model.swift
[70/73] Emitting module Request
[71/73] Compiling Request Request.swift
/Users/admin/builder/spi-builder-workspace/Sources/Request/Request.swift:114:30: warning: capture of 'self' with non-Sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
112 |                    encoding: encoding,
113 |                    headers: headers)
114 |             .responseString {didReviceResponse(type: type,
    |                              `- warning: capture of 'self' with non-Sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
115 |                                                response: $0,
116 |                                                decoder: config.decoder,
/Users/admin/builder/spi-builder-workspace/Sources/Request/Request.swift:114:54: warning: capture of 'type' with non-Sendable type 'M.Type' in a '@Sendable' closure [#SendableClosureCaptures]
112 |                    encoding: encoding,
113 |                    headers: headers)
114 |             .responseString {didReviceResponse(type: type,
    |                                                      `- warning: capture of 'type' with non-Sendable type 'M.Type' in a '@Sendable' closure [#SendableClosureCaptures]
115 |                                                response: $0,
116 |                                                decoder: config.decoder,
/Users/admin/builder/spi-builder-workspace/Sources/Request/Request.swift:185:29: warning: capture of 'self' with non-Sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
183 |                   headers: headers,
184 |                   requestModifier: {$0.timeoutInterval = 5 * 60})
185 |             .responseString{didReviceResponse(type: type,
    |                             `- warning: capture of 'self' with non-Sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
186 |                                               response: $0,
187 |                                               decoder: config.decoder,
/Users/admin/builder/spi-builder-workspace/Sources/Request/Request.swift:185:53: warning: capture of 'type' with non-Sendable type 'M.Type' in a '@Sendable' closure [#SendableClosureCaptures]
183 |                   headers: headers,
184 |                   requestModifier: {$0.timeoutInterval = 5 * 60})
185 |             .responseString{didReviceResponse(type: type,
    |                                                     `- warning: capture of 'type' with non-Sendable type 'M.Type' in a '@Sendable' closure [#SendableClosureCaptures]
186 |                                               response: $0,
187 |                                               decoder: config.decoder,
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[72/73] Compiling Request APIConfig.swift
[73/73] Compiling Request Encodable+ToDictionary.swift
Build complete! (9.28s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "cleanjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Pircate/CleanJSON.git"
    }
  ],
  "manifest_display_name" : "Request",
  "name" : "Request",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "Request",
      "targets" : [
        "Request"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RequestTests",
      "module_type" : "SwiftTarget",
      "name" : "RequestTests",
      "path" : "Tests/RequestTests",
      "sources" : [
        "RequestTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Request"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Request",
      "module_type" : "SwiftTarget",
      "name" : "Request",
      "path" : "Sources/Request",
      "product_dependencies" : [
        "Alamofire",
        "CleanJSON"
      ],
      "product_memberships" : [
        "Request"
      ],
      "sources" : [
        "APIConfig.swift",
        "Encodable+ToDictionary.swift",
        "Model.swift",
        "Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.