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 EZANetwork, reference 1.2.0 (c01665), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 15:28:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eugene-software/EZANetwork.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eugene-software/EZANetwork
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at c016654 - add cocoapods support
Cloned https://github.com/eugene-software/EZANetwork.git
Revision (git rev-parse @):
c016654f957b826f3d1cf93ad8d8fa9894b15528
SUCCESS checkout https://github.com/eugene-software/EZANetwork.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/eugene-software/EZANetwork.git
https://github.com/eugene-software/EZANetwork.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EZANetwork",
  "name" : "EZANetwork",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "EZANetwork",
      "targets" : [
        "EZANetwork"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EZANetwork",
      "module_type" : "SwiftTarget",
      "name" : "EZANetwork",
      "path" : "Sources/EZANetwork",
      "product_memberships" : [
        "EZANetwork"
      ],
      "sources" : [
        "Internal/EZALogger+Internal.swift",
        "Internal/EZARequest+Internal.swift",
        "Internal/EZARequest+Multipart.swift",
        "Internal/URLRequest+log.swift",
        "Internal/URLSessionProgressTracker.swift",
        "Public/EZALogger.swift",
        "Public/EZARequest+Decodable.swift",
        "Public/EZARequest+Publishers.swift",
        "Public/Entities/EZAError.swift",
        "Public/Entities/EZAFilePart.swift",
        "Public/Entities/EZAHTTPMethod.swift",
        "Public/Entities/EZARequest.swift",
        "Public/Entities/EZAResponse.swift",
        "Public/Entities/EZATask.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/16] Compiling EZANetwork EZARequest.swift
[4/17] Compiling EZANetwork EZAHTTPMethod.swift
[5/17] Compiling EZANetwork EZARequest+Decodable.swift
[6/17] Compiling EZANetwork EZARequest+Publishers.swift
[7/17] Compiling EZANetwork EZAError.swift
[8/17] Compiling EZANetwork EZALogger+Internal.swift
[9/17] Compiling EZANetwork EZARequest+Internal.swift
[10/17] Compiling EZANetwork EZARequest+Multipart.swift
[11/17] Compiling EZANetwork URLRequest+log.swift
[12/17] Compiling EZANetwork EZAResponse.swift
[13/17] Compiling EZANetwork EZAFilePart.swift
[14/17] Emitting module EZANetwork
[15/17] Compiling EZANetwork URLSessionProgressTracker.swift
[16/17] Compiling EZANetwork EZALogger.swift
[17/17] Compiling EZANetwork EZATask.swift
Build complete! (5.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EZANetwork",
  "name" : "EZANetwork",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "EZANetwork",
      "targets" : [
        "EZANetwork"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EZANetwork",
      "module_type" : "SwiftTarget",
      "name" : "EZANetwork",
      "path" : "Sources/EZANetwork",
      "product_memberships" : [
        "EZANetwork"
      ],
      "sources" : [
        "Internal/EZALogger+Internal.swift",
        "Internal/EZARequest+Internal.swift",
        "Internal/EZARequest+Multipart.swift",
        "Internal/URLRequest+log.swift",
        "Internal/URLSessionProgressTracker.swift",
        "Public/EZALogger.swift",
        "Public/EZARequest+Decodable.swift",
        "Public/EZARequest+Publishers.swift",
        "Public/Entities/EZAError.swift",
        "Public/Entities/EZAFilePart.swift",
        "Public/Entities/EZAHTTPMethod.swift",
        "Public/Entities/EZARequest.swift",
        "Public/Entities/EZAResponse.swift",
        "Public/Entities/EZATask.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.