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 UnwrapOrThrow, reference main (517c44), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:11:18 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/alexito4/UnwrapOrThrow.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexito4/UnwrapOrThrow
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 517c44c Added Swift Package Index badges
Cloned https://github.com/alexito4/UnwrapOrThrow.git
Revision (git rev-parse @):
517c44c38add79d7fb65f5ef944d9daef4a72224
SUCCESS checkout https://github.com/alexito4/UnwrapOrThrow.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alexito4/UnwrapOrThrow.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/4] Compiling UnwrapOrThrow UnwrapOrThrow.swift
[4/4] Emitting module UnwrapOrThrow
Build complete! (3.02s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UnwrapOrThrow",
  "name" : "UnwrapOrThrow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UnwrapOrThrow",
      "targets" : [
        "UnwrapOrThrow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnwrapOrThrowTests",
      "module_type" : "SwiftTarget",
      "name" : "UnwrapOrThrowTests",
      "path" : "Tests/UnwrapOrThrowTests",
      "sources" : [
        "UnwrapOrThrowTests.swift"
      ],
      "target_dependencies" : [
        "UnwrapOrThrow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UnwrapOrThrow",
      "module_type" : "SwiftTarget",
      "name" : "UnwrapOrThrow",
      "path" : "Sources/UnwrapOrThrow",
      "product_memberships" : [
        "UnwrapOrThrow"
      ],
      "sources" : [
        "UnwrapOrThrow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.