The Swift Package Index logo.Swift Package Index

Build Information

Successful build of APIManager, reference 0.4.0 (c8b6b4), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 10:14:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rauhul/api-manager.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rauhul/api-manager
 * tag               0.4.0      -> FETCH_HEAD
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 0.4.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "api-manager",
      "name": "APIManager",
      "url": "https://github.com/rauhul/api-manager.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/api-manager",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rauhul/api-manager.git
[1/858] Fetching api-manager
Fetched https://github.com/rauhul/api-manager.git from cache (1.08s)
Creating working copy for https://github.com/rauhul/api-manager.git
Working copy of https://github.com/rauhul/api-manager.git resolved at 0.4.0 (c8b6b42)
warning: '.resolve-product-dependencies': dependency 'api-manager' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/rauhul/api-manager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling APIManager HTTP.swift
[4/9] Compiling APIManager APIService.swift
[5/9] Compiling APIManager Dictionary.swift
[6/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
[7/9] Compiling APIManager APIReturnable.swift
[8/9] Compiling APIManager APIAuthorization.swift
[9/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
Build complete! (4.00s)
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.