Build Information
Successful build of Result, reference 5.0.0 (12920a), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 00:37:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/antitypical/Result.git
Reference: 5.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/antitypical/Result
* tag 5.0.0 -> FETCH_HEAD
HEAD is now at 12920a5 Merge pull request #286 from antitypical/release-5.0
Cloned https://github.com/antitypical/Result.git
Revision (git rev-parse @):
12920a5c2595926efab9274d6003e29f503dbb66
SUCCESS checkout https://github.com/antitypical/Result.git at 5.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/antitypical/Result.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/7] Compiling Result ResultProtocol.swift
[4/7] Compiling Result AnyError.swift
[5/7] Compiling Result NoError.swift
/Users/admin/builder/spi-builder-workspace/Result/NoError.swift:10:3: warning: will never be executed
7 | @available(*, deprecated, message: "Use `Swift.Never` instead", renamed: "Never")
8 | public enum NoError: Swift.Error, Equatable {
9 | public static func ==(lhs: NoError, rhs: NoError) -> Bool {
| `- note: 'lhs' is of type 'NoError' which cannot be constructed because it is an enum with no cases
10 | return true
| `- warning: will never be executed
11 | }
12 | }
[6/7] Emitting module Result
/Users/admin/builder/spi-builder-workspace/Result/Result.swift:146:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
144 | }
145 |
146 | extension Result: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
147 | public var description: String {
148 | switch self {
/Users/admin/builder/spi-builder-workspace/Result/Result.swift:155:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
153 | }
154 |
155 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
156 | public var debugDescription: String {
157 | return description
[7/7] Compiling Result Result.swift
/Users/admin/builder/spi-builder-workspace/Result/Result.swift:146:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
144 | }
145 |
146 | extension Result: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
147 | public var description: String {
148 | switch self {
/Users/admin/builder/spi-builder-workspace/Result/Result.swift:155:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
153 | }
154 |
155 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
156 | public var debugDescription: String {
157 | return description
Build complete! (3.11s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Result",
"name" : "Result",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Result",
"targets" : [
"Result"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "ResultTests",
"module_type" : "SwiftTarget",
"name" : "ResultTests",
"path" : "Tests/ResultTests",
"sources" : [
"AnyErrorTests.swift",
"NoErrorTests.swift",
"ResultTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Result"
],
"type" : "test"
},
{
"c99name" : "Result",
"module_type" : "SwiftTarget",
"name" : "Result",
"path" : "Result",
"product_memberships" : [
"Result"
],
"sources" : [
"AnyError.swift",
"NoError.swift",
"Result.swift",
"ResultProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.