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 main (c933e0), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 21:19:45 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Desp0o/izziRequest.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Desp0o/izziRequest
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c933e02 Merge pull request #2 from Desp0o/fix/getmethod
Cloned https://github.com/Desp0o/izziRequest.git
Revision (git rev-parse @):
c933e02bd8f45ffe739465af18c0c7fdb532e576
SUCCESS checkout https://github.com/Desp0o/izziRequest.git at main
========================================
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] Emitting module IzziRequest
[4/6] Compiling IzziRequest izziRequest.swift
[5/6] Compiling IzziRequest IzziRequestErrors.swift
[6/6] Compiling IzziRequest HTTPMethod.swift
Build complete! (3.87s)
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.