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 EagleNet, reference 1.0.9 (947d2e), with Swift 5.10 for macOS (SPM) on 12 Aug 2025 01:27:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AnbalaganD/EagleNet.git
Reference: 1.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AnbalaganD/EagleNet
 * tag               1.0.9      -> FETCH_HEAD
HEAD is now at 947d2e3 Update version in readme and installation guide
Cloned https://github.com/AnbalaganD/EagleNet.git
Revision (git rev-parse @):
947d2e3a71667abcc5e6e0e868f57f197a48c679
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AnbalaganD/EagleNet.git at 1.0.9
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/AnbalaganD/EagleNet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/26] Emitting module EagleNet
[4/28] Compiling EagleNet DataRequest.swift
[5/28] Compiling EagleNet EagleNet+Delete.swift
[6/28] Compiling EagleNet EagleNet+Get.swift
[7/28] Compiling EagleNet EagleNet+Interceptor.swift
[8/28] Compiling EagleNet EagleNet+Post.swift
[9/28] Compiling EagleNet EagleNet+Put.swift
[10/28] Compiling EagleNet URLConvertible.swift
[11/28] Compiling EagleNet SessionDelegate.swift
[12/28] Compiling EagleNet NetworkError.swift
[13/28] Compiling EagleNet NetworkService.swift
[14/28] Compiling EagleNet ResponseInterceptor.swift
[15/28] Compiling EagleNet Misc.swift
[16/28] Compiling EagleNet BodyConvertible.swift
[17/28] Compiling EagleNet NetworkRequestable.swift
[18/28] Compiling EagleNet HTTPContentType.swift
[19/28] Compiling EagleNet HTTPMethod.swift
[20/28] Compiling EagleNet RequestInterceptor.swift
[21/28] Compiling EagleNet ArrayExtension.swift
[22/28] Compiling EagleNet DataExtension.swift
[23/28] Compiling EagleNet HTTPURLResponseExtension.swift
[24/28] Compiling EagleNet EagleNet+Upload.swift
[25/28] Compiling EagleNet EagleNet.swift
[26/28] Compiling EagleNet EagleNetActor.swift
[27/28] Compiling EagleNet MultipartParameter.swift
[28/28] Compiling EagleNet MultipartRequest.swift
Build complete! (5.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EagleNet",
  "name" : "EagleNet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "EagleNet",
      "targets" : [
        "EagleNet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EagleNetTests",
      "module_type" : "SwiftTarget",
      "name" : "EagleNetTests",
      "path" : "Tests/EagleNetTests",
      "sources" : [
        "EagleNetTests.swift"
      ],
      "target_dependencies" : [
        "EagleNet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EagleNet",
      "module_type" : "SwiftTarget",
      "name" : "EagleNet",
      "path" : "Sources/EagleNet",
      "product_memberships" : [
        "EagleNet"
      ],
      "sources" : [
        "DataRequest.swift",
        "EagleNet+Delete.swift",
        "EagleNet+Get.swift",
        "EagleNet+Interceptor.swift",
        "EagleNet+Post.swift",
        "EagleNet+Put.swift",
        "EagleNet+Upload.swift",
        "EagleNet.swift",
        "EagleNetActor.swift",
        "Extensions/ArrayExtension.swift",
        "Extensions/DataExtension.swift",
        "Extensions/HTTPURLResponseExtension.swift",
        "HTTPContentType.swift",
        "HTTPMethod.swift",
        "Interceptor/RequestInterceptor.swift",
        "Interceptor/ResponseInterceptor.swift",
        "Misc.swift",
        "MultipartParameter.swift",
        "MultipartRequest.swift",
        "NetworkError.swift",
        "NetworkService.swift",
        "Protocol/BodyConvertible.swift",
        "Protocol/NetworkRequestable.swift",
        "Protocol/URLConvertible.swift",
        "SessionDelegate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.