The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of IzziRequest, reference v3.2.0 (b018f9), with Swift 6.2 for macOS (SPM) on 14 Sep 2025 18:04:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Desp0o/izziRequest.git
Reference: v3.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Desp0o/izziRequest
 * tag               v3.2.0     -> FETCH_HEAD
HEAD is now at b018f91 Merge pull request #3 from Desp0o/update
Cloned https://github.com/Desp0o/izziRequest.git
Revision (git rev-parse @):
b018f9155486ad45cb9483360e4f8c3a3f39ae42
SUCCESS checkout https://github.com/Desp0o/izziRequest.git at v3.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Desp0o/izziRequest.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling IzziRequest izziRequest.swift
[4/6] Compiling IzziRequest IzziRequestErrors.swift
[5/6] Compiling IzziRequest HTTPMethod.swift
[6/6] Emitting module IzziRequest
Build complete! (3.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IzziRequest",
  "name" : "IzziRequest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "IzziRequest",
      "targets" : [
        "IzziRequest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IzziRequest",
      "module_type" : "SwiftTarget",
      "name" : "IzziRequest",
      "path" : "Sources/IzziRequest",
      "product_memberships" : [
        "IzziRequest"
      ],
      "sources" : [
        "Enums/HTTPMethod.swift",
        "Enums/IzziRequestErrors.swift",
        "izziRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.