The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Result, reference master (c30700), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 21:55:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/antitypical/Result.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/antitypical/Result
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c30700b Merge pull request #289 from antitypical/readme-update-version
Cloned https://github.com/antitypical/Result.git
Revision (git rev-parse @):
c30700bfcab7f555bf1d386fdd609407a94f369c
SUCCESS checkout https://github.com/antitypical/Result.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": "result",
      "name": "Result",
      "url": "https://github.com/antitypical/Result.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Result",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/antitypical/Result.git
[1/2533] Fetching result
Fetched https://github.com/antitypical/Result.git from cache (0.77s)
Creating working copy for https://github.com/antitypical/Result.git
Working copy of https://github.com/antitypical/Result.git resolved at master (c30700b)
warning: '.resolve-product-dependencies': dependency 'result' 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/antitypical/Result.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling Result ResultProtocol.swift
[4/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
[5/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
[6/7] Compiling Result AnyError.swift
[7/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 | }
Build complete! (3.80s)
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.