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 ErrorUtils, reference 1.0.1 (fb29e1), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 17:05:36 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/engali94/ErrorUtils.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/engali94/ErrorUtils
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at fb29e17 Bump 1.1.0
Cloned https://github.com/engali94/ErrorUtils.git
Revision (git rev-parse @):
fb29e178edb8c888a95120d25a2d1a82c868002d
SUCCESS checkout https://github.com/engali94/ErrorUtils.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/engali94/ErrorUtils.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/8] Compiling ErrorUtils AsNSError.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsNSError.swift:13:34: warning: conditional cast from 'Self' to 'NSError' always succeeds
11 | public extension Error {
12 |     func asNSError() -> NSError? {
13 |         guard let nsError = self as? NSError else { return nil }
   |                                  `- warning: conditional cast from 'Self' to 'NSError' always succeeds
14 |         return nsError
15 |     }
[4/8] Emitting module ErrorUtils
[5/8] Compiling ErrorUtils Throwable.swift
[6/8] Compiling ErrorUtils Validator.swift
[7/8] Compiling ErrorUtils Optional+throw.swift
[8/8] Compiling ErrorUtils ErrorCategory.swift
Build complete! (3.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ErrorUtils",
  "name" : "ErrorUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "ErrorUtils",
      "targets" : [
        "ErrorUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ErrorUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "ErrorUtilsTests",
      "path" : "Tests",
      "sources" : [
        "ErrorCategoryTests.swift",
        "Helpers/LinkParser.swift",
        "Helpers/XCTestCase+Ext.swift",
        "OptionalOrThrowTests.swift",
        "ThrowableTests.swift",
        "ValidatorTests.swift"
      ],
      "target_dependencies" : [
        "ErrorUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ErrorUtils",
      "module_type" : "SwiftTarget",
      "name" : "ErrorUtils",
      "path" : "Sources",
      "product_memberships" : [
        "ErrorUtils"
      ],
      "sources" : [
        "AsNSError.swift",
        "ErrorCategory.swift",
        "Optional+throw.swift",
        "Throwable.swift",
        "Validator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.