Build Information
Successful build of AsyncURLSession, reference 1.0.2 (96c006), with Swift 6.1 for macOS (SPM) on 3 Oct 2025 17:19:20 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/Roy-wonji/AsyncURLSession.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Roy-wonji/AsyncURLSession
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 96c0069 ✨[feat]: 특정 케이스 관련 수정
Cloned https://github.com/Roy-wonji/AsyncURLSession.git
Revision (git rev-parse @):
96c00691f53ca488315883ab23e761c8b82c41c2
SUCCESS checkout https://github.com/Roy-wonji/AsyncURLSession.git at 1.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Roy-wonji/AsyncURLSession.git
https://github.com/Roy-wonji/AsyncURLSession.git
{
"dependencies" : [
],
"manifest_display_name" : "AsyncURLSession",
"name" : "AsyncURLSession",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncURLSession",
"targets" : [
"AsyncURLSession"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncURLSessionTests",
"module_type" : "SwiftTarget",
"name" : "AsyncURLSessionTests",
"path" : "Tests/AsyncURLSessionTests",
"sources" : [
"AsyncURLSessionTests.swift"
],
"target_dependencies" : [
"AsyncURLSession"
],
"type" : "test"
},
{
"c99name" : "AsyncURLSession",
"module_type" : "SwiftTarget",
"name" : "AsyncURLSession",
"path" : "Sources/AsyncURLSession",
"product_memberships" : [
"AsyncURLSession"
],
"sources" : [
"AsyncURLSession.swift",
"Export/AsyncURLSessionExport.swift",
"Log/ Extension+Log.swift",
"Log/Log.swift",
"Log/OSLog.swift",
"NetworkManger/Data/Extension+Data.swift",
"NetworkManger/Error/DataError.swift",
"NetworkManger/Method/HTTPMethod.swift",
"NetworkManger/Provider/AsyncProvider.swift",
"NetworkManger/Provider/Extension+URLSession.swift",
"NetworkManger/TargetType/CustomParameterEncoding.swift",
"NetworkManger/TargetType/TargetType.swift",
"NetworkManger/TargetType/Task.swift",
"NetworkManger/URLRequestBuilder/URLRequestBuilder.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/16] Compiling AsyncURLSession TargetType.swift
[4/17] Compiling AsyncURLSession Task.swift
[5/17] Compiling AsyncURLSession CustomParameterEncoding.swift
[6/17] Compiling AsyncURLSession OSLog.swift
[7/17] Compiling AsyncURLSession Extension+Data.swift
[8/17] Compiling AsyncURLSession Extension+URLSession.swift
[9/17] Compiling AsyncURLSession DataError.swift
[10/17] Compiling AsyncURLSession HTTPMethod.swift
[11/17] Emitting module AsyncURLSession
[12/17] Compiling AsyncURLSession AsyncProvider.swift
[13/17] Compiling AsyncURLSession Extension+Log.swift
[14/17] Compiling AsyncURLSession Log.swift
[15/17] Compiling AsyncURLSession AsyncURLSession.swift
[16/17] Compiling AsyncURLSession AsyncURLSessionExport.swift
[17/17] Compiling AsyncURLSession URLRequestBuilder.swift
Build complete! (6.29s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncURLSession",
"name" : "AsyncURLSession",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncURLSession",
"targets" : [
"AsyncURLSession"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncURLSessionTests",
"module_type" : "SwiftTarget",
"name" : "AsyncURLSessionTests",
"path" : "Tests/AsyncURLSessionTests",
"sources" : [
"AsyncURLSessionTests.swift"
],
"target_dependencies" : [
"AsyncURLSession"
],
"type" : "test"
},
{
"c99name" : "AsyncURLSession",
"module_type" : "SwiftTarget",
"name" : "AsyncURLSession",
"path" : "Sources/AsyncURLSession",
"product_memberships" : [
"AsyncURLSession"
],
"sources" : [
"AsyncURLSession.swift",
"Export/AsyncURLSessionExport.swift",
"Log/ Extension+Log.swift",
"Log/Log.swift",
"Log/OSLog.swift",
"NetworkManger/Data/Extension+Data.swift",
"NetworkManger/Error/DataError.swift",
"NetworkManger/Method/HTTPMethod.swift",
"NetworkManger/Provider/AsyncProvider.swift",
"NetworkManger/Provider/Extension+URLSession.swift",
"NetworkManger/TargetType/CustomParameterEncoding.swift",
"NetworkManger/TargetType/TargetType.swift",
"NetworkManger/TargetType/Task.swift",
"NetworkManger/URLRequestBuilder/URLRequestBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.