Build Information
Successful build of PatreonAPI-Swift, reference master (21e9d6
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:34:48 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amirsaam/PatreonAPI-Swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 21e9d6a Revert "Switch to Flight-School's `AnyCodable` from my own `CodableAny`"
Cloned https://github.com/amirsaam/PatreonAPI-Swift.git
Revision (git rev-parse @):
21e9d6a0c428ffd040b8ffabc0035d3ab3d9a581
SUCCESS checkout https://github.com/amirsaam/PatreonAPI-Swift.git at master
========================================
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] Compiling CodableAny CodableAny.swift
[8/50] Emitting module CodableAny
[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] Compiling Alamofire URLRequest+Alamofire.swift
[15/54] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[16/54] Compiling Alamofire AlamofireExtended.swift
[17/54] Compiling Alamofire AuthenticationInterceptor.swift
[18/54] Compiling Semaphore AsyncSemaphore.swift
[19/54] Emitting module Semaphore
[20/54] Compiling Alamofire HTTPHeaders.swift
[21/54] Compiling Alamofire HTTPMethod.swift
[22/54] Compiling Alamofire Notifications.swift
[23/54] Compiling Alamofire ParameterEncoder.swift
[24/54] Compiling Alamofire ParameterEncoding.swift
[25/54] Compiling Alamofire MultipartFormData.swift
[26/54] Compiling Alamofire MultipartUpload.swift
[27/54] Compiling Alamofire NetworkReachabilityManager.swift
[28/54] Compiling Alamofire RedirectHandler.swift
[29/54] Compiling Alamofire ServerTrustEvaluation.swift
[30/54] Compiling Alamofire URLEncodedFormEncoder.swift
[31/54] Compiling Alamofire Validation.swift
[32/54] Compiling Alamofire resource_bundle_accessor.swift
[33/54] Compiling Alamofire Alamofire.swift
[34/54] Compiling Alamofire AFError.swift
[35/54] Compiling Alamofire DataRequest.swift
[36/54] Compiling Alamofire DataStreamRequest.swift
[37/54] Compiling Alamofire DownloadRequest.swift
[38/54] Compiling Alamofire CachedResponseHandler.swift
[39/54] Compiling Alamofire Combine.swift
[40/54] Compiling Alamofire Concurrency.swift
[41/54] Compiling Alamofire EventMonitor.swift
[42/54] Compiling Alamofire RequestCompression.swift
[43/54] Compiling Alamofire RequestInterceptor.swift
[44/54] Compiling Alamofire ResponseSerialization.swift
[45/54] Compiling Alamofire RetryPolicy.swift
[46/54] Compiling Alamofire Protected.swift
[47/54] Compiling Alamofire Request.swift
[48/54] Compiling Alamofire RequestTaskMap.swift
[49/54] Compiling Alamofire Response.swift
[50/54] Compiling Alamofire Session.swift
[51/54] Compiling Alamofire SessionDelegate.swift
[52/54] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[53/54] Compiling Alamofire UploadRequest.swift
[54/54] Compiling Alamofire WebSocketRequest.swift
[55/68] Compiling PatreonAPI UserAddress.swift
[56/68] Compiling PatreonAPI OAuthData.swift
[57/68] Compiling PatreonAPI PatreonMedia.swift
[58/68] Compiling PatreonAPI TiersAttsRel.swift
[59/69] Compiling PatreonAPI PatreonAPIClass.swift
[60/69] 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()
[61/69] Compiling PatreonAPI UserIdentity.swift
[62/69] Compiling PatreonAPI CampaignPatrons.swift
[63/69] Compiling PatreonAPI DeliverablesAttsRel.swift
[64/69] Emitting module PatreonAPI
[65/69] Compiling PatreonAPI GoalsAttsRel.swift
[66/69] Compiling PatreonAPI Miscs.swift
[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! (14.28s)
Fetching https://github.com/amirsaam/CodableAny.git
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/293] Fetching semaphore
[277/327] Fetching semaphore, codableany
[322/30468] Fetching semaphore, codableany, alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.63s)
Fetched https://github.com/groue/Semaphore.git from cache (2.63s)
Fetched https://github.com/amirsaam/CodableAny.git from cache (2.63s)
Computing version for https://github.com/amirsaam/CodableAny.git
Computed https://github.com/amirsaam/CodableAny.git at 0.2.0 (3.21s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.1.0 (0.41s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.44s)
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
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.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.