The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of EagleNet, reference 1.0.5 (7409c3), with Swift 5.9 for macOS (SPM) on 3 Apr 2025 11:12:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AnbalaganD/EagleNet.git
Reference: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AnbalaganD/EagleNet
 * tag               1.0.5      -> FETCH_HEAD
HEAD is now at 7409c37 update readme
Cloned https://github.com/AnbalaganD/EagleNet.git
Revision (git rev-parse @):
7409c3773dd6617087329b20b2061927a619ab17
SUCCESS checkout https://github.com/AnbalaganD/EagleNet.git at 1.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/AnbalaganD/EagleNet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Emitting module EagleNet
[2/24] Compiling EagleNet URLConvertible.swift
[3/24] Compiling EagleNet SessionDelegate.swift
[4/24] Compiling EagleNet MultipartRequest.swift
[5/24] Compiling EagleNet NetworkError.swift
[6/24] Compiling EagleNet Misc.swift
[7/24] Compiling EagleNet MultipartParameter.swift
[8/24] Compiling EagleNet DataRequest.swift
[9/24] Compiling EagleNet EagleNet.swift
[10/24] Compiling EagleNet ArrayExtension.swift
[11/24] Compiling EagleNet NetworkService+Delete.swift
[12/24] Compiling EagleNet NetworkService+Get.swift
[13/24] Compiling EagleNet NetworkService+Post.swift
[14/24] Compiling EagleNet NetworkService+Put.swift
[15/24] Compiling EagleNet NetworkService+Upload.swift
[16/24] Compiling EagleNet NetworkService.swift
[17/24] Compiling EagleNet HTTPMethod.swift
[18/24] Compiling EagleNet RequestInterceptor.swift
[19/24] Compiling EagleNet ResponseInterceptor.swift
[20/24] Compiling EagleNet BodyConvertible.swift
[21/24] Compiling EagleNet NetworkRequestable.swift
[22/24] Compiling EagleNet DataExtension.swift
[23/24] Compiling EagleNet HTTPURLResponseExtension.swift
[24/24] Compiling EagleNet HTTPContentType.swift
Build complete! (5.46s)
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.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+Delete.swift",
        "NetworkService+Get.swift",
        "NetworkService+Post.swift",
        "NetworkService+Put.swift",
        "NetworkService+Upload.swift",
        "NetworkService.swift",
        "Protocol/BodyConvertible.swift",
        "Protocol/NetworkRequestable.swift",
        "Protocol/URLConvertible.swift",
        "SessionDelegate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.