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 PatreonAPI-Swift, reference 0.9.15 (ebb99a), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:35:27 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/amirsaam/PatreonAPI-Swift.git
Reference: 0.9.15
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amirsaam/PatreonAPI-Swift
 * tag               0.9.15     -> FETCH_HEAD
HEAD is now at ebb99a7 Update CampaignData.swift
Cloned https://github.com/amirsaam/PatreonAPI-Swift.git
Revision (git rev-parse @):
ebb99a7e5243566b9df5b02bd95025601303c097
SUCCESS checkout https://github.com/amirsaam/PatreonAPI-Swift.git at 0.9.15
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/amirsaam/PatreonAPI-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Copying PrivacyInfo.xcprivacy
[1/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/50] Emitting module CodableAny
[8/50] Compiling CodableAny CodableAny.swift
[9/50] Emitting module Alamofire
[10/54] Compiling Alamofire DispatchQueue+Alamofire.swift
[11/54] Compiling Alamofire OperationQueue+Alamofire.swift
[12/54] Compiling Alamofire Result+Alamofire.swift
[13/54] Compiling Alamofire StringEncoding+Alamofire.swift
[14/54] Emitting module Semaphore
[15/54] Compiling Semaphore AsyncSemaphore.swift
[16/54] Compiling Alamofire RequestCompression.swift
[17/54] Compiling Alamofire RequestInterceptor.swift
[18/54] Compiling Alamofire ResponseSerialization.swift
[19/54] Compiling Alamofire RetryPolicy.swift
[20/54] Compiling Alamofire SessionDelegate.swift
[21/54] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[22/54] Compiling Alamofire UploadRequest.swift
[23/54] Compiling Alamofire WebSocketRequest.swift
[24/54] Compiling Alamofire HTTPHeaders.swift
[25/54] Compiling Alamofire HTTPMethod.swift
[26/54] Compiling Alamofire Notifications.swift
[27/54] Compiling Alamofire ParameterEncoder.swift
[28/54] Compiling Alamofire ParameterEncoding.swift
[29/54] Compiling Alamofire MultipartFormData.swift
[30/54] Compiling Alamofire MultipartUpload.swift
[31/54] Compiling Alamofire NetworkReachabilityManager.swift
[32/54] Compiling Alamofire RedirectHandler.swift
[33/54] Compiling Alamofire URLRequest+Alamofire.swift
[34/54] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[35/54] Compiling Alamofire AlamofireExtended.swift
[36/54] Compiling Alamofire AuthenticationInterceptor.swift
[37/54] Compiling Alamofire CachedResponseHandler.swift
[38/54] Compiling Alamofire Combine.swift
[39/54] Compiling Alamofire Concurrency.swift
[40/54] Compiling Alamofire EventMonitor.swift
[41/54] Compiling Alamofire Alamofire.swift
[42/54] Compiling Alamofire AFError.swift
[43/54] Compiling Alamofire DataRequest.swift
[44/54] Compiling Alamofire DataStreamRequest.swift
[45/54] Compiling Alamofire DownloadRequest.swift
[46/54] Compiling Alamofire ServerTrustEvaluation.swift
[47/54] Compiling Alamofire URLEncodedFormEncoder.swift
[48/54] Compiling Alamofire Validation.swift
[49/54] Compiling Alamofire resource_bundle_accessor.swift
[50/54] Compiling Alamofire Protected.swift
[51/54] Compiling Alamofire Request.swift
[52/54] Compiling Alamofire RequestTaskMap.swift
[53/54] Compiling Alamofire Response.swift
[54/54] Compiling Alamofire Session.swift
[55/68] Compiling PatreonAPI PatreonDataCalls.swift
/Users/admin/builder/spi-builder-workspace/Sources/PatreonAPI/PatreonDataCalls.swift:144:29: warning: capture of non-sendable type 'T.Type' in an isolated closure
142 |         .responseDecodable(of: T.self) {
143 |             (response: DataResponse<T, AFError>) in
144 |             switch response.result {
    |                             `- warning: capture of non-sendable type 'T.Type' in an isolated closure
145 |             case .success(let value):
146 |                 data = value
/Users/admin/builder/spi-builder-workspace/Sources/PatreonAPI/PatreonDataCalls.swift:126:13: warning: capture of non-sendable type 'T.Type' in an isolated closure
124 |
125 |         let semaphore = AsyncSemaphore(value: 0)
126 |         var data: T?
    |             `- warning: capture of non-sendable type 'T.Type' in an isolated closure
127 |
128 |         var urlComponents = URLComponents()
[56/68] Compiling PatreonAPI PatreonAPIClass.swift
[57/69] Compiling PatreonAPI GoalsAttsRel.swift
[58/69] Compiling PatreonAPI Miscs.swift
[59/69] Compiling PatreonAPI UserIdentity.swift
[60/69] Compiling PatreonAPI CampaignPatrons.swift
[61/69] Compiling PatreonAPI DeliverablesAttsRel.swift
[62/69] Compiling PatreonAPI TiersAttsRel.swift
[63/69] Compiling PatreonAPI UserAddress.swift
[64/69] Compiling PatreonAPI OAuthData.swift
[65/69] Compiling PatreonAPI PatreonMedia.swift
[66/69] Emitting module PatreonAPI
[67/69] Compiling PatreonAPI BenefitsAttsRel.swift
[68/69] Compiling PatreonAPI CampaignData.swift
[69/69] Compiling PatreonAPI PatreonOAuthCalls.swift
/Users/admin/builder/spi-builder-workspace/Sources/PatreonAPI/PatreonOAuthCalls.swift:76:10: warning: type 'PatronOAuth' does not conform to the 'Sendable' protocol
74 |                    parameters: parameters,
75 |                    headers: headers)
76 |         .responseDecodable(of: PatronOAuth.self) {
   |          `- warning: type 'PatronOAuth' does not conform to the 'Sendable' protocol
77 |             (response: DataResponse<PatronOAuth, AFError>) in
78 |             switch response.result {
/Users/admin/builder/spi-builder-workspace/Sources/PatreonAPI/Patreon Data Structs/OAuthData.swift:10:15: note: consider making struct 'PatronOAuth' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct PatronOAuth: Codable {
   |               `- note: consider making struct 'PatronOAuth' conform to the 'Sendable' protocol
11 |     public let access_token: String
12 |     public let refresh_token: String
/Users/admin/builder/spi-builder-workspace/Sources/PatreonAPI/PatreonOAuthCalls.swift:80:17: warning: capture of 'requestResponse' with non-sendable type 'PatronOAuth?' in a '@Sendable' closure [#SendableClosureCaptures]
78 |             switch response.result {
79 |             case .success(let data):
80 |                 requestResponse = data
   |                 `- warning: capture of 'requestResponse' with non-sendable type 'PatronOAuth?' in a '@Sendable' closure [#SendableClosureCaptures]
81 |                 debugPrint("PatreonAPI: Data of type \(PatronOAuth.self) fetched.")
82 |             case .failure(let error):
/Users/admin/builder/spi-builder-workspace/Sources/PatreonAPI/Patreon Data Structs/OAuthData.swift:10:15: note: consider making struct 'PatronOAuth' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct PatronOAuth: Codable {
   |               `- note: consider making struct 'PatronOAuth' conform to the 'Sendable' protocol
11 |     public let access_token: String
12 |     public let refresh_token: String
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (13.92s)
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/amirsaam/CodableAny.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/34] Fetching codableany
[35/327] Fetching codableany, semaphore
[328/30468] Fetching codableany, semaphore, alamofire
Fetched https://github.com/amirsaam/CodableAny.git from cache (2.51s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.51s)
Fetched https://github.com/groue/Semaphore.git from cache (2.51s)
Computing version for https://github.com/amirsaam/CodableAny.git
Computed https://github.com/amirsaam/CodableAny.git at 0.2.0 (3.01s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.1.0 (0.39s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.41s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/amirsaam/CodableAny.git
Working copy of https://github.com/amirsaam/CodableAny.git resolved at 0.2.0
Creating working copy for https://github.com/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "codableany",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amirsaam/CodableAny.git"
    }
  ],
  "manifest_display_name" : "PatreonAPI-Swift",
  "name" : "PatreonAPI-Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "PatreonAPI",
      "targets" : [
        "PatreonAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PatreonAPI_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PatreonAPI-Tests",
      "path" : "Tests/PatreonAPI-Tests",
      "sources" : [
        "PatreonAPI_SwiftTests.swift"
      ],
      "target_dependencies" : [
        "PatreonAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PatreonAPI",
      "module_type" : "SwiftTarget",
      "name" : "PatreonAPI",
      "path" : "Sources/PatreonAPI",
      "product_dependencies" : [
        "Alamofire",
        "Semaphore",
        "CodableAny"
      ],
      "product_memberships" : [
        "PatreonAPI"
      ],
      "sources" : [
        "Patreon Data Structs/BenefitsAttsRel.swift",
        "Patreon Data Structs/CampaignData.swift",
        "Patreon Data Structs/CampaignPatrons.swift",
        "Patreon Data Structs/DeliverablesAttsRel.swift",
        "Patreon Data Structs/GoalsAttsRel.swift",
        "Patreon Data Structs/Miscs.swift",
        "Patreon Data Structs/OAuthData.swift",
        "Patreon Data Structs/PatreonMedia.swift",
        "Patreon Data Structs/TiersAttsRel.swift",
        "Patreon Data Structs/UserAddress.swift",
        "Patreon Data Structs/UserIdentity.swift",
        "PatreonAPIClass.swift",
        "PatreonDataCalls.swift",
        "PatreonOAuthCalls.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.