The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of AsyncURLSession, reference 1.0.2 (96c006), with Swift 6.2 for macOS (SPM) on 3 Oct 2025 17:18:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build 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
========================================
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": "asyncurlsession",
      "name": "AsyncURLSession",
      "url": "https://github.com/Roy-wonji/AsyncURLSession.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncURLSession",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Roy-wonji/AsyncURLSession.git
[1/253] Fetching asyncurlsession
Fetched https://github.com/Roy-wonji/AsyncURLSession.git from cache (0.72s)
Creating working copy for https://github.com/Roy-wonji/AsyncURLSession.git
Working copy of https://github.com/Roy-wonji/AsyncURLSession.git resolved at 1.0.2 (96c0069)
warning: '.resolve-product-dependencies': dependency 'asyncurlsession' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Roy-wonji/AsyncURLSession.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/16] Compiling AsyncURLSession TargetType.swift
[4/16] Compiling AsyncURLSession Extension+URLSession.swift
[5/16] Compiling AsyncURLSession CustomParameterEncoding.swift
[6/16] Compiling AsyncURLSession Task.swift
[7/17] Compiling AsyncURLSession DataError.swift
[8/17] Compiling AsyncURLSession HTTPMethod.swift
[9/17] Compiling AsyncURLSession OSLog.swift
[10/17] Compiling AsyncURLSession Extension+Data.swift
[11/17] Compiling AsyncURLSession AsyncURLSession.swift
[12/17] Compiling AsyncURLSession AsyncURLSessionExport.swift
[13/17] Compiling AsyncURLSession  Extension+Log.swift
[14/17] Compiling AsyncURLSession Log.swift
[15/17] Compiling AsyncURLSession AsyncProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncURLSession/NetworkManger/Provider/AsyncProvider.swift:139:43: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
137 |                 switch httpResponse.statusCode {
138 |                 case 200...299:
139 |                     let decodedData = try self.decodeData(data, as: D.self, forStatusCode: httpResponse.statusCode)
    |                                           `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
140 |                     Log.network("Request succeeded with data: \(decodedData)")
141 |                     completion(.success(decodedData))  // 성공 시 처리
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[16/17] Emitting module AsyncURLSession
[17/17] Compiling AsyncURLSession URLRequestBuilder.swift
Build complete! (5.45s)
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.