Build Information
Successful build of JNetworkManager, reference main (e267a3), with Swift 6.1 for macOS (SPM) on 20 Nov 2025 06:36:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jeetrajput01/JNetworkManager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jeetrajput01/JNetworkManager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e267a3c Update issue templates
Cloned https://github.com/jeetrajput01/JNetworkManager.git
Revision (git rev-parse @):
e267a3c23bf23a8bc2e93d4e448a7561588bf1d4
SUCCESS checkout https://github.com/jeetrajput01/JNetworkManager.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jeetrajput01/JNetworkManager.git
https://github.com/jeetrajput01/JNetworkManager.git
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.9.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
}
],
"manifest_display_name" : "JNetworkManager",
"name" : "JNetworkManager",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "JNetworkManager",
"targets" : [
"JNetworkManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JNetworkManagerTests",
"module_type" : "SwiftTarget",
"name" : "JNetworkManagerTests",
"path" : "Tests/JNetworkManagerTests",
"sources" : [
"JNetworkManagerTests.swift"
],
"target_dependencies" : [
"JNetworkManager"
],
"type" : "test"
},
{
"c99name" : "JNetworkManager",
"module_type" : "SwiftTarget",
"name" : "JNetworkManager",
"path" : "Sources/JNetworkManager",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"JNetworkManager"
],
"sources" : [
"CurlGenerator.swift",
"Extension.swift",
"JNetworkManager.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/44] Emitting module Alamofire
[6/48] Compiling Alamofire DispatchQueue+Alamofire.swift
[7/48] Compiling Alamofire OperationQueue+Alamofire.swift
[8/48] Compiling Alamofire Result+Alamofire.swift
[9/48] Compiling Alamofire StringEncoding+Alamofire.swift
[10/48] Compiling Alamofire SessionDelegate.swift
[11/48] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[12/48] Compiling Alamofire UploadRequest.swift
[13/48] Compiling Alamofire WebSocketRequest.swift
[14/48] Compiling Alamofire RequestCompression.swift
[15/48] Compiling Alamofire RequestInterceptor.swift
[16/48] Compiling Alamofire ResponseSerialization.swift
[17/48] Compiling Alamofire RetryPolicy.swift
[18/48] Compiling Alamofire URLRequest+Alamofire.swift
[19/48] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[20/48] Compiling Alamofire AlamofireExtended.swift
[21/48] Compiling Alamofire AuthenticationInterceptor.swift
[22/48] Compiling Alamofire Alamofire.swift
[23/48] Compiling Alamofire AFError.swift
[24/48] Compiling Alamofire DataRequest.swift
[25/48] Compiling Alamofire DataStreamRequest.swift
[26/48] Compiling Alamofire DownloadRequest.swift
[27/48] Compiling Alamofire Protected.swift
[28/48] Compiling Alamofire Request.swift
[29/48] Compiling Alamofire RequestTaskMap.swift
[30/48] Compiling Alamofire Response.swift
[31/48] Compiling Alamofire Session.swift
[32/48] Compiling Alamofire HTTPHeaders.swift
[33/48] Compiling Alamofire HTTPMethod.swift
[34/48] Compiling Alamofire Notifications.swift
[35/48] Compiling Alamofire ParameterEncoder.swift
[36/48] Compiling Alamofire ParameterEncoding.swift
[37/48] Compiling Alamofire CachedResponseHandler.swift
[38/48] Compiling Alamofire Combine.swift
[39/48] Compiling Alamofire Concurrency.swift
[40/48] Compiling Alamofire EventMonitor.swift
[41/48] Compiling Alamofire MultipartFormData.swift
[42/48] Compiling Alamofire MultipartUpload.swift
[43/48] Compiling Alamofire NetworkReachabilityManager.swift
[44/48] Compiling Alamofire RedirectHandler.swift
[45/48] Compiling Alamofire ServerTrustEvaluation.swift
[46/48] Compiling Alamofire URLEncodedFormEncoder.swift
[47/48] Compiling Alamofire Validation.swift
[48/48] Compiling Alamofire resource_bundle_accessor.swift
[49/52] Compiling JNetworkManager CurlGenerator.swift
[50/52] Emitting module JNetworkManager
[51/52] Compiling JNetworkManager Extension.swift
[52/52] Compiling JNetworkManager JNetworkManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/JNetworkManager/JNetworkManager.swift:100:37: warning: capture of 'progressHandler' with non-sendable type '((Double) -> Void)?' in a '@Sendable' closure
98 | box.request = AF.request(urlRequest)
99 | .uploadProgress { prog in
100 | progressHandler?(prog.fractionCompleted)
| |- warning: capture of 'progressHandler' with non-sendable type '((Double) -> Void)?' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
101 | }
102 | .responseData(queue: .global(qos: .background)) { response in
/Users/admin/builder/spi-builder-workspace/Sources/JNetworkManager/JNetworkManager.swift:110:66: warning: capture of 'parameter' with non-sendable type 'Any?' in a '@Sendable' closure
108 | #if DEBUG
109 | print("Header = \(headers)")
110 | print("parameter = \(parameter ?? [:])")
| `- warning: capture of 'parameter' with non-sendable type 'Any?' in a '@Sendable' closure
111 | print("Request URL = \(url)")
112 | print(responseData.prettyPrintedJSONString ?? "")
/Users/admin/builder/spi-builder-workspace/Sources/JNetworkManager/JNetworkManager.swift:222:33: warning: capture of 'progressHandler' with non-sendable type '((Double) -> Void)?' in a '@Sendable' closure
220 | }, with: urlRequest)
221 | .uploadProgress { progress in
222 | progressHandler?(progress.fractionCompleted)
| |- warning: capture of 'progressHandler' with non-sendable type '((Double) -> Void)?' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
223 | }
224 | .responseData(queue: .global(qos: .background)) { response in
/Users/admin/builder/spi-builder-workspace/Sources/JNetworkManager/JNetworkManager.swift:235:62: warning: capture of 'parameter' with non-sendable type '[String : Any]?' in a '@Sendable' closure
233 | print("----- cURL Multipart Request -----")
234 | print("Header = \(headers)")
235 | print("parameter = \(parameter ?? [:])")
| `- warning: capture of 'parameter' with non-sendable type '[String : Any]?' in a '@Sendable' closure
236 | print("Request URL = \(url)")
237 | print(responseData.prettyPrintedJSONString ?? "")
/Users/admin/builder/spi-builder-workspace/Sources/JNetworkManager/JNetworkManager.swift:346:66: warning: capture of 'parameter' with non-sendable type '[String : Any]?' in a '@Sendable' closure
344 | #if DEBUG
345 | print("Header = \(headers)")
346 | print("parameter = \(parameter ?? [:])")
| `- warning: capture of 'parameter' with non-sendable type '[String : Any]?' in a '@Sendable' closure
347 | print("Request URL = \(url)")
348 | print(responseData.prettyPrintedJSONString ?? "")
/Users/admin/builder/spi-builder-workspace/Sources/JNetworkManager/JNetworkManager.swift:472:29: warning: capture of 'progressHandler' with non-sendable type '((Double) -> Void)?' in a '@Sendable' closure
470 | }, with: urlRequest)
471 | .uploadProgress { progress in
472 | progressHandler?(progress.fractionCompleted)
| |- warning: capture of 'progressHandler' with non-sendable type '((Double) -> Void)?' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
473 | }
474 | .responseData(queue: .global(qos: .background)) { response in
/Users/admin/builder/spi-builder-workspace/Sources/JNetworkManager/JNetworkManager.swift:483:62: warning: capture of 'parameter' with non-sendable type '[String : Any]?' in a '@Sendable' closure
481 | print("----- cURL Multipart Request -----")
482 | print("Header = \(headers)")
483 | print("parameter = \(parameter ?? [:])")
| `- warning: capture of 'parameter' with non-sendable type '[String : Any]?' in a '@Sendable' closure
484 | print("Request URL = \(url)")
485 | print(responseData.prettyPrintedJSONString ?? "")
Build complete! (12.30s)
Fetching https://github.com/Alamofire/Alamofire.git
[1/30505] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.91s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (3.40s)
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.9.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
}
],
"manifest_display_name" : "JNetworkManager",
"name" : "JNetworkManager",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "JNetworkManager",
"targets" : [
"JNetworkManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JNetworkManagerTests",
"module_type" : "SwiftTarget",
"name" : "JNetworkManagerTests",
"path" : "Tests/JNetworkManagerTests",
"sources" : [
"JNetworkManagerTests.swift"
],
"target_dependencies" : [
"JNetworkManager"
],
"type" : "test"
},
{
"c99name" : "JNetworkManager",
"module_type" : "SwiftTarget",
"name" : "JNetworkManager",
"path" : "Sources/JNetworkManager",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"JNetworkManager"
],
"sources" : [
"CurlGenerator.swift",
"Extension.swift",
"JNetworkManager.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.