The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftFetch, reference 1.0.4 (3a67d8), with Swift 6.1 for macOS (SPM) on 10 Dec 2025 12:21:32 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.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.1
Building package at path:  $PWD
https://github.com/neeteshraj/SwiftFetch.git
https://github.com/neeteshraj/SwiftFetch.git
{
  "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"
}
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/13] Compiling SwiftFetch MockFetchClient.swift
[4/13] Compiling SwiftFetch HTTPMethod.swift
[5/13] Compiling SwiftFetch FetchResponse.swift
[6/13] Compiling SwiftFetch FetchRequest.swift
[7/13] Compiling SwiftFetch FetchInterceptor.swift
[8/13] Compiling SwiftFetch MultipartFormData.swift
[9/13] Compiling SwiftFetch LoggingInterceptor.swift
[10/13] Emitting module SwiftFetch
[11/13] Compiling SwiftFetch FetchService.swift
[12/13] Compiling SwiftFetch FetchClient.swift
[13/13] Compiling SwiftFetch FetchError.swift
[14/14] Compiling SwiftFetch SwiftFetch.swift
Build complete! (6.19s)
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.