The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftFetch, reference 1.0.4 (3a67d8), with Swift 6.0 for macOS (SPM) on 10 Dec 2025 12:22:42 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/neeteshraj/SwiftFetch.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/neeteshraj/SwiftFetch
 * tag               1.0.4      -> FETCH_HEAD
HEAD is now at 3a67d81 Update CHANGELOG and README to reflect removal of global helpers in SwiftFetch. Promote instance-based usage with new configuration guidelines. Adjust tests for improved clarity.
Cloned https://github.com/neeteshraj/SwiftFetch.git
Revision (git rev-parse @):
3a67d81286ead0b1d5ffb5c68eeade82a87cd736
SUCCESS checkout https://github.com/neeteshraj/SwiftFetch.git at 1.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/neeteshraj/SwiftFetch.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/13] Compiling SwiftFetch HTTPMethod.swift
[4/14] Compiling SwiftFetch MultipartFormData.swift
[5/14] Compiling SwiftFetch MockFetchClient.swift
[6/14] Compiling SwiftFetch FetchResponse.swift
[7/14] Emitting module SwiftFetch
[8/14] Compiling SwiftFetch FetchClient.swift
[9/14] Compiling SwiftFetch FetchError.swift
[10/14] Compiling SwiftFetch FetchInterceptor.swift
[11/14] Compiling SwiftFetch FetchRequest.swift
[12/14] Compiling SwiftFetch LoggingInterceptor.swift
[13/14] Compiling SwiftFetch FetchService.swift
[14/14] Compiling SwiftFetch SwiftFetch.swift
Build complete! (5.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFetch",
  "name" : "SwiftFetch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFetch",
      "targets" : [
        "SwiftFetch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFetchTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFetchTests",
      "path" : "Tests/SwiftFetchTests",
      "sources" : [
        "SwiftFetchTests.swift"
      ],
      "target_dependencies" : [
        "SwiftFetch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFetch",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFetch",
      "path" : "Sources/SwiftFetch",
      "product_memberships" : [
        "SwiftFetch"
      ],
      "sources" : [
        "FetchClient.swift",
        "FetchError.swift",
        "FetchInterceptor.swift",
        "FetchRequest.swift",
        "FetchResponse.swift",
        "FetchService.swift",
        "HTTPMethod.swift",
        "LoggingInterceptor.swift",
        "MockFetchClient.swift",
        "MultipartFormData.swift",
        "SwiftFetch.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.