The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftFetch, reference main (3a67d8), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 20:47:33 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/neeteshraj/SwiftFetch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/neeteshraj/SwiftFetch
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftfetch",
      "name": "SwiftFetch",
      "url": "https://github.com/neeteshraj/SwiftFetch.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFetch",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/neeteshraj/SwiftFetch.git
[1/96] Fetching swiftfetch
Fetched https://github.com/neeteshraj/SwiftFetch.git from cache (0.77s)
Creating working copy for https://github.com/neeteshraj/SwiftFetch.git
Working copy of https://github.com/neeteshraj/SwiftFetch.git resolved at main (3a67d81)
warning: '.resolve-product-dependencies': dependency 'swiftfetch' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/neeteshraj/SwiftFetch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling SwiftFetch HTTPMethod.swift
[4/13] Compiling SwiftFetch MockFetchClient.swift
[5/13] Compiling SwiftFetch LoggingInterceptor.swift
[6/13] Compiling SwiftFetch MultipartFormData.swift
[7/13] Compiling SwiftFetch FetchResponse.swift
[8/13] Compiling SwiftFetch FetchRequest.swift
[9/13] Compiling SwiftFetch FetchClient.swift
[10/13] Compiling SwiftFetch FetchError.swift
[11/13] Emitting module SwiftFetch
[12/13] Compiling SwiftFetch FetchInterceptor.swift
[13/13] Compiling SwiftFetch FetchService.swift
[14/14] Compiling SwiftFetch SwiftFetch.swift
Build complete! (5.52s)
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.