Build Information
Successful build of SwiftErrorHandler, reference master (b72c58), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 16:30:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanrenne/SwiftErrorHandler.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stefanrenne/SwiftErrorHandler
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b72c586 Merge branch 'feature/platform-seperation' into develop
Cloned https://github.com/stefanrenne/SwiftErrorHandler.git
Revision (git rev-parse @):
b72c586e336ab5b1d5b2f485a48e4d94aadccafa
SUCCESS checkout https://github.com/stefanrenne/SwiftErrorHandler.git at master
========================================
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": "swifterrorhandler",
"name": "SwiftErrorHandler",
"url": "https://github.com/stefanrenne/SwiftErrorHandler.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftErrorHandler",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/stefanrenne/SwiftErrorHandler.git
[1/380] Fetching swifterrorhandler
Fetched https://github.com/stefanrenne/SwiftErrorHandler.git from cache (0.74s)
Creating working copy for https://github.com/stefanrenne/SwiftErrorHandler.git
Working copy of https://github.com/stefanrenne/SwiftErrorHandler.git resolved at master (b72c586)
warning: '.resolve-product-dependencies': dependency 'swifterrorhandler' 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/stefanrenne/SwiftErrorHandler.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/17] Compiling SwiftErrorHandler AlertController+UIKit.swift
[4/17] Compiling SwiftErrorHandler ErrorHandlerView.swift
[5/18] Compiling SwiftErrorHandler ErrorMatcher.swift
[6/18] Compiling SwiftErrorHandler Result+ErrorHandler.swift
[7/18] Compiling SwiftErrorHandler RejectableAlert.swift
[8/18] Compiling SwiftErrorHandler AlertAction.swift
[9/18] Compiling SwiftErrorHandler AlertController.swift
[10/18] Compiling SwiftErrorHandler Error+String.swift
[11/18] Emitting module SwiftErrorHandler
[12/18] Compiling SwiftErrorHandler ActionHandler.swift
[13/18] Compiling SwiftErrorHandler ConfirmableAlert.swift
[14/18] Compiling SwiftErrorHandler ErrorAlert.swift
[15/18] Compiling SwiftErrorHandler ErrorHandler.swift
[16/18] Compiling SwiftErrorHandler ErrorHandlerView+UIKit.swift
[16/18] Write Objects.LinkFileList
[17/18] Archiving libSwiftErrorHandler.a
Build complete! (4.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftErrorHandler",
"name" : "SwiftErrorHandler",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SwiftErrorHandler",
"targets" : [
"SwiftErrorHandler"
],
"type" : {
"library" : [
"static"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwiftErrorHandlerTests",
"module_type" : "SwiftTarget",
"name" : "SwiftErrorHandlerTests",
"path" : "Tests/SwiftErrorHandlerTests",
"sources" : [
"ActionHandlerTests.swift",
"ErrorHandlerTests.swift",
"ErrorMatcherTests.swift",
"Helpers/DispatchGroup+Enter.swift",
"Helpers/MockedAlert.swift",
"Helpers/MockedView.swift",
"ResultErrorHandlerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftErrorHandler"
],
"type" : "test"
},
{
"c99name" : "SwiftErrorHandler",
"module_type" : "SwiftTarget",
"name" : "SwiftErrorHandler",
"path" : "Sources/SwiftErrorHandler",
"product_memberships" : [
"SwiftErrorHandler"
],
"sources" : [
"Generic/Actions/ActionHandler.swift",
"Generic/Actions/ConfirmableAlert.swift",
"Generic/Actions/RejectableAlert.swift",
"Generic/Alert/AlertAction.swift",
"Generic/Alert/AlertController.swift",
"Generic/Extension/Error+String.swift",
"Generic/Extension/Result+ErrorHandler.swift",
"Generic/Manager/ErrorHandler.swift",
"Generic/Matchers/ErrorMatcher.swift",
"Generic/Protocol/ErrorAlert.swift",
"Generic/Protocol/ErrorHandlerView.swift",
"iOS/Extension/AlertController+UIKit.swift",
"iOS/Extension/ErrorHandlerView+UIKit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.