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 RSSwiftNetworking, reference 1.1.7 (0fb25c), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 17:52:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rootstrap/RSSwiftNetworking.git
Reference: 1.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rootstrap/RSSwiftNetworking
 * tag               1.1.7      -> FETCH_HEAD
HEAD is now at 0fb25cd Merge pull request #16 from rootstrap/feature/separate-key-name-from-file-name
Cloned https://github.com/rootstrap/RSSwiftNetworking.git
Revision (git rev-parse @):
0fb25cd68154313e597e68f3f286da46ed9cc4f9
SUCCESS checkout https://github.com/rootstrap/RSSwiftNetworking.git at 1.1.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rootstrap/RSSwiftNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[3/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/68] Emitting module RSSwiftNetworking
[7/70] Compiling Alamofire Alamofire.swift
[8/70] Compiling Alamofire AFError.swift
[9/70] Compiling Alamofire DispatchQueue+Alamofire.swift
[10/70] Compiling Alamofire OperationQueue+Alamofire.swift
[11/70] Compiling Alamofire Result+Alamofire.swift
[12/70] Compiling Alamofire RequestCompression.swift
[13/70] Compiling Alamofire RequestInterceptor.swift
[14/70] Compiling Alamofire ResponseSerialization.swift
[15/70] Compiling Alamofire RetryPolicy.swift
[16/74] Compiling RSSwiftNetworking RailsAPIHeadersProvider.swift
[17/74] Compiling RSSwiftNetworking Network.swift
[18/74] Compiling Alamofire DataRequest.swift
[19/74] Compiling Alamofire DataStreamRequest.swift
[24/74] Compiling Alamofire SessionDelegate.swift
[25/74] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[26/74] Compiling Alamofire UploadRequest.swift
[27/74] Compiling Alamofire WebSocketRequest.swift
[28/74] Compiling Alamofire MultipartFormData.swift
[29/74] Compiling Alamofire MultipartUpload.swift
[30/74] Compiling Alamofire NetworkReachabilityManager.swift
[31/74] Compiling Alamofire RedirectHandler.swift
[33/74] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[34/74] Compiling Alamofire AlamofireExtended.swift
[35/74] Compiling Alamofire AuthenticationInterceptor.swift
[36/74] Compiling Alamofire CachedResponseHandler.swift
[37/74] Compiling Alamofire Combine.swift
[38/74] Compiling Alamofire Concurrency.swift
[39/74] Compiling Alamofire EventMonitor.swift
[40/74] Emitting module Alamofire
[41/74] Compiling Alamofire ParameterEncoding.swift
[42/74] Compiling Alamofire Protected.swift
[43/74] Compiling Alamofire Request.swift
[44/74] Compiling Alamofire Notifications.swift
[45/74] Compiling Alamofire ParameterEncoder.swift
[46/74] Compiling Alamofire RequestTaskMap.swift
[47/74] Compiling Alamofire Response.swift
[48/74] Compiling Alamofire DownloadRequest.swift
[49/74] Compiling Alamofire HTTPHeaders.swift
[50/74] Compiling Alamofire HTTPMethod.swift
[53/74] Compiling Alamofire Session.swift
[71/74] Compiling Alamofire ServerTrustEvaluation.swift
[72/74] Compiling Alamofire URLEncodedFormEncoder.swift
[73/74] Compiling Alamofire Validation.swift
[74/74] Compiling Alamofire resource_bundle_accessor.swift
[75/77] Compiling RSSwiftNetworkingAlamofire APIClient+Alamofire.swift
[76/77] Compiling RSSwiftNetworkingAlamofire AlamofireNetworkProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/RSSwiftNetworkingAlamofire/AlamofireNetworkProvider.swift:144:1: warning: extension declares a conformance of imported type 'DataRequest' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Alamofire' introduce this conformance in the future
142 | }
143 |
144 | extension DataRequest: Cancellable {}
    | |- warning: extension declares a conformance of imported type 'DataRequest' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Alamofire' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |
146 | fileprivate extension MultipartMedia {
[77/77] Emitting module RSSwiftNetworkingAlamofire
/Users/admin/builder/spi-builder-workspace/Sources/RSSwiftNetworkingAlamofire/AlamofireNetworkProvider.swift:144:1: warning: extension declares a conformance of imported type 'DataRequest' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Alamofire' introduce this conformance in the future
142 | }
143 |
144 | extension DataRequest: Cancellable {}
    | |- warning: extension declares a conformance of imported type 'DataRequest' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Alamofire' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |
146 | fileprivate extension MultipartMedia {
Build complete! (10.01s)
Fetching https://github.com/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.43s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (2.88s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    }
  ],
  "manifest_display_name" : "RSSwiftNetworking",
  "name" : "RSSwiftNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "RSSwiftNetworking",
      "targets" : [
        "RSSwiftNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RSSwiftNetworkingAlamofire",
      "targets" : [
        "RSSwiftNetworkingAlamofire",
        "RSSwiftNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RSSwiftNetworkingAlamofire",
      "module_type" : "SwiftTarget",
      "name" : "RSSwiftNetworkingAlamofire",
      "path" : "Sources/RSSwiftNetworkingAlamofire",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "RSSwiftNetworkingAlamofire"
      ],
      "sources" : [
        "APIClient+Alamofire.swift",
        "AlamofireNetworkProvider.swift"
      ],
      "target_dependencies" : [
        "RSSwiftNetworking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RSSwiftNetworking",
      "module_type" : "SwiftTarget",
      "name" : "RSSwiftNetworking",
      "path" : "Sources/RSSwiftNetworking",
      "product_memberships" : [
        "RSSwiftNetworking",
        "RSSwiftNetworkingAlamofire"
      ],
      "sources" : [
        "Errors/APIClientError.swift",
        "Errors/APIError.swift",
        "Errors/ErrorDomain.swift",
        "Extensions/APIClient+Concurrency.swift",
        "Extensions/Data+Base64.swift",
        "Extensions/Endpoint+URLRequest.swift",
        "Extensions/JSONDecoder+DecodingConfiguration.swift",
        "Extensions/String+File.swift",
        "Models/Base64Media.swift",
        "Models/MultipartMedia.swift",
        "Protocols/APIClient.swift",
        "Protocols/Cancellable.swift",
        "Protocols/HeaderProvider.swift",
        "Protocols/NetworkProvider.swift",
        "Services/BaseAPIClient.swift",
        "Services/Endpoints/RailsAPIEndpoint.swift",
        "Types/API/APIEndpoint.swift",
        "Types/API/DecodingConfiguration.swift",
        "Types/API/EncodingConfiguration.swift",
        "Types/API/Endpoint.swift",
        "Types/API/HTTPHeader.swift",
        "Types/API/ParameterEncoding.swift",
        "Types/API/RailsAPIHeadersProvider.swift",
        "Types/Network/Network.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.