The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UnwrapOrThrow, reference 1.0.0 (178453), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 17:30:01 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/alexito4/UnwrapOrThrow.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexito4/UnwrapOrThrow
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 1784538 Update README.md
Cloned https://github.com/alexito4/UnwrapOrThrow.git
Revision (git rev-parse @):
1784538bed208e932ed84a334760df82b9bcbcf4
SUCCESS checkout https://github.com/alexito4/UnwrapOrThrow.git at 1.0.0
========================================
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": "unwraporthrow",
      "name": "UnwrapOrThrow",
      "url": "https://github.com/alexito4/UnwrapOrThrow.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UnwrapOrThrow",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexito4/UnwrapOrThrow.git
[1/37] Fetching unwraporthrow
Fetched https://github.com/alexito4/UnwrapOrThrow.git from cache (0.58s)
Creating working copy for https://github.com/alexito4/UnwrapOrThrow.git
Working copy of https://github.com/alexito4/UnwrapOrThrow.git resolved at 1.0.0 (1784538)
warning: '.resolve-product-dependencies': dependency 'unwraporthrow' 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/alexito4/UnwrapOrThrow.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/4] Compiling UnwrapOrThrow UnwrapOrThrow.swift
[4/4] Emitting module UnwrapOrThrow
Build complete! (3.42s)
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.