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 APIManager, reference main (c8b6b4), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 15:11:08 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/rauhul/api-manager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rauhul/api-manager
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c8b6b42 Migrate to swift 5.0+, remove Cocopods for SPM
Cloned https://github.com/rauhul/api-manager.git
Revision (git rev-parse @):
c8b6b426a4172cf1cd4568601cf36b6437d65ae8
SUCCESS checkout https://github.com/rauhul/api-manager.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rauhul/api-manager.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/9] Compiling APIManager HTTP.swift
[4/9] Compiling APIManager APIService.swift
[5/9] Compiling APIManager APIReturnable.swift
[6/9] Compiling APIManager Dictionary.swift
[7/9] Emitting module APIManager
/Users/admin/builder/spi-builder-workspace/Sources/APIManager/APIRequest.swift:46:12: warning: class 'APIRequest' must restate inherited '@unchecked Sendable' conformance
 44 | /// - note: `APIRequest`s should be created through a class that conforms to
 45 | /// `APIService`.
 46 | open class APIRequest<ReturnType: APIReturnable>: Operation {
    |            `- warning: class 'APIRequest' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |     // MARK: - Types & Aliases
[8/9] Compiling APIManager APIAuthorization.swift
[9/9] Compiling APIManager APIRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/APIManager/APIRequest.swift:46:12: warning: class 'APIRequest' must restate inherited '@unchecked Sendable' conformance
 44 | /// - note: `APIRequest`s should be created through a class that conforms to
 45 | /// `APIService`.
 46 | open class APIRequest<ReturnType: APIReturnable>: Operation {
    |            `- warning: class 'APIRequest' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |     // MARK: - Types & Aliases
Build complete! (3.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "APIManager",
  "name" : "APIManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "APIManager",
      "targets" : [
        "APIManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "APIManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "APIManagerTests",
      "path" : "Tests/APIManagerTests",
      "sources" : [
        "APIManagerTests.swift",
        "Data.swift",
        "JSON.swift",
        "TestService.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "APIManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APIManager",
      "module_type" : "SwiftTarget",
      "name" : "APIManager",
      "path" : "Sources/APIManager",
      "product_memberships" : [
        "APIManager"
      ],
      "sources" : [
        "APIAuthorization.swift",
        "APIRequest.swift",
        "APIReturnable.swift",
        "APIService.swift",
        "Dictionary.swift",
        "HTTP.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.