Build Information
Successful build of JNetworkManager, reference 1.3.4 (349b9b), with Swift 6.1 for macOS (SPM) on 15 Sep 2025 13:44:48 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jeetrajput01/JNetworkManager.git
Reference: 1.3.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jeetrajput01/JNetworkManager
* tag 1.3.4 -> FETCH_HEAD
HEAD is now at 349b9b5 add cURL logging for API requests
Cloned https://github.com/jeetrajput01/JNetworkManager.git
Revision (git rev-parse @):
349b9b5f258c01f7f678abe37796b282433a1cde
SUCCESS checkout https://github.com/jeetrajput01/JNetworkManager.git at 1.3.4
Fetching https://github.com/Alamofire/Alamofire.git
[1/30289] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.66s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.9.1 (3.20s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.9.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "jnetworkmanager",
"name": "JNetworkManager",
"url": "https://github.com/jeetrajput01/JNetworkManager.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JNetworkManager",
"dependencies": [
{
"identity": "alamofire",
"name": "Alamofire",
"url": "https://github.com/Alamofire/Alamofire.git",
"version": "5.10.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Alamofire",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/jeetrajput01/JNetworkManager.git
[1/225] Fetching jnetworkmanager
Fetched https://github.com/jeetrajput01/JNetworkManager.git from cache (0.74s)
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Alamofire/Alamofire.git from cache (0.66s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (1.20s)
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/jeetrajput01/JNetworkManager.git
Working copy of https://github.com/jeetrajput01/JNetworkManager.git resolved at 1.3.4 (349b9b5)
warning: '.resolve-product-dependencies': dependency 'jnetworkmanager' is not used by any target
Found 1 product dependencies
- Alamofire
========================================
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] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[2/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 URLRequest+Alamofire.swift
[11/48] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[12/48] Compiling Alamofire AlamofireExtended.swift
[13/48] Compiling Alamofire AuthenticationInterceptor.swift
[14/48] Compiling Alamofire HTTPHeaders.swift
[15/48] Compiling Alamofire HTTPMethod.swift
[16/48] Compiling Alamofire Notifications.swift
[17/48] Compiling Alamofire ParameterEncoder.swift
[18/48] Compiling Alamofire ParameterEncoding.swift
[19/48] Compiling Alamofire SessionDelegate.swift
[20/48] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[21/48] Compiling Alamofire UploadRequest.swift
[22/48] Compiling Alamofire WebSocketRequest.swift
[23/48] Compiling Alamofire ServerTrustEvaluation.swift
[24/48] Compiling Alamofire URLEncodedFormEncoder.swift
[25/48] Compiling Alamofire Validation.swift
[26/48] Compiling Alamofire resource_bundle_accessor.swift
[27/48] Compiling Alamofire CachedResponseHandler.swift
[28/48] Compiling Alamofire Combine.swift
[29/48] Compiling Alamofire Concurrency.swift
[30/48] Compiling Alamofire EventMonitor.swift
[31/48] Compiling Alamofire Alamofire.swift
[32/48] Compiling Alamofire AFError.swift
[33/48] Compiling Alamofire DataRequest.swift
[34/48] Compiling Alamofire DataStreamRequest.swift
[35/48] Compiling Alamofire DownloadRequest.swift
[36/48] Compiling Alamofire Protected.swift
[37/48] Compiling Alamofire Request.swift
[38/48] Compiling Alamofire RequestTaskMap.swift
[39/48] Compiling Alamofire Response.swift
[40/48] Compiling Alamofire Session.swift
[41/48] Compiling Alamofire RequestCompression.swift
[42/48] Compiling Alamofire RequestInterceptor.swift
[43/48] Compiling Alamofire ResponseSerialization.swift
[44/48] Compiling Alamofire RetryPolicy.swift
[45/48] Compiling Alamofire MultipartFormData.swift
[46/48] Compiling Alamofire MultipartUpload.swift
[47/48] Compiling Alamofire NetworkReachabilityManager.swift
[48/48] Compiling Alamofire RedirectHandler.swift
[49/52] Compiling JNetworkManager Extension.swift
[50/52] Compiling JNetworkManager CurlGenerator.swift
[51/52] Emitting module JNetworkManager
[52/52] Compiling JNetworkManager JNetworkManager.swift
Build complete! (9.59s)
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.