Build Information
Successful build of MoyaAPIClient, reference main (49f00a
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 09:13:50 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/fummicc1/MoyaAPIClient.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fummicc1/MoyaAPIClient
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 49f00a0 fix: APIClient
Cloned https://github.com/fummicc1/MoyaAPIClient.git
Revision (git rev-parse @):
49f00a0fcaa64bac86aa19e51c291da00430be5d
SUCCESS checkout https://github.com/fummicc1/MoyaAPIClient.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/fummicc1/MoyaAPIClient.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
[2/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/45] Emitting module Alamofire
[7/49] Compiling Alamofire DispatchQueue+Alamofire.swift
[8/49] Compiling Alamofire OperationQueue+Alamofire.swift
[9/49] Compiling Alamofire Result+Alamofire.swift
[10/49] Compiling Alamofire StringEncoding+Alamofire.swift
[11/49] Compiling Alamofire URLRequest+Alamofire.swift
[12/49] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[13/49] Compiling Alamofire AlamofireExtended.swift
[14/49] Compiling Alamofire AuthenticationInterceptor.swift
[15/49] Compiling Alamofire SessionDelegate.swift
[16/49] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[17/49] Compiling Alamofire UploadRequest.swift
[18/49] Compiling Alamofire WebSocketRequest.swift
[19/49] Compiling Alamofire HTTPHeaders.swift
[20/49] Compiling Alamofire HTTPMethod.swift
[21/49] Compiling Alamofire Notifications.swift
[22/49] Compiling Alamofire ParameterEncoder.swift
[23/49] Compiling Alamofire ParameterEncoding.swift
[24/49] Compiling Alamofire RequestCompression.swift
[25/49] Compiling Alamofire RequestInterceptor.swift
[26/49] Compiling Alamofire ResponseSerialization.swift
[27/49] Compiling Alamofire RetryPolicy.swift
[28/49] Compiling Alamofire Alamofire.swift
[29/49] Compiling Alamofire AFError.swift
[30/49] Compiling Alamofire DataRequest.swift
[31/49] Compiling Alamofire DataStreamRequest.swift
[32/49] Compiling Alamofire DownloadRequest.swift
[33/49] Compiling Alamofire Protected.swift
[34/49] Compiling Alamofire Request.swift
[35/49] Compiling Alamofire RequestTaskMap.swift
[36/49] Compiling Alamofire Response.swift
[37/49] Compiling Alamofire Session.swift
[38/49] Compiling Alamofire CachedResponseHandler.swift
[39/49] Compiling Alamofire Combine.swift
[40/49] Compiling Alamofire Concurrency.swift
[41/49] Compiling Alamofire EventMonitor.swift
[42/49] Compiling Alamofire MultipartFormData.swift
[43/49] Compiling Alamofire MultipartUpload.swift
[44/49] Compiling Alamofire NetworkReachabilityManager.swift
[45/49] Compiling Alamofire RedirectHandler.swift
[46/49] Compiling Alamofire ServerTrustEvaluation.swift
[47/49] Compiling Alamofire URLEncodedFormEncoder.swift
[48/49] Compiling Alamofire Validation.swift
[49/49] Compiling Alamofire resource_bundle_accessor.swift
[50/72] Compiling Moya Response.swift
[51/72] Compiling Moya TargetType.swift
[52/74] Compiling Moya CredentialsPlugin.swift
[53/74] Compiling Moya NetworkActivityPlugin.swift
[54/74] Compiling Moya MoyaError.swift
[55/74] Compiling Moya MoyaProvider+Defaults.swift
[56/74] Compiling Moya MoyaProvider+Internal.swift
[57/74] Emitting module Moya
[58/74] Compiling Moya URLRequest+Encoding.swift
[59/74] Compiling Moya ValidationType.swift
[60/74] Compiling Moya Task.swift
[61/74] Compiling Moya URL+Moya.swift
[62/74] Compiling Moya Plugin.swift
[63/74] Compiling Moya AccessTokenPlugin.swift
[64/74] Compiling Moya MoyaProvider.swift
[65/74] Compiling Moya MultiTarget.swift
[66/74] Compiling Moya MultipartFormData.swift
[67/74] Compiling Moya NetworkLoggerPlugin.swift
[68/74] Compiling Moya RequestTypeWrapper.swift
[69/74] Compiling Moya Endpoint.swift
[70/74] Compiling Moya Image.swift
[71/74] Compiling Moya Moya+Alamofire.swift
[72/74] Compiling Moya AnyEncodable.swift
[73/74] Compiling Moya Atomic.swift
[74/74] Compiling Moya Cancellable.swift
[75/77] Compiling MoyaAPIClient APITarget.swift
[76/77] Emitting module MoyaAPIClient
/Users/admin/builder/spi-builder-workspace/Sources/MoyaAPIClient/APIClientType.swift:88:1: warning: extension declares a conformance of imported type 'MoyaProvider' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Moya' introduce this conformance in the future
86 |
87 | // TODO: Remove when `MoyaProvider` conforms to `Sendable`.
88 | extension MoyaProvider: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'MoyaProvider' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Moya' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
89 |
[77/77] Compiling MoyaAPIClient APIClientType.swift
/Users/admin/builder/spi-builder-workspace/Sources/MoyaAPIClient/APIClientType.swift:88:1: warning: extension declares a conformance of imported type 'MoyaProvider' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Moya' introduce this conformance in the future
86 |
87 | // TODO: Remove when `MoyaProvider` conforms to `Sendable`.
88 | extension MoyaProvider: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'MoyaProvider' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Moya' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
89 |
Build complete! (32.43s)
Fetching https://github.com/Moya/Moya.git
[1/25266] Fetching moya
Fetched https://github.com/Moya/Moya.git from cache (2.11s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 15.0.3 (5.13s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
[1/52493] Fetching reactiveswift
[526/82634] Fetching reactiveswift, alamofire
[527/135344] Fetching reactiveswift, alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.97s)
[103526/105203] Fetching reactiveswift, rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.57s)
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (5.57s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (6.03s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 6.7.0 (0.47s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.40s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Creating working copy for https://github.com/Moya/Moya.git
Working copy of https://github.com/Moya/Moya.git resolved at 15.0.3
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/ReactiveCocoa/ReactiveSwift.git
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift.git resolved at 6.7.0
Build complete.
{
"dependencies" : [
{
"identity" : "moya",
"requirement" : {
"range" : [
{
"lower_bound" : "15.0.0",
"upper_bound" : "16.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Moya/Moya.git"
}
],
"manifest_display_name" : "MoyaAPIClient",
"name" : "MoyaAPIClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "MoyaAPIClient",
"targets" : [
"MoyaAPIClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MoyaAPIClientTests",
"module_type" : "SwiftTarget",
"name" : "MoyaAPIClientTests",
"path" : "Tests/MoyaAPIClientTests",
"sources" : [
"APIClientTests.swift"
],
"target_dependencies" : [
"MoyaAPIClient"
],
"type" : "test"
},
{
"c99name" : "MoyaAPIClient",
"module_type" : "SwiftTarget",
"name" : "MoyaAPIClient",
"path" : "Sources/MoyaAPIClient",
"product_dependencies" : [
"Moya"
],
"product_memberships" : [
"MoyaAPIClient"
],
"sources" : [
"APIClientType.swift",
"APITarget.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.