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 SRNetworkManager, reference 1.0.27 (afd0e6), with Swift 6.0 for macOS (SPM) on 26 Aug 2025 11:16:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/siamakrostami/SRNetworkManager.git
Reference: 1.0.27
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/siamakrostami/SRNetworkManager
 * tag               1.0.27     -> FETCH_HEAD
HEAD is now at afd0e69 feat: Add comprehensive documentation and enhance library features
Cloned https://github.com/siamakrostami/SRNetworkManager.git
Revision (git rev-parse @):
afd0e69129481f28f99e8e67d4d3df2c04c10464
SUCCESS checkout https://github.com/siamakrostami/SRNetworkManager.git at 1.0.27
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/siamakrostami/SRNetworkManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/19] Compiling SRNetworkManager SRNetworkManager.swift
[4/20] Compiling SRNetworkManager NetworkMonitor.swift
[5/20] Compiling SRNetworkManager VPNChecking.swift
[6/20] Compiling SRNetworkManager NetworkParameterEncoding.swift
[7/20] Compiling SRNetworkManager NetworkError.swift
[8/20] Compiling SRNetworkManager HeaderHandler.swift
[9/20] Compiling SRNetworkManager URLSessionLogger.swift
[10/20] Compiling SRNetworkManager MimeTypeDetector.swift
[11/20] Compiling SRNetworkManager Connectivity.swift
[12/20] Compiling SRNetworkManager SendablePromise.swift
[13/20] Compiling SRNetworkManager Data+Extentions.swift
[14/20] Compiling SRNetworkManager DefaultRetryHandler.swift
[15/20] Compiling SRNetworkManager RetryHandler.swift
[16/20] Emitting module SRNetworkManager
[17/20] Compiling SRNetworkManager APIClient.swift
[18/20] Compiling SRNetworkManager APIVersion.swift
[19/20] Compiling SRNetworkManager NetworkRouter.swift
[20/20] Compiling SRNetworkManager UploadProgressDelegate.swift
Build complete! (5.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SRNetworkManager",
  "name" : "SRNetworkManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SRNetworkManager",
      "targets" : [
        "SRNetworkManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SRNetworkManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "SRNetworkManagerTests",
      "path" : "Tests/SRNetworkManagerTests",
      "sources" : [
        "SRNetworkManagerTests.swift"
      ],
      "target_dependencies" : [
        "SRNetworkManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SRNetworkManager",
      "module_type" : "SwiftTarget",
      "name" : "SRNetworkManager",
      "path" : "Sources",
      "product_memberships" : [
        "SRNetworkManager"
      ],
      "sources" : [
        "Client/APIClient.swift",
        "Client/APIVersion.swift",
        "Client/DefaultRetryHandler.swift",
        "Client/RetryHandler.swift",
        "Client/SendablePromise.swift",
        "Data/Data+Extentions.swift",
        "Encoding/NetworkParameterEncoding.swift",
        "Error/NetworkError.swift",
        "HeaderHandler/HeaderHandler.swift",
        "Log/URLSessionLogger.swift",
        "Mime/MimeTypeDetector.swift",
        "Reachability/Connectivity.swift",
        "Reachability/NetworkMonitor.swift",
        "Reachability/VPNChecking.swift",
        "Router/NetworkRouter.swift",
        "SRNetworkManager/SRNetworkManager.swift",
        "UploadProgress/UploadProgressDelegate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.