Build Information
Successful build of ErrorHandler, reference master (93df28), with Swift 6.1 for macOS (SPM) on 17 Oct 2025 21:11:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.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 93df28f All error throws now come with type signatures
Cloned https://github.com/AreroKetahi/ErrorHandler.git
Revision (git rev-parse @):
93df28fd2cf431c8c99f530d0a491a2cc7fe5958
SUCCESS checkout https://github.com/AreroKetahi/ErrorHandler.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/AreroKetahi/ErrorHandler.git
https://github.com/AreroKetahi/ErrorHandler.git
{
"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.swift",
"Globle Functions.swift",
"SwiftUI Extension.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling ErrorHandler SwiftUI Extension.swift
[4/9] Compiling ErrorHandler Expectable Handler.swift
[5/9] Compiling ErrorHandler AnyPresentableError.swift
[6/9] Compiling ErrorHandler AnyLocalizedError.swift
[7/9] Emitting module ErrorHandler
[8/9] Compiling ErrorHandler ErrorHandler.swift
[9/9] Compiling ErrorHandler Globle Functions.swift
Build complete! (9.07s)
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.swift",
"Globle Functions.swift",
"SwiftUI Extension.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.