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 BaseAPI, reference 0.2.2 (f861b9), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 11:59:27 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/serhii-londar/BaseAPI.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/serhii-londar/BaseAPI
 * tag               0.2.2      -> FETCH_HEAD
HEAD is now at f861b98 Update watchos deployment target
Cloned https://github.com/serhii-londar/BaseAPI.git
Revision (git rev-parse @):
f861b982abc38b75e2c5332e2e333a9da06bcf6a
SUCCESS checkout https://github.com/serhii-londar/BaseAPI.git at 0.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/serhii-londar/BaseAPI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling BaseAPI Request.swift
[4/10] Compiling BaseAPI RequestMethod.swift
[5/10] Compiling BaseAPI ResponsetHeaderFields.swift
[6/10] Compiling BaseAPI RequestHeaderFields.swift
[7/10] Compiling BaseAPI URLSession.swift
[8/10] Compiling BaseAPI CharacterSet.swift
[9/10] Emitting module BaseAPI
[10/10] Compiling BaseAPI BaseAPI.swift
/Users/admin/builder/spi-builder-workspace/BaseAPI/Classes/BaseAPI.swift:104:31: warning: capture of non-sendable type 'T.Type' in an isolated closure
102 |
103 |     private func callSuccess<T: Decodable>(with model: T, callbackQueue: DispatchQueue = .main, success: @escaping (T) -> Void) {
104 |         callbackQueue.async { success(model) }
    |                               `- warning: capture of non-sendable type 'T.Type' in an isolated closure
105 |     }
106 |
/Users/admin/builder/spi-builder-workspace/BaseAPI/Classes/BaseAPI.swift:103:97: warning: capture of non-sendable type 'T.Type' in an isolated closure
101 |     }
102 |
103 |     private func callSuccess<T: Decodable>(with model: T, callbackQueue: DispatchQueue = .main, success: @escaping (T) -> Void) {
    |                                                                                                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
104 |         callbackQueue.async { success(model) }
105 |     }
Build complete! (4.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BaseAPI",
  "name" : "BaseAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "BaseAPI",
      "targets" : [
        "BaseAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BaseAPI",
      "module_type" : "SwiftTarget",
      "name" : "BaseAPI",
      "path" : "BaseAPI/Classes",
      "product_memberships" : [
        "BaseAPI"
      ],
      "sources" : [
        "BaseAPI.swift",
        "Extensions/CharacterSet.swift",
        "Extensions/URLSession.swift",
        "Request.swift",
        "RequestHeaderFields.swift",
        "RequestMethod.swift",
        "ResponsetHeaderFields.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.