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 ErrorHandler, reference master (4f4f53), with Swift 6.0 for macOS (SPM) on 1 Jul 2025 23:58:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AreroKetahi/ErrorHandler.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AreroKetahi/ErrorHandler
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4f4f537 Merge remote-tracking branch 'refs/remotes/origin/master'
Cloned https://github.com/AreroKetahi/ErrorHandler.git
Revision (git rev-parse @):
4f4f537fa3612ace9cf3379d672234ae04ff2039
SUCCESS checkout https://github.com/AreroKetahi/ErrorHandler.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/AreroKetahi/ErrorHandler.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling ErrorHandler Globle Functions.swift
[4/10] Compiling ErrorHandler Expectable Handler.swift
[5/10] Compiling ErrorHandler ErrorHandler.swift
[6/10] Compiling ErrorHandler Expectable Handler with Solution.swift
[7/10] Compiling ErrorHandler AnyLocalizedError.swift
[8/10] Emitting module ErrorHandler
[9/10] Compiling ErrorHandler AnyPresentableError.swift
[10/10] Compiling ErrorHandler SwiftUI Extension.swift
Build complete! (8.91s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/ErrorHandler/Localizable.xcstrings
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ErrorHandler",
  "name" : "ErrorHandler",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "driverkit",
      "version" : "23.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ErrorHandler",
      "targets" : [
        "ErrorHandler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ErrorHandlerTests",
      "module_type" : "SwiftTarget",
      "name" : "ErrorHandlerTests",
      "path" : "Tests/ErrorHandlerTests",
      "sources" : [
        "ErrorHandlerTests.swift"
      ],
      "target_dependencies" : [
        "ErrorHandler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ErrorHandler",
      "module_type" : "SwiftTarget",
      "name" : "ErrorHandler",
      "path" : "Sources/ErrorHandler",
      "product_memberships" : [
        "ErrorHandler"
      ],
      "sources" : [
        "AnyLocalizedError.swift",
        "AnyPresentableError.swift",
        "ErrorHandler.swift",
        "Expectable Handler with Solution.swift",
        "Expectable Handler.swift",
        "Globle Functions.swift",
        "SwiftUI Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.